@charset "UTF-8";
/*!
   * Bootstrap  v5.3.7 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root, .typo3-shell [data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-gray: #6c6c6c;
    --bs-gray-dark: #313131;
    --bs-gray-100: #f8f8f8;
    --bs-gray-200: #e9e9e9;
    --bs-gray-300: #dedede;
    --bs-gray-400: #cecece;
    --bs-gray-500: #ababab;
    --bs-gray-600: #6c6c6c;
    --bs-gray-700: #494949;
    --bs-gray-800: #313131;
    --bs-gray-900: #212121;
    --bs-primary: #ffffff;
    --bs-secondary: #013859;
    --bs-tertiary: #758c7f;
    --bs-quaternary: #2d1e2f;
    --bs-success: #3A833A;
    --bs-info: #287F9A;
    --bs-warning: #a4660e;
    --bs-danger: #d4403a;
    --bs-default: #eaebec;
    --bs-lighter: #f8f8f8;
    --bs-light: #e9e9e9;
    --bs-dark: #313131;
    --bs-darker: #212121;
    --bs-primary-rgb: 255, 255, 255;
    --bs-secondary-rgb: 1, 56, 89;
    --bs-tertiary-rgb: 117, 140, 127;
    --bs-quaternary-rgb: 45, 30, 47;
    --bs-success-rgb: 58, 131, 58;
    --bs-info-rgb: 40, 127, 154;
    --bs-warning-rgb: 164, 102, 14;
    --bs-danger-rgb: 212, 64, 58;
    --bs-default-rgb: 234, 235, 236;
    --bs-lighter-rgb: 248, 248, 248;
    --bs-light-rgb: 233, 233, 233;
    --bs-dark-rgb: 49, 49, 49;
    --bs-darker-rgb: 33, 33, 33;
    --bs-primary-text-emphasis: #666;
    --bs-secondary-text-emphasis: #001624;
    --bs-success-text-emphasis: #173417;
    --bs-info-text-emphasis: #10333e;
    --bs-warning-text-emphasis: #422906;
    --bs-danger-text-emphasis: #551a17;
    --bs-light-text-emphasis: #494949;
    --bs-dark-text-emphasis: #494949;
    --bs-primary-bg-subtle: white;
    --bs-secondary-bg-subtle: #ccd7de;
    --bs-success-bg-subtle: #d8e6d8;
    --bs-info-bg-subtle: #d4e5eb;
    --bs-warning-bg-subtle: #ede0cf;
    --bs-danger-bg-subtle: #f6d9d8;
    --bs-light-bg-subtle: #fcfcfc;
    --bs-dark-bg-subtle: #cecece;
    --bs-primary-border-subtle: white;
    --bs-secondary-border-subtle: #99afbd;
    --bs-success-border-subtle: #b0cdb0;
    --bs-info-border-subtle: #a9ccd7;
    --bs-warning-border-subtle: #dbc29f;
    --bs-danger-border-subtle: #eeb3b0;
    --bs-light-border-subtle: #e9e9e9;
    --bs-dark-border-subtle: #ababab;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Source Sans Pro", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212121;
    --bs-body-color-rgb: 33, 33, 33;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 33, 33, 0.75);
    --bs-secondary-color-rgb: 33, 33, 33;
    --bs-secondary-bg: #e9e9e9;
    --bs-secondary-bg-rgb: 233, 233, 233;
    --bs-tertiary-color: rgba(33, 33, 33, 0.5);
    --bs-tertiary-color-rgb: 33, 33, 33;
    --bs-tertiary-bg: #f8f8f8;
    --bs-tertiary-bg-rgb: 248, 248, 248;
    --bs-heading-color: inherit;
    --bs-link-color: #ffffff;
    --bs-link-color-rgb: 255, 255, 255;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #ccc;
    --bs-link-hover-color-rgb: 204, 204, 204;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212121;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #cecece;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(255, 255, 255, 0.25);
    --bs-form-valid-color: #3A833A;
    --bs-form-valid-border-color: #3A833A;
    --bs-form-invalid-color: #d4403a;
    --bs-form-invalid-border-color: #d4403a
}

.typo3-shell [data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #dedede;
    --bs-body-color-rgb: 222, 222, 222;
    --bs-body-bg: #212121;
    --bs-body-bg-rgb: 33, 33, 33;
    --bs-emphasis-color: #ffffff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 222, 222, 0.75);
    --bs-secondary-color-rgb: 222, 222, 222;
    --bs-secondary-bg: #313131;
    --bs-secondary-bg-rgb: 49, 49, 49;
    --bs-tertiary-color: rgba(222, 222, 222, 0.5);
    --bs-tertiary-color-rgb: 222, 222, 222;
    --bs-tertiary-bg: #292929;
    --bs-tertiary-bg-rgb: 41, 41, 41;
    --bs-primary-text-emphasis: white;
    --bs-secondary-text-emphasis: #67889b;
    --bs-success-text-emphasis: #89b589;
    --bs-info-text-emphasis: #7eb2c2;
    --bs-warning-text-emphasis: #c8a36e;
    --bs-danger-text-emphasis: #e58c89;
    --bs-light-text-emphasis: #f8f8f8;
    --bs-dark-text-emphasis: #dedede;
    --bs-primary-bg-subtle: #333;
    --bs-secondary-bg-subtle: #000b12;
    --bs-success-bg-subtle: #0c1a0c;
    --bs-info-bg-subtle: #08191f;
    --bs-warning-bg-subtle: #211403;
    --bs-danger-bg-subtle: #2a0d0c;
    --bs-light-bg-subtle: #313131;
    --bs-dark-bg-subtle: #191919;
    --bs-primary-border-subtle: #999;
    --bs-secondary-border-subtle: #012235;
    --bs-success-border-subtle: #234f23;
    --bs-info-border-subtle: #184c5c;
    --bs-warning-border-subtle: #623d08;
    --bs-danger-border-subtle: #7f2623;
    --bs-light-border-subtle: #494949;
    --bs-dark-border-subtle: #313131;
    --bs-heading-color: inherit;
    --bs-link-color: white;
    --bs-link-hover-color: white;
    --bs-link-color-rgb: 255, 255, 255;
    --bs-link-hover-color-rgb: 255, 255, 255;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dedede;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #494949;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

.typo3-shell *, .typo3-shell *::before, .typo3-shell *::after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.typo3-shell hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25
}

.typo3-shell h1, .typo3-shell .h1, .typo3-shell h2, .typo3-shell .h2, .typo3-shell h3, .typo3-shell .h3, .typo3-shell h4, .typo3-shell .h4, .typo3-shell h5, .typo3-shell .h5, .typo3-shell h6, .typo3-shell .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.typo3-shell h1, .typo3-shell .h1 {
    font-size: calc(1.325rem + 0.9vw)
}

@media (min-width: 1200px) {
    .typo3-shell h1, .typo3-shell .h1 {
        font-size: 2rem
    }
}

.typo3-shell h2, .typo3-shell .h2 {
    font-size: calc(1.3rem + 0.6vw)
}

@media (min-width: 1200px) {
    .typo3-shell h2, .typo3-shell .h2 {
        font-size: 1.75rem
    }
}

.typo3-shell h3, .typo3-shell .h3 {
    font-size: calc(1.275rem + 0.3vw)
}

@media (min-width: 1200px) {
    .typo3-shell h3, .typo3-shell .h3 {
        font-size: 1.5rem
    }
}

.typo3-shell h4, .typo3-shell .h4 {
    font-size: 1.25rem
}

.typo3-shell h5, .typo3-shell .h5 {
    font-size: 1rem
}

.typo3-shell h6, .typo3-shell .h6 {
    font-size: 0.85rem
}

.typo3-shell p {
    margin-top: 0;
    margin-bottom: 1rem
}

.typo3-shell abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

.typo3-shell address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.typo3-shell ol, .typo3-shell ul {
    padding-left: 2rem
}

.typo3-shell ol, .typo3-shell ul, .typo3-shell dl {
    margin-top: 0;
    margin-bottom: 1rem
}

.typo3-shell ol ol, .typo3-shell ul ul, .typo3-shell ol ul, .typo3-shell ul ol {
    margin-bottom: 0
}

.typo3-shell dt {
    font-weight: 700
}

.typo3-shell dd {
    margin-bottom: 0.5rem;
    margin-left: 0
}

.typo3-shell blockquote {
    margin: 0 0 1rem
}

.typo3-shell b, .typo3-shell strong {
    font-weight: bolder
}

.typo3-shell small, .typo3-shell .small {
    font-size: 0.875em
}

.typo3-shell mark, .typo3-shell .mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

.typo3-shell sub, .typo3-shell sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

.typo3-shell sub {
    bottom: -0.25em
}

.typo3-shell sup {
    top: -0.5em
}

.typo3-shell a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

.typo3-shell a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

.typo3-shell a:not([href]):not([class]), .typo3-shell a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.typo3-shell pre, .typo3-shell code, .typo3-shell kbd, .typo3-shell samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

.typo3-shell pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

.typo3-shell pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.typo3-shell code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

.typo3-shell a > code {
    color: inherit
}

.typo3-shell kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem
}

.typo3-shell kbd kbd {
    padding: 0;
    font-size: 1em
}

.typo3-shell figure {
    margin: 0 0 1rem
}

.typo3-shell img, .typo3-shell svg {
    vertical-align: middle
}

.typo3-shell table {
    caption-side: bottom;
    border-collapse: collapse
}

.typo3-shell caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

.typo3-shell th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

.typo3-shell thead, .typo3-shell tbody, .typo3-shell tfoot, .typo3-shell tr, .typo3-shell td, .typo3-shell th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

.typo3-shell label {
    display: inline-block
}

.typo3-shell button {
    border-radius: 0
}

.typo3-shell button:focus:not(:focus-visible) {
    outline: 0
}

.typo3-shell input, .typo3-shell button, .typo3-shell select, .typo3-shell optgroup, .typo3-shell textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.typo3-shell button, .typo3-shell select {
    text-transform: none
}

.typo3-shell [role="button"] {
    cursor: pointer
}

.typo3-shell select {
    word-wrap: normal
}

.typo3-shell select:disabled {
    opacity: 1
}

.typo3-shell [list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important
}

.typo3-shell button, .typo3-shell [type="button"], .typo3-shell [type="reset"], .typo3-shell [type="submit"] {
    -webkit-appearance: button
}

.typo3-shell button:not(:disabled), .typo3-shell [type="button"]:not(:disabled), .typo3-shell [type="reset"]:not(:disabled), .typo3-shell [type="submit"]:not(:disabled) {
    cursor: pointer
}

.typo3-shell ::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.typo3-shell textarea {
    resize: vertical
}

.typo3-shell fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.typo3-shell legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    line-height: inherit;
    font-size: calc(1.275rem + 0.3vw)
}

@media (min-width: 1200px) {
    .typo3-shell legend {
        font-size: 1.5rem
    }
}

.typo3-shell legend + * {
    clear: left
}

.typo3-shell ::-webkit-datetime-edit-fields-wrapper, .typo3-shell ::-webkit-datetime-edit-text, .typo3-shell ::-webkit-datetime-edit-minute, .typo3-shell ::-webkit-datetime-edit-hour-field, .typo3-shell ::-webkit-datetime-edit-day-field, .typo3-shell ::-webkit-datetime-edit-month-field, .typo3-shell ::-webkit-datetime-edit-year-field {
    padding: 0
}

.typo3-shell ::-webkit-inner-spin-button {
    height: auto
}

.typo3-shell [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.typo3-shell ::-webkit-search-decoration {
    -webkit-appearance: none
}

.typo3-shell ::-webkit-color-swatch-wrapper {
    padding: 0
}

.typo3-shell ::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.typo3-shell output {
    display: inline-block
}

.typo3-shell iframe {
    border: 0
}

.typo3-shell summary {
    display: list-item;
    cursor: pointer
}

.typo3-shell progress {
    vertical-align: baseline
}

.typo3-shell [hidden] {
    display: none !important
}

.typo3-shell .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.typo3-shell .display-1, .typo3-shell h1.awesome, .typo3-shell .awesome.h1, .typo3-shell .h1.awesome {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .typo3-shell .display-1, .typo3-shell h1.awesome, .typo3-shell .awesome.h1, .typo3-shell .h1.awesome {
        font-size: 3rem
    }
}

.typo3-shell .display-2, .typo3-shell h2.awesome, .typo3-shell .awesome.h2, .typo3-shell .h2.awesome {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.3875rem + 1.65vw)
}

@media (min-width: 1200px) {
    .typo3-shell .display-2, .typo3-shell h2.awesome, .typo3-shell .awesome.h2, .typo3-shell .h2.awesome {
        font-size: 2.625rem
    }
}

.typo3-shell .display-3, .typo3-shell h3.awesome, .typo3-shell .awesome.h3, .typo3-shell .h3.awesome {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .typo3-shell .display-3, .typo3-shell h3.awesome, .typo3-shell .awesome.h3, .typo3-shell .h3.awesome {
        font-size: 2.25rem
    }
}

.typo3-shell .display-4, .typo3-shell h4.awesome, .typo3-shell .awesome.h4, .typo3-shell .h4.awesome {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.3125rem + 0.75vw)
}

@media (min-width: 1200px) {
    .typo3-shell .display-4, .typo3-shell h4.awesome, .typo3-shell .awesome.h4, .typo3-shell .h4.awesome {
        font-size: 1.875rem
    }
}

.typo3-shell .display-5, .typo3-shell h5.awesome, .typo3-shell .awesome.h5, .typo3-shell .h5.awesome {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.275rem + 0.3vw)
}

@media (min-width: 1200px) {
    .typo3-shell .display-5, .typo3-shell h5.awesome, .typo3-shell .awesome.h5, .typo3-shell .h5.awesome {
        font-size: 1.5rem
    }
}

.typo3-shell .display-6, .typo3-shell h6.awesome, .typo3-shell .awesome.h6, .typo3-shell .h6.awesome {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.2525rem + 0.03vw)
}

@media (min-width: 1200px) {
    .typo3-shell .display-6, .typo3-shell h6.awesome, .typo3-shell .awesome.h6, .typo3-shell .h6.awesome {
        font-size: 1.275rem
    }
}

.typo3-shell .list-unstyled {
    padding-left: 0;
    list-style: none
}

.typo3-shell .list-inline {
    padding-left: 0;
    list-style: none
}

.typo3-shell .list-inline-item, .typo3-shell ul.list-inline > li {
    display: inline-block
}

.typo3-shell .list-inline-item:not(:last-child), .typo3-shell ul.list-inline > li:not(:last-child) {
    margin-right: 0.5rem
}

.typo3-shell .initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.typo3-shell .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.typo3-shell .blockquote > :last-child {
    margin-bottom: 0
}

.typo3-shell .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c6c6c
}

.typo3-shell .blockquote-footer::before {
    content: "— "
}

.typo3-shell .img-fluid {
    max-width: 100%;
    height: auto
}

.typo3-shell .img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-sm);
    max-width: 100%;
    height: auto
}

.typo3-shell .figure {
    display: inline-block
}

.typo3-shell .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1
}

.typo3-shell .figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color)
}

.typo3-shell .container, .typo3-shell .container-fluid, .typo3-shell .container-sm, .typo3-shell .container-md, .typo3-shell .container-lg, .typo3-shell .container-xl, .typo3-shell .container-xxl {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .typo3-shell .container, .typo3-shell .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .typo3-shell .container, .typo3-shell .container-sm, .typo3-shell .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .typo3-shell .container, .typo3-shell .container-sm, .typo3-shell .container-md, .typo3-shell .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .typo3-shell .container, .typo3-shell .container-sm, .typo3-shell .container-md, .typo3-shell .container-lg, .typo3-shell .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .typo3-shell .container, .typo3-shell .container-sm, .typo3-shell .container-md, .typo3-shell .container-lg, .typo3-shell .container-xl, .typo3-shell .container-xxl {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.typo3-shell .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.typo3-shell .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.typo3-shell .col {
    flex: 1 0 0
}

.typo3-shell .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.typo3-shell .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.typo3-shell .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.typo3-shell .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
}

.typo3-shell .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.typo3-shell .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.typo3-shell .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
}

.typo3-shell .col-auto {
    flex: 0 0 auto;
    width: auto
}

.typo3-shell .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.typo3-shell .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.typo3-shell .col-3 {
    flex: 0 0 auto;
    width: 25%
}

.typo3-shell .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.typo3-shell .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.typo3-shell .col-6 {
    flex: 0 0 auto;
    width: 50%
}

.typo3-shell .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.typo3-shell .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.typo3-shell .col-9 {
    flex: 0 0 auto;
    width: 75%
}

.typo3-shell .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.typo3-shell .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.typo3-shell .col-12 {
    flex: 0 0 auto;
    width: 100%
}

.typo3-shell .offset-1 {
    margin-left: 8.33333333%
}

.typo3-shell .offset-2 {
    margin-left: 16.66666667%
}

.typo3-shell .offset-3 {
    margin-left: 25%
}

.typo3-shell .offset-4 {
    margin-left: 33.33333333%
}

.typo3-shell .offset-5 {
    margin-left: 41.66666667%
}

.typo3-shell .offset-6 {
    margin-left: 50%
}

.typo3-shell .offset-7 {
    margin-left: 58.33333333%
}

.typo3-shell .offset-8 {
    margin-left: 66.66666667%
}

.typo3-shell .offset-9 {
    margin-left: 75%
}

.typo3-shell .offset-10 {
    margin-left: 83.33333333%
}

.typo3-shell .offset-11 {
    margin-left: 91.66666667%
}

.typo3-shell .g-0, .typo3-shell .gx-0 {
    --bs-gutter-x: 0
}

.typo3-shell .g-0, .typo3-shell .gy-0 {
    --bs-gutter-y: 0
}

.typo3-shell .g-1, .typo3-shell .gx-1 {
    --bs-gutter-x: 0.25rem
}

.typo3-shell .g-1, .typo3-shell .gy-1 {
    --bs-gutter-y: 0.25rem
}

.typo3-shell .g-2, .typo3-shell .gx-2 {
    --bs-gutter-x: 0.5rem
}

.typo3-shell .g-2, .typo3-shell .gy-2 {
    --bs-gutter-y: 0.5rem
}

.typo3-shell .g-3, .typo3-shell .gx-3 {
    --bs-gutter-x: 1rem
}

.typo3-shell .g-3, .typo3-shell .gy-3 {
    --bs-gutter-y: 1rem
}

.typo3-shell .g-4, .typo3-shell .gx-4 {
    --bs-gutter-x: 1.5rem
}

.typo3-shell .g-4, .typo3-shell .gy-4 {
    --bs-gutter-y: 1.5rem
}

.typo3-shell .g-5, .typo3-shell .gx-5 {
    --bs-gutter-x: 3rem
}

.typo3-shell .g-5, .typo3-shell .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .typo3-shell .col-sm {
        flex: 1 0 0
    }

    .typo3-shell .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .typo3-shell .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .typo3-shell .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .typo3-shell .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .typo3-shell .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .typo3-shell .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .typo3-shell .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .typo3-shell .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .typo3-shell .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .offset-sm-0 {
        margin-left: 0
    }

    .typo3-shell .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .typo3-shell .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .typo3-shell .offset-sm-3 {
        margin-left: 25%
    }

    .typo3-shell .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .typo3-shell .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .typo3-shell .offset-sm-6 {
        margin-left: 50%
    }

    .typo3-shell .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .typo3-shell .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .typo3-shell .offset-sm-9 {
        margin-left: 75%
    }

    .typo3-shell .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .typo3-shell .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .typo3-shell .g-sm-0, .typo3-shell .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .typo3-shell .g-sm-0, .typo3-shell .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .typo3-shell .g-sm-1, .typo3-shell .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .typo3-shell .g-sm-1, .typo3-shell .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .typo3-shell .g-sm-2, .typo3-shell .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .typo3-shell .g-sm-2, .typo3-shell .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .typo3-shell .g-sm-3, .typo3-shell .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .typo3-shell .g-sm-3, .typo3-shell .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .typo3-shell .g-sm-4, .typo3-shell .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .typo3-shell .g-sm-4, .typo3-shell .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .typo3-shell .g-sm-5, .typo3-shell .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .typo3-shell .g-sm-5, .typo3-shell .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .typo3-shell .col-md {
        flex: 1 0 0
    }

    .typo3-shell .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .typo3-shell .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .typo3-shell .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .typo3-shell .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .typo3-shell .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .typo3-shell .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .typo3-shell .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .typo3-shell .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .typo3-shell .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .offset-md-0 {
        margin-left: 0
    }

    .typo3-shell .offset-md-1 {
        margin-left: 8.33333333%
    }

    .typo3-shell .offset-md-2 {
        margin-left: 16.66666667%
    }

    .typo3-shell .offset-md-3 {
        margin-left: 25%
    }

    .typo3-shell .offset-md-4 {
        margin-left: 33.33333333%
    }

    .typo3-shell .offset-md-5 {
        margin-left: 41.66666667%
    }

    .typo3-shell .offset-md-6 {
        margin-left: 50%
    }

    .typo3-shell .offset-md-7 {
        margin-left: 58.33333333%
    }

    .typo3-shell .offset-md-8 {
        margin-left: 66.66666667%
    }

    .typo3-shell .offset-md-9 {
        margin-left: 75%
    }

    .typo3-shell .offset-md-10 {
        margin-left: 83.33333333%
    }

    .typo3-shell .offset-md-11 {
        margin-left: 91.66666667%
    }

    .typo3-shell .g-md-0, .typo3-shell .gx-md-0 {
        --bs-gutter-x: 0
    }

    .typo3-shell .g-md-0, .typo3-shell .gy-md-0 {
        --bs-gutter-y: 0
    }

    .typo3-shell .g-md-1, .typo3-shell .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .typo3-shell .g-md-1, .typo3-shell .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .typo3-shell .g-md-2, .typo3-shell .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .typo3-shell .g-md-2, .typo3-shell .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .typo3-shell .g-md-3, .typo3-shell .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .typo3-shell .g-md-3, .typo3-shell .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .typo3-shell .g-md-4, .typo3-shell .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .typo3-shell .g-md-4, .typo3-shell .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .typo3-shell .g-md-5, .typo3-shell .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .typo3-shell .g-md-5, .typo3-shell .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .typo3-shell .col-lg {
        flex: 1 0 0
    }

    .typo3-shell .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .typo3-shell .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .typo3-shell .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .typo3-shell .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .typo3-shell .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .typo3-shell .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .typo3-shell .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .typo3-shell .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .typo3-shell .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .offset-lg-0 {
        margin-left: 0
    }

    .typo3-shell .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .typo3-shell .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .typo3-shell .offset-lg-3 {
        margin-left: 25%
    }

    .typo3-shell .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .typo3-shell .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .typo3-shell .offset-lg-6 {
        margin-left: 50%
    }

    .typo3-shell .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .typo3-shell .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .typo3-shell .offset-lg-9 {
        margin-left: 75%
    }

    .typo3-shell .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .typo3-shell .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .typo3-shell .g-lg-0, .typo3-shell .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .typo3-shell .g-lg-0, .typo3-shell .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .typo3-shell .g-lg-1, .typo3-shell .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .typo3-shell .g-lg-1, .typo3-shell .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .typo3-shell .g-lg-2, .typo3-shell .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .typo3-shell .g-lg-2, .typo3-shell .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .typo3-shell .g-lg-3, .typo3-shell .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .typo3-shell .g-lg-3, .typo3-shell .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .typo3-shell .g-lg-4, .typo3-shell .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .typo3-shell .g-lg-4, .typo3-shell .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .typo3-shell .g-lg-5, .typo3-shell .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .typo3-shell .g-lg-5, .typo3-shell .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .typo3-shell .col-xl {
        flex: 1 0 0
    }

    .typo3-shell .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .typo3-shell .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .typo3-shell .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .typo3-shell .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .typo3-shell .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .typo3-shell .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .typo3-shell .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .typo3-shell .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .typo3-shell .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .offset-xl-0 {
        margin-left: 0
    }

    .typo3-shell .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .typo3-shell .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .typo3-shell .offset-xl-3 {
        margin-left: 25%
    }

    .typo3-shell .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .typo3-shell .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .typo3-shell .offset-xl-6 {
        margin-left: 50%
    }

    .typo3-shell .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .typo3-shell .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .typo3-shell .offset-xl-9 {
        margin-left: 75%
    }

    .typo3-shell .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .typo3-shell .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .typo3-shell .g-xl-0, .typo3-shell .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .typo3-shell .g-xl-0, .typo3-shell .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .typo3-shell .g-xl-1, .typo3-shell .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .typo3-shell .g-xl-1, .typo3-shell .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .typo3-shell .g-xl-2, .typo3-shell .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .typo3-shell .g-xl-2, .typo3-shell .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .typo3-shell .g-xl-3, .typo3-shell .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .typo3-shell .g-xl-3, .typo3-shell .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .typo3-shell .g-xl-4, .typo3-shell .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .typo3-shell .g-xl-4, .typo3-shell .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .typo3-shell .g-xl-5, .typo3-shell .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .typo3-shell .g-xl-5, .typo3-shell .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .typo3-shell .col-xxl {
        flex: 1 0 0
    }

    .typo3-shell .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .typo3-shell .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .typo3-shell .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .typo3-shell .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .typo3-shell .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .typo3-shell .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .typo3-shell .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .typo3-shell .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .typo3-shell .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .typo3-shell .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .typo3-shell .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .typo3-shell .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .typo3-shell .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .typo3-shell .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .typo3-shell .offset-xxl-0 {
        margin-left: 0
    }

    .typo3-shell .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .typo3-shell .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .typo3-shell .offset-xxl-3 {
        margin-left: 25%
    }

    .typo3-shell .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .typo3-shell .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .typo3-shell .offset-xxl-6 {
        margin-left: 50%
    }

    .typo3-shell .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .typo3-shell .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .typo3-shell .offset-xxl-9 {
        margin-left: 75%
    }

    .typo3-shell .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .typo3-shell .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .typo3-shell .g-xxl-0, .typo3-shell .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .typo3-shell .g-xxl-0, .typo3-shell .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .typo3-shell .g-xxl-1, .typo3-shell .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .typo3-shell .g-xxl-1, .typo3-shell .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .typo3-shell .g-xxl-2, .typo3-shell .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .typo3-shell .g-xxl-2, .typo3-shell .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .typo3-shell .g-xxl-3, .typo3-shell .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .typo3-shell .g-xxl-3, .typo3-shell .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .typo3-shell .g-xxl-4, .typo3-shell .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .typo3-shell .g-xxl-4, .typo3-shell .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .typo3-shell .g-xxl-5, .typo3-shell .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .typo3-shell .g-xxl-5, .typo3-shell .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.typo3-shell .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.typo3-shell .table > tbody {
    vertical-align: inherit
}

.typo3-shell .table > thead {
    vertical-align: bottom
}

.typo3-shell .table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.typo3-shell .caption-top {
    caption-side: top
}

.typo3-shell .table-sm > :not(caption) > * > *, .typo3-shell .table-condensed > :not(caption) > * > * {
    padding: 0.25rem 0.25rem
}

.typo3-shell .table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0
}

.typo3-shell .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width)
}

.typo3-shell .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.typo3-shell .table-borderless > :not(:first-child) {
    border-top-width: 0
}

.typo3-shell .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.typo3-shell .table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.typo3-shell .table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.typo3-shell .table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.typo3-shell .table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: white;
    --bs-table-border-color: #ccc;
    --bs-table-striped-bg: #f2f2f2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6e6e6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ececec;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table-secondary {
    --bs-table-color: #000000;
    --bs-table-bg: #ccd7de;
    --bs-table-border-color: #a3acb2;
    --bs-table-striped-bg: #c2ccd3;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #b8c2c8;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bdc7cd;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table-success {
    --bs-table-color: #000000;
    --bs-table-bg: #d8e6d8;
    --bs-table-border-color: #adb8ad;
    --bs-table-striped-bg: #cddbcd;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c2cfc2;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c8d5c8;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table-info {
    --bs-table-color: #000000;
    --bs-table-bg: #d4e5eb;
    --bs-table-border-color: #aab7bc;
    --bs-table-striped-bg: #c9dadf;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #bfced4;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c4d4d9;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table-warning {
    --bs-table-color: #000000;
    --bs-table-bg: #ede0cf;
    --bs-table-border-color: #beb3a6;
    --bs-table-striped-bg: #e1d5c5;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #d5caba;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #dbcfbf;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table-danger {
    --bs-table-color: #000000;
    --bs-table-bg: #f6d9d8;
    --bs-table-border-color: #c5aead;
    --bs-table-striped-bg: #eacecd;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #ddc3c2;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e4c9c8;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table-light {
    --bs-table-color: #000000;
    --bs-table-bg: #e9e9e9;
    --bs-table-border-color: #bababa;
    --bs-table-striped-bg: #ddd;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #d2d2d2;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #d8d8d8;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table-dark {
    --bs-table-color: #ffffff;
    --bs-table-bg: #313131;
    --bs-table-border-color: #5a5a5a;
    --bs-table-striped-bg: #3b3b3b;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #464646;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #404040;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.typo3-shell .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .typo3-shell .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .typo3-shell .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .typo3-shell .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .typo3-shell .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .typo3-shell .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.typo3-shell .form-label {
    margin-bottom: 0.5rem
}

.typo3-shell .col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.typo3-shell .col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.typo3-shell .col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem
}

.typo3-shell .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color)
}

.typo3-shell .form-control, .typo3-shell .form-group input[type="file"], .typo3-shell .frame-type-felogin_login input[type="text"], .typo3-shell .frame-type-felogin_login input[type="password"] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #959595;
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .form-control, .typo3-shell .form-group input[type="file"], .typo3-shell .frame-type-felogin_login input[type="text"], .typo3-shell .frame-type-felogin_login input[type="password"] {
        transition: none
    }
}

.typo3-shell .form-control[type="file"], .typo3-shell .form-group input[type="file"], .typo3-shell .frame-type-felogin_login input[type="text"][type="file"], .typo3-shell .frame-type-felogin_login input[type="password"][type="file"] {
    overflow: hidden
}

.typo3-shell .form-control[type="file"]:not(:disabled):not([readonly]), .typo3-shell .form-group input[type="file"]:not(:disabled):not([readonly]), .typo3-shell .frame-type-felogin_login input[type="text"][type="file"]:not(:disabled):not([readonly]), .typo3-shell .frame-type-felogin_login input[type="password"][type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.typo3-shell .form-control:focus, .typo3-shell .form-group input[type="file"]:focus, .typo3-shell .frame-type-felogin_login input[type="text"]:focus, .typo3-shell .frame-type-felogin_login input[type="password"]:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: white;
    outline: 0;
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(255, 255, 255, 0.25)
}

.typo3-shell .form-control::-webkit-date-and-time-value, .typo3-shell .form-group input[type="file"]::-webkit-date-and-time-value, .typo3-shell .frame-type-felogin_login input[type="text"]::-webkit-date-and-time-value, .typo3-shell .frame-type-felogin_login input[type="password"]::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.typo3-shell .form-control::-webkit-datetime-edit, .typo3-shell .form-group input[type="file"]::-webkit-datetime-edit, .typo3-shell .frame-type-felogin_login input[type="text"]::-webkit-datetime-edit, .typo3-shell .frame-type-felogin_login input[type="password"]::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.typo3-shell .form-control::placeholder, .typo3-shell .form-group input[type="file"]::placeholder, .typo3-shell .frame-type-felogin_login input[type="text"]::placeholder, .typo3-shell .frame-type-felogin_login input[type="password"]::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.typo3-shell .form-control:disabled, .typo3-shell .form-group input[type="file"]:disabled, .typo3-shell .frame-type-felogin_login input[type="text"]:disabled, .typo3-shell .frame-type-felogin_login input[type="password"]:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.typo3-shell .form-control::file-selector-button, .typo3-shell .form-group input[type="file"]::file-selector-button, .typo3-shell .frame-type-felogin_login input[type="text"]::file-selector-button, .typo3-shell .frame-type-felogin_login input[type="password"]::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .form-control::file-selector-button, .typo3-shell .form-group input[type="file"]::file-selector-button, .typo3-shell .frame-type-felogin_login input[type="text"]::file-selector-button, .typo3-shell .frame-type-felogin_login input[type="password"]::file-selector-button {
        transition: none
    }
}

.typo3-shell .form-control:hover:not(:disabled):not([readonly])::file-selector-button, .typo3-shell .form-group input[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button, .typo3-shell .frame-type-felogin_login input[type="text"]:hover:not(:disabled):not([readonly])::file-selector-button, .typo3-shell .frame-type-felogin_login input[type="password"]:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.typo3-shell .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.typo3-shell .form-control-plaintext:focus {
    outline: 0
}

.typo3-shell .form-control-plaintext.form-control-sm, .typo3-shell .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.typo3-shell .form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.typo3-shell .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem
}

.typo3-shell .form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.typo3-shell .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem
}

.typo3-shell textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))
}

.typo3-shell textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))
}

.typo3-shell textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.typo3-shell .form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem
}

.typo3-shell .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.typo3-shell .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.typo3-shell .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.typo3-shell .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))
}

.typo3-shell .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.typo3-shell .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #959595;
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .form-select {
        transition: none
    }
}

.typo3-shell .form-select:focus {
    border-color: white;
    outline: 0;
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(255, 255, 255, 0.25)
}

.typo3-shell .form-select[multiple], .typo3-shell .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none
}

.typo3-shell .form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.typo3-shell .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.typo3-shell .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.typo3-shell .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.typo3-shell [data-bs-theme="dark"] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dedede' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.typo3-shell .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem
}

.typo3-shell .form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.typo3-shell .form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.typo3-shell .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.typo3-shell .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact;
    transition: all 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .form-check-input {
        transition: none
    }
}

.typo3-shell .form-check-input[type="checkbox"] {
    border-radius: 0.25em
}

.typo3-shell .form-check-input[type="radio"] {
    border-radius: 50%
}

.typo3-shell .form-check-input:active {
    filter: brightness(90%)
}

.typo3-shell .form-check-input:focus {
    border-color: white;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25)
}

.typo3-shell .form-check-input:checked {
    background-color: #ffffff;
    border-color: #ffffff
}

.typo3-shell .form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.typo3-shell .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

.typo3-shell .form-check-input[type="checkbox"]:indeterminate {
    background-color: #ffffff;
    border-color: #ffffff;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.typo3-shell .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5
}

.typo3-shell .form-check-input[disabled] ~ .form-check-label, .typo3-shell .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5
}

.typo3-shell .form-switch {
    padding-left: 2.5em
}

.typo3-shell .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .form-switch .form-check-input {
        transition: none
    }
}

.typo3-shell .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e")
}

.typo3-shell .form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.typo3-shell .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.typo3-shell .form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.typo3-shell .form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.typo3-shell .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.typo3-shell .btn-check[disabled] + .btn, .typo3-shell .frame-type-felogin_login .btn-check[disabled] + input[type="submit"], .typo3-shell .btn-check[disabled] + .cc-btn, .typo3-shell .btn-check:disabled + .btn, .typo3-shell .frame-type-felogin_login .btn-check:disabled + input[type="submit"], .typo3-shell .btn-check:disabled + .cc-btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65
}

.typo3-shell [data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.typo3-shell .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    appearance: none;
    background-color: transparent
}

.typo3-shell .form-range:focus {
    outline: 0
}

.typo3-shell .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(255, 255, 255, 0.25)
}

.typo3-shell .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(255, 255, 255, 0.25)
}

.typo3-shell .form-range::-moz-focus-outer {
    border: 0
}

.typo3-shell .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #ffffff;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.typo3-shell .form-range::-webkit-slider-thumb:active {
    background-color: white
}

.typo3-shell .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: var(--bs-box-shadow-inset)
}

.typo3-shell .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #ffffff;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .form-range::-moz-range-thumb {
        transition: none
    }
}

.typo3-shell .form-range::-moz-range-thumb:active {
    background-color: white
}

.typo3-shell .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: var(--bs-box-shadow-inset)
}

.typo3-shell .form-range:disabled {
    pointer-events: none
}

.typo3-shell .form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.typo3-shell .form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.typo3-shell .form-floating {
    position: relative
}

.typo3-shell .form-floating > .form-control, .typo3-shell .form-group .form-floating > input[type="file"], .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"], .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"], .typo3-shell .form-floating > .form-control-plaintext, .typo3-shell .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.typo3-shell .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    color: rgba(var(--bs-body-color-rgb), 0.65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .form-floating > label {
        transition: none
    }
}

.typo3-shell .form-floating > .form-control, .typo3-shell .form-group .form-floating > input[type="file"], .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"], .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"], .typo3-shell .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem
}

.typo3-shell .form-floating > .form-control::placeholder, .typo3-shell .form-group .form-floating > input[type="file"]::placeholder, .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"]::placeholder, .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"]::placeholder, .typo3-shell .form-floating > .form-control-plaintext::placeholder {
    color: transparent
}

.typo3-shell .form-floating > .form-control:focus, .typo3-shell .form-group .form-floating > input[type="file"]:focus, .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"]:focus, .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"]:focus, .typo3-shell .form-floating > .form-control:not(:placeholder-shown), .typo3-shell .form-group .form-floating > input[type="file"]:not(:placeholder-shown), .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"]:not(:placeholder-shown), .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"]:not(:placeholder-shown), .typo3-shell .form-floating > .form-control-plaintext:focus, .typo3-shell .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem
}

.typo3-shell .form-floating > .form-control:-webkit-autofill, .typo3-shell .form-group .form-floating > input[type="file"]:-webkit-autofill, .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"]:-webkit-autofill, .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"]:-webkit-autofill, .typo3-shell .form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem
}

.typo3-shell .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem
}

.typo3-shell .form-floating > .form-control:focus ~ label, .typo3-shell .form-group .form-floating > input[type="file"]:focus ~ label, .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"]:focus ~ label, .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"]:focus ~ label, .typo3-shell .form-floating > .form-control:not(:placeholder-shown) ~ label, .typo3-shell .form-group .form-floating > input[type="file"]:not(:placeholder-shown) ~ label, .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"]:not(:placeholder-shown) ~ label, .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"]:not(:placeholder-shown) ~ label, .typo3-shell .form-floating > .form-control-plaintext ~ label, .typo3-shell .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.typo3-shell .form-floating > .form-control:-webkit-autofill ~ label, .typo3-shell .form-group .form-floating > input[type="file"]:-webkit-autofill ~ label, .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"]:-webkit-autofill ~ label, .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"]:-webkit-autofill ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.typo3-shell .form-floating > textarea:focus ~ label::after, .typo3-shell .form-floating > textarea:not(:placeholder-shown) ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.typo3-shell .form-floating > textarea:disabled ~ label::after {
    background-color: var(--bs-secondary-bg)
}

.typo3-shell .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0
}

.typo3-shell .form-floating > :disabled ~ label, .typo3-shell .form-floating > .form-control:disabled ~ label, .typo3-shell .form-group .form-floating > input[type="file"]:disabled ~ label, .typo3-shell .frame-type-felogin_login .form-floating > input[type="text"]:disabled ~ label, .typo3-shell .frame-type-felogin_login .form-floating > input[type="password"]:disabled ~ label {
    color: #6c6c6c
}

.typo3-shell .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.typo3-shell .input-group > .form-control, .typo3-shell .form-group .input-group > input[type="file"], .typo3-shell .frame-type-felogin_login .input-group > input[type="text"], .typo3-shell .frame-type-felogin_login .input-group > input[type="password"], .typo3-shell .input-group > .form-select, .typo3-shell .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.typo3-shell .input-group > .form-control:focus, .typo3-shell .form-group .input-group > input[type="file"]:focus, .typo3-shell .frame-type-felogin_login .input-group > input[type="text"]:focus, .typo3-shell .frame-type-felogin_login .input-group > input[type="password"]:focus, .typo3-shell .input-group > .form-select:focus, .typo3-shell .input-group > .form-floating:focus-within {
    z-index: 5
}

.typo3-shell .input-group .btn, .typo3-shell .input-group .frame-type-felogin_login input[type="submit"], .typo3-shell .frame-type-felogin_login .input-group input[type="submit"], .typo3-shell .input-group .cc-btn {
    position: relative;
    z-index: 2
}

.typo3-shell .input-group .btn:focus, .typo3-shell .input-group .frame-type-felogin_login input[type="submit"]:focus, .typo3-shell .frame-type-felogin_login .input-group input[type="submit"]:focus, .typo3-shell .input-group .cc-btn:focus {
    z-index: 5
}

.typo3-shell .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid #959595;
    border-radius: var(--bs-border-radius)
}

.typo3-shell .input-group-lg > .form-control, .typo3-shell .form-group .input-group-lg > input[type="file"], .typo3-shell .frame-type-felogin_login .input-group-lg > input[type="text"], .typo3-shell .frame-type-felogin_login .input-group-lg > input[type="password"], .typo3-shell .input-group-lg > .form-select, .typo3-shell .input-group-lg > .input-group-text, .typo3-shell .input-group-lg > .btn, .typo3-shell .frame-type-felogin_login .input-group-lg > input[type="submit"], .typo3-shell .input-group-lg > .cc-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.typo3-shell .input-group-sm > .form-control, .typo3-shell .form-group .input-group-sm > input[type="file"], .typo3-shell .frame-type-felogin_login .input-group-sm > input[type="text"], .typo3-shell .frame-type-felogin_login .input-group-sm > input[type="password"], .typo3-shell .input-group-sm > .form-select, .typo3-shell .input-group-sm > .input-group-text, .typo3-shell .input-group-sm > .btn, .typo3-shell .frame-type-felogin_login .input-group-sm > input[type="submit"], .typo3-shell .input-group-sm > .cc-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.typo3-shell .input-group-lg > .form-select, .typo3-shell .input-group-sm > .form-select {
    padding-right: 3rem
}

.typo3-shell .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .typo3-shell .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .typo3-shell .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .typo3-shell .form-group .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type="file"], .typo3-shell .frame-type-felogin_login .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type="text"], .typo3-shell .frame-type-felogin_login .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type="password"], .typo3-shell .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.typo3-shell .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .typo3-shell .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .typo3-shell .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .typo3-shell .form-group .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type="file"], .typo3-shell .frame-type-felogin_login .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type="text"], .typo3-shell .frame-type-felogin_login .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type="password"], .typo3-shell .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.typo3-shell .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(-1 * var(--bs-border-width));
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.typo3-shell .input-group > .form-floating:not(:first-child) > .form-control, .typo3-shell .form-group .input-group > .form-floating:not(:first-child) > input[type="file"], .typo3-shell .frame-type-felogin_login .input-group > .form-floating:not(:first-child) > input[type="text"], .typo3-shell .frame-type-felogin_login .input-group > .form-floating:not(:first-child) > input[type="password"], .typo3-shell .input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.typo3-shell .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color)
}

.typo3-shell .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.typo3-shell .was-validated :valid ~ .valid-feedback, .typo3-shell .was-validated :valid ~ .valid-tooltip, .typo3-shell .is-valid ~ .valid-feedback, .typo3-shell .is-valid ~ .valid-tooltip {
    display: block
}

.typo3-shell .was-validated .form-control:valid, .typo3-shell .was-validated .form-group input[type="file"]:valid, .typo3-shell .form-group .was-validated input[type="file"]:valid, .typo3-shell .was-validated .frame-type-felogin_login input[type="text"]:valid, .typo3-shell .frame-type-felogin_login .was-validated input[type="text"]:valid, .typo3-shell .was-validated .frame-type-felogin_login input[type="password"]:valid, .typo3-shell .frame-type-felogin_login .was-validated input[type="password"]:valid, .typo3-shell .form-control.is-valid, .typo3-shell .form-group input.is-valid[type="file"], .typo3-shell .frame-type-felogin_login input.is-valid[type="text"], .typo3-shell .frame-type-felogin_login input.is-valid[type="password"] {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233A833A' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.typo3-shell .was-validated .form-control:valid:focus, .typo3-shell .was-validated .form-group input[type="file"]:valid:focus, .typo3-shell .form-group .was-validated input[type="file"]:valid:focus, .typo3-shell .was-validated .frame-type-felogin_login input[type="text"]:valid:focus, .typo3-shell .frame-type-felogin_login .was-validated input[type="text"]:valid:focus, .typo3-shell .was-validated .frame-type-felogin_login input[type="password"]:valid:focus, .typo3-shell .frame-type-felogin_login .was-validated input[type="password"]:valid:focus, .typo3-shell .form-control.is-valid:focus, .typo3-shell .form-group input.is-valid[type="file"]:focus, .typo3-shell .frame-type-felogin_login input.is-valid[type="text"]:focus, .typo3-shell .frame-type-felogin_login input.is-valid[type="password"]:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25)
}

.typo3-shell .was-validated textarea.form-control:valid, .typo3-shell textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.typo3-shell .was-validated .form-select:valid, .typo3-shell .form-select.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.typo3-shell .was-validated .form-select:valid:not([multiple]):not([size]), .typo3-shell .was-validated .form-select:valid:not([multiple])[size="1"], .typo3-shell .form-select.is-valid:not([multiple]):not([size]), .typo3-shell .form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233A833A' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.typo3-shell .was-validated .form-select:valid:focus, .typo3-shell .form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25)
}

.typo3-shell .was-validated .form-control-color:valid, .typo3-shell .form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.typo3-shell .was-validated .form-check-input:valid, .typo3-shell .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.typo3-shell .was-validated .form-check-input:valid:checked, .typo3-shell .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color)
}

.typo3-shell .was-validated .form-check-input:valid:focus, .typo3-shell .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25)
}

.typo3-shell .was-validated .form-check-input:valid ~ .form-check-label, .typo3-shell .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color)
}

.typo3-shell .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em
}

.typo3-shell .was-validated .input-group > .form-control:not(:focus):valid, .typo3-shell .was-validated .form-group .input-group > input[type="file"]:not(:focus):valid, .typo3-shell .form-group .was-validated .input-group > input[type="file"]:not(:focus):valid, .typo3-shell .was-validated .frame-type-felogin_login .input-group > input[type="text"]:not(:focus):valid, .typo3-shell .frame-type-felogin_login .was-validated .input-group > input[type="text"]:not(:focus):valid, .typo3-shell .was-validated .frame-type-felogin_login .input-group > input[type="password"]:not(:focus):valid, .typo3-shell .frame-type-felogin_login .was-validated .input-group > input[type="password"]:not(:focus):valid, .typo3-shell .input-group > .form-control:not(:focus).is-valid, .typo3-shell .form-group .input-group > input.is-valid[type="file"]:not(:focus), .typo3-shell .frame-type-felogin_login .input-group > input.is-valid[type="text"]:not(:focus), .typo3-shell .frame-type-felogin_login .input-group > input.is-valid[type="password"]:not(:focus), .typo3-shell .was-validated .input-group > .form-select:not(:focus):valid, .typo3-shell .input-group > .form-select:not(:focus).is-valid, .typo3-shell .was-validated .input-group > .form-floating:not(:focus-within):valid, .typo3-shell .input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3
}

.typo3-shell .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color)
}

.typo3-shell .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.typo3-shell .was-validated :invalid ~ .invalid-feedback, .typo3-shell .was-validated :invalid ~ .invalid-tooltip, .typo3-shell .is-invalid ~ .invalid-feedback, .typo3-shell .is-invalid ~ .invalid-tooltip {
    display: block
}

.typo3-shell .was-validated .form-control:invalid, .typo3-shell .was-validated .form-group input[type="file"]:invalid, .typo3-shell .form-group .was-validated input[type="file"]:invalid, .typo3-shell .was-validated .frame-type-felogin_login input[type="text"]:invalid, .typo3-shell .frame-type-felogin_login .was-validated input[type="text"]:invalid, .typo3-shell .was-validated .frame-type-felogin_login input[type="password"]:invalid, .typo3-shell .frame-type-felogin_login .was-validated input[type="password"]:invalid, .typo3-shell .form-control.is-invalid, .typo3-shell .form-group input.is-invalid[type="file"], .typo3-shell .frame-type-felogin_login input.is-invalid[type="text"], .typo3-shell .frame-type-felogin_login input.is-invalid[type="password"] {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d4403a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d4403a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.typo3-shell .was-validated .form-control:invalid:focus, .typo3-shell .was-validated .form-group input[type="file"]:invalid:focus, .typo3-shell .form-group .was-validated input[type="file"]:invalid:focus, .typo3-shell .was-validated .frame-type-felogin_login input[type="text"]:invalid:focus, .typo3-shell .frame-type-felogin_login .was-validated input[type="text"]:invalid:focus, .typo3-shell .was-validated .frame-type-felogin_login input[type="password"]:invalid:focus, .typo3-shell .frame-type-felogin_login .was-validated input[type="password"]:invalid:focus, .typo3-shell .form-control.is-invalid:focus, .typo3-shell .form-group input.is-invalid[type="file"]:focus, .typo3-shell .frame-type-felogin_login input.is-invalid[type="text"]:focus, .typo3-shell .frame-type-felogin_login input.is-invalid[type="password"]:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25)
}

.typo3-shell .was-validated textarea.form-control:invalid, .typo3-shell textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.typo3-shell .was-validated .form-select:invalid, .typo3-shell .form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.typo3-shell .was-validated .form-select:invalid:not([multiple]):not([size]), .typo3-shell .was-validated .form-select:invalid:not([multiple])[size="1"], .typo3-shell .form-select.is-invalid:not([multiple]):not([size]), .typo3-shell .form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d4403a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d4403a' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.typo3-shell .was-validated .form-select:invalid:focus, .typo3-shell .form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25)
}

.typo3-shell .was-validated .form-control-color:invalid, .typo3-shell .form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.typo3-shell .was-validated .form-check-input:invalid, .typo3-shell .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.typo3-shell .was-validated .form-check-input:invalid:checked, .typo3-shell .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.typo3-shell .was-validated .form-check-input:invalid:focus, .typo3-shell .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25)
}

.typo3-shell .was-validated .form-check-input:invalid ~ .form-check-label, .typo3-shell .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color)
}

.typo3-shell .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em
}

.typo3-shell .was-validated .input-group > .form-control:not(:focus):invalid, .typo3-shell .was-validated .form-group .input-group > input[type="file"]:not(:focus):invalid, .typo3-shell .form-group .was-validated .input-group > input[type="file"]:not(:focus):invalid, .typo3-shell .was-validated .frame-type-felogin_login .input-group > input[type="text"]:not(:focus):invalid, .typo3-shell .frame-type-felogin_login .was-validated .input-group > input[type="text"]:not(:focus):invalid, .typo3-shell .was-validated .frame-type-felogin_login .input-group > input[type="password"]:not(:focus):invalid, .typo3-shell .frame-type-felogin_login .was-validated .input-group > input[type="password"]:not(:focus):invalid, .typo3-shell .input-group > .form-control:not(:focus).is-invalid, .typo3-shell .form-group .input-group > input.is-invalid[type="file"]:not(:focus), .typo3-shell .frame-type-felogin_login .input-group > input.is-invalid[type="text"]:not(:focus), .typo3-shell .frame-type-felogin_login .input-group > input.is-invalid[type="password"]:not(:focus), .typo3-shell .was-validated .input-group > .form-select:not(:focus):invalid, .typo3-shell .input-group > .form-select:not(:focus).is-invalid, .typo3-shell .was-validated .input-group > .form-floating:not(:focus-within):invalid, .typo3-shell .input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.typo3-shell .btn, .typo3-shell .frame-type-felogin_login input[type="submit"], .typo3-shell .cc-btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    box-shadow: var(--bs-btn-box-shadow);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .btn, .typo3-shell .frame-type-felogin_login input[type="submit"], .typo3-shell .cc-btn {
        transition: none
    }
}

.typo3-shell .btn:hover, .typo3-shell .frame-type-felogin_login input[type="submit"]:hover, .typo3-shell .cc-btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.typo3-shell .btn-check + .btn:hover, .typo3-shell .frame-type-felogin_login .btn-check + input[type="submit"]:hover, .typo3-shell .btn-check + .cc-btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.typo3-shell .btn:focus-visible, .typo3-shell .frame-type-felogin_login input[type="submit"]:focus-visible, .typo3-shell .cc-btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow)
}

.typo3-shell .btn-check:focus-visible + .btn, .typo3-shell .frame-type-felogin_login .btn-check:focus-visible + input[type="submit"], .typo3-shell .btn-check:focus-visible + .cc-btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow)
}

.typo3-shell .btn-check:checked + .btn, .typo3-shell .frame-type-felogin_login .btn-check:checked + input[type="submit"], .typo3-shell .btn-check:checked + .cc-btn, .typo3-shell :not(.btn-check) + .btn:active, .typo3-shell .frame-type-felogin_login :not(.btn-check) + input[type="submit"]:active, .typo3-shell :not(.btn-check) + .cc-btn:active, .typo3-shell .btn:first-child:active, .typo3-shell .frame-type-felogin_login input[type="submit"]:first-child:active, .typo3-shell .cc-btn:first-child:active, .typo3-shell .btn.active, .typo3-shell .frame-type-felogin_login input.active[type="submit"], .typo3-shell .active.cc-btn, .typo3-shell .btn.show, .typo3-shell .frame-type-felogin_login input.show[type="submit"], .typo3-shell .show.cc-btn {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow)
}

.typo3-shell .btn-check:checked + .btn:focus-visible, .typo3-shell .frame-type-felogin_login .btn-check:checked + input[type="submit"]:focus-visible, .typo3-shell .btn-check:checked + .cc-btn:focus-visible, .typo3-shell :not(.btn-check) + .btn:active:focus-visible, .typo3-shell .frame-type-felogin_login :not(.btn-check) + input[type="submit"]:active:focus-visible, .typo3-shell :not(.btn-check) + .cc-btn:active:focus-visible, .typo3-shell .btn:first-child:active:focus-visible, .typo3-shell .frame-type-felogin_login input[type="submit"]:first-child:active:focus-visible, .typo3-shell .cc-btn:first-child:active:focus-visible, .typo3-shell .btn.active:focus-visible, .typo3-shell .frame-type-felogin_login input.active[type="submit"]:focus-visible, .typo3-shell .active.cc-btn:focus-visible, .typo3-shell .btn.show:focus-visible, .typo3-shell .frame-type-felogin_login input.show[type="submit"]:focus-visible, .typo3-shell .show.cc-btn:focus-visible {
    box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow)
}

.typo3-shell .btn-check:checked:focus-visible + .btn, .typo3-shell .frame-type-felogin_login .btn-check:checked:focus-visible + input[type="submit"], .typo3-shell .btn-check:checked:focus-visible + .cc-btn {
    box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow)
}

.typo3-shell .btn:disabled, .typo3-shell .frame-type-felogin_login input[type="submit"]:disabled, .typo3-shell .cc-btn:disabled, .typo3-shell .btn.disabled, .typo3-shell .frame-type-felogin_login input.disabled[type="submit"], .typo3-shell .disabled.cc-btn, .typo3-shell fieldset:disabled .btn, .typo3-shell fieldset:disabled .frame-type-felogin_login input[type="submit"], .typo3-shell .frame-type-felogin_login fieldset:disabled input[type="submit"], .typo3-shell fieldset:disabled .cc-btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    box-shadow: none
}

.typo3-shell .btn-primary, .typo3-shell .frame-type-felogin_login input[type="submit"] {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #ffffff
}

.typo3-shell .btn-secondary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #013859;
    --bs-btn-border-color: #013859;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #01304c;
    --bs-btn-hover-border-color: #012d47;
    --bs-btn-focus-shadow-rgb: 39, 86, 114;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #012d47;
    --bs-btn-active-border-color: #012a43;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #013859;
    --bs-btn-disabled-border-color: #013859
}

.typo3-shell .btn-tertiary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #758c7f;
    --bs-btn-border-color: #758c7f;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #8a9d92;
    --bs-btn-hover-border-color: #83988c;
    --bs-btn-focus-shadow-rgb: 99, 119, 108;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #91a399;
    --bs-btn-active-border-color: #83988c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #758c7f;
    --bs-btn-disabled-border-color: #758c7f
}

.typo3-shell .btn-quaternary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #2d1e2f;
    --bs-btn-border-color: #2d1e2f;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #261a28;
    --bs-btn-hover-border-color: #241826;
    --bs-btn-focus-shadow-rgb: 77, 64, 78;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #241826;
    --bs-btn-active-border-color: #221723;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #2d1e2f;
    --bs-btn-disabled-border-color: #2d1e2f
}

.typo3-shell .btn-success {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #3A833A;
    --bs-btn-border-color: #3A833A;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #316f31;
    --bs-btn-hover-border-color: #2e692e;
    --bs-btn-focus-shadow-rgb: 88, 150, 88;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #2e692e;
    --bs-btn-active-border-color: #2c622c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #3A833A;
    --bs-btn-disabled-border-color: #3A833A
}

.typo3-shell .btn-info {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #287F9A;
    --bs-btn-border-color: #287F9A;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #226c83;
    --bs-btn-hover-border-color: #20667b;
    --bs-btn-focus-shadow-rgb: 72, 146, 169;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #20667b;
    --bs-btn-active-border-color: #1e5f74;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #287F9A;
    --bs-btn-disabled-border-color: #287F9A
}

.typo3-shell .btn-warning {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #a4660e;
    --bs-btn-border-color: #a4660e;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #8b570c;
    --bs-btn-hover-border-color: #83520b;
    --bs-btn-focus-shadow-rgb: 178, 125, 50;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #83520b;
    --bs-btn-active-border-color: #7b4d0b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #a4660e;
    --bs-btn-disabled-border-color: #a4660e
}

.typo3-shell .btn-danger {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #d4403a;
    --bs-btn-border-color: #d4403a;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #b43631;
    --bs-btn-hover-border-color: #aa332e;
    --bs-btn-focus-shadow-rgb: 218, 93, 88;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #aa332e;
    --bs-btn-active-border-color: #9f302c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #d4403a;
    --bs-btn-disabled-border-color: #d4403a
}

.typo3-shell .btn-default {
    --bs-btn-color: #000000;
    --bs-btn-bg: #eaebec;
    --bs-btn-border-color: #eaebec;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #edeeef;
    --bs-btn-hover-border-color: #ecedee;
    --bs-btn-focus-shadow-rgb: 199, 200, 201;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #eeeff0;
    --bs-btn-active-border-color: #ecedee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #eaebec;
    --bs-btn-disabled-border-color: #eaebec
}

.typo3-shell .btn-lighter {
    --bs-btn-color: #000000;
    --bs-btn-bg: #f8f8f8;
    --bs-btn-border-color: #f8f8f8;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #f9f9f9;
    --bs-btn-hover-border-color: #f9f9f9;
    --bs-btn-focus-shadow-rgb: 211, 211, 211;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #f9f9f9;
    --bs-btn-active-border-color: #f9f9f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #f8f8f8;
    --bs-btn-disabled-border-color: #f8f8f8
}

.typo3-shell .btn-light {
    --bs-btn-color: #000000;
    --bs-btn-bg: #e9e9e9;
    --bs-btn-border-color: #e9e9e9;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #c6c6c6;
    --bs-btn-hover-border-color: #bababa;
    --bs-btn-focus-shadow-rgb: 198, 198, 198;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #bababa;
    --bs-btn-active-border-color: #afafaf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #e9e9e9;
    --bs-btn-disabled-border-color: #e9e9e9
}

.typo3-shell .btn-dark {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #313131;
    --bs-btn-border-color: #313131;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #505050;
    --bs-btn-hover-border-color: #464646;
    --bs-btn-focus-shadow-rgb: 80, 80, 80;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #5a5a5a;
    --bs-btn-active-border-color: #464646;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #313131;
    --bs-btn-disabled-border-color: #313131
}

.typo3-shell .btn-darker {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #212121;
    --bs-btn-border-color: #212121;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #1c1c1c;
    --bs-btn-hover-border-color: #1a1a1a;
    --bs-btn-focus-shadow-rgb: 66, 66, 66;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #1a1a1a;
    --bs-btn-active-border-color: #191919;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #212121;
    --bs-btn-disabled-border-color: #212121
}

.typo3-shell .btn-outline-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none
}

.typo3-shell .btn-outline-secondary {
    --bs-btn-color: #013859;
    --bs-btn-border-color: #013859;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #013859;
    --bs-btn-hover-border-color: #013859;
    --bs-btn-focus-shadow-rgb: 1, 56, 89;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #013859;
    --bs-btn-active-border-color: #013859;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #013859;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #013859;
    --bs-gradient: none
}

.typo3-shell .btn-outline-tertiary {
    --bs-btn-color: #758c7f;
    --bs-btn-border-color: #758c7f;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #758c7f;
    --bs-btn-hover-border-color: #758c7f;
    --bs-btn-focus-shadow-rgb: 117, 140, 127;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #758c7f;
    --bs-btn-active-border-color: #758c7f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #758c7f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #758c7f;
    --bs-gradient: none
}

.typo3-shell .btn-outline-quaternary {
    --bs-btn-color: #2d1e2f;
    --bs-btn-border-color: #2d1e2f;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #2d1e2f;
    --bs-btn-hover-border-color: #2d1e2f;
    --bs-btn-focus-shadow-rgb: 45, 30, 47;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #2d1e2f;
    --bs-btn-active-border-color: #2d1e2f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2d1e2f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2d1e2f;
    --bs-gradient: none
}

.typo3-shell .btn-outline-success {
    --bs-btn-color: #3A833A;
    --bs-btn-border-color: #3A833A;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #3A833A;
    --bs-btn-hover-border-color: #3A833A;
    --bs-btn-focus-shadow-rgb: 58, 131, 58;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #3A833A;
    --bs-btn-active-border-color: #3A833A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3A833A;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3A833A;
    --bs-gradient: none
}

.typo3-shell .btn-outline-info {
    --bs-btn-color: #287F9A;
    --bs-btn-border-color: #287F9A;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #287F9A;
    --bs-btn-hover-border-color: #287F9A;
    --bs-btn-focus-shadow-rgb: 40, 127, 154;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #287F9A;
    --bs-btn-active-border-color: #287F9A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #287F9A;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #287F9A;
    --bs-gradient: none
}

.typo3-shell .btn-outline-warning {
    --bs-btn-color: #a4660e;
    --bs-btn-border-color: #a4660e;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #a4660e;
    --bs-btn-hover-border-color: #a4660e;
    --bs-btn-focus-shadow-rgb: 164, 102, 14;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #a4660e;
    --bs-btn-active-border-color: #a4660e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a4660e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a4660e;
    --bs-gradient: none
}

.typo3-shell .btn-outline-danger {
    --bs-btn-color: #d4403a;
    --bs-btn-border-color: #d4403a;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #d4403a;
    --bs-btn-hover-border-color: #d4403a;
    --bs-btn-focus-shadow-rgb: 212, 64, 58;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #d4403a;
    --bs-btn-active-border-color: #d4403a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d4403a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d4403a;
    --bs-gradient: none
}

.typo3-shell .btn-outline-default {
    --bs-btn-color: #eaebec;
    --bs-btn-border-color: #eaebec;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #eaebec;
    --bs-btn-hover-border-color: #eaebec;
    --bs-btn-focus-shadow-rgb: 234, 235, 236;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #eaebec;
    --bs-btn-active-border-color: #eaebec;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #eaebec;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eaebec;
    --bs-gradient: none
}

.typo3-shell .btn-outline-lighter {
    --bs-btn-color: #f8f8f8;
    --bs-btn-border-color: #f8f8f8;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #f8f8f8;
    --bs-btn-hover-border-color: #f8f8f8;
    --bs-btn-focus-shadow-rgb: 248, 248, 248;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #f8f8f8;
    --bs-btn-active-border-color: #f8f8f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f8f8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f8f8;
    --bs-gradient: none
}

.typo3-shell .btn-outline-light {
    --bs-btn-color: #e9e9e9;
    --bs-btn-border-color: #e9e9e9;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #e9e9e9;
    --bs-btn-hover-border-color: #e9e9e9;
    --bs-btn-focus-shadow-rgb: 233, 233, 233;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #e9e9e9;
    --bs-btn-active-border-color: #e9e9e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e9e9e9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e9e9e9;
    --bs-gradient: none
}

.typo3-shell .btn-outline-dark {
    --bs-btn-color: #313131;
    --bs-btn-border-color: #313131;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #313131;
    --bs-btn-hover-border-color: #313131;
    --bs-btn-focus-shadow-rgb: 49, 49, 49;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #313131;
    --bs-btn-active-border-color: #313131;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #313131;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #313131;
    --bs-gradient: none
}

.typo3-shell .btn-outline-darker {
    --bs-btn-color: #212121;
    --bs-btn-border-color: #212121;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #212121;
    --bs-btn-hover-border-color: #212121;
    --bs-btn-focus-shadow-rgb: 33, 33, 33;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #212121;
    --bs-btn-active-border-color: #212121;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212121;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212121;
    --bs-gradient: none
}

.typo3-shell .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c6c6c;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    text-decoration: underline
}

.typo3-shell .btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.typo3-shell .btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.typo3-shell .btn-lg, .typo3-shell .btn-group-lg > .btn, .typo3-shell .frame-type-felogin_login .btn-group-lg > input[type="submit"], .typo3-shell .btn-group-lg > .cc-btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.typo3-shell .btn-sm, .typo3-shell .btn-group-sm > .btn, .typo3-shell .frame-type-felogin_login .btn-group-sm > input[type="submit"], .typo3-shell .btn-group-sm > .cc-btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.typo3-shell .fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .fade {
        transition: none
    }
}

.typo3-shell .fade:not(.show) {
    opacity: 0
}

.typo3-shell .collapse:not(.show) {
    display: none
}

.typo3-shell .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .collapsing {
        transition: none
    }
}

.typo3-shell .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .collapsing.collapse-horizontal {
        transition: none
    }
}

.typo3-shell .dropup, .typo3-shell .dropend, .typo3-shell .dropdown, .typo3-shell .dropstart, .typo3-shell .dropup-center, .typo3-shell .dropdown-center {
    position: relative
}

.typo3-shell .dropdown-toggle {
    white-space: nowrap
}

.typo3-shell .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent
}

.typo3-shell .dropdown-toggle:empty::after {
    margin-left: 0
}

.typo3-shell .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #ffffff;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c6c6c;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    box-shadow: var(--bs-dropdown-box-shadow)
}

.typo3-shell .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.typo3-shell .dropdown-menu-start {
    --bs-position: start
}

.typo3-shell .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.typo3-shell .dropdown-menu-end {
    --bs-position: end
}

.typo3-shell .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .typo3-shell .dropdown-menu-sm-start {
        --bs-position: start
    }

    .typo3-shell .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .typo3-shell .dropdown-menu-sm-end {
        --bs-position: end
    }

    .typo3-shell .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .typo3-shell .dropdown-menu-md-start {
        --bs-position: start
    }

    .typo3-shell .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .typo3-shell .dropdown-menu-md-end {
        --bs-position: end
    }

    .typo3-shell .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .typo3-shell .dropdown-menu-lg-start {
        --bs-position: start
    }

    .typo3-shell .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .typo3-shell .dropdown-menu-lg-end {
        --bs-position: end
    }

    .typo3-shell .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .typo3-shell .dropdown-menu-xl-start {
        --bs-position: start
    }

    .typo3-shell .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .typo3-shell .dropdown-menu-xl-end {
        --bs-position: end
    }

    .typo3-shell .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .typo3-shell .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .typo3-shell .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .typo3-shell .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .typo3-shell .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.typo3-shell .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.typo3-shell .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent
}

.typo3-shell .dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.typo3-shell .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.typo3-shell .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid
}

.typo3-shell .dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.typo3-shell .dropend .dropdown-toggle::after {
    vertical-align: 0
}

.typo3-shell .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.typo3-shell .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""
}

.typo3-shell .dropstart .dropdown-toggle::after {
    display: none
}

.typo3-shell .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent
}

.typo3-shell .dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.typo3-shell .dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.typo3-shell .dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.typo3-shell .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.typo3-shell .dropdown-item:hover, .typo3-shell .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.typo3-shell .dropdown-item.active, .typo3-shell .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.typo3-shell .dropdown-item.disabled, .typo3-shell .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.typo3-shell .dropdown-menu.show {
    display: block
}

.typo3-shell .dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.typo3-shell .dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.typo3-shell .dropdown-menu-dark {
    --bs-dropdown-color: #dedede;
    --bs-dropdown-bg: #313131;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dedede;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #ffffff;
    --bs-dropdown-link-disabled-color: #ababab;
    --bs-dropdown-header-color: #ababab
}

.typo3-shell .btn-group, .typo3-shell .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.typo3-shell .btn-group > .btn, .typo3-shell .frame-type-felogin_login .btn-group > input[type="submit"], .typo3-shell .btn-group > .cc-btn, .typo3-shell .btn-group-vertical > .btn, .typo3-shell .frame-type-felogin_login .btn-group-vertical > input[type="submit"], .typo3-shell .btn-group-vertical > .cc-btn {
    position: relative;
    flex: 1 1 auto
}

.typo3-shell .btn-group > .btn-check:checked + .btn, .typo3-shell .frame-type-felogin_login .btn-group > .btn-check:checked + input[type="submit"], .typo3-shell .btn-group > .btn-check:checked + .cc-btn, .typo3-shell .btn-group > .btn-check:focus + .btn, .typo3-shell .frame-type-felogin_login .btn-group > .btn-check:focus + input[type="submit"], .typo3-shell .btn-group > .btn-check:focus + .cc-btn, .typo3-shell .btn-group > .btn:hover, .typo3-shell .frame-type-felogin_login .btn-group > input[type="submit"]:hover, .typo3-shell .btn-group > .cc-btn:hover, .typo3-shell .btn-group > .btn:focus, .typo3-shell .frame-type-felogin_login .btn-group > input[type="submit"]:focus, .typo3-shell .btn-group > .cc-btn:focus, .typo3-shell .btn-group > .btn:active, .typo3-shell .frame-type-felogin_login .btn-group > input[type="submit"]:active, .typo3-shell .btn-group > .cc-btn:active, .typo3-shell .btn-group > .btn.active, .typo3-shell .frame-type-felogin_login .btn-group > input.active[type="submit"], .typo3-shell .btn-group > .active.cc-btn, .typo3-shell .btn-group-vertical > .btn-check:checked + .btn, .typo3-shell .frame-type-felogin_login .btn-group-vertical > .btn-check:checked + input[type="submit"], .typo3-shell .btn-group-vertical > .btn-check:checked + .cc-btn, .typo3-shell .btn-group-vertical > .btn-check:focus + .btn, .typo3-shell .frame-type-felogin_login .btn-group-vertical > .btn-check:focus + input[type="submit"], .typo3-shell .btn-group-vertical > .btn-check:focus + .cc-btn, .typo3-shell .btn-group-vertical > .btn:hover, .typo3-shell .frame-type-felogin_login .btn-group-vertical > input[type="submit"]:hover, .typo3-shell .btn-group-vertical > .cc-btn:hover, .typo3-shell .btn-group-vertical > .btn:focus, .typo3-shell .frame-type-felogin_login .btn-group-vertical > input[type="submit"]:focus, .typo3-shell .btn-group-vertical > .cc-btn:focus, .typo3-shell .btn-group-vertical > .btn:active, .typo3-shell .frame-type-felogin_login .btn-group-vertical > input[type="submit"]:active, .typo3-shell .btn-group-vertical > .cc-btn:active, .typo3-shell .btn-group-vertical > .btn.active, .typo3-shell .frame-type-felogin_login .btn-group-vertical > input.active[type="submit"], .typo3-shell .btn-group-vertical > .active.cc-btn {
    z-index: 1
}

.typo3-shell .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.typo3-shell .btn-toolbar .input-group {
    width: auto
}

.typo3-shell .btn-group {
    border-radius: var(--bs-border-radius)
}

.typo3-shell .btn-group > :not(.btn-check:first-child) + .btn, .typo3-shell .frame-type-felogin_login .btn-group > :not(.btn-check:first-child) + input[type="submit"], .typo3-shell .btn-group > :not(.btn-check:first-child) + .cc-btn, .typo3-shell .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(-1 * var(--bs-border-width))
}

.typo3-shell .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .typo3-shell .frame-type-felogin_login .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .typo3-shell .btn-group > .cc-btn:not(:last-child):not(.dropdown-toggle), .typo3-shell .btn-group > .btn.dropdown-toggle-split:first-child, .typo3-shell .frame-type-felogin_login .btn-group > input.dropdown-toggle-split[type="submit"]:first-child, .typo3-shell .btn-group > .dropdown-toggle-split.cc-btn:first-child, .typo3-shell .btn-group > .btn-group:not(:last-child) > .btn, .typo3-shell .frame-type-felogin_login .btn-group > .btn-group:not(:last-child) > input[type="submit"], .typo3-shell .btn-group > .btn-group:not(:last-child) > .cc-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.typo3-shell .btn-group > .btn:nth-child(n+3), .typo3-shell .frame-type-felogin_login .btn-group > input[type="submit"]:nth-child(n+3), .typo3-shell .btn-group > .cc-btn:nth-child(n+3), .typo3-shell .btn-group > :not(.btn-check) + .btn, .typo3-shell .frame-type-felogin_login .btn-group > :not(.btn-check) + input[type="submit"], .typo3-shell .btn-group > :not(.btn-check) + .cc-btn, .typo3-shell .btn-group > .btn-group:not(:first-child) > .btn, .typo3-shell .frame-type-felogin_login .btn-group > .btn-group:not(:first-child) > input[type="submit"], .typo3-shell .btn-group > .btn-group:not(:first-child) > .cc-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.typo3-shell .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem
}

.typo3-shell .dropdown-toggle-split::after, .typo3-shell .dropup .dropdown-toggle-split::after, .typo3-shell .dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.typo3-shell .dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.typo3-shell .btn-sm + .dropdown-toggle-split, .typo3-shell .btn-group-sm > .btn + .dropdown-toggle-split, .typo3-shell .frame-type-felogin_login .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .typo3-shell .btn-group-sm > .cc-btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem
}

.typo3-shell .btn-lg + .dropdown-toggle-split, .typo3-shell .btn-group-lg > .btn + .dropdown-toggle-split, .typo3-shell .frame-type-felogin_login .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .typo3-shell .btn-group-lg > .cc-btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.typo3-shell .btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.typo3-shell .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

.typo3-shell .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.typo3-shell .btn-group-vertical > .btn, .typo3-shell .frame-type-felogin_login .btn-group-vertical > input[type="submit"], .typo3-shell .btn-group-vertical > .cc-btn, .typo3-shell .btn-group-vertical > .btn-group {
    width: 100%
}

.typo3-shell .btn-group-vertical > .btn:not(:first-child), .typo3-shell .frame-type-felogin_login .btn-group-vertical > input[type="submit"]:not(:first-child), .typo3-shell .btn-group-vertical > .cc-btn:not(:first-child), .typo3-shell .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(-1 * var(--bs-border-width))
}

.typo3-shell .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .typo3-shell .frame-type-felogin_login .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .typo3-shell .btn-group-vertical > .cc-btn:not(:last-child):not(.dropdown-toggle), .typo3-shell .btn-group-vertical > .btn-group:not(:last-child) > .btn, .typo3-shell .frame-type-felogin_login .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], .typo3-shell .btn-group-vertical > .btn-group:not(:last-child) > .cc-btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.typo3-shell .btn-group-vertical > .btn:nth-child(n+3), .typo3-shell .frame-type-felogin_login .btn-group-vertical > input[type="submit"]:nth-child(n+3), .typo3-shell .btn-group-vertical > .cc-btn:nth-child(n+3), .typo3-shell .btn-group-vertical > :not(.btn-check) + .btn, .typo3-shell .frame-type-felogin_login .btn-group-vertical > :not(.btn-check) + input[type="submit"], .typo3-shell .btn-group-vertical > :not(.btn-check) + .cc-btn, .typo3-shell .btn-group-vertical > .btn-group:not(:first-child) > .btn, .typo3-shell .frame-type-felogin_login .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], .typo3-shell .btn-group-vertical > .btn-group:not(:first-child) > .cc-btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.typo3-shell .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.typo3-shell .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .nav-link {
        transition: none
    }
}

.typo3-shell .nav-link:hover, .typo3-shell .nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.typo3-shell .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25)
}

.typo3-shell .nav-link.disabled, .typo3-shell .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.typo3-shell .nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.typo3-shell .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.typo3-shell .nav-tabs .nav-link:hover, .typo3-shell .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.typo3-shell .nav-tabs .nav-link.active, .typo3-shell .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.typo3-shell .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.typo3-shell .nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #ffffff
}

.typo3-shell .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.typo3-shell .nav-pills .nav-link.active, .typo3-shell .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.typo3-shell .nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.typo3-shell .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.typo3-shell .nav-underline .nav-link:hover, .typo3-shell .nav-underline .nav-link:focus {
    border-bottom-color: currentcolor
}

.typo3-shell .nav-underline .nav-link.active, .typo3-shell .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.typo3-shell .nav-fill > .nav-link, .typo3-shell .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.typo3-shell .nav-justified > .nav-link, .typo3-shell .nav-justified .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center
}

.typo3-shell .nav-fill .nav-item .nav-link, .typo3-shell .nav-justified .nav-item .nav-link {
    width: 100%
}

.typo3-shell .tab-content > .tab-pane {
    display: none
}

.typo3-shell .tab-content > .active {
    display: block
}

.typo3-shell .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 33, 33, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.typo3-shell .navbar > .container, .typo3-shell .navbar > .container-fluid, .typo3-shell .navbar > .container-sm, .typo3-shell .navbar > .container-md, .typo3-shell .navbar > .container-lg, .typo3-shell .navbar > .container-xl, .typo3-shell .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.typo3-shell .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.typo3-shell .navbar-brand:hover, .typo3-shell .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.typo3-shell .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.typo3-shell .navbar-nav .nav-link.active, .typo3-shell .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.typo3-shell .navbar-nav .dropdown-menu {
    position: static
}

.typo3-shell .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color)
}

.typo3-shell .navbar-text a, .typo3-shell .navbar-text a:hover, .typo3-shell .navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.typo3-shell .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center
}

.typo3-shell .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .navbar-toggler {
        transition: none
    }
}

.typo3-shell .navbar-toggler:hover {
    text-decoration: none
}

.typo3-shell .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.typo3-shell .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.typo3-shell .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .typo3-shell .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .typo3-shell .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .typo3-shell .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .typo3-shell .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .typo3-shell .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .typo3-shell .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .typo3-shell .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .typo3-shell .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        box-shadow: none;
        transition: none
    }

    .typo3-shell .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .typo3-shell .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .typo3-shell .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .typo3-shell .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .typo3-shell .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .typo3-shell .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .typo3-shell .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .typo3-shell .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .typo3-shell .navbar-expand-md .navbar-toggler {
        display: none
    }

    .typo3-shell .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        box-shadow: none;
        transition: none
    }

    .typo3-shell .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .typo3-shell .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .typo3-shell .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .typo3-shell .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .typo3-shell .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .typo3-shell .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .typo3-shell .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .typo3-shell .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .typo3-shell .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        box-shadow: none;
        transition: none
    }

    .typo3-shell .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .typo3-shell .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .typo3-shell .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .typo3-shell .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .typo3-shell .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .typo3-shell .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .typo3-shell .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .typo3-shell .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .typo3-shell .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .typo3-shell .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        box-shadow: none;
        transition: none
    }

    .typo3-shell .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .typo3-shell .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .typo3-shell .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .typo3-shell .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .typo3-shell .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .typo3-shell .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .typo3-shell .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .typo3-shell .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .typo3-shell .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .typo3-shell .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        box-shadow: none;
        transition: none
    }

    .typo3-shell .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .typo3-shell .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.typo3-shell .navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.typo3-shell .navbar-expand .navbar-nav {
    flex-direction: row
}

.typo3-shell .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.typo3-shell .navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.typo3-shell .navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.typo3-shell .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.typo3-shell .navbar-expand .navbar-toggler {
    display: none
}

.typo3-shell .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none
}

.typo3-shell .navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.typo3-shell .navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.typo3-shell .navbar-dark, .typo3-shell .navbar-inverse, .typo3-shell .navbar-inverse-transition, .typo3-shell .navbar-inverse-transition.navbar-transition, .typo3-shell .navbar[data-bs-theme="dark"] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #ffffff;
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.typo3-shell [data-bs-theme="dark"] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.typo3-shell .card {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.75rem;
    --bs-card-cap-padding-x: 1.5rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow)
}

.typo3-shell .card > hr {
    margin-right: 0;
    margin-left: 0
}

.typo3-shell .card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.typo3-shell .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.typo3-shell .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.typo3-shell .card > .card-header + .list-group, .typo3-shell .card > .list-group + .card-footer {
    border-top: 0
}

.typo3-shell .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.typo3-shell .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.typo3-shell .card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.typo3-shell .card-text:last-child {
    margin-bottom: 0
}

.typo3-shell .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.typo3-shell .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.typo3-shell .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.typo3-shell .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.typo3-shell .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.typo3-shell .card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.typo3-shell .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.typo3-shell .card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.typo3-shell .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.typo3-shell .card-img, .typo3-shell .card-img-top, .typo3-shell .card-img-bottom {
    width: 100%
}

.typo3-shell .card-img, .typo3-shell .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.typo3-shell .card-img, .typo3-shell .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.typo3-shell .card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .typo3-shell .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .typo3-shell .card-group > .card {
        flex: 1 0 0;
        margin-bottom: 0
    }

    .typo3-shell .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .typo3-shell .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .typo3-shell .card-group > .card:not(:last-child) > .card-img-top, .typo3-shell .card-group > .card:not(:last-child) > .card-header {
        border-top-right-radius: 0
    }

    .typo3-shell .card-group > .card:not(:last-child) > .card-img-bottom, .typo3-shell .card-group > .card:not(:last-child) > .card-footer {
        border-bottom-right-radius: 0
    }

    .typo3-shell .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .typo3-shell .card-group > .card:not(:first-child) > .card-img-top, .typo3-shell .card-group > .card:not(:first-child) > .card-header {
        border-top-left-radius: 0
    }

    .typo3-shell .card-group > .card:not(:first-child) > .card-img-bottom, .typo3-shell .card-group > .card:not(:first-child) > .card-footer {
        border-bottom-left-radius: 0
    }
}

.typo3-shell .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212121' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1.25rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.typo3-shell .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .accordion-button {
        transition: none
    }
}

.typo3-shell .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.typo3-shell .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.typo3-shell .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .accordion-button::after {
        transition: none
    }
}

.typo3-shell .accordion-button:hover {
    z-index: 2
}

.typo3-shell .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.typo3-shell .accordion-header {
    margin-bottom: 0
}

.typo3-shell .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.typo3-shell .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.typo3-shell .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.typo3-shell .accordion-item:not(:first-of-type) {
    border-top: 0
}

.typo3-shell .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.typo3-shell .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.typo3-shell .accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.typo3-shell .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.typo3-shell .accordion-flush > .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.typo3-shell .accordion-flush > .accordion-item:first-child {
    border-top: 0
}

.typo3-shell .accordion-flush > .accordion-item:last-child {
    border-bottom: 0
}

.typo3-shell .accordion-flush > .accordion-item > .accordion-collapse, .typo3-shell .accordion-flush > .accordion-item > .accordion-header .accordion-button, .typo3-shell .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.typo3-shell [data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.typo3-shell .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0.75rem;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: #f8f8f8;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.typo3-shell .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.typo3-shell .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.typo3-shell .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.typo3-shell .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #212121;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    --bs-pagination-active-color: #ffffff;
    --bs-pagination-active-bg: #ffffff;
    --bs-pagination-active-border-color: #ffffff;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.typo3-shell .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .page-link {
        transition: none
    }
}

.typo3-shell .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.typo3-shell .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.typo3-shell .page-link.active, .typo3-shell .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.typo3-shell .page-link.disabled, .typo3-shell .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.typo3-shell .page-item:not(:first-child) .page-link {
    margin-left: calc(-1 * var(--bs-border-width))
}

.typo3-shell .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.typo3-shell .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.typo3-shell .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.typo3-shell .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.typo3-shell .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #ffffff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.typo3-shell .badge:empty {
    display: none
}

.typo3-shell .btn .badge, .typo3-shell .frame-type-felogin_login input[type="submit"] .badge, .typo3-shell .cc-btn .badge {
    position: relative;
    top: -1px
}

.typo3-shell .alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.typo3-shell .alert-heading {
    color: inherit
}

.typo3-shell .alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.typo3-shell .alert-dismissible {
    padding-right: 3rem
}

.typo3-shell .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.typo3-shell .alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.typo3-shell .alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.typo3-shell .alert-tertiary {
    --bs-alert-color: var(--bs-tertiary-text-emphasis);
    --bs-alert-bg: var(--bs-tertiary-bg-subtle);
    --bs-alert-border-color: var(--bs-tertiary-border-subtle);
    --bs-alert-link-color: var(--bs-tertiary-text-emphasis)
}

.typo3-shell .alert-quaternary {
    --bs-alert-color: var(--bs-quaternary-text-emphasis);
    --bs-alert-bg: var(--bs-quaternary-bg-subtle);
    --bs-alert-border-color: var(--bs-quaternary-border-subtle);
    --bs-alert-link-color: var(--bs-quaternary-text-emphasis)
}

.typo3-shell .alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.typo3-shell .alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.typo3-shell .alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.typo3-shell .alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.typo3-shell .alert-default {
    --bs-alert-color: var(--bs-default-text-emphasis);
    --bs-alert-bg: var(--bs-default-bg-subtle);
    --bs-alert-border-color: var(--bs-default-border-subtle);
    --bs-alert-link-color: var(--bs-default-text-emphasis)
}

.typo3-shell .alert-lighter {
    --bs-alert-color: var(--bs-lighter-text-emphasis);
    --bs-alert-bg: var(--bs-lighter-bg-subtle);
    --bs-alert-border-color: var(--bs-lighter-border-subtle);
    --bs-alert-link-color: var(--bs-lighter-text-emphasis)
}

.typo3-shell .alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.typo3-shell .alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

.typo3-shell .alert-darker {
    --bs-alert-color: var(--bs-darker-text-emphasis);
    --bs-alert-bg: var(--bs-darker-bg-subtle);
    --bs-alert-border-color: var(--bs-darker-border-subtle);
    --bs-alert-link-color: var(--bs-darker-text-emphasis)
}

@keyframes progress-bar-stripes {

.typo3-shell

0
%
{
    background-position-x: var(--bs-progress-height)
}
}
.typo3-shell .progress, .typo3-shell .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #ffffff;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    box-shadow: var(--bs-progress-box-shadow)
}

.typo3-shell .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .progress-bar {
        transition: none
    }
}

.typo3-shell .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.typo3-shell .progress-stacked > .progress {
    overflow: visible
}

.typo3-shell .progress-stacked > .progress > .progress-bar {
    width: 100%
}

.typo3-shell .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .progress-bar-animated {
        animation: none
    }
}

.typo3-shell .list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #ffffff;
    --bs-list-group-active-bg: #ffffff;
    --bs-list-group-active-border-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.typo3-shell .list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.typo3-shell .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.typo3-shell .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.typo3-shell .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.typo3-shell .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.typo3-shell .list-group-item.disabled, .typo3-shell .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.typo3-shell .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.typo3-shell .list-group-item + .list-group-item {
    border-top-width: 0
}

.typo3-shell .list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.typo3-shell .list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.typo3-shell .list-group-item-action:not(.active):hover, .typo3-shell .list-group-item-action:not(.active):focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.typo3-shell .list-group-item-action:not(.active):active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.typo3-shell .list-group-horizontal {
    flex-direction: row
}

.typo3-shell .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.typo3-shell .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.typo3-shell .list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.typo3-shell .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.typo3-shell .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width: 576px) {
    .typo3-shell .list-group-horizontal-sm {
        flex-direction: row
    }

    .typo3-shell .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .typo3-shell .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .typo3-shell .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .typo3-shell .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .typo3-shell .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 768px) {
    .typo3-shell .list-group-horizontal-md {
        flex-direction: row
    }

    .typo3-shell .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .typo3-shell .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .typo3-shell .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .typo3-shell .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .typo3-shell .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 992px) {
    .typo3-shell .list-group-horizontal-lg {
        flex-direction: row
    }

    .typo3-shell .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .typo3-shell .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .typo3-shell .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .typo3-shell .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .typo3-shell .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1200px) {
    .typo3-shell .list-group-horizontal-xl {
        flex-direction: row
    }

    .typo3-shell .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .typo3-shell .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .typo3-shell .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .typo3-shell .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .typo3-shell .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1400px) {
    .typo3-shell .list-group-horizontal-xxl {
        flex-direction: row
    }

    .typo3-shell .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .typo3-shell .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .typo3-shell .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .typo3-shell .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .typo3-shell .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.typo3-shell .list-group-flush {
    border-radius: 0
}

.typo3-shell .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.typo3-shell .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.typo3-shell .list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.typo3-shell .list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.typo3-shell .list-group-item-tertiary {
    --bs-list-group-color: var(--bs-tertiary-text-emphasis);
    --bs-list-group-bg: var(--bs-tertiary-bg-subtle);
    --bs-list-group-border-color: var(--bs-tertiary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-tertiary-border-subtle);
    --bs-list-group-active-color: var(--bs-tertiary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-tertiary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-tertiary-text-emphasis)
}

.typo3-shell .list-group-item-quaternary {
    --bs-list-group-color: var(--bs-quaternary-text-emphasis);
    --bs-list-group-bg: var(--bs-quaternary-bg-subtle);
    --bs-list-group-border-color: var(--bs-quaternary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-quaternary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-quaternary-border-subtle);
    --bs-list-group-active-color: var(--bs-quaternary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-quaternary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-quaternary-text-emphasis)
}

.typo3-shell .list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.typo3-shell .list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.typo3-shell .list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.typo3-shell .list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.typo3-shell .list-group-item-default {
    --bs-list-group-color: var(--bs-default-text-emphasis);
    --bs-list-group-bg: var(--bs-default-bg-subtle);
    --bs-list-group-border-color: var(--bs-default-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-default-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-default-border-subtle);
    --bs-list-group-active-color: var(--bs-default-bg-subtle);
    --bs-list-group-active-bg: var(--bs-default-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-default-text-emphasis)
}

.typo3-shell .list-group-item-lighter {
    --bs-list-group-color: var(--bs-lighter-text-emphasis);
    --bs-list-group-bg: var(--bs-lighter-bg-subtle);
    --bs-list-group-border-color: var(--bs-lighter-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-lighter-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-lighter-border-subtle);
    --bs-list-group-active-color: var(--bs-lighter-bg-subtle);
    --bs-list-group-active-bg: var(--bs-lighter-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-lighter-text-emphasis)
}

.typo3-shell .list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.typo3-shell .list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.typo3-shell .list-group-item-darker {
    --bs-list-group-color: var(--bs-darker-text-emphasis);
    --bs-list-group-bg: var(--bs-darker-bg-subtle);
    --bs-list-group-border-color: var(--bs-darker-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-darker-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-darker-border-subtle);
    --bs-list-group-active-color: var(--bs-darker-bg-subtle);
    --bs-list-group-active-bg: var(--bs-darker-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-darker-text-emphasis)
}

.typo3-shell .btn-close {
    --bs-btn-close-color: #000000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity)
}

.typo3-shell .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.typo3-shell .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.typo3-shell .btn-close:disabled, .typo3-shell .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.typo3-shell .btn-close-white {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

:root, .typo3-shell [data-bs-theme="light"] {
    --bs-btn-close-filter:
}

.typo3-shell [data-bs-theme="dark"] {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

.typo3-shell .toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 40px;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.typo3-shell .toast.showing {
    opacity: 0
}

.typo3-shell .toast:not(.show) {
    display: none
}

.typo3-shell .toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.typo3-shell .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.typo3-shell .toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.typo3-shell .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.typo3-shell .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.typo3-shell .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.typo3-shell .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.typo3-shell .modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .modal.fade .modal-dialog {
        transition: none
    }
}

.typo3-shell .modal.show .modal-dialog {
    transform: none
}

.typo3-shell .modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.typo3-shell .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.typo3-shell .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.typo3-shell .modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.typo3-shell .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.typo3-shell .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    box-shadow: var(--bs-modal-box-shadow);
    outline: 0
}

.typo3-shell .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.typo3-shell .modal-backdrop.fade {
    opacity: 0
}

.typo3-shell .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.typo3-shell .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.typo3-shell .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-left: auto
}

.typo3-shell .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.typo3-shell .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.typo3-shell .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.typo3-shell .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .typo3-shell .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .typo3-shell .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .typo3-shell .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .typo3-shell .modal-lg, .typo3-shell .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .typo3-shell .modal-xl {
        --bs-modal-width: 1140px
    }
}

.typo3-shell .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.typo3-shell .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.typo3-shell .modal-fullscreen .modal-header, .typo3-shell .modal-fullscreen .modal-footer {
    border-radius: 0
}

.typo3-shell .modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .typo3-shell .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .typo3-shell .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-sm-down .modal-header, .typo3-shell .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .typo3-shell .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .typo3-shell .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-md-down .modal-header, .typo3-shell .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .typo3-shell .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .typo3-shell .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-lg-down .modal-header, .typo3-shell .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .typo3-shell .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .typo3-shell .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-xl-down .modal-header, .typo3-shell .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1399.98px) {
    .typo3-shell .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .typo3-shell .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-xxl-down .modal-header, .typo3-shell .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .typo3-shell .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.typo3-shell .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.typo3-shell .tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.typo3-shell .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.typo3-shell .tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.typo3-shell .bs-tooltip-top .tooltip-arrow, .typo3-shell .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.typo3-shell .bs-tooltip-top .tooltip-arrow::before, .typo3-shell .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.typo3-shell .bs-tooltip-end .tooltip-arrow, .typo3-shell .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.typo3-shell .bs-tooltip-end .tooltip-arrow::before, .typo3-shell .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.typo3-shell .bs-tooltip-bottom .tooltip-arrow, .typo3-shell .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.typo3-shell .bs-tooltip-bottom .tooltip-arrow::before, .typo3-shell .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.typo3-shell .bs-tooltip-start .tooltip-arrow, .typo3-shell .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.typo3-shell .bs-tooltip-start .tooltip-arrow::before, .typo3-shell .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.typo3-shell .tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.typo3-shell .popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    box-shadow: var(--bs-popover-box-shadow)
}

.typo3-shell .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.typo3-shell .popover .popover-arrow::before, .typo3-shell .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.typo3-shell .bs-popover-top > .popover-arrow, .typo3-shell .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.typo3-shell .bs-popover-top > .popover-arrow::before, .typo3-shell .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .typo3-shell .bs-popover-top > .popover-arrow::after, .typo3-shell .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.typo3-shell .bs-popover-top > .popover-arrow::before, .typo3-shell .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.typo3-shell .bs-popover-top > .popover-arrow::after, .typo3-shell .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.typo3-shell .bs-popover-end > .popover-arrow, .typo3-shell .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.typo3-shell .bs-popover-end > .popover-arrow::before, .typo3-shell .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .typo3-shell .bs-popover-end > .popover-arrow::after, .typo3-shell .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.typo3-shell .bs-popover-end > .popover-arrow::before, .typo3-shell .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.typo3-shell .bs-popover-end > .popover-arrow::after, .typo3-shell .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.typo3-shell .bs-popover-bottom > .popover-arrow, .typo3-shell .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.typo3-shell .bs-popover-bottom > .popover-arrow::before, .typo3-shell .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .typo3-shell .bs-popover-bottom > .popover-arrow::after, .typo3-shell .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.typo3-shell .bs-popover-bottom > .popover-arrow::before, .typo3-shell .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.typo3-shell .bs-popover-bottom > .popover-arrow::after, .typo3-shell .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.typo3-shell .bs-popover-bottom .popover-header::before, .typo3-shell .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.typo3-shell .bs-popover-start > .popover-arrow, .typo3-shell .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.typo3-shell .bs-popover-start > .popover-arrow::before, .typo3-shell .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .typo3-shell .bs-popover-start > .popover-arrow::after, .typo3-shell .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.typo3-shell .bs-popover-start > .popover-arrow::before, .typo3-shell .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.typo3-shell .bs-popover-start > .popover-arrow::after, .typo3-shell .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.typo3-shell .popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.typo3-shell .popover-header:empty {
    display: none
}

.typo3-shell .popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.typo3-shell .carousel {
    position: relative
}

.typo3-shell .carousel.pointer-event {
    touch-action: pan-y
}

.typo3-shell .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.typo3-shell .carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.typo3-shell .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .carousel-item {
        transition: none
    }
}

.typo3-shell .carousel-item.active, .typo3-shell .carousel-item-next, .typo3-shell .carousel-item-prev {
    display: block
}

.typo3-shell .carousel-item-next:not(.carousel-item-start), .typo3-shell .active.carousel-item-end {
    transform: translateX(100%)
}

.typo3-shell .carousel-item-prev:not(.carousel-item-end), .typo3-shell .active.carousel-item-start {
    transform: translateX(-100%)
}

.typo3-shell .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.typo3-shell .carousel-fade .carousel-item.active, .typo3-shell .carousel-fade .carousel-item-next.carousel-item-start, .typo3-shell .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.typo3-shell .carousel-fade .active.carousel-item-start, .typo3-shell .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .carousel-fade .active.carousel-item-start, .typo3-shell .carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.typo3-shell .carousel-control-prev, .typo3-shell .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: none;
    filter: var(--bs-carousel-control-icon-filter);
    border: 0;
    opacity: 0.8;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .carousel-control-prev, .typo3-shell .carousel-control-next {
        transition: none
    }
}

.typo3-shell .carousel-control-prev:hover, .typo3-shell .carousel-control-prev:focus, .typo3-shell .carousel-control-next:hover, .typo3-shell .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9
}

.typo3-shell .carousel-control-prev {
    left: 0
}

.typo3-shell .carousel-control-next {
    right: 0
}

.typo3-shell .carousel-control-prev-icon, .typo3-shell .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.typo3-shell .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/
}

.typo3-shell .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/
}

.typo3-shell .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.typo3-shell .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--bs-carousel-indicator-active-bg);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.typo3-shell .carousel-indicators .active {
    opacity: 1
}

.typo3-shell .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: center
}

.typo3-shell .carousel-dark {
    --bs-carousel-indicator-active-bg: #000000;
    --bs-carousel-caption-color: #000000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

:root, .typo3-shell [data-bs-theme="light"] {
    --bs-carousel-indicator-active-bg: #ffffff;
    --bs-carousel-caption-color: #ffffff;
    --bs-carousel-control-icon-filter:
}

.typo3-shell [data-bs-theme="dark"] {
    --bs-carousel-indicator-active-bg: #000000;
    --bs-carousel-caption-color: #000000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

.typo3-shell .spinner-grow, .typo3-shell .spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {

.typo3-shell to {
    transform: rotate(360deg) /* rtl:ignore */
}

}
.typo3-shell .spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.typo3-shell .spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {

.typo3-shell

0
%
{
    transform: scale(0)
}
.typo3-shell

50
%
{
    opacity: 1
;
    transform: none
}
}
.typo3-shell .spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.typo3-shell .spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .spinner-border, .typo3-shell .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.typo3-shell .offcanvas-sm, .typo3-shell .offcanvas-md, .typo3-shell .offcanvas-lg, .typo3-shell .offcanvas-xl, .typo3-shell .offcanvas-xxl, .typo3-shell .offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width: 575.98px) {
    .typo3-shell .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--bs-offcanvas-box-shadow);
        transition: var(--bs-offcanvas-transition)
    }

    .typo3-shell .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .typo3-shell .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .typo3-shell .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .typo3-shell .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .typo3-shell .offcanvas-sm.showing, .typo3-shell .offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .typo3-shell .offcanvas-sm.showing, .typo3-shell .offcanvas-sm.hiding, .typo3-shell .offcanvas-sm.show {
        visibility: visible
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .typo3-shell .offcanvas-sm {
        transition: none
    }
}

@media (min-width: 576px) {
    .typo3-shell .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .typo3-shell .offcanvas-sm .offcanvas-header {
        display: none
    }

    .typo3-shell .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width: 767.98px) {
    .typo3-shell .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--bs-offcanvas-box-shadow);
        transition: var(--bs-offcanvas-transition)
    }

    .typo3-shell .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .typo3-shell .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .typo3-shell .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .typo3-shell .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .typo3-shell .offcanvas-md.showing, .typo3-shell .offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .typo3-shell .offcanvas-md.showing, .typo3-shell .offcanvas-md.hiding, .typo3-shell .offcanvas-md.show {
        visibility: visible
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .typo3-shell .offcanvas-md {
        transition: none
    }
}

@media (min-width: 768px) {
    .typo3-shell .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .typo3-shell .offcanvas-md .offcanvas-header {
        display: none
    }

    .typo3-shell .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width: 991.98px) {
    .typo3-shell .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--bs-offcanvas-box-shadow);
        transition: var(--bs-offcanvas-transition)
    }

    .typo3-shell .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .typo3-shell .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .typo3-shell .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .typo3-shell .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .typo3-shell .offcanvas-lg.showing, .typo3-shell .offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .typo3-shell .offcanvas-lg.showing, .typo3-shell .offcanvas-lg.hiding, .typo3-shell .offcanvas-lg.show {
        visibility: visible
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .typo3-shell .offcanvas-lg {
        transition: none
    }
}

@media (min-width: 992px) {
    .typo3-shell .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .typo3-shell .offcanvas-lg .offcanvas-header {
        display: none
    }

    .typo3-shell .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width: 1199.98px) {
    .typo3-shell .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--bs-offcanvas-box-shadow);
        transition: var(--bs-offcanvas-transition)
    }

    .typo3-shell .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .typo3-shell .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .typo3-shell .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .typo3-shell .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .typo3-shell .offcanvas-xl.showing, .typo3-shell .offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .typo3-shell .offcanvas-xl.showing, .typo3-shell .offcanvas-xl.hiding, .typo3-shell .offcanvas-xl.show {
        visibility: visible
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .typo3-shell .offcanvas-xl {
        transition: none
    }
}

@media (min-width: 1200px) {
    .typo3-shell .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .typo3-shell .offcanvas-xl .offcanvas-header {
        display: none
    }

    .typo3-shell .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width: 1399.98px) {
    .typo3-shell .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--bs-offcanvas-box-shadow);
        transition: var(--bs-offcanvas-transition)
    }

    .typo3-shell .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .typo3-shell .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .typo3-shell .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .typo3-shell .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .typo3-shell .offcanvas-xxl.showing, .typo3-shell .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .typo3-shell .offcanvas-xxl.showing, .typo3-shell .offcanvas-xxl.hiding, .typo3-shell .offcanvas-xxl.show {
        visibility: visible
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .typo3-shell .offcanvas-xxl {
        transition: none
    }
}

@media (min-width: 1400px) {
    .typo3-shell .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .typo3-shell .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .typo3-shell .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

.typo3-shell .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .offcanvas {
        transition: none
    }
}

.typo3-shell .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.typo3-shell .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.typo3-shell .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.typo3-shell .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.typo3-shell .offcanvas.showing, .typo3-shell .offcanvas.show:not(.hiding) {
    transform: none
}

.typo3-shell .offcanvas.showing, .typo3-shell .offcanvas.hiding, .typo3-shell .offcanvas.show {
    visibility: visible
}

.typo3-shell .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000
}

.typo3-shell .offcanvas-backdrop.fade {
    opacity: 0
}

.typo3-shell .offcanvas-backdrop.show {
    opacity: 0.5
}

.typo3-shell .offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.typo3-shell .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-left: auto
}

.typo3-shell .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.typo3-shell .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.typo3-shell .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5
}

.typo3-shell .placeholder.btn::before, .typo3-shell .frame-type-felogin_login input.placeholder[type="submit"]::before, .typo3-shell .placeholder.cc-btn::before {
    display: inline-block;
    content: ""
}

.typo3-shell .placeholder-xs {
    min-height: 0.6em
}

.typo3-shell .placeholder-sm {
    min-height: 0.8em
}

.typo3-shell .placeholder-lg {
    min-height: 1.2em
}

.typo3-shell .placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {

.typo3-shell

50
%
{
    opacity: 0.2
}
}
.typo3-shell .placeholder-wave {
    mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {

.typo3-shell

100
%
{
    mask-position: -200% 0%
}
}
.typo3-shell .clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.typo3-shell .text-bg-primary {
    color: #000000 !important;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-secondary {
    color: #ffffff !important;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-tertiary {
    color: #000000 !important;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-quaternary {
    color: #ffffff !important;
    background-color: rgba(var(--bs-quaternary-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-success {
    color: #ffffff !important;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-info {
    color: #ffffff !important;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-warning {
    color: #ffffff !important;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-danger {
    color: #ffffff !important;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-default {
    color: #000000 !important;
    background-color: rgba(var(--bs-default-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-lighter {
    color: #000000 !important;
    background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-light {
    color: #000000 !important;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-dark {
    color: #ffffff !important;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .text-bg-darker {
    color: #ffffff !important;
    background-color: rgba(var(--bs-darker-rgb), var(--bs-bg-opacity, 1)) !important
}

.typo3-shell .link-primary {
    color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-primary:hover, .typo3-shell .link-primary:focus {
    color: rgba(255, 255, 255, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-secondary {
    color: rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-secondary:hover, .typo3-shell .link-secondary:focus {
    color: rgba(1, 45, 71, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(1, 45, 71, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-tertiary {
    color: rgba(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-tertiary:hover, .typo3-shell .link-tertiary:focus {
    color: rgba(145, 163, 153, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(145, 163, 153, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-quaternary {
    color: rgba(var(--bs-quaternary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-quaternary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-quaternary:hover, .typo3-shell .link-quaternary:focus {
    color: rgba(36, 24, 38, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(36, 24, 38, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-success {
    color: rgba(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-success:hover, .typo3-shell .link-success:focus {
    color: rgba(46, 105, 46, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(46, 105, 46, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-info {
    color: rgba(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-info:hover, .typo3-shell .link-info:focus {
    color: rgba(32, 102, 123, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(32, 102, 123, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-warning {
    color: rgba(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-warning:hover, .typo3-shell .link-warning:focus {
    color: rgba(131, 82, 11, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(131, 82, 11, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-danger {
    color: rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-danger:hover, .typo3-shell .link-danger:focus {
    color: rgba(170, 51, 46, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(170, 51, 46, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-default {
    color: rgba(var(--bs-default-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-default-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-default:hover, .typo3-shell .link-default:focus {
    color: rgba(238, 239, 240, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(238, 239, 240, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-lighter {
    color: rgba(var(--bs-lighter-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-lighter:hover, .typo3-shell .link-lighter:focus {
    color: rgba(249, 249, 249, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(249, 249, 249, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-light {
    color: rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-light:hover, .typo3-shell .link-light:focus {
    color: rgba(237, 237, 237, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(237, 237, 237, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-dark {
    color: rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-dark:hover, .typo3-shell .link-dark:focus {
    color: rgba(39, 39, 39, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(39, 39, 39, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-darker {
    color: rgba(var(--bs-darker-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-darker-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-darker:hover, .typo3-shell .link-darker:focus {
    color: rgba(26, 26, 26, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(26, 26, 26, var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-body-emphasis {
    color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-body-emphasis:hover, .typo3-shell .link-body-emphasis:focus {
    color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important
}

.typo3-shell .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.typo3-shell .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden
}

.typo3-shell .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .icon-link > .bi {
        transition: none
    }
}

.typo3-shell .icon-link-hover:hover > .bi, .typo3-shell .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))
}

.typo3-shell .ratio {
    position: relative;
    width: 100%
}

.typo3-shell .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.typo3-shell .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.typo3-shell .ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.typo3-shell .ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.typo3-shell .ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.typo3-shell .ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.typo3-shell .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.typo3-shell .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.typo3-shell .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.typo3-shell .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .typo3-shell .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .typo3-shell .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .typo3-shell .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .typo3-shell .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .typo3-shell .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .typo3-shell .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .typo3-shell .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .typo3-shell .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .typo3-shell .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .typo3-shell .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.typo3-shell .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.typo3-shell .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.typo3-shell .visually-hidden, .typo3-shell .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.typo3-shell .visually-hidden:not(caption), .typo3-shell .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important
}

.typo3-shell .visually-hidden *, .typo3-shell .visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important
}

.typo3-shell .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.typo3-shell .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.typo3-shell .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25
}

.typo3-shell .align-baseline {
    vertical-align: baseline !important
}

.typo3-shell .align-top {
    vertical-align: top !important
}

.typo3-shell .align-middle {
    vertical-align: middle !important
}

.typo3-shell .align-bottom {
    vertical-align: bottom !important
}

.typo3-shell .align-text-bottom {
    vertical-align: text-bottom !important
}

.typo3-shell .align-text-top {
    vertical-align: text-top !important
}

.typo3-shell .float-start {
    float: left !important
}

.typo3-shell .float-end {
    float: right !important
}

.typo3-shell .float-none {
    float: none !important
}

.typo3-shell .object-fit-contain {
    object-fit: contain !important
}

.typo3-shell .object-fit-cover {
    object-fit: cover !important
}

.typo3-shell .object-fit-fill {
    object-fit: fill !important
}

.typo3-shell .object-fit-scale {
    object-fit: scale-down !important
}

.typo3-shell .object-fit-none {
    object-fit: none !important
}

.typo3-shell .opacity-0 {
    opacity: 0 !important
}

.typo3-shell .opacity-25 {
    opacity: 0.25 !important
}

.typo3-shell .opacity-50 {
    opacity: 0.5 !important
}

.typo3-shell .opacity-75 {
    opacity: 0.75 !important
}

.typo3-shell .opacity-100 {
    opacity: 1 !important
}

.typo3-shell .overflow-auto {
    overflow: auto !important
}

.typo3-shell .overflow-hidden {
    overflow: hidden !important
}

.typo3-shell .overflow-visible {
    overflow: visible !important
}

.typo3-shell .overflow-scroll {
    overflow: scroll !important
}

.typo3-shell .overflow-x-auto {
    overflow-x: auto !important
}

.typo3-shell .overflow-x-hidden {
    overflow-x: hidden !important
}

.typo3-shell .overflow-x-visible {
    overflow-x: visible !important
}

.typo3-shell .overflow-x-scroll {
    overflow-x: scroll !important
}

.typo3-shell .overflow-y-auto {
    overflow-y: auto !important
}

.typo3-shell .overflow-y-hidden {
    overflow-y: hidden !important
}

.typo3-shell .overflow-y-visible {
    overflow-y: visible !important
}

.typo3-shell .overflow-y-scroll {
    overflow-y: scroll !important
}

.typo3-shell .d-inline {
    display: inline !important
}

.typo3-shell .d-inline-block {
    display: inline-block !important
}

.typo3-shell .d-block {
    display: block !important
}

.typo3-shell .d-grid {
    display: grid !important
}

.typo3-shell .d-inline-grid {
    display: inline-grid !important
}

.typo3-shell .d-table {
    display: table !important
}

.typo3-shell .d-table-row {
    display: table-row !important
}

.typo3-shell .d-table-cell {
    display: table-cell !important
}

.typo3-shell .d-flex {
    display: flex !important
}

.typo3-shell .d-inline-flex {
    display: inline-flex !important
}

.typo3-shell .d-none {
    display: none !important
}

.typo3-shell .shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.typo3-shell .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.typo3-shell .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

.typo3-shell .shadow-none {
    box-shadow: none !important
}

.typo3-shell .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-tertiary {
    --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-quaternary {
    --bs-focus-ring-color: rgba(var(--bs-quaternary-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-default {
    --bs-focus-ring-color: rgba(var(--bs-default-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-lighter {
    --bs-focus-ring-color: rgba(var(--bs-lighter-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .focus-ring-darker {
    --bs-focus-ring-color: rgba(var(--bs-darker-rgb), var(--bs-focus-ring-opacity))
}

.typo3-shell .position-static {
    position: static !important
}

.typo3-shell .position-relative {
    position: relative !important
}

.typo3-shell .position-absolute {
    position: absolute !important
}

.typo3-shell .position-fixed {
    position: fixed !important
}

.typo3-shell .position-sticky {
    position: sticky !important
}

.typo3-shell .top-0 {
    top: 0 !important
}

.typo3-shell .top-50 {
    top: 50% !important
}

.typo3-shell .top-100 {
    top: 100% !important
}

.typo3-shell .bottom-0 {
    bottom: 0 !important
}

.typo3-shell .bottom-50 {
    bottom: 50% !important
}

.typo3-shell .bottom-100 {
    bottom: 100% !important
}

.typo3-shell .start-0 {
    left: 0 !important
}

.typo3-shell .start-50 {
    left: 50% !important
}

.typo3-shell .start-100 {
    left: 100% !important
}

.typo3-shell .end-0 {
    right: 0 !important
}

.typo3-shell .end-50 {
    right: 50% !important
}

.typo3-shell .end-100 {
    right: 100% !important
}

.typo3-shell .translate-middle {
    transform: translate(-50%, -50%) !important
}

.typo3-shell .translate-middle-x {
    transform: translateX(-50%) !important
}

.typo3-shell .translate-middle-y {
    transform: translateY(-50%) !important
}

.typo3-shell .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.typo3-shell .border-0 {
    border: 0 !important
}

.typo3-shell .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.typo3-shell .border-top-0 {
    border-top: 0 !important
}

.typo3-shell .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.typo3-shell .border-end-0 {
    border-right: 0 !important
}

.typo3-shell .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.typo3-shell .border-bottom-0 {
    border-bottom: 0 !important
}

.typo3-shell .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.typo3-shell .border-start-0 {
    border-left: 0 !important
}

.typo3-shell .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-quaternary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-quaternary-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-default {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-default-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-lighter {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-lighter-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-darker {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-darker-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.typo3-shell .border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.typo3-shell .border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.typo3-shell .border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.typo3-shell .border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.typo3-shell .border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.typo3-shell .border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.typo3-shell .border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.typo3-shell .border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.typo3-shell .border-1 {
    border-width: 1px !important
}

.typo3-shell .border-2 {
    border-width: 2px !important
}

.typo3-shell .border-3 {
    border-width: 3px !important
}

.typo3-shell .border-4 {
    border-width: 4px !important
}

.typo3-shell .border-5 {
    border-width: 5px !important
}

.typo3-shell .border-opacity-10 {
    --bs-border-opacity: 0.1
}

.typo3-shell .border-opacity-25 {
    --bs-border-opacity: 0.25
}

.typo3-shell .border-opacity-50 {
    --bs-border-opacity: 0.5
}

.typo3-shell .border-opacity-75 {
    --bs-border-opacity: 0.75
}

.typo3-shell .border-opacity-100 {
    --bs-border-opacity: 1
}

.typo3-shell .w-25 {
    width: 25% !important
}

.typo3-shell .w-50 {
    width: 50% !important
}

.typo3-shell .w-75 {
    width: 75% !important
}

.typo3-shell .w-100 {
    width: 100% !important
}

.typo3-shell .w-auto {
    width: auto !important
}

.typo3-shell .mw-100 {
    max-width: 100% !important
}

.typo3-shell .vw-100 {
    width: 100vw !important
}

.typo3-shell .min-vw-100 {
    min-width: 100vw !important
}

.typo3-shell .h-25 {
    height: 25% !important
}

.typo3-shell .h-50 {
    height: 50% !important
}

.typo3-shell .h-75 {
    height: 75% !important
}

.typo3-shell .h-100 {
    height: 100% !important
}

.typo3-shell .h-auto {
    height: auto !important
}

.typo3-shell .mh-100 {
    max-height: 100% !important
}

.typo3-shell .vh-100 {
    height: 100vh !important
}

.typo3-shell .min-vh-100 {
    min-height: 100vh !important
}

.typo3-shell .flex-fill {
    flex: 1 1 auto !important
}

.typo3-shell .flex-row {
    flex-direction: row !important
}

.typo3-shell .flex-column {
    flex-direction: column !important
}

.typo3-shell .flex-row-reverse {
    flex-direction: row-reverse !important
}

.typo3-shell .flex-column-reverse {
    flex-direction: column-reverse !important
}

.typo3-shell .flex-grow-0 {
    flex-grow: 0 !important
}

.typo3-shell .flex-grow-1 {
    flex-grow: 1 !important
}

.typo3-shell .flex-shrink-0 {
    flex-shrink: 0 !important
}

.typo3-shell .flex-shrink-1 {
    flex-shrink: 1 !important
}

.typo3-shell .flex-wrap {
    flex-wrap: wrap !important
}

.typo3-shell .flex-nowrap {
    flex-wrap: nowrap !important
}

.typo3-shell .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.typo3-shell .justify-content-start {
    justify-content: flex-start !important
}

.typo3-shell .justify-content-end {
    justify-content: flex-end !important
}

.typo3-shell .justify-content-center {
    justify-content: center !important
}

.typo3-shell .justify-content-between {
    justify-content: space-between !important
}

.typo3-shell .justify-content-around {
    justify-content: space-around !important
}

.typo3-shell .justify-content-evenly {
    justify-content: space-evenly !important
}

.typo3-shell .align-items-start {
    align-items: flex-start !important
}

.typo3-shell .align-items-end {
    align-items: flex-end !important
}

.typo3-shell .align-items-center {
    align-items: center !important
}

.typo3-shell .align-items-baseline {
    align-items: baseline !important
}

.typo3-shell .align-items-stretch {
    align-items: stretch !important
}

.typo3-shell .align-content-start {
    align-content: flex-start !important
}

.typo3-shell .align-content-end {
    align-content: flex-end !important
}

.typo3-shell .align-content-center {
    align-content: center !important
}

.typo3-shell .align-content-between {
    align-content: space-between !important
}

.typo3-shell .align-content-around {
    align-content: space-around !important
}

.typo3-shell .align-content-stretch {
    align-content: stretch !important
}

.typo3-shell .align-self-auto {
    align-self: auto !important
}

.typo3-shell .align-self-start {
    align-self: flex-start !important
}

.typo3-shell .align-self-end {
    align-self: flex-end !important
}

.typo3-shell .align-self-center {
    align-self: center !important
}

.typo3-shell .align-self-baseline {
    align-self: baseline !important
}

.typo3-shell .align-self-stretch {
    align-self: stretch !important
}

.typo3-shell .order-first {
    order: -1 !important
}

.typo3-shell .order-0 {
    order: 0 !important
}

.typo3-shell .order-1 {
    order: 1 !important
}

.typo3-shell .order-2 {
    order: 2 !important
}

.typo3-shell .order-3 {
    order: 3 !important
}

.typo3-shell .order-4 {
    order: 4 !important
}

.typo3-shell .order-5 {
    order: 5 !important
}

.typo3-shell .order-last {
    order: 6 !important
}

.typo3-shell .m-0 {
    margin: 0 !important
}

.typo3-shell .m-1 {
    margin: 0.25rem !important
}

.typo3-shell .m-2 {
    margin: 0.5rem !important
}

.typo3-shell .m-3 {
    margin: 1rem !important
}

.typo3-shell .m-4 {
    margin: 1.5rem !important
}

.typo3-shell .m-5 {
    margin: 3rem !important
}

.typo3-shell .m-auto {
    margin: auto !important
}

.typo3-shell .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.typo3-shell .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important
}

.typo3-shell .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important
}

.typo3-shell .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.typo3-shell .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.typo3-shell .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.typo3-shell .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.typo3-shell .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.typo3-shell .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.typo3-shell .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}

.typo3-shell .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.typo3-shell .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.typo3-shell .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.typo3-shell .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.typo3-shell .mt-0 {
    margin-top: 0 !important
}

.typo3-shell .mt-1 {
    margin-top: 0.25rem !important
}

.typo3-shell .mt-2 {
    margin-top: 0.5rem !important
}

.typo3-shell .mt-3 {
    margin-top: 1rem !important
}

.typo3-shell .mt-4 {
    margin-top: 1.5rem !important
}

.typo3-shell .mt-5 {
    margin-top: 3rem !important
}

.typo3-shell .mt-auto {
    margin-top: auto !important
}

.typo3-shell .me-0 {
    margin-right: 0 !important
}

.typo3-shell .me-1 {
    margin-right: 0.25rem !important
}

.typo3-shell .me-2 {
    margin-right: 0.5rem !important
}

.typo3-shell .me-3 {
    margin-right: 1rem !important
}

.typo3-shell .me-4 {
    margin-right: 1.5rem !important
}

.typo3-shell .me-5 {
    margin-right: 3rem !important
}

.typo3-shell .me-auto {
    margin-right: auto !important
}

.typo3-shell .mb-0 {
    margin-bottom: 0 !important
}

.typo3-shell .mb-1 {
    margin-bottom: 0.25rem !important
}

.typo3-shell .mb-2 {
    margin-bottom: 0.5rem !important
}

.typo3-shell .mb-3 {
    margin-bottom: 1rem !important
}

.typo3-shell .mb-4 {
    margin-bottom: 1.5rem !important
}

.typo3-shell .mb-5 {
    margin-bottom: 3rem !important
}

.typo3-shell .mb-auto {
    margin-bottom: auto !important
}

.typo3-shell .ms-0 {
    margin-left: 0 !important
}

.typo3-shell .ms-1 {
    margin-left: 0.25rem !important
}

.typo3-shell .ms-2 {
    margin-left: 0.5rem !important
}

.typo3-shell .ms-3 {
    margin-left: 1rem !important
}

.typo3-shell .ms-4 {
    margin-left: 1.5rem !important
}

.typo3-shell .ms-5 {
    margin-left: 3rem !important
}

.typo3-shell .ms-auto {
    margin-left: auto !important
}

.typo3-shell .m-n1 {
    margin: -0.25rem !important
}

.typo3-shell .m-n2 {
    margin: -0.5rem !important
}

.typo3-shell .m-n3 {
    margin: -1rem !important
}

.typo3-shell .m-n4 {
    margin: -1.5rem !important
}

.typo3-shell .m-n5 {
    margin: -3rem !important
}

.typo3-shell .mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important
}

.typo3-shell .mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important
}

.typo3-shell .mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.typo3-shell .mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.typo3-shell .mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.typo3-shell .my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
}

.typo3-shell .my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
}

.typo3-shell .my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.typo3-shell .my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.typo3-shell .my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.typo3-shell .mt-n1 {
    margin-top: -0.25rem !important
}

.typo3-shell .mt-n2 {
    margin-top: -0.5rem !important
}

.typo3-shell .mt-n3 {
    margin-top: -1rem !important
}

.typo3-shell .mt-n4 {
    margin-top: -1.5rem !important
}

.typo3-shell .mt-n5 {
    margin-top: -3rem !important
}

.typo3-shell .me-n1 {
    margin-right: -0.25rem !important
}

.typo3-shell .me-n2 {
    margin-right: -0.5rem !important
}

.typo3-shell .me-n3 {
    margin-right: -1rem !important
}

.typo3-shell .me-n4 {
    margin-right: -1.5rem !important
}

.typo3-shell .me-n5 {
    margin-right: -3rem !important
}

.typo3-shell .mb-n1 {
    margin-bottom: -0.25rem !important
}

.typo3-shell .mb-n2 {
    margin-bottom: -0.5rem !important
}

.typo3-shell .mb-n3 {
    margin-bottom: -1rem !important
}

.typo3-shell .mb-n4 {
    margin-bottom: -1.5rem !important
}

.typo3-shell .mb-n5 {
    margin-bottom: -3rem !important
}

.typo3-shell .ms-n1 {
    margin-left: -0.25rem !important
}

.typo3-shell .ms-n2 {
    margin-left: -0.5rem !important
}

.typo3-shell .ms-n3 {
    margin-left: -1rem !important
}

.typo3-shell .ms-n4 {
    margin-left: -1.5rem !important
}

.typo3-shell .ms-n5 {
    margin-left: -3rem !important
}

.typo3-shell .p-0 {
    padding: 0 !important
}

.typo3-shell .p-1 {
    padding: 0.25rem !important
}

.typo3-shell .p-2 {
    padding: 0.5rem !important
}

.typo3-shell .p-3 {
    padding: 1rem !important
}

.typo3-shell .p-4 {
    padding: 1.5rem !important
}

.typo3-shell .p-5 {
    padding: 3rem !important
}

.typo3-shell .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.typo3-shell .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important
}

.typo3-shell .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important
}

.typo3-shell .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.typo3-shell .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.typo3-shell .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.typo3-shell .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.typo3-shell .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}

.typo3-shell .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}

.typo3-shell .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.typo3-shell .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.typo3-shell .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.typo3-shell .pt-0 {
    padding-top: 0 !important
}

.typo3-shell .pt-1 {
    padding-top: 0.25rem !important
}

.typo3-shell .pt-2 {
    padding-top: 0.5rem !important
}

.typo3-shell .pt-3 {
    padding-top: 1rem !important
}

.typo3-shell .pt-4 {
    padding-top: 1.5rem !important
}

.typo3-shell .pt-5 {
    padding-top: 3rem !important
}

.typo3-shell .pe-0 {
    padding-right: 0 !important
}

.typo3-shell .pe-1 {
    padding-right: 0.25rem !important
}

.typo3-shell .pe-2 {
    padding-right: 0.5rem !important
}

.typo3-shell .pe-3 {
    padding-right: 1rem !important
}

.typo3-shell .pe-4 {
    padding-right: 1.5rem !important
}

.typo3-shell .pe-5 {
    padding-right: 3rem !important
}

.typo3-shell .pb-0 {
    padding-bottom: 0 !important
}

.typo3-shell .pb-1 {
    padding-bottom: 0.25rem !important
}

.typo3-shell .pb-2 {
    padding-bottom: 0.5rem !important
}

.typo3-shell .pb-3 {
    padding-bottom: 1rem !important
}

.typo3-shell .pb-4 {
    padding-bottom: 1.5rem !important
}

.typo3-shell .pb-5 {
    padding-bottom: 3rem !important
}

.typo3-shell .ps-0 {
    padding-left: 0 !important
}

.typo3-shell .ps-1 {
    padding-left: 0.25rem !important
}

.typo3-shell .ps-2 {
    padding-left: 0.5rem !important
}

.typo3-shell .ps-3 {
    padding-left: 1rem !important
}

.typo3-shell .ps-4 {
    padding-left: 1.5rem !important
}

.typo3-shell .ps-5 {
    padding-left: 3rem !important
}

.typo3-shell .gap-0 {
    gap: 0 !important
}

.typo3-shell .gap-1 {
    gap: 0.25rem !important
}

.typo3-shell .gap-2 {
    gap: 0.5rem !important
}

.typo3-shell .gap-3 {
    gap: 1rem !important
}

.typo3-shell .gap-4 {
    gap: 1.5rem !important
}

.typo3-shell .gap-5 {
    gap: 3rem !important
}

.typo3-shell .row-gap-0 {
    row-gap: 0 !important
}

.typo3-shell .row-gap-1 {
    row-gap: 0.25rem !important
}

.typo3-shell .row-gap-2 {
    row-gap: 0.5rem !important
}

.typo3-shell .row-gap-3 {
    row-gap: 1rem !important
}

.typo3-shell .row-gap-4 {
    row-gap: 1.5rem !important
}

.typo3-shell .row-gap-5 {
    row-gap: 3rem !important
}

.typo3-shell .column-gap-0 {
    column-gap: 0 !important
}

.typo3-shell .column-gap-1 {
    column-gap: 0.25rem !important
}

.typo3-shell .column-gap-2 {
    column-gap: 0.5rem !important
}

.typo3-shell .column-gap-3 {
    column-gap: 1rem !important
}

.typo3-shell .column-gap-4 {
    column-gap: 1.5rem !important
}

.typo3-shell .column-gap-5 {
    column-gap: 3rem !important
}

.typo3-shell .font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.typo3-shell .fs-1 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.typo3-shell .fs-2 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.typo3-shell .fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.typo3-shell .fs-4 {
    font-size: 1.25rem !important
}

.typo3-shell .fs-5 {
    font-size: 1rem !important
}

.typo3-shell .fs-6 {
    font-size: 0.85rem !important
}

.typo3-shell .fst-italic {
    font-style: italic !important
}

.typo3-shell .fst-normal {
    font-style: normal !important
}

.typo3-shell .fw-lighter {
    font-weight: lighter !important
}

.typo3-shell .fw-light {
    font-weight: 300 !important
}

.typo3-shell .fw-normal {
    font-weight: 400 !important
}

.typo3-shell .fw-medium {
    font-weight: 500 !important
}

.typo3-shell .fw-semibold {
    font-weight: 600 !important
}

.typo3-shell .fw-bold {
    font-weight: 700 !important
}

.typo3-shell .fw-bolder {
    font-weight: bolder !important
}

.typo3-shell .lh-1 {
    line-height: 1 !important
}

.typo3-shell .lh-sm {
    line-height: 1.25 !important
}

.typo3-shell .lh-base {
    line-height: 1.5 !important
}

.typo3-shell .lh-lg {
    line-height: 2 !important
}

.typo3-shell .text-start, .typo3-shell .text-left {
    text-align: left !important
}

.typo3-shell .text-end, .typo3-shell .text-right {
    text-align: right !important
}

.typo3-shell .text-center {
    text-align: center !important
}

.typo3-shell .text-decoration-none {
    text-decoration: none !important
}

.typo3-shell .text-decoration-underline {
    text-decoration: underline !important
}

.typo3-shell .text-decoration-line-through {
    text-decoration: line-through !important
}

.typo3-shell .text-lowercase {
    text-transform: lowercase !important
}

.typo3-shell .text-uppercase {
    text-transform: uppercase !important
}

.typo3-shell .text-capitalize {
    text-transform: capitalize !important
}

.typo3-shell .text-wrap {
    white-space: normal !important
}

.typo3-shell .text-nowrap {
    white-space: nowrap !important
}

.typo3-shell .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.typo3-shell .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-quaternary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-quaternary-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-default {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-default-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-lighter {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-lighter-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-darker {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-darker-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.typo3-shell .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.typo3-shell .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important
}

.typo3-shell .text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important
}

.typo3-shell .text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.typo3-shell .text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.typo3-shell .text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.typo3-shell .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.typo3-shell .text-opacity-25 {
    --bs-text-opacity: 0.25
}

.typo3-shell .text-opacity-50 {
    --bs-text-opacity: 0.5
}

.typo3-shell .text-opacity-75 {
    --bs-text-opacity: 0.75
}

.typo3-shell .text-opacity-100 {
    --bs-text-opacity: 1
}

.typo3-shell .text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.typo3-shell .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.typo3-shell .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.typo3-shell .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.typo3-shell .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.typo3-shell .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.typo3-shell .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.typo3-shell .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.typo3-shell .link-opacity-10 {
    --bs-link-opacity: 0.1
}

.typo3-shell .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.typo3-shell .link-opacity-25 {
    --bs-link-opacity: 0.25
}

.typo3-shell .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.typo3-shell .link-opacity-50 {
    --bs-link-opacity: 0.5
}

.typo3-shell .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.typo3-shell .link-opacity-75 {
    --bs-link-opacity: 0.75
}

.typo3-shell .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.typo3-shell .link-opacity-100 {
    --bs-link-opacity: 1
}

.typo3-shell .link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.typo3-shell .link-offset-1 {
    text-underline-offset: 0.125em !important
}

.typo3-shell .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important
}

.typo3-shell .link-offset-2 {
    text-underline-offset: 0.25em !important
}

.typo3-shell .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important
}

.typo3-shell .link-offset-3 {
    text-underline-offset: 0.375em !important
}

.typo3-shell .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important
}

.typo3-shell .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-tertiary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-quaternary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-quaternary-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-default {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-default-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-lighter {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline-darker {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-darker-rgb), var(--bs-link-underline-opacity)) !important
}

.typo3-shell .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.typo3-shell .link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.typo3-shell .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.typo3-shell .link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.typo3-shell .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.typo3-shell .link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.typo3-shell .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.typo3-shell .link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.typo3-shell .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.typo3-shell .link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.typo3-shell .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.typo3-shell .link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.typo3-shell .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.typo3-shell .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-quaternary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-quaternary-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-default {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-default-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-lighter {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-dark, .typo3-shell .navbar-inverse, .typo3-shell .navbar-inverse-transition, .typo3-shell .navbar-inverse-transition.navbar-transition {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-darker {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-white, .typo3-shell .navbar-default, .typo3-shell .navbar-default-transition, .typo3-shell .navbar-default-transition.navbar-transition {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.typo3-shell .bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.typo3-shell .bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.typo3-shell .bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.typo3-shell .bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.typo3-shell .bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.typo3-shell .bg-opacity-100 {
    --bs-bg-opacity: 1
}

.typo3-shell .bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.typo3-shell .bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.typo3-shell .bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.typo3-shell .bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.typo3-shell .bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.typo3-shell .bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.typo3-shell .bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.typo3-shell .bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.typo3-shell .bg-gradient {
    background-image: var(--bs-gradient) !important
}

.typo3-shell .user-select-all {
    user-select: all !important
}

.typo3-shell .user-select-auto {
    user-select: auto !important
}

.typo3-shell .user-select-none {
    user-select: none !important
}

.typo3-shell .pe-none {
    pointer-events: none !important
}

.typo3-shell .pe-auto {
    pointer-events: auto !important
}

.typo3-shell .rounded {
    border-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-0 {
    border-radius: 0 !important
}

.typo3-shell .rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.typo3-shell .rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.typo3-shell .rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.typo3-shell .rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.typo3-shell .rounded-circle {
    border-radius: 50% !important
}

.typo3-shell .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.typo3-shell .rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.typo3-shell .rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.typo3-shell .rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.typo3-shell .rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.typo3-shell .rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.typo3-shell .rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.typo3-shell .rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.typo3-shell .rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.typo3-shell .rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.typo3-shell .rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.typo3-shell .rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.typo3-shell .rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.typo3-shell .rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.typo3-shell .rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.typo3-shell .rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.typo3-shell .rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.typo3-shell .rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.typo3-shell .rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.typo3-shell .rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.typo3-shell .rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.typo3-shell .rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.typo3-shell .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.typo3-shell .rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.typo3-shell .rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.typo3-shell .rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.typo3-shell .rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.typo3-shell .rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.typo3-shell .rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.typo3-shell .rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.typo3-shell .visible {
    visibility: visible !important
}

.typo3-shell .invisible {
    visibility: hidden !important
}

.typo3-shell .z-n1 {
    z-index: -1 !important
}

.typo3-shell .z-0 {
    z-index: 0 !important
}

.typo3-shell .z-1 {
    z-index: 1 !important
}

.typo3-shell .z-2 {
    z-index: 2 !important
}

.typo3-shell .z-3 {
    z-index: 3 !important
}

@media (min-width: 576px) {
    .typo3-shell .float-sm-start {
        float: left !important
    }

    .typo3-shell .float-sm-end {
        float: right !important
    }

    .typo3-shell .float-sm-none {
        float: none !important
    }

    .typo3-shell .object-fit-sm-contain {
        object-fit: contain !important
    }

    .typo3-shell .object-fit-sm-cover {
        object-fit: cover !important
    }

    .typo3-shell .object-fit-sm-fill {
        object-fit: fill !important
    }

    .typo3-shell .object-fit-sm-scale {
        object-fit: scale-down !important
    }

    .typo3-shell .object-fit-sm-none {
        object-fit: none !important
    }

    .typo3-shell .d-sm-inline {
        display: inline !important
    }

    .typo3-shell .d-sm-inline-block {
        display: inline-block !important
    }

    .typo3-shell .d-sm-block {
        display: block !important
    }

    .typo3-shell .d-sm-grid {
        display: grid !important
    }

    .typo3-shell .d-sm-inline-grid {
        display: inline-grid !important
    }

    .typo3-shell .d-sm-table {
        display: table !important
    }

    .typo3-shell .d-sm-table-row {
        display: table-row !important
    }

    .typo3-shell .d-sm-table-cell {
        display: table-cell !important
    }

    .typo3-shell .d-sm-flex {
        display: flex !important
    }

    .typo3-shell .d-sm-inline-flex {
        display: inline-flex !important
    }

    .typo3-shell .d-sm-none {
        display: none !important
    }

    .typo3-shell .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .typo3-shell .flex-sm-row {
        flex-direction: row !important
    }

    .typo3-shell .flex-sm-column {
        flex-direction: column !important
    }

    .typo3-shell .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .typo3-shell .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .typo3-shell .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .typo3-shell .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .typo3-shell .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .typo3-shell .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .typo3-shell .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .typo3-shell .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .typo3-shell .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .typo3-shell .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .typo3-shell .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .typo3-shell .justify-content-sm-center {
        justify-content: center !important
    }

    .typo3-shell .justify-content-sm-between {
        justify-content: space-between !important
    }

    .typo3-shell .justify-content-sm-around {
        justify-content: space-around !important
    }

    .typo3-shell .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .typo3-shell .align-items-sm-start {
        align-items: flex-start !important
    }

    .typo3-shell .align-items-sm-end {
        align-items: flex-end !important
    }

    .typo3-shell .align-items-sm-center {
        align-items: center !important
    }

    .typo3-shell .align-items-sm-baseline {
        align-items: baseline !important
    }

    .typo3-shell .align-items-sm-stretch {
        align-items: stretch !important
    }

    .typo3-shell .align-content-sm-start {
        align-content: flex-start !important
    }

    .typo3-shell .align-content-sm-end {
        align-content: flex-end !important
    }

    .typo3-shell .align-content-sm-center {
        align-content: center !important
    }

    .typo3-shell .align-content-sm-between {
        align-content: space-between !important
    }

    .typo3-shell .align-content-sm-around {
        align-content: space-around !important
    }

    .typo3-shell .align-content-sm-stretch {
        align-content: stretch !important
    }

    .typo3-shell .align-self-sm-auto {
        align-self: auto !important
    }

    .typo3-shell .align-self-sm-start {
        align-self: flex-start !important
    }

    .typo3-shell .align-self-sm-end {
        align-self: flex-end !important
    }

    .typo3-shell .align-self-sm-center {
        align-self: center !important
    }

    .typo3-shell .align-self-sm-baseline {
        align-self: baseline !important
    }

    .typo3-shell .align-self-sm-stretch {
        align-self: stretch !important
    }

    .typo3-shell .order-sm-first {
        order: -1 !important
    }

    .typo3-shell .order-sm-0 {
        order: 0 !important
    }

    .typo3-shell .order-sm-1 {
        order: 1 !important
    }

    .typo3-shell .order-sm-2 {
        order: 2 !important
    }

    .typo3-shell .order-sm-3 {
        order: 3 !important
    }

    .typo3-shell .order-sm-4 {
        order: 4 !important
    }

    .typo3-shell .order-sm-5 {
        order: 5 !important
    }

    .typo3-shell .order-sm-last {
        order: 6 !important
    }

    .typo3-shell .m-sm-0 {
        margin: 0 !important
    }

    .typo3-shell .m-sm-1 {
        margin: 0.25rem !important
    }

    .typo3-shell .m-sm-2 {
        margin: 0.5rem !important
    }

    .typo3-shell .m-sm-3 {
        margin: 1rem !important
    }

    .typo3-shell .m-sm-4 {
        margin: 1.5rem !important
    }

    .typo3-shell .m-sm-5 {
        margin: 3rem !important
    }

    .typo3-shell .m-sm-auto {
        margin: auto !important
    }

    .typo3-shell .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .typo3-shell .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .typo3-shell .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .typo3-shell .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .typo3-shell .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .typo3-shell .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .typo3-shell .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .typo3-shell .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .typo3-shell .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .typo3-shell .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .typo3-shell .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .typo3-shell .mt-sm-0 {
        margin-top: 0 !important
    }

    .typo3-shell .mt-sm-1 {
        margin-top: 0.25rem !important
    }

    .typo3-shell .mt-sm-2 {
        margin-top: 0.5rem !important
    }

    .typo3-shell .mt-sm-3 {
        margin-top: 1rem !important
    }

    .typo3-shell .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .typo3-shell .mt-sm-5 {
        margin-top: 3rem !important
    }

    .typo3-shell .mt-sm-auto {
        margin-top: auto !important
    }

    .typo3-shell .me-sm-0 {
        margin-right: 0 !important
    }

    .typo3-shell .me-sm-1 {
        margin-right: 0.25rem !important
    }

    .typo3-shell .me-sm-2 {
        margin-right: 0.5rem !important
    }

    .typo3-shell .me-sm-3 {
        margin-right: 1rem !important
    }

    .typo3-shell .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .typo3-shell .me-sm-5 {
        margin-right: 3rem !important
    }

    .typo3-shell .me-sm-auto {
        margin-right: auto !important
    }

    .typo3-shell .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .typo3-shell .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .typo3-shell .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .typo3-shell .mb-sm-auto {
        margin-bottom: auto !important
    }

    .typo3-shell .ms-sm-0 {
        margin-left: 0 !important
    }

    .typo3-shell .ms-sm-1 {
        margin-left: 0.25rem !important
    }

    .typo3-shell .ms-sm-2 {
        margin-left: 0.5rem !important
    }

    .typo3-shell .ms-sm-3 {
        margin-left: 1rem !important
    }

    .typo3-shell .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .typo3-shell .ms-sm-5 {
        margin-left: 3rem !important
    }

    .typo3-shell .ms-sm-auto {
        margin-left: auto !important
    }

    .typo3-shell .m-sm-n1 {
        margin: -0.25rem !important
    }

    .typo3-shell .m-sm-n2 {
        margin: -0.5rem !important
    }

    .typo3-shell .m-sm-n3 {
        margin: -1rem !important
    }

    .typo3-shell .m-sm-n4 {
        margin: -1.5rem !important
    }

    .typo3-shell .m-sm-n5 {
        margin: -3rem !important
    }

    .typo3-shell .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .typo3-shell .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .typo3-shell .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .typo3-shell .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .typo3-shell .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .typo3-shell .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .typo3-shell .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .typo3-shell .mt-sm-n1 {
        margin-top: -0.25rem !important
    }

    .typo3-shell .mt-sm-n2 {
        margin-top: -0.5rem !important
    }

    .typo3-shell .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .typo3-shell .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .typo3-shell .mt-sm-n5 {
        margin-top: -3rem !important
    }

    .typo3-shell .me-sm-n1 {
        margin-right: -0.25rem !important
    }

    .typo3-shell .me-sm-n2 {
        margin-right: -0.5rem !important
    }

    .typo3-shell .me-sm-n3 {
        margin-right: -1rem !important
    }

    .typo3-shell .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .typo3-shell .me-sm-n5 {
        margin-right: -3rem !important
    }

    .typo3-shell .mb-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .mb-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .typo3-shell .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .mb-sm-n5 {
        margin-bottom: -3rem !important
    }

    .typo3-shell .ms-sm-n1 {
        margin-left: -0.25rem !important
    }

    .typo3-shell .ms-sm-n2 {
        margin-left: -0.5rem !important
    }

    .typo3-shell .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .typo3-shell .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .typo3-shell .ms-sm-n5 {
        margin-left: -3rem !important
    }

    .typo3-shell .p-sm-0 {
        padding: 0 !important
    }

    .typo3-shell .p-sm-1 {
        padding: 0.25rem !important
    }

    .typo3-shell .p-sm-2 {
        padding: 0.5rem !important
    }

    .typo3-shell .p-sm-3 {
        padding: 1rem !important
    }

    .typo3-shell .p-sm-4 {
        padding: 1.5rem !important
    }

    .typo3-shell .p-sm-5 {
        padding: 3rem !important
    }

    .typo3-shell .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .typo3-shell .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .typo3-shell .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .typo3-shell .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .typo3-shell .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .typo3-shell .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .typo3-shell .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .typo3-shell .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .typo3-shell .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .typo3-shell .pt-sm-0 {
        padding-top: 0 !important
    }

    .typo3-shell .pt-sm-1 {
        padding-top: 0.25rem !important
    }

    .typo3-shell .pt-sm-2 {
        padding-top: 0.5rem !important
    }

    .typo3-shell .pt-sm-3 {
        padding-top: 1rem !important
    }

    .typo3-shell .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .typo3-shell .pt-sm-5 {
        padding-top: 3rem !important
    }

    .typo3-shell .pe-sm-0 {
        padding-right: 0 !important
    }

    .typo3-shell .pe-sm-1 {
        padding-right: 0.25rem !important
    }

    .typo3-shell .pe-sm-2 {
        padding-right: 0.5rem !important
    }

    .typo3-shell .pe-sm-3 {
        padding-right: 1rem !important
    }

    .typo3-shell .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .typo3-shell .pe-sm-5 {
        padding-right: 3rem !important
    }

    .typo3-shell .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .typo3-shell .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .typo3-shell .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .typo3-shell .ps-sm-0 {
        padding-left: 0 !important
    }

    .typo3-shell .ps-sm-1 {
        padding-left: 0.25rem !important
    }

    .typo3-shell .ps-sm-2 {
        padding-left: 0.5rem !important
    }

    .typo3-shell .ps-sm-3 {
        padding-left: 1rem !important
    }

    .typo3-shell .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .typo3-shell .ps-sm-5 {
        padding-left: 3rem !important
    }

    .typo3-shell .gap-sm-0 {
        gap: 0 !important
    }

    .typo3-shell .gap-sm-1 {
        gap: 0.25rem !important
    }

    .typo3-shell .gap-sm-2 {
        gap: 0.5rem !important
    }

    .typo3-shell .gap-sm-3 {
        gap: 1rem !important
    }

    .typo3-shell .gap-sm-4 {
        gap: 1.5rem !important
    }

    .typo3-shell .gap-sm-5 {
        gap: 3rem !important
    }

    .typo3-shell .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .typo3-shell .row-gap-sm-1 {
        row-gap: 0.25rem !important
    }

    .typo3-shell .row-gap-sm-2 {
        row-gap: 0.5rem !important
    }

    .typo3-shell .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .typo3-shell .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .typo3-shell .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .typo3-shell .column-gap-sm-0 {
        column-gap: 0 !important
    }

    .typo3-shell .column-gap-sm-1 {
        column-gap: 0.25rem !important
    }

    .typo3-shell .column-gap-sm-2 {
        column-gap: 0.5rem !important
    }

    .typo3-shell .column-gap-sm-3 {
        column-gap: 1rem !important
    }

    .typo3-shell .column-gap-sm-4 {
        column-gap: 1.5rem !important
    }

    .typo3-shell .column-gap-sm-5 {
        column-gap: 3rem !important
    }

    .typo3-shell .text-sm-start {
        text-align: left !important
    }

    .typo3-shell .text-sm-end {
        text-align: right !important
    }

    .typo3-shell .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .typo3-shell .float-md-start {
        float: left !important
    }

    .typo3-shell .float-md-end {
        float: right !important
    }

    .typo3-shell .float-md-none {
        float: none !important
    }

    .typo3-shell .object-fit-md-contain {
        object-fit: contain !important
    }

    .typo3-shell .object-fit-md-cover {
        object-fit: cover !important
    }

    .typo3-shell .object-fit-md-fill {
        object-fit: fill !important
    }

    .typo3-shell .object-fit-md-scale {
        object-fit: scale-down !important
    }

    .typo3-shell .object-fit-md-none {
        object-fit: none !important
    }

    .typo3-shell .d-md-inline {
        display: inline !important
    }

    .typo3-shell .d-md-inline-block {
        display: inline-block !important
    }

    .typo3-shell .d-md-block {
        display: block !important
    }

    .typo3-shell .d-md-grid {
        display: grid !important
    }

    .typo3-shell .d-md-inline-grid {
        display: inline-grid !important
    }

    .typo3-shell .d-md-table {
        display: table !important
    }

    .typo3-shell .d-md-table-row {
        display: table-row !important
    }

    .typo3-shell .d-md-table-cell {
        display: table-cell !important
    }

    .typo3-shell .d-md-flex {
        display: flex !important
    }

    .typo3-shell .d-md-inline-flex {
        display: inline-flex !important
    }

    .typo3-shell .d-md-none {
        display: none !important
    }

    .typo3-shell .flex-md-fill {
        flex: 1 1 auto !important
    }

    .typo3-shell .flex-md-row {
        flex-direction: row !important
    }

    .typo3-shell .flex-md-column {
        flex-direction: column !important
    }

    .typo3-shell .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .typo3-shell .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .typo3-shell .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .typo3-shell .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .typo3-shell .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .typo3-shell .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .typo3-shell .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .typo3-shell .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .typo3-shell .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .typo3-shell .justify-content-md-start {
        justify-content: flex-start !important
    }

    .typo3-shell .justify-content-md-end {
        justify-content: flex-end !important
    }

    .typo3-shell .justify-content-md-center {
        justify-content: center !important
    }

    .typo3-shell .justify-content-md-between {
        justify-content: space-between !important
    }

    .typo3-shell .justify-content-md-around {
        justify-content: space-around !important
    }

    .typo3-shell .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .typo3-shell .align-items-md-start {
        align-items: flex-start !important
    }

    .typo3-shell .align-items-md-end {
        align-items: flex-end !important
    }

    .typo3-shell .align-items-md-center {
        align-items: center !important
    }

    .typo3-shell .align-items-md-baseline {
        align-items: baseline !important
    }

    .typo3-shell .align-items-md-stretch {
        align-items: stretch !important
    }

    .typo3-shell .align-content-md-start {
        align-content: flex-start !important
    }

    .typo3-shell .align-content-md-end {
        align-content: flex-end !important
    }

    .typo3-shell .align-content-md-center {
        align-content: center !important
    }

    .typo3-shell .align-content-md-between {
        align-content: space-between !important
    }

    .typo3-shell .align-content-md-around {
        align-content: space-around !important
    }

    .typo3-shell .align-content-md-stretch {
        align-content: stretch !important
    }

    .typo3-shell .align-self-md-auto {
        align-self: auto !important
    }

    .typo3-shell .align-self-md-start {
        align-self: flex-start !important
    }

    .typo3-shell .align-self-md-end {
        align-self: flex-end !important
    }

    .typo3-shell .align-self-md-center {
        align-self: center !important
    }

    .typo3-shell .align-self-md-baseline {
        align-self: baseline !important
    }

    .typo3-shell .align-self-md-stretch {
        align-self: stretch !important
    }

    .typo3-shell .order-md-first {
        order: -1 !important
    }

    .typo3-shell .order-md-0 {
        order: 0 !important
    }

    .typo3-shell .order-md-1 {
        order: 1 !important
    }

    .typo3-shell .order-md-2 {
        order: 2 !important
    }

    .typo3-shell .order-md-3 {
        order: 3 !important
    }

    .typo3-shell .order-md-4 {
        order: 4 !important
    }

    .typo3-shell .order-md-5 {
        order: 5 !important
    }

    .typo3-shell .order-md-last {
        order: 6 !important
    }

    .typo3-shell .m-md-0 {
        margin: 0 !important
    }

    .typo3-shell .m-md-1 {
        margin: 0.25rem !important
    }

    .typo3-shell .m-md-2 {
        margin: 0.5rem !important
    }

    .typo3-shell .m-md-3 {
        margin: 1rem !important
    }

    .typo3-shell .m-md-4 {
        margin: 1.5rem !important
    }

    .typo3-shell .m-md-5 {
        margin: 3rem !important
    }

    .typo3-shell .m-md-auto {
        margin: auto !important
    }

    .typo3-shell .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .typo3-shell .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .typo3-shell .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .typo3-shell .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .typo3-shell .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .typo3-shell .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .typo3-shell .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .typo3-shell .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .typo3-shell .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .typo3-shell .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .typo3-shell .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .typo3-shell .mt-md-0 {
        margin-top: 0 !important
    }

    .typo3-shell .mt-md-1 {
        margin-top: 0.25rem !important
    }

    .typo3-shell .mt-md-2 {
        margin-top: 0.5rem !important
    }

    .typo3-shell .mt-md-3 {
        margin-top: 1rem !important
    }

    .typo3-shell .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .typo3-shell .mt-md-5 {
        margin-top: 3rem !important
    }

    .typo3-shell .mt-md-auto {
        margin-top: auto !important
    }

    .typo3-shell .me-md-0 {
        margin-right: 0 !important
    }

    .typo3-shell .me-md-1 {
        margin-right: 0.25rem !important
    }

    .typo3-shell .me-md-2 {
        margin-right: 0.5rem !important
    }

    .typo3-shell .me-md-3 {
        margin-right: 1rem !important
    }

    .typo3-shell .me-md-4 {
        margin-right: 1.5rem !important
    }

    .typo3-shell .me-md-5 {
        margin-right: 3rem !important
    }

    .typo3-shell .me-md-auto {
        margin-right: auto !important
    }

    .typo3-shell .mb-md-0 {
        margin-bottom: 0 !important
    }

    .typo3-shell .mb-md-1 {
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .mb-md-2 {
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .typo3-shell .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .typo3-shell .mb-md-auto {
        margin-bottom: auto !important
    }

    .typo3-shell .ms-md-0 {
        margin-left: 0 !important
    }

    .typo3-shell .ms-md-1 {
        margin-left: 0.25rem !important
    }

    .typo3-shell .ms-md-2 {
        margin-left: 0.5rem !important
    }

    .typo3-shell .ms-md-3 {
        margin-left: 1rem !important
    }

    .typo3-shell .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .typo3-shell .ms-md-5 {
        margin-left: 3rem !important
    }

    .typo3-shell .ms-md-auto {
        margin-left: auto !important
    }

    .typo3-shell .m-md-n1 {
        margin: -0.25rem !important
    }

    .typo3-shell .m-md-n2 {
        margin: -0.5rem !important
    }

    .typo3-shell .m-md-n3 {
        margin: -1rem !important
    }

    .typo3-shell .m-md-n4 {
        margin: -1.5rem !important
    }

    .typo3-shell .m-md-n5 {
        margin: -3rem !important
    }

    .typo3-shell .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .typo3-shell .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .typo3-shell .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .typo3-shell .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .typo3-shell .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .typo3-shell .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .typo3-shell .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .typo3-shell .mt-md-n1 {
        margin-top: -0.25rem !important
    }

    .typo3-shell .mt-md-n2 {
        margin-top: -0.5rem !important
    }

    .typo3-shell .mt-md-n3 {
        margin-top: -1rem !important
    }

    .typo3-shell .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .typo3-shell .mt-md-n5 {
        margin-top: -3rem !important
    }

    .typo3-shell .me-md-n1 {
        margin-right: -0.25rem !important
    }

    .typo3-shell .me-md-n2 {
        margin-right: -0.5rem !important
    }

    .typo3-shell .me-md-n3 {
        margin-right: -1rem !important
    }

    .typo3-shell .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .typo3-shell .me-md-n5 {
        margin-right: -3rem !important
    }

    .typo3-shell .mb-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .mb-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .typo3-shell .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .typo3-shell .ms-md-n1 {
        margin-left: -0.25rem !important
    }

    .typo3-shell .ms-md-n2 {
        margin-left: -0.5rem !important
    }

    .typo3-shell .ms-md-n3 {
        margin-left: -1rem !important
    }

    .typo3-shell .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .typo3-shell .ms-md-n5 {
        margin-left: -3rem !important
    }

    .typo3-shell .p-md-0 {
        padding: 0 !important
    }

    .typo3-shell .p-md-1 {
        padding: 0.25rem !important
    }

    .typo3-shell .p-md-2 {
        padding: 0.5rem !important
    }

    .typo3-shell .p-md-3 {
        padding: 1rem !important
    }

    .typo3-shell .p-md-4 {
        padding: 1.5rem !important
    }

    .typo3-shell .p-md-5 {
        padding: 3rem !important
    }

    .typo3-shell .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .typo3-shell .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .typo3-shell .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .typo3-shell .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .typo3-shell .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .typo3-shell .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .typo3-shell .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .typo3-shell .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .typo3-shell .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .typo3-shell .pt-md-0 {
        padding-top: 0 !important
    }

    .typo3-shell .pt-md-1 {
        padding-top: 0.25rem !important
    }

    .typo3-shell .pt-md-2 {
        padding-top: 0.5rem !important
    }

    .typo3-shell .pt-md-3 {
        padding-top: 1rem !important
    }

    .typo3-shell .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .typo3-shell .pt-md-5 {
        padding-top: 3rem !important
    }

    .typo3-shell .pe-md-0 {
        padding-right: 0 !important
    }

    .typo3-shell .pe-md-1 {
        padding-right: 0.25rem !important
    }

    .typo3-shell .pe-md-2 {
        padding-right: 0.5rem !important
    }

    .typo3-shell .pe-md-3 {
        padding-right: 1rem !important
    }

    .typo3-shell .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .typo3-shell .pe-md-5 {
        padding-right: 3rem !important
    }

    .typo3-shell .pb-md-0 {
        padding-bottom: 0 !important
    }

    .typo3-shell .pb-md-1 {
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .pb-md-2 {
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .typo3-shell .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .typo3-shell .ps-md-0 {
        padding-left: 0 !important
    }

    .typo3-shell .ps-md-1 {
        padding-left: 0.25rem !important
    }

    .typo3-shell .ps-md-2 {
        padding-left: 0.5rem !important
    }

    .typo3-shell .ps-md-3 {
        padding-left: 1rem !important
    }

    .typo3-shell .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .typo3-shell .ps-md-5 {
        padding-left: 3rem !important
    }

    .typo3-shell .gap-md-0 {
        gap: 0 !important
    }

    .typo3-shell .gap-md-1 {
        gap: 0.25rem !important
    }

    .typo3-shell .gap-md-2 {
        gap: 0.5rem !important
    }

    .typo3-shell .gap-md-3 {
        gap: 1rem !important
    }

    .typo3-shell .gap-md-4 {
        gap: 1.5rem !important
    }

    .typo3-shell .gap-md-5 {
        gap: 3rem !important
    }

    .typo3-shell .row-gap-md-0 {
        row-gap: 0 !important
    }

    .typo3-shell .row-gap-md-1 {
        row-gap: 0.25rem !important
    }

    .typo3-shell .row-gap-md-2 {
        row-gap: 0.5rem !important
    }

    .typo3-shell .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .typo3-shell .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .typo3-shell .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .typo3-shell .column-gap-md-0 {
        column-gap: 0 !important
    }

    .typo3-shell .column-gap-md-1 {
        column-gap: 0.25rem !important
    }

    .typo3-shell .column-gap-md-2 {
        column-gap: 0.5rem !important
    }

    .typo3-shell .column-gap-md-3 {
        column-gap: 1rem !important
    }

    .typo3-shell .column-gap-md-4 {
        column-gap: 1.5rem !important
    }

    .typo3-shell .column-gap-md-5 {
        column-gap: 3rem !important
    }

    .typo3-shell .text-md-start {
        text-align: left !important
    }

    .typo3-shell .text-md-end {
        text-align: right !important
    }

    .typo3-shell .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .typo3-shell .float-lg-start {
        float: left !important
    }

    .typo3-shell .float-lg-end {
        float: right !important
    }

    .typo3-shell .float-lg-none {
        float: none !important
    }

    .typo3-shell .object-fit-lg-contain {
        object-fit: contain !important
    }

    .typo3-shell .object-fit-lg-cover {
        object-fit: cover !important
    }

    .typo3-shell .object-fit-lg-fill {
        object-fit: fill !important
    }

    .typo3-shell .object-fit-lg-scale {
        object-fit: scale-down !important
    }

    .typo3-shell .object-fit-lg-none {
        object-fit: none !important
    }

    .typo3-shell .d-lg-inline {
        display: inline !important
    }

    .typo3-shell .d-lg-inline-block {
        display: inline-block !important
    }

    .typo3-shell .d-lg-block {
        display: block !important
    }

    .typo3-shell .d-lg-grid {
        display: grid !important
    }

    .typo3-shell .d-lg-inline-grid {
        display: inline-grid !important
    }

    .typo3-shell .d-lg-table {
        display: table !important
    }

    .typo3-shell .d-lg-table-row {
        display: table-row !important
    }

    .typo3-shell .d-lg-table-cell {
        display: table-cell !important
    }

    .typo3-shell .d-lg-flex {
        display: flex !important
    }

    .typo3-shell .d-lg-inline-flex {
        display: inline-flex !important
    }

    .typo3-shell .d-lg-none {
        display: none !important
    }

    .typo3-shell .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .typo3-shell .flex-lg-row {
        flex-direction: row !important
    }

    .typo3-shell .flex-lg-column {
        flex-direction: column !important
    }

    .typo3-shell .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .typo3-shell .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .typo3-shell .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .typo3-shell .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .typo3-shell .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .typo3-shell .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .typo3-shell .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .typo3-shell .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .typo3-shell .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .typo3-shell .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .typo3-shell .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .typo3-shell .justify-content-lg-center {
        justify-content: center !important
    }

    .typo3-shell .justify-content-lg-between {
        justify-content: space-between !important
    }

    .typo3-shell .justify-content-lg-around {
        justify-content: space-around !important
    }

    .typo3-shell .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .typo3-shell .align-items-lg-start {
        align-items: flex-start !important
    }

    .typo3-shell .align-items-lg-end {
        align-items: flex-end !important
    }

    .typo3-shell .align-items-lg-center {
        align-items: center !important
    }

    .typo3-shell .align-items-lg-baseline {
        align-items: baseline !important
    }

    .typo3-shell .align-items-lg-stretch {
        align-items: stretch !important
    }

    .typo3-shell .align-content-lg-start {
        align-content: flex-start !important
    }

    .typo3-shell .align-content-lg-end {
        align-content: flex-end !important
    }

    .typo3-shell .align-content-lg-center {
        align-content: center !important
    }

    .typo3-shell .align-content-lg-between {
        align-content: space-between !important
    }

    .typo3-shell .align-content-lg-around {
        align-content: space-around !important
    }

    .typo3-shell .align-content-lg-stretch {
        align-content: stretch !important
    }

    .typo3-shell .align-self-lg-auto {
        align-self: auto !important
    }

    .typo3-shell .align-self-lg-start {
        align-self: flex-start !important
    }

    .typo3-shell .align-self-lg-end {
        align-self: flex-end !important
    }

    .typo3-shell .align-self-lg-center {
        align-self: center !important
    }

    .typo3-shell .align-self-lg-baseline {
        align-self: baseline !important
    }

    .typo3-shell .align-self-lg-stretch {
        align-self: stretch !important
    }

    .typo3-shell .order-lg-first {
        order: -1 !important
    }

    .typo3-shell .order-lg-0 {
        order: 0 !important
    }

    .typo3-shell .order-lg-1 {
        order: 1 !important
    }

    .typo3-shell .order-lg-2 {
        order: 2 !important
    }

    .typo3-shell .order-lg-3 {
        order: 3 !important
    }

    .typo3-shell .order-lg-4 {
        order: 4 !important
    }

    .typo3-shell .order-lg-5 {
        order: 5 !important
    }

    .typo3-shell .order-lg-last {
        order: 6 !important
    }

    .typo3-shell .m-lg-0 {
        margin: 0 !important
    }

    .typo3-shell .m-lg-1 {
        margin: 0.25rem !important
    }

    .typo3-shell .m-lg-2 {
        margin: 0.5rem !important
    }

    .typo3-shell .m-lg-3 {
        margin: 1rem !important
    }

    .typo3-shell .m-lg-4 {
        margin: 1.5rem !important
    }

    .typo3-shell .m-lg-5 {
        margin: 3rem !important
    }

    .typo3-shell .m-lg-auto {
        margin: auto !important
    }

    .typo3-shell .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .typo3-shell .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .typo3-shell .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .typo3-shell .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .typo3-shell .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .typo3-shell .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .typo3-shell .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .typo3-shell .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .typo3-shell .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .typo3-shell .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .typo3-shell .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .typo3-shell .mt-lg-0 {
        margin-top: 0 !important
    }

    .typo3-shell .mt-lg-1 {
        margin-top: 0.25rem !important
    }

    .typo3-shell .mt-lg-2 {
        margin-top: 0.5rem !important
    }

    .typo3-shell .mt-lg-3 {
        margin-top: 1rem !important
    }

    .typo3-shell .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .typo3-shell .mt-lg-5 {
        margin-top: 3rem !important
    }

    .typo3-shell .mt-lg-auto {
        margin-top: auto !important
    }

    .typo3-shell .me-lg-0 {
        margin-right: 0 !important
    }

    .typo3-shell .me-lg-1 {
        margin-right: 0.25rem !important
    }

    .typo3-shell .me-lg-2 {
        margin-right: 0.5rem !important
    }

    .typo3-shell .me-lg-3 {
        margin-right: 1rem !important
    }

    .typo3-shell .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .typo3-shell .me-lg-5 {
        margin-right: 3rem !important
    }

    .typo3-shell .me-lg-auto {
        margin-right: auto !important
    }

    .typo3-shell .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .typo3-shell .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .typo3-shell .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .typo3-shell .mb-lg-auto {
        margin-bottom: auto !important
    }

    .typo3-shell .ms-lg-0 {
        margin-left: 0 !important
    }

    .typo3-shell .ms-lg-1 {
        margin-left: 0.25rem !important
    }

    .typo3-shell .ms-lg-2 {
        margin-left: 0.5rem !important
    }

    .typo3-shell .ms-lg-3 {
        margin-left: 1rem !important
    }

    .typo3-shell .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .typo3-shell .ms-lg-5 {
        margin-left: 3rem !important
    }

    .typo3-shell .ms-lg-auto {
        margin-left: auto !important
    }

    .typo3-shell .m-lg-n1 {
        margin: -0.25rem !important
    }

    .typo3-shell .m-lg-n2 {
        margin: -0.5rem !important
    }

    .typo3-shell .m-lg-n3 {
        margin: -1rem !important
    }

    .typo3-shell .m-lg-n4 {
        margin: -1.5rem !important
    }

    .typo3-shell .m-lg-n5 {
        margin: -3rem !important
    }

    .typo3-shell .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .typo3-shell .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .typo3-shell .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .typo3-shell .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .typo3-shell .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .typo3-shell .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .typo3-shell .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .typo3-shell .mt-lg-n1 {
        margin-top: -0.25rem !important
    }

    .typo3-shell .mt-lg-n2 {
        margin-top: -0.5rem !important
    }

    .typo3-shell .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .typo3-shell .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .typo3-shell .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .typo3-shell .me-lg-n1 {
        margin-right: -0.25rem !important
    }

    .typo3-shell .me-lg-n2 {
        margin-right: -0.5rem !important
    }

    .typo3-shell .me-lg-n3 {
        margin-right: -1rem !important
    }

    .typo3-shell .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .typo3-shell .me-lg-n5 {
        margin-right: -3rem !important
    }

    .typo3-shell .mb-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .mb-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .typo3-shell .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .typo3-shell .ms-lg-n1 {
        margin-left: -0.25rem !important
    }

    .typo3-shell .ms-lg-n2 {
        margin-left: -0.5rem !important
    }

    .typo3-shell .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .typo3-shell .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .typo3-shell .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .typo3-shell .p-lg-0 {
        padding: 0 !important
    }

    .typo3-shell .p-lg-1 {
        padding: 0.25rem !important
    }

    .typo3-shell .p-lg-2 {
        padding: 0.5rem !important
    }

    .typo3-shell .p-lg-3 {
        padding: 1rem !important
    }

    .typo3-shell .p-lg-4 {
        padding: 1.5rem !important
    }

    .typo3-shell .p-lg-5 {
        padding: 3rem !important
    }

    .typo3-shell .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .typo3-shell .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .typo3-shell .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .typo3-shell .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .typo3-shell .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .typo3-shell .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .typo3-shell .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .typo3-shell .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .typo3-shell .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .typo3-shell .pt-lg-0 {
        padding-top: 0 !important
    }

    .typo3-shell .pt-lg-1 {
        padding-top: 0.25rem !important
    }

    .typo3-shell .pt-lg-2 {
        padding-top: 0.5rem !important
    }

    .typo3-shell .pt-lg-3 {
        padding-top: 1rem !important
    }

    .typo3-shell .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .typo3-shell .pt-lg-5 {
        padding-top: 3rem !important
    }

    .typo3-shell .pe-lg-0 {
        padding-right: 0 !important
    }

    .typo3-shell .pe-lg-1 {
        padding-right: 0.25rem !important
    }

    .typo3-shell .pe-lg-2 {
        padding-right: 0.5rem !important
    }

    .typo3-shell .pe-lg-3 {
        padding-right: 1rem !important
    }

    .typo3-shell .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .typo3-shell .pe-lg-5 {
        padding-right: 3rem !important
    }

    .typo3-shell .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .typo3-shell .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .typo3-shell .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .typo3-shell .ps-lg-0 {
        padding-left: 0 !important
    }

    .typo3-shell .ps-lg-1 {
        padding-left: 0.25rem !important
    }

    .typo3-shell .ps-lg-2 {
        padding-left: 0.5rem !important
    }

    .typo3-shell .ps-lg-3 {
        padding-left: 1rem !important
    }

    .typo3-shell .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .typo3-shell .ps-lg-5 {
        padding-left: 3rem !important
    }

    .typo3-shell .gap-lg-0 {
        gap: 0 !important
    }

    .typo3-shell .gap-lg-1 {
        gap: 0.25rem !important
    }

    .typo3-shell .gap-lg-2 {
        gap: 0.5rem !important
    }

    .typo3-shell .gap-lg-3 {
        gap: 1rem !important
    }

    .typo3-shell .gap-lg-4 {
        gap: 1.5rem !important
    }

    .typo3-shell .gap-lg-5 {
        gap: 3rem !important
    }

    .typo3-shell .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .typo3-shell .row-gap-lg-1 {
        row-gap: 0.25rem !important
    }

    .typo3-shell .row-gap-lg-2 {
        row-gap: 0.5rem !important
    }

    .typo3-shell .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .typo3-shell .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .typo3-shell .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .typo3-shell .column-gap-lg-0 {
        column-gap: 0 !important
    }

    .typo3-shell .column-gap-lg-1 {
        column-gap: 0.25rem !important
    }

    .typo3-shell .column-gap-lg-2 {
        column-gap: 0.5rem !important
    }

    .typo3-shell .column-gap-lg-3 {
        column-gap: 1rem !important
    }

    .typo3-shell .column-gap-lg-4 {
        column-gap: 1.5rem !important
    }

    .typo3-shell .column-gap-lg-5 {
        column-gap: 3rem !important
    }

    .typo3-shell .text-lg-start {
        text-align: left !important
    }

    .typo3-shell .text-lg-end {
        text-align: right !important
    }

    .typo3-shell .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .typo3-shell .float-xl-start {
        float: left !important
    }

    .typo3-shell .float-xl-end {
        float: right !important
    }

    .typo3-shell .float-xl-none {
        float: none !important
    }

    .typo3-shell .object-fit-xl-contain {
        object-fit: contain !important
    }

    .typo3-shell .object-fit-xl-cover {
        object-fit: cover !important
    }

    .typo3-shell .object-fit-xl-fill {
        object-fit: fill !important
    }

    .typo3-shell .object-fit-xl-scale {
        object-fit: scale-down !important
    }

    .typo3-shell .object-fit-xl-none {
        object-fit: none !important
    }

    .typo3-shell .d-xl-inline {
        display: inline !important
    }

    .typo3-shell .d-xl-inline-block {
        display: inline-block !important
    }

    .typo3-shell .d-xl-block {
        display: block !important
    }

    .typo3-shell .d-xl-grid {
        display: grid !important
    }

    .typo3-shell .d-xl-inline-grid {
        display: inline-grid !important
    }

    .typo3-shell .d-xl-table {
        display: table !important
    }

    .typo3-shell .d-xl-table-row {
        display: table-row !important
    }

    .typo3-shell .d-xl-table-cell {
        display: table-cell !important
    }

    .typo3-shell .d-xl-flex {
        display: flex !important
    }

    .typo3-shell .d-xl-inline-flex {
        display: inline-flex !important
    }

    .typo3-shell .d-xl-none {
        display: none !important
    }

    .typo3-shell .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .typo3-shell .flex-xl-row {
        flex-direction: row !important
    }

    .typo3-shell .flex-xl-column {
        flex-direction: column !important
    }

    .typo3-shell .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .typo3-shell .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .typo3-shell .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .typo3-shell .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .typo3-shell .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .typo3-shell .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .typo3-shell .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .typo3-shell .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .typo3-shell .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .typo3-shell .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .typo3-shell .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .typo3-shell .justify-content-xl-center {
        justify-content: center !important
    }

    .typo3-shell .justify-content-xl-between {
        justify-content: space-between !important
    }

    .typo3-shell .justify-content-xl-around {
        justify-content: space-around !important
    }

    .typo3-shell .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .typo3-shell .align-items-xl-start {
        align-items: flex-start !important
    }

    .typo3-shell .align-items-xl-end {
        align-items: flex-end !important
    }

    .typo3-shell .align-items-xl-center {
        align-items: center !important
    }

    .typo3-shell .align-items-xl-baseline {
        align-items: baseline !important
    }

    .typo3-shell .align-items-xl-stretch {
        align-items: stretch !important
    }

    .typo3-shell .align-content-xl-start {
        align-content: flex-start !important
    }

    .typo3-shell .align-content-xl-end {
        align-content: flex-end !important
    }

    .typo3-shell .align-content-xl-center {
        align-content: center !important
    }

    .typo3-shell .align-content-xl-between {
        align-content: space-between !important
    }

    .typo3-shell .align-content-xl-around {
        align-content: space-around !important
    }

    .typo3-shell .align-content-xl-stretch {
        align-content: stretch !important
    }

    .typo3-shell .align-self-xl-auto {
        align-self: auto !important
    }

    .typo3-shell .align-self-xl-start {
        align-self: flex-start !important
    }

    .typo3-shell .align-self-xl-end {
        align-self: flex-end !important
    }

    .typo3-shell .align-self-xl-center {
        align-self: center !important
    }

    .typo3-shell .align-self-xl-baseline {
        align-self: baseline !important
    }

    .typo3-shell .align-self-xl-stretch {
        align-self: stretch !important
    }

    .typo3-shell .order-xl-first {
        order: -1 !important
    }

    .typo3-shell .order-xl-0 {
        order: 0 !important
    }

    .typo3-shell .order-xl-1 {
        order: 1 !important
    }

    .typo3-shell .order-xl-2 {
        order: 2 !important
    }

    .typo3-shell .order-xl-3 {
        order: 3 !important
    }

    .typo3-shell .order-xl-4 {
        order: 4 !important
    }

    .typo3-shell .order-xl-5 {
        order: 5 !important
    }

    .typo3-shell .order-xl-last {
        order: 6 !important
    }

    .typo3-shell .m-xl-0 {
        margin: 0 !important
    }

    .typo3-shell .m-xl-1 {
        margin: 0.25rem !important
    }

    .typo3-shell .m-xl-2 {
        margin: 0.5rem !important
    }

    .typo3-shell .m-xl-3 {
        margin: 1rem !important
    }

    .typo3-shell .m-xl-4 {
        margin: 1.5rem !important
    }

    .typo3-shell .m-xl-5 {
        margin: 3rem !important
    }

    .typo3-shell .m-xl-auto {
        margin: auto !important
    }

    .typo3-shell .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .typo3-shell .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .typo3-shell .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .typo3-shell .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .typo3-shell .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .typo3-shell .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .typo3-shell .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .typo3-shell .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .typo3-shell .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .typo3-shell .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .typo3-shell .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .typo3-shell .mt-xl-0 {
        margin-top: 0 !important
    }

    .typo3-shell .mt-xl-1 {
        margin-top: 0.25rem !important
    }

    .typo3-shell .mt-xl-2 {
        margin-top: 0.5rem !important
    }

    .typo3-shell .mt-xl-3 {
        margin-top: 1rem !important
    }

    .typo3-shell .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .typo3-shell .mt-xl-5 {
        margin-top: 3rem !important
    }

    .typo3-shell .mt-xl-auto {
        margin-top: auto !important
    }

    .typo3-shell .me-xl-0 {
        margin-right: 0 !important
    }

    .typo3-shell .me-xl-1 {
        margin-right: 0.25rem !important
    }

    .typo3-shell .me-xl-2 {
        margin-right: 0.5rem !important
    }

    .typo3-shell .me-xl-3 {
        margin-right: 1rem !important
    }

    .typo3-shell .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .typo3-shell .me-xl-5 {
        margin-right: 3rem !important
    }

    .typo3-shell .me-xl-auto {
        margin-right: auto !important
    }

    .typo3-shell .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .typo3-shell .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .typo3-shell .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .typo3-shell .mb-xl-auto {
        margin-bottom: auto !important
    }

    .typo3-shell .ms-xl-0 {
        margin-left: 0 !important
    }

    .typo3-shell .ms-xl-1 {
        margin-left: 0.25rem !important
    }

    .typo3-shell .ms-xl-2 {
        margin-left: 0.5rem !important
    }

    .typo3-shell .ms-xl-3 {
        margin-left: 1rem !important
    }

    .typo3-shell .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .typo3-shell .ms-xl-5 {
        margin-left: 3rem !important
    }

    .typo3-shell .ms-xl-auto {
        margin-left: auto !important
    }

    .typo3-shell .m-xl-n1 {
        margin: -0.25rem !important
    }

    .typo3-shell .m-xl-n2 {
        margin: -0.5rem !important
    }

    .typo3-shell .m-xl-n3 {
        margin: -1rem !important
    }

    .typo3-shell .m-xl-n4 {
        margin: -1.5rem !important
    }

    .typo3-shell .m-xl-n5 {
        margin: -3rem !important
    }

    .typo3-shell .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .typo3-shell .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .typo3-shell .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .typo3-shell .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .typo3-shell .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .typo3-shell .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .typo3-shell .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .typo3-shell .mt-xl-n1 {
        margin-top: -0.25rem !important
    }

    .typo3-shell .mt-xl-n2 {
        margin-top: -0.5rem !important
    }

    .typo3-shell .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .typo3-shell .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .typo3-shell .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .typo3-shell .me-xl-n1 {
        margin-right: -0.25rem !important
    }

    .typo3-shell .me-xl-n2 {
        margin-right: -0.5rem !important
    }

    .typo3-shell .me-xl-n3 {
        margin-right: -1rem !important
    }

    .typo3-shell .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .typo3-shell .me-xl-n5 {
        margin-right: -3rem !important
    }

    .typo3-shell .mb-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .mb-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .typo3-shell .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .typo3-shell .ms-xl-n1 {
        margin-left: -0.25rem !important
    }

    .typo3-shell .ms-xl-n2 {
        margin-left: -0.5rem !important
    }

    .typo3-shell .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .typo3-shell .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .typo3-shell .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .typo3-shell .p-xl-0 {
        padding: 0 !important
    }

    .typo3-shell .p-xl-1 {
        padding: 0.25rem !important
    }

    .typo3-shell .p-xl-2 {
        padding: 0.5rem !important
    }

    .typo3-shell .p-xl-3 {
        padding: 1rem !important
    }

    .typo3-shell .p-xl-4 {
        padding: 1.5rem !important
    }

    .typo3-shell .p-xl-5 {
        padding: 3rem !important
    }

    .typo3-shell .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .typo3-shell .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .typo3-shell .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .typo3-shell .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .typo3-shell .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .typo3-shell .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .typo3-shell .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .typo3-shell .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .typo3-shell .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .typo3-shell .pt-xl-0 {
        padding-top: 0 !important
    }

    .typo3-shell .pt-xl-1 {
        padding-top: 0.25rem !important
    }

    .typo3-shell .pt-xl-2 {
        padding-top: 0.5rem !important
    }

    .typo3-shell .pt-xl-3 {
        padding-top: 1rem !important
    }

    .typo3-shell .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .typo3-shell .pt-xl-5 {
        padding-top: 3rem !important
    }

    .typo3-shell .pe-xl-0 {
        padding-right: 0 !important
    }

    .typo3-shell .pe-xl-1 {
        padding-right: 0.25rem !important
    }

    .typo3-shell .pe-xl-2 {
        padding-right: 0.5rem !important
    }

    .typo3-shell .pe-xl-3 {
        padding-right: 1rem !important
    }

    .typo3-shell .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .typo3-shell .pe-xl-5 {
        padding-right: 3rem !important
    }

    .typo3-shell .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .typo3-shell .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .typo3-shell .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .typo3-shell .ps-xl-0 {
        padding-left: 0 !important
    }

    .typo3-shell .ps-xl-1 {
        padding-left: 0.25rem !important
    }

    .typo3-shell .ps-xl-2 {
        padding-left: 0.5rem !important
    }

    .typo3-shell .ps-xl-3 {
        padding-left: 1rem !important
    }

    .typo3-shell .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .typo3-shell .ps-xl-5 {
        padding-left: 3rem !important
    }

    .typo3-shell .gap-xl-0 {
        gap: 0 !important
    }

    .typo3-shell .gap-xl-1 {
        gap: 0.25rem !important
    }

    .typo3-shell .gap-xl-2 {
        gap: 0.5rem !important
    }

    .typo3-shell .gap-xl-3 {
        gap: 1rem !important
    }

    .typo3-shell .gap-xl-4 {
        gap: 1.5rem !important
    }

    .typo3-shell .gap-xl-5 {
        gap: 3rem !important
    }

    .typo3-shell .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .typo3-shell .row-gap-xl-1 {
        row-gap: 0.25rem !important
    }

    .typo3-shell .row-gap-xl-2 {
        row-gap: 0.5rem !important
    }

    .typo3-shell .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .typo3-shell .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .typo3-shell .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .typo3-shell .column-gap-xl-0 {
        column-gap: 0 !important
    }

    .typo3-shell .column-gap-xl-1 {
        column-gap: 0.25rem !important
    }

    .typo3-shell .column-gap-xl-2 {
        column-gap: 0.5rem !important
    }

    .typo3-shell .column-gap-xl-3 {
        column-gap: 1rem !important
    }

    .typo3-shell .column-gap-xl-4 {
        column-gap: 1.5rem !important
    }

    .typo3-shell .column-gap-xl-5 {
        column-gap: 3rem !important
    }

    .typo3-shell .text-xl-start {
        text-align: left !important
    }

    .typo3-shell .text-xl-end {
        text-align: right !important
    }

    .typo3-shell .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .typo3-shell .float-xxl-start {
        float: left !important
    }

    .typo3-shell .float-xxl-end {
        float: right !important
    }

    .typo3-shell .float-xxl-none {
        float: none !important
    }

    .typo3-shell .object-fit-xxl-contain {
        object-fit: contain !important
    }

    .typo3-shell .object-fit-xxl-cover {
        object-fit: cover !important
    }

    .typo3-shell .object-fit-xxl-fill {
        object-fit: fill !important
    }

    .typo3-shell .object-fit-xxl-scale {
        object-fit: scale-down !important
    }

    .typo3-shell .object-fit-xxl-none {
        object-fit: none !important
    }

    .typo3-shell .d-xxl-inline {
        display: inline !important
    }

    .typo3-shell .d-xxl-inline-block {
        display: inline-block !important
    }

    .typo3-shell .d-xxl-block {
        display: block !important
    }

    .typo3-shell .d-xxl-grid {
        display: grid !important
    }

    .typo3-shell .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .typo3-shell .d-xxl-table {
        display: table !important
    }

    .typo3-shell .d-xxl-table-row {
        display: table-row !important
    }

    .typo3-shell .d-xxl-table-cell {
        display: table-cell !important
    }

    .typo3-shell .d-xxl-flex {
        display: flex !important
    }

    .typo3-shell .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .typo3-shell .d-xxl-none {
        display: none !important
    }

    .typo3-shell .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .typo3-shell .flex-xxl-row {
        flex-direction: row !important
    }

    .typo3-shell .flex-xxl-column {
        flex-direction: column !important
    }

    .typo3-shell .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .typo3-shell .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .typo3-shell .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .typo3-shell .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .typo3-shell .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .typo3-shell .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .typo3-shell .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .typo3-shell .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .typo3-shell .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .typo3-shell .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .typo3-shell .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .typo3-shell .justify-content-xxl-center {
        justify-content: center !important
    }

    .typo3-shell .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .typo3-shell .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .typo3-shell .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .typo3-shell .align-items-xxl-start {
        align-items: flex-start !important
    }

    .typo3-shell .align-items-xxl-end {
        align-items: flex-end !important
    }

    .typo3-shell .align-items-xxl-center {
        align-items: center !important
    }

    .typo3-shell .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .typo3-shell .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .typo3-shell .align-content-xxl-start {
        align-content: flex-start !important
    }

    .typo3-shell .align-content-xxl-end {
        align-content: flex-end !important
    }

    .typo3-shell .align-content-xxl-center {
        align-content: center !important
    }

    .typo3-shell .align-content-xxl-between {
        align-content: space-between !important
    }

    .typo3-shell .align-content-xxl-around {
        align-content: space-around !important
    }

    .typo3-shell .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .typo3-shell .align-self-xxl-auto {
        align-self: auto !important
    }

    .typo3-shell .align-self-xxl-start {
        align-self: flex-start !important
    }

    .typo3-shell .align-self-xxl-end {
        align-self: flex-end !important
    }

    .typo3-shell .align-self-xxl-center {
        align-self: center !important
    }

    .typo3-shell .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .typo3-shell .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .typo3-shell .order-xxl-first {
        order: -1 !important
    }

    .typo3-shell .order-xxl-0 {
        order: 0 !important
    }

    .typo3-shell .order-xxl-1 {
        order: 1 !important
    }

    .typo3-shell .order-xxl-2 {
        order: 2 !important
    }

    .typo3-shell .order-xxl-3 {
        order: 3 !important
    }

    .typo3-shell .order-xxl-4 {
        order: 4 !important
    }

    .typo3-shell .order-xxl-5 {
        order: 5 !important
    }

    .typo3-shell .order-xxl-last {
        order: 6 !important
    }

    .typo3-shell .m-xxl-0 {
        margin: 0 !important
    }

    .typo3-shell .m-xxl-1 {
        margin: 0.25rem !important
    }

    .typo3-shell .m-xxl-2 {
        margin: 0.5rem !important
    }

    .typo3-shell .m-xxl-3 {
        margin: 1rem !important
    }

    .typo3-shell .m-xxl-4 {
        margin: 1.5rem !important
    }

    .typo3-shell .m-xxl-5 {
        margin: 3rem !important
    }

    .typo3-shell .m-xxl-auto {
        margin: auto !important
    }

    .typo3-shell .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .typo3-shell .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .typo3-shell .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .typo3-shell .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .typo3-shell .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .typo3-shell .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .typo3-shell .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .typo3-shell .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .typo3-shell .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .typo3-shell .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .typo3-shell .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .typo3-shell .mt-xxl-0 {
        margin-top: 0 !important
    }

    .typo3-shell .mt-xxl-1 {
        margin-top: 0.25rem !important
    }

    .typo3-shell .mt-xxl-2 {
        margin-top: 0.5rem !important
    }

    .typo3-shell .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .typo3-shell .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .typo3-shell .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .typo3-shell .mt-xxl-auto {
        margin-top: auto !important
    }

    .typo3-shell .me-xxl-0 {
        margin-right: 0 !important
    }

    .typo3-shell .me-xxl-1 {
        margin-right: 0.25rem !important
    }

    .typo3-shell .me-xxl-2 {
        margin-right: 0.5rem !important
    }

    .typo3-shell .me-xxl-3 {
        margin-right: 1rem !important
    }

    .typo3-shell .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .typo3-shell .me-xxl-5 {
        margin-right: 3rem !important
    }

    .typo3-shell .me-xxl-auto {
        margin-right: auto !important
    }

    .typo3-shell .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .typo3-shell .mb-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .typo3-shell .mb-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .typo3-shell .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .typo3-shell .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .typo3-shell .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .typo3-shell .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .typo3-shell .ms-xxl-0 {
        margin-left: 0 !important
    }

    .typo3-shell .ms-xxl-1 {
        margin-left: 0.25rem !important
    }

    .typo3-shell .ms-xxl-2 {
        margin-left: 0.5rem !important
    }

    .typo3-shell .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .typo3-shell .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .typo3-shell .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .typo3-shell .ms-xxl-auto {
        margin-left: auto !important
    }

    .typo3-shell .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .typo3-shell .m-xxl-n2 {
        margin: -0.5rem !important
    }

    .typo3-shell .m-xxl-n3 {
        margin: -1rem !important
    }

    .typo3-shell .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .typo3-shell .m-xxl-n5 {
        margin: -3rem !important
    }

    .typo3-shell .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .typo3-shell .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .typo3-shell .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .typo3-shell .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .typo3-shell .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .typo3-shell .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .typo3-shell .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .typo3-shell .mt-xxl-n1 {
        margin-top: -0.25rem !important
    }

    .typo3-shell .mt-xxl-n2 {
        margin-top: -0.5rem !important
    }

    .typo3-shell .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .typo3-shell .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .typo3-shell .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .typo3-shell .me-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .typo3-shell .me-xxl-n2 {
        margin-right: -0.5rem !important
    }

    .typo3-shell .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .typo3-shell .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .typo3-shell .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .typo3-shell .mb-xxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .typo3-shell .mb-xxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .typo3-shell .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .typo3-shell .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .typo3-shell .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .typo3-shell .ms-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .typo3-shell .ms-xxl-n2 {
        margin-left: -0.5rem !important
    }

    .typo3-shell .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .typo3-shell .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .typo3-shell .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .typo3-shell .p-xxl-0 {
        padding: 0 !important
    }

    .typo3-shell .p-xxl-1 {
        padding: 0.25rem !important
    }

    .typo3-shell .p-xxl-2 {
        padding: 0.5rem !important
    }

    .typo3-shell .p-xxl-3 {
        padding: 1rem !important
    }

    .typo3-shell .p-xxl-4 {
        padding: 1.5rem !important
    }

    .typo3-shell .p-xxl-5 {
        padding: 3rem !important
    }

    .typo3-shell .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .typo3-shell .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .typo3-shell .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .typo3-shell .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .typo3-shell .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .typo3-shell .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .typo3-shell .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .typo3-shell .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .typo3-shell .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .typo3-shell .pt-xxl-0 {
        padding-top: 0 !important
    }

    .typo3-shell .pt-xxl-1 {
        padding-top: 0.25rem !important
    }

    .typo3-shell .pt-xxl-2 {
        padding-top: 0.5rem !important
    }

    .typo3-shell .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .typo3-shell .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .typo3-shell .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .typo3-shell .pe-xxl-0 {
        padding-right: 0 !important
    }

    .typo3-shell .pe-xxl-1 {
        padding-right: 0.25rem !important
    }

    .typo3-shell .pe-xxl-2 {
        padding-right: 0.5rem !important
    }

    .typo3-shell .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .typo3-shell .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .typo3-shell .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .typo3-shell .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .typo3-shell .pb-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .typo3-shell .pb-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .typo3-shell .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .typo3-shell .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .typo3-shell .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .typo3-shell .ps-xxl-0 {
        padding-left: 0 !important
    }

    .typo3-shell .ps-xxl-1 {
        padding-left: 0.25rem !important
    }

    .typo3-shell .ps-xxl-2 {
        padding-left: 0.5rem !important
    }

    .typo3-shell .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .typo3-shell .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .typo3-shell .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .typo3-shell .gap-xxl-0 {
        gap: 0 !important
    }

    .typo3-shell .gap-xxl-1 {
        gap: 0.25rem !important
    }

    .typo3-shell .gap-xxl-2 {
        gap: 0.5rem !important
    }

    .typo3-shell .gap-xxl-3 {
        gap: 1rem !important
    }

    .typo3-shell .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .typo3-shell .gap-xxl-5 {
        gap: 3rem !important
    }

    .typo3-shell .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .typo3-shell .row-gap-xxl-1 {
        row-gap: 0.25rem !important
    }

    .typo3-shell .row-gap-xxl-2 {
        row-gap: 0.5rem !important
    }

    .typo3-shell .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .typo3-shell .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .typo3-shell .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .typo3-shell .column-gap-xxl-0 {
        column-gap: 0 !important
    }

    .typo3-shell .column-gap-xxl-1 {
        column-gap: 0.25rem !important
    }

    .typo3-shell .column-gap-xxl-2 {
        column-gap: 0.5rem !important
    }

    .typo3-shell .column-gap-xxl-3 {
        column-gap: 1rem !important
    }

    .typo3-shell .column-gap-xxl-4 {
        column-gap: 1.5rem !important
    }

    .typo3-shell .column-gap-xxl-5 {
        column-gap: 3rem !important
    }

    .typo3-shell .text-xxl-start {
        text-align: left !important
    }

    .typo3-shell .text-xxl-end {
        text-align: right !important
    }

    .typo3-shell .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .typo3-shell .fs-1 {
        font-size: 2rem !important
    }

    .typo3-shell .fs-2 {
        font-size: 1.75rem !important
    }

    .typo3-shell .fs-3 {
        font-size: 1.5rem !important
    }
}

@media print {
    .typo3-shell .d-print-inline {
        display: inline !important
    }

    .typo3-shell .d-print-inline-block {
        display: inline-block !important
    }

    .typo3-shell .d-print-block {
        display: block !important
    }

    .typo3-shell .d-print-grid {
        display: grid !important
    }

    .typo3-shell .d-print-inline-grid {
        display: inline-grid !important
    }

    .typo3-shell .d-print-table {
        display: table !important
    }

    .typo3-shell .d-print-table-row {
        display: table-row !important
    }

    .typo3-shell .d-print-table-cell {
        display: table-cell !important
    }

    .typo3-shell .d-print-flex {
        display: flex !important
    }

    .typo3-shell .d-print-inline-flex {
        display: inline-flex !important
    }

    .typo3-shell .d-print-none {
        display: none !important
    }
}

.typo3-shell .form-group {
    margin-bottom: 1rem
}

.typo3-shell fieldset.form-group > *:last-child {
    margin-bottom: 0
}

.typo3-shell .form-actions {
    margin-top: 1rem
}

.typo3-shell .frame-type-felogin_login input[type="submit"] {
    margin-top: 1rem
}

.typo3-shell .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.typo3-shell .embed-responsive:before {
    display: block;
    content: ""
}

.typo3-shell .embed-responsive .embed-responsive-item, .typo3-shell .embed-responsive iframe, .typo3-shell .embed-responsive embed, .typo3-shell .embed-responsive object, .typo3-shell .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.typo3-shell .embed-responsive-21by9:before {
    padding-top: calc(100% * 9 / 21)
}

.typo3-shell .embed-responsive-16by9:before {
    padding-top: calc(100% * 9 / 16)
}

.typo3-shell .embed-responsive-4by3:before {
    padding-top: calc(100% * 3 / 4)
}

.typo3-shell .embed-responsive-1by1:before {
    padding-top: calc(100% * 1 / 1)
}

.typo3-shell .form-check-input:focus-visible, .typo3-shell .form-select:focus-visible, .typo3-shell .form-control:focus-visible, .typo3-shell .form-group input[type="file"]:focus-visible, .typo3-shell .frame-type-felogin_login input[type="text"]:focus-visible, .typo3-shell .frame-type-felogin_login input[type="password"]:focus-visible {
    --bs-input-focus-ring-contrast-color: #ffffff;
    --bs-input-focus-ring-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25), 0 0 0 2px var(--bs-input-focus-ring-contrast-color), 0 0 0 4px var(--bs-input-focus-ring-color)
}

.typo3-shell .btn-default {
    --bs-btn-color: #000000;
    --bs-btn-bg: #eaebec;
    --bs-btn-border-color: #eaebec;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #edeeef;
    --bs-btn-hover-border-color: #ecedee;
    --bs-btn-focus-shadow-rgb: 199, 200, 201;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #eeeff0;
    --bs-btn-active-border-color: #ecedee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #eaebec;
    --bs-btn-disabled-border-color: #eaebec
}

.typo3-shell .btn-outline-default {
    --bs-btn-color: #eaebec;
    --bs-btn-border-color: #eaebec;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #eaebec;
    --bs-btn-hover-border-color: #eaebec;
    --bs-btn-focus-shadow-rgb: 234, 235, 236;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #eaebec;
    --bs-btn-active-border-color: #eaebec;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #eaebec;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eaebec;
    --bs-gradient: none
}

.typo3-shell .btn-icon {
    margin-right: 0.25em
}

.typo3-shell .btn-icon svg {
    vertical-align: text-top;
    display: inline-block;
    height: 1.25em;
    width: 1.25em
}

.typo3-shell .btn, .typo3-shell .frame-type-felogin_login input[type="submit"], .typo3-shell .cc-btn {
    --bs-btn-focus-ring-contrast-color: #ffffff;
    --bs-btn-focus-ring-color: #000000
}

.typo3-shell .btn:focus-visible, .typo3-shell .frame-type-felogin_login input[type="submit"]:focus-visible, .typo3-shell .cc-btn:focus-visible {
    box-shadow: var(--bs-btn-box-shadow), 0 0 0 2px var(--bs-btn-focus-ring-contrast-color), 0 0 0 4px var(--bs-btn-focus-ring-color)
}

.typo3-shell .navbar-mainnavigation {
    --mainnavigation-hightlight: #ffffff;
    --mainnavigation-nav-spacing-y: 1px;
    --mainnavigation-nav-spacing-x: .75em;
    --mainnavigation-link-font-size: 1rem;
    --mainnavigation-link-line-height: 1.45;
    --mainnavigation-link-padding-y: .5rem;
    --mainnavigation-link-padding-x: .75rem;
    --mainnavigation-link-height: calc((var(--mainnavigation-link-padding-y) * 2) + (var(--mainnavigation-link-line-height) * var(--mainnavigation-link-font-size)));
    --mainnavigation-dropdown-column-spacing: 1px;
    --mainnavigation-dropdown-column-min-width: 220px;
    --mainnavigation-dropdown-padding-y: 1rem;
    --mainnavigation-dropdown-padding-x: 1rem;
    --mainnavigation-dropdown-link-padding-y: .2rem;
    --mainnavigation-dropdown-link-padding-x: .5rem;
    --mainnavigation-dropdown-spacer: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    padding-top: calc((var(--mainnavigation-nav-height) - var(--mainnavigation-link-height)) / 2);
    padding-bottom: calc((var(--mainnavigation-nav-height) - var(--mainnavigation-link-height)) / 2);
    --mainnavigation-nav-height: 70px
}

@media (min-width: 576px) {
    .typo3-shell .navbar-mainnavigation {
        --mainnavigation-nav-height: 70px
    }
}

@media (min-width: 768px) {
    .typo3-shell .navbar-mainnavigation {
        --mainnavigation-nav-height: 70px
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation {
        --mainnavigation-nav-height: 100px
    }
}

@media (min-width: 1200px) {
    .typo3-shell .navbar-mainnavigation {
        --mainnavigation-nav-height: 110px
    }
}

@media (min-width: 1400px) {
    .typo3-shell .navbar-mainnavigation {
        --mainnavigation-nav-height: 110px
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation {
        --mainnavigation-link-padding-x: .5em
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation {
        --mainnavigation-dropdown-spacer: .5rem
    }
}

.typo3-shell .navbar-mainnavigation .nav-item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}

.typo3-shell .navbar-mainnavigation .navbar-nav {
    gap: var(--mainnavigation-nav-spacing-y) var(--mainnavigation-nav-spacing-x);
    line-height: var(--mainnavigation-link-line-height);
    --bs-nav-link-font-size: var(--mainnavigation-link-font-size);
    --bs-nav-link-padding-y: var(--mainnavigation-link-padding-y);
    --bs-nav-link-padding-x: var(--mainnavigation-link-padding-x)
}

.typo3-shell .container-mainnavigation {
    position: relative;
    align-items: unset !important;
    gap: 0 2rem
}

.typo3-shell .navbar-mainnavigation {
    position: relative
}

.typo3-shell .navbar-mainnavigation.navbar-fixed-top {
    position: sticky;
    top: 0;
    z-index: 1020;
    max-height: 100vh;
    overflow-y: auto
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation.navbar-fixed-top {
        max-height: unset;
        overflow: unset
    }
}

.typo3-shell .navbar-mainnavigation .navbar-brand {
    height: var(--mainnavigation-link-height);
    margin: 0
}

.typo3-shell .navbar-mainnavigation .navbar-brand:focus:not(:focus-visible) {
    outline: none
}

.typo3-shell .navbar-mainnavigation .navbar-brand-image {
    position: relative;
    padding: 0
}

.typo3-shell .navbar-mainnavigation .navbar-brand-image img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    max-height: calc(var(--mainnavigation-nav-height) - 30px)
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation .navbar-brand-image img {
        max-height: calc(var(--mainnavigation-nav-height) * .65)
    }
}

.typo3-shell .navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
    display: block
}

.typo3-shell .navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-inverted {
    display: none
}

.typo3-shell .navbar-mainnavigation .nav-link {
    flex-shrink: 1;
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.25em;
    border-radius: 2px
}

.typo3-shell .navbar-mainnavigation .nav-link-icon {
    flex-grow: 0;
    flex-shrink: 0
}

.typo3-shell .navbar-mainnavigation .nav-link-icon svg, .typo3-shell .navbar-mainnavigation .nav-link-icon img {
    display: block;
    margin: 0
}

.typo3-shell .navbar-mainnavigation .nav-link-toggle {
    flex-shrink: 0;
    flex-grow: 0
}

.typo3-shell .navbar-mainnavigation .nav-link-indicator:before {
    content: "";
    display: block;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    padding-top: 0.35em;
    padding-left: 0.35em;
    transform: rotate(-135deg);
    transition: transform 0.3s ease
}

.typo3-shell .navbar-mainnavigation .show > .nav-link-indicator:before {
    transform: rotate(45deg)
}

.typo3-shell .navbar-mainnavigation .navbar-nav {
    width: 100%;
    position: static
}

.typo3-shell .navbar-mainnavigation .navbar-nav:before {
    content: "";
    height: 1rem
}

.typo3-shell .navbar-mainnavigation .navbar-nav .dropdown-menu {
    --bs-dropdown-spacer: var(--mainnavigation-dropdown-spacer);
    --bs-dropdown-padding-x: var(--mainnavigation-dropdown-padding-x);
    --bs-dropdown-padding-y: var(--mainnavigation-dropdown-padding-y);
    --bs-nav-link-padding-y: var(--mainnavigation-dropdown-link-padding-y);
    --bs-nav-link-padding-x: var(--mainnavigation-dropdown-link-padding-x)
}

.typo3-shell .navbar-mainnavigation .dropdown-menu {
    width: 100%
}

.typo3-shell .navbar-mainnavigation .dropdown-nav {
    padding: 0;
    display: grid;
    width: 100%;
    gap: var(--mainnavigation-dropdown-column-spacing);
    grid-template-columns:repeat(auto-fit, minmax(var(--mainnavigation-dropdown-column-min-width), 1fr))
}

.typo3-shell .navbar-mainnavigation .dropdown-menu-simple .dropdown-nav, .typo3-shell .navbar-mainnavigation .dropdown-menu-mega .dropdown-nav {
    --mainnavigation-dropdown-column-spacing: 1px
}

.typo3-shell .navbar-mainnavigation .dropdown-menu-mega > .dropdown-nav {
    --mainnavigation-dropdown-column-spacing: 1rem
}

.typo3-shell .navbar-mainnavigation .dropdown-menu-mega > .dropdown-nav > .nav-item > .nav-link {
    font-weight: bold
}

.typo3-shell .navbar-mainnavigation .nav-style-simple {
    position: relative
}

.typo3-shell .navbar-mainnavigation .nav-style-mega .dropdown-menu {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

@media (min-width: 576px) {
    .typo3-shell .navbar-mainnavigation .nav-style-mega .dropdown-menu {
        max-width: calc(540px - var(--bs-gutter-x) + 2px)
    }
}

@media (min-width: 768px) {
    .typo3-shell .navbar-mainnavigation .nav-style-mega .dropdown-menu {
        max-width: calc(720px - var(--bs-gutter-x) + 2px)
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation .nav-style-mega .dropdown-menu {
        max-width: calc(960px - var(--bs-gutter-x) + 2px)
    }
}

@media (min-width: 1200px) {
    .typo3-shell .navbar-mainnavigation .nav-style-mega .dropdown-menu {
        max-width: calc(1140px - var(--bs-gutter-x) + 2px)
    }
}

@media (min-width: 1400px) {
    .typo3-shell .navbar-mainnavigation .nav-style-mega .dropdown-menu {
        max-width: calc(1320px - var(--bs-gutter-x) + 2px)
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation .navbar-nav {
        padding-top: 0
    }

    .typo3-shell .navbar-mainnavigation .navbar-nav:before {
        display: none
    }

    .typo3-shell .navbar-mainnavigation .nav-style-simple .dropdown-menu {
        width: auto
    }

    .typo3-shell .navbar-mainnavigation .dropdown-menu {
        position: absolute
    }
}

.typo3-shell .navbar-mainnavigation .nav-link:not(.nav-link-toggle):before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    border: 4px solid transparent;
    border-left: 4px solid var(--mainnavigation-hightlight);
    transform: translate(1px, -50%)
}

.typo3-shell .navbar-mainnavigation .nav-link:not(.nav-link-toggle):hover:before, .typo3-shell .navbar-mainnavigation .nav-link:not(.nav-link-toggle):focus-visible:before {
    opacity: 0.5
}

.typo3-shell .navbar-mainnavigation .nav-link:not(.nav-link-toggle).show:before, .typo3-shell .navbar-mainnavigation .nav-link:not(.nav-link-toggle).active:before {
    opacity: 0.75
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation .nav-link.nav-link-main:before {
        border: none;
        transform: unset;
        inset: auto var(--mainnavigation-link-padding-x) calc(var(--mainnavigation-link-padding-y) / 2) var(--mainnavigation-link-padding-x);
        background: var(--mainnavigation-hightlight);
        height: 2px;
        width: auto
    }
}

.typo3-shell .navbar-toggler {
    padding: 0;
    height: 34px;
    width: 34px;
    position: relative;
    border: 0;
    align-self: center
}

.typo3-shell .navbar-toggler-icon:after, .typo3-shell .navbar-toggler-icon, .typo3-shell .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: none !important;
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    transition: all 0.3s ease-in
}

.typo3-shell .navbar-toggler-icon {
    top: 50%;
    left: 50%;
    height: 0;
    transform: translate(-50%, -50%)
}

.typo3-shell .navbar-toggler-icon:before {
    transition-delay: 0.1s;
    transform: rotate(-45deg);
    top: 0
}

.typo3-shell .navbar-toggler-icon:after {
    transition-delay: 0.1s;
    transform: rotate(45deg);
    top: 0
}

.typo3-shell .navbar-toggler.collapsed .navbar-toggler-icon {
    transition-delay: 0.2s;
    height: 2px
}

.typo3-shell .navbar-toggler.collapsed .navbar-toggler-icon:before {
    transition-delay: 0;
    transform: rotate(0);
    top: -6px
}

.typo3-shell .navbar-toggler.collapsed .navbar-toggler-icon:after {
    transition-delay: 0;
    transform: rotate(0);
    top: 6px
}

.typo3-shell .navbar-inverse .dropdown-menu, .typo3-shell .navbar-inverse-transition .dropdown-menu, .typo3-shell .navbar-inverse-transition.navbar-transition .dropdown-menu {
    --bs-dropdown-color: var(--bs-gray-300);
    --bs-dropdown-bg: var(--bs-dark)
}

.typo3-shell .navbar + a + .carousel-fullscreen, .typo3-shell .navbar + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + a + a + .carousel-fullscreen, .typo3-shell .navbar + a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen .carousel-item {
    height: calc(100vh - 70px)
}

@media (min-width: 576px) {
    .typo3-shell .navbar + a + .carousel-fullscreen, .typo3-shell .navbar + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + a + a + .carousel-fullscreen, .typo3-shell .navbar + a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen .carousel-item {
        height: calc(100vh - 70px)
    }
}

@media (min-width: 768px) {
    .typo3-shell .navbar + a + .carousel-fullscreen, .typo3-shell .navbar + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + a + a + .carousel-fullscreen, .typo3-shell .navbar + a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen .carousel-item {
        height: calc(100vh - 70px)
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar + a + .carousel-fullscreen, .typo3-shell .navbar + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + a + a + .carousel-fullscreen, .typo3-shell .navbar + a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen .carousel-item {
        height: calc(100vh - 100px)
    }
}

@media (min-width: 1200px) {
    .typo3-shell .navbar + a + .carousel-fullscreen, .typo3-shell .navbar + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + a + a + .carousel-fullscreen, .typo3-shell .navbar + a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen .carousel-item {
        height: calc(100vh - 110px)
    }
}

@media (min-width: 1400px) {
    .typo3-shell .navbar + a + .carousel-fullscreen, .typo3-shell .navbar + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + a + a + .carousel-fullscreen, .typo3-shell .navbar + a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen, .typo3-shell .navbar + .main-section > a + a + .carousel-fullscreen .carousel-item {
        height: calc(100vh - 110px)
    }
}

@media (min-width: 992px) and (min-width: 0) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel {
        margin-top: -70px
    }
}

@media (min-width: 992px) and (min-width: 576px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel {
        margin-top: -70px
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel {
        margin-top: -70px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel {
        margin-top: -100px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel {
        margin-top: -110px
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel {
        margin-top: -110px
    }
}

@media (min-width: 992px) and (min-width: 0) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel .carousel-item {
        padding-top: calc(70px / 2)
    }
}

@media (min-width: 992px) and (min-width: 576px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel .carousel-item {
        padding-top: calc(70px / 2)
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel .carousel-item {
        padding-top: calc(70px / 2)
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel .carousel-item {
        padding-top: calc(100px / 2)
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel .carousel-item {
        padding-top: calc(110px / 2)
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel .carousel-item {
        padding-top: calc(110px / 2)
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel-fullscreen, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel-fullscreen, .typo3-shell .navbar-fixed-top.navbar-default-transition + a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel-fullscreen, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel-fullscreen, .typo3-shell .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel-fullscreen, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel-fullscreen, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel-fullscreen, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel-fullscreen .carousel-item, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel-fullscreen, .typo3-shell .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel-fullscreen .carousel-item {
        height: 100vh
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation .navbar-collapse {
        display: flex
    }
}

.typo3-shell .navbar-mainnavigation .nav-spacer {
    display: none
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation .nav-spacer {
        display: block;
        flex-grow: 1
    }
}

@media (min-width: 992px) {
    .typo3-shell .navbar-mainnavigation {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .typo3-shell .navbar-mainnavigation .navbar-nav {
        flex-direction: row
    }

    .typo3-shell .navbar-mainnavigation > .container, .typo3-shell .navbar-mainnavigation > .container-fluid, .typo3-shell .navbar-mainnavigation > .container-sm, .typo3-shell .navbar-mainnavigation > .container-md, .typo3-shell .navbar-mainnavigation > .container-lg, .typo3-shell .navbar-mainnavigation > .container-xl, .typo3-shell .navbar-mainnavigation > .container-xxl {
        flex-wrap: nowrap
    }

    .typo3-shell .navbar-mainnavigation .navbar-toggler {
        display: none
    }
}

.typo3-shell .navbar-transition {
    --mainnavigation-nav-height: 70px
}

@media (min-width: 992px) {
    .typo3-shell .navbar {
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s
    }

    .typo3-shell .navbar-default-transition:not(.navbar-transition), .typo3-shell .navbar-inverse-transition:not(.navbar-transition) {
        background: transparent !important;
        box-shadow: none
    }

    .typo3-shell .navbar-default-transition:not(.navbar-transition) .navbar-nav > li > .nav-link, .typo3-shell .navbar-inverse-transition:not(.navbar-transition) .navbar-nav > li > .nav-link {
        --bs-nav-link-color: #ffffff;
        --bs-nav-link-hover-color: #ffffff;
        --bs-navbar-active-color: #ffffff
    }

    .typo3-shell .navbar-default-transition:not(.navbar-transition) .navbar-brand > .navbar-brand-logo-normal, .typo3-shell .navbar-inverse-transition:not(.navbar-transition) .navbar-brand > .navbar-brand-logo-normal {
        display: none
    }

    .typo3-shell .navbar-default-transition:not(.navbar-transition) .navbar-brand > .navbar-brand-logo-inverted, .typo3-shell .navbar-inverse-transition:not(.navbar-transition) .navbar-brand > .navbar-brand-logo-inverted {
        display: block
    }
}

.typo3-shell .nav-link:focus-visible {
    outline: 2px solid;
    box-shadow: none
}

@media (min-width: 992px) {
    .typo3-shell .backendlayout-2_columns .maincontent-wrap, .typo3-shell .backendlayout-2_columns_25_75 .maincontent-wrap {
        --section-gaps: 1;
        --section-colspan: 9
    }

    .typo3-shell .backendlayout-2_columns .subcontent-wrap, .typo3-shell .backendlayout-2_columns_25_75 .subcontent-wrap {
        --section-gaps: 1;
        --section-colspan: 3
    }

    .typo3-shell .backendlayout-2_columns_25_75 .maincontent-wrap {
        order: 2
    }

    .typo3-shell .backendlayout-2_columns_25_75 .subcontent-wrap {
        order: 1
    }
}

@media (min-width: 992px) {
    .typo3-shell .backendlayout-2_columns_50_50 .maincontent-wrap {
        --section-gaps: 1;
        --section-colspan: 6
    }

    .typo3-shell .backendlayout-2_columns_50_50 .subcontent-wrap {
        --section-gaps: 1;
        --section-colspan: 6
    }
}

@media (min-width: 992px) {
    .typo3-shell .backendlayout-2_columns_offset_right .maincontent-wrap {
        --section-gaps: 1;
        --section-colspan: 8
    }

    .typo3-shell .backendlayout-2_columns_offset_right .subcontent-wrap {
        --section-gaps: 1;
        --section-colspan: 3
    }
}

@media (min-width: 992px) {
    .typo3-shell .backendlayout-3_columns .maincontent-wrap {
        order: 2;
        --section-gaps: 2;
        --section-colspan: 6
    }

    .typo3-shell .backendlayout-3_columns .subcontent-wrap {
        order: 3;
        --section-gaps: 2;
        --section-colspan: 3
    }

    .typo3-shell .backendlayout-3_columns .maincontent-wrap + .subcontent-wrap {
        order: 1
    }
}

.typo3-shell .backendlayout-subnavigation_right .subnav-wrap, .typo3-shell .backendlayout-subnavigation_left .subnav-wrap {
    display: none
}

@media (min-width: 992px) {
    .typo3-shell .backendlayout-subnavigation_right .subnav-wrap, .typo3-shell .backendlayout-subnavigation_left .subnav-wrap {
        display: block;
        --section-gaps: 1;
        --section-colspan: 3
    }

    .typo3-shell .backendlayout-subnavigation_right .maincontent-wrap, .typo3-shell .backendlayout-subnavigation_left .maincontent-wrap {
        --section-gaps: 1;
        --section-colspan: 9
    }

    .typo3-shell .backendlayout-subnavigation_left .subnav-wrap {
        order: 1
    }

    .typo3-shell .backendlayout-subnavigation_left .maincontent-wrap {
        order: 2
    }

    .typo3-shell .backendlayout-subnavigation_right .subnav-wrap {
        order: 2
    }

    .typo3-shell .backendlayout-subnavigation_right .maincontent-wrap {
        order: 1
    }
}

.typo3-shell .backendlayout-subnavigation_right_2_columns .subnav-wrap, .typo3-shell .backendlayout-subnavigation_left_2_columns .subnav-wrap {
    display: none
}

@media (min-width: 992px) {
    .typo3-shell .backendlayout-subnavigation_right_2_columns .subnav-wrap, .typo3-shell .backendlayout-subnavigation_left_2_columns .subnav-wrap {
        display: block;
        --section-gaps: 2;
        --section-colspan: 3
    }

    .typo3-shell .backendlayout-subnavigation_right_2_columns .maincontent-wrap, .typo3-shell .backendlayout-subnavigation_left_2_columns .maincontent-wrap {
        --section-gaps: 2;
        --section-colspan: 6
    }

    .typo3-shell .backendlayout-subnavigation_right_2_columns .subcontent-wrap, .typo3-shell .backendlayout-subnavigation_left_2_columns .subcontent-wrap {
        --section-gaps: 2;
        --section-colspan: 3
    }

    .typo3-shell .backendlayout-subnavigation_right_2_columns .subnav-wrap {
        order: 3
    }

    .typo3-shell .backendlayout-subnavigation_right_2_columns .maincontent-wrap {
        order: 1
    }

    .typo3-shell .backendlayout-subnavigation_right_2_columns .subcontent-wrap {
        order: 2
    }

    .typo3-shell .backendlayout-subnavigation_left_2_columns .subnav-wrap {
        order: 1
    }

    .typo3-shell .backendlayout-subnavigation_left_2_columns .maincontent-wrap {
        order: 3
    }

    .typo3-shell .backendlayout-subnavigation_left_2_columns .subcontent-wrap {
        order: 2
    }
}

.typo3-shell .section {
    overflow: hidden
}

.typo3-shell .section-row {
    --section-columns: 12;
    --section-colspan: 12;
    --section-gaps: 0;
    --section-gap-y: 0;
    --section-gap-x: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--section-gap-y) var(--section-gap-x)
}

.typo3-shell .section-column {
    width: calc(100% / var(--section-columns) * var(--section-colspan) - (var(--section-gap-x) * var(--section-gaps) / var(--section-columns) * var(--section-colspan)))
}

@media (min-width: 576px) {
    .typo3-shell .section-column-half {
        --section-gaps: 1;
        --section-colspan: 6
    }
}

@media (min-width: 768px) {
    .typo3-shell .section-column-third {
        --section-gaps: 3;
        --section-colspan: 4
    }
}

:root {
    --frame-color: inherit;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ccc;
    --frame-background: transparent;
    --frame-embedded-border-radius: 0.5rem;
    --frame-width-large: 1600px;
    --frame-width-medium: 870px;
    --frame-width-small: 600px;
    --frame-spacing: 1.75rem;
    --frame-spacing-small: 0.75rem;
    --frame-spacing-xs: 1.75rem;
    --frame-spacing-small-xs: 0.75rem;
    --frame-spacing-sm: 2.1rem;
    --frame-spacing-small-sm: 0.9rem;
    --frame-spacing-md: 2.275rem;
    --frame-spacing-small-md: 0.975rem;
    --frame-spacing-lg: 2.45rem;
    --frame-spacing-small-lg: 1.05rem;
    --frame-spacing-xl: 2.625rem;
    --frame-spacing-small-xl: 1.125rem;
    --frame-outer-spacing-before: 0;
    --frame-outer-spacing-after: 0;
    --frame-outer-spacing-variant-none: 0rem;
    --frame-outer-spacing-variant-extra-small: 1rem;
    --frame-outer-spacing-variant-small: 1.5rem;
    --frame-outer-spacing-variant-medium: 2rem;
    --frame-outer-spacing-variant-large: 2.5rem;
    --frame-outer-spacing-variant-extra-large: 3rem
}

.typo3-shell .frame {
    position: relative;
    margin-top: var(--frame-outer-spacing-before);
    margin-bottom: var(--frame-outer-spacing-after);
    padding-top: var(--frame-spacing);
    padding-bottom: var(--frame-spacing);
    color: var(--frame-color);
    background: var(--frame-background);
    --frame-spacing: var(--frame-spacing-xs)
}

.typo3-shell .frame a[class=""], .typo3-shell .frame a:not([class]) {
    color: var(--frame-link-color)
}

.typo3-shell .frame a[class=""]:hover, .typo3-shell .frame a:not([class]):hover {
    color: var(--frame-link-hover-color)
}

@media (min-width: 576px) {
    .typo3-shell .frame {
        --frame-spacing: var(--frame-spacing-sm)
    }
}

@media (min-width: 768px) {
    .typo3-shell .frame {
        --frame-spacing: var(--frame-spacing-md)
    }
}

@media (min-width: 992px) {
    .typo3-shell .frame {
        --frame-spacing: var(--frame-spacing-lg)
    }
}

@media (min-width: 1200px) {
    .typo3-shell .frame {
        --frame-spacing: var(--frame-spacing-xl)
    }
}

.typo3-shell .frame-inner > *:last-child {
    margin-bottom: 0
}

.typo3-shell .frame-layout-embedded {
    background: transparent
}

.typo3-shell .frame-layout-embedded > .frame-group-container {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .typo3-shell .frame-layout-embedded > .frame-group-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .typo3-shell .frame-layout-embedded > .frame-group-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .typo3-shell .frame-layout-embedded > .frame-group-container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .typo3-shell .frame-layout-embedded > .frame-group-container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .typo3-shell .frame-layout-embedded > .frame-group-container {
        max-width: 1320px
    }
}

.typo3-shell .frame-layout-embedded > .frame-group-container-full {
    max-width: 100%
}

.typo3-shell .frame-layout-embedded > .frame-group-container-large {
    max-width: var(--frame-width-large)
}

.typo3-shell .frame-layout-embedded > .frame-group-container-medium {
    max-width: var(--frame-width-medium)
}

.typo3-shell .frame-layout-embedded > .frame-group-container-small {
    max-width: var(--frame-width-small)
}

.typo3-shell .frame-layout-embedded > .frame-group-container > .frame-group-inner {
    position: relative;
    border-radius: var(--frame-embedded-border-radius);
    background: var(--frame-background);
    padding: var(--frame-spacing)
}

.typo3-shell .frame-layout-embedded > .frame-group-container > .frame-group-inner > .frame-container {
    padding: 0
}

.typo3-shell .frame-layout-embedded > .frame-group-container > .frame-group-inner .frame-backgroundimage-container {
    border-radius: var(--frame-embedded-border-radius)
}

.typo3-shell .frame-container {
    position: relative;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .typo3-shell .frame-container-default {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .typo3-shell .frame-container-default {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .typo3-shell .frame-container-default {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .typo3-shell .frame-container-default {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .typo3-shell .frame-container-default {
        max-width: 1320px
    }
}

.typo3-shell .frame-container-full {
    max-width: 100%
}

.typo3-shell .frame-container-large {
    max-width: var(--frame-width-large)
}

.typo3-shell .frame-container-medium {
    max-width: var(--frame-width-medium)
}

.typo3-shell .frame-container-small {
    max-width: var(--frame-width-small)
}

.typo3-shell .container .frame-container, .typo3-shell .container .frame-group-container {
    padding-left: 0;
    padding-right: 0
}

.typo3-shell .frame-option-ruler-before {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 0
}

.typo3-shell .frame-option-ruler-after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.typo3-shell .frame-option-indent-left .frame-inner {
    margin-left: 0%
}

@media (min-width: 576px) {
    .typo3-shell .frame-option-indent-left .frame-inner {
        margin-left: 5%
    }
}

@media (min-width: 768px) {
    .typo3-shell .frame-option-indent-left .frame-inner {
        margin-left: 10%
    }
}

@media (min-width: 992px) {
    .typo3-shell .frame-option-indent-left .frame-inner {
        margin-left: 15%
    }
}

@media (min-width: 1200px) {
    .typo3-shell .frame-option-indent-left .frame-inner {
        margin-left: 20%
    }
}

@media (min-width: 1400px) {
    .typo3-shell .frame-option-indent-left .frame-inner {
        margin-left: 25%
    }
}

.typo3-shell .frame-option-indent-right .frame-inner {
    margin-right: 0%
}

@media (min-width: 576px) {
    .typo3-shell .frame-option-indent-right .frame-inner {
        margin-right: 5%
    }
}

@media (min-width: 768px) {
    .typo3-shell .frame-option-indent-right .frame-inner {
        margin-right: 10%
    }
}

@media (min-width: 992px) {
    .typo3-shell .frame-option-indent-right .frame-inner {
        margin-right: 15%
    }
}

@media (min-width: 1200px) {
    .typo3-shell .frame-option-indent-right .frame-inner {
        margin-right: 20%
    }
}

@media (min-width: 1400px) {
    .typo3-shell .frame-option-indent-right .frame-inner {
        margin-right: 25%
    }
}

.typo3-shell .frame-size-small {
    --frame-spacing: var(--frame-spacing-small-xs)
}

@media (min-width: 576px) {
    .typo3-shell .frame-size-small {
        --frame-spacing: var(--frame-spacing-small-sm)
    }
}

@media (min-width: 768px) {
    .typo3-shell .frame-size-small {
        --frame-spacing: var(--frame-spacing-small-md)
    }
}

@media (min-width: 992px) {
    .typo3-shell .frame-size-small {
        --frame-spacing: var(--frame-spacing-small-lg)
    }
}

@media (min-width: 1200px) {
    .typo3-shell .frame-size-small {
        --frame-spacing: var(--frame-spacing-small-xl)
    }
}

.typo3-shell .frame-height-small, .typo3-shell .frame-height-medium, .typo3-shell .frame-height-max {
    display: flex
}

.typo3-shell .frame-height-small .frame-group-container, .typo3-shell .frame-height-small .frame-group-inner, .typo3-shell .frame-height-medium .frame-group-container, .typo3-shell .frame-height-medium .frame-group-inner, .typo3-shell .frame-height-max .frame-group-container, .typo3-shell .frame-height-max .frame-group-inner {
    display: flex;
    flex-grow: 1
}

.typo3-shell .frame-height-small .frame-container, .typo3-shell .frame-height-medium .frame-container, .typo3-shell .frame-height-max .frame-container {
    display: flex;
    align-items: center
}

.typo3-shell .frame-height-small .frame-inner, .typo3-shell .frame-height-medium .frame-inner, .typo3-shell .frame-height-max .frame-inner {
    flex-grow: 1
}

.typo3-shell .frame-height-small {
    min-height: 300px
}

@media (min-width: 768px) {
    .typo3-shell .frame-height-small {
        min-height: 400px
    }
}

.typo3-shell .frame-height-medium {
    min-height: 400px
}

@media (min-width: 768px) {
    .typo3-shell .frame-height-medium {
        min-height: 500px
    }
}

.typo3-shell .container .frame-has-backgroundimage:not(.frame-layout-embedded), .typo3-shell .container .frame-background-primary:not(.frame-layout-embedded), .typo3-shell .container .frame-background-secondary:not(.frame-layout-embedded), .typo3-shell .container .frame-background-tertiary:not(.frame-layout-embedded), .typo3-shell .container .frame-background-quaternary:not(.frame-layout-embedded), .typo3-shell .container .frame-background-light:not(.frame-layout-embedded), .typo3-shell .container .frame-background-dark:not(.frame-layout-embedded) {
    padding-left: var(--frame-spacing);
    padding-right: var(--frame-spacing)
}

.typo3-shell .frame-size-default.frame-background-none.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded) + .frame-size-default.frame-background-none.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .typo3-shell .frame-size-default.frame-background-primary.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded) + .frame-size-default.frame-background-primary.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .typo3-shell .frame-size-default.frame-background-secondary.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded) + .frame-size-default.frame-background-secondary.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .typo3-shell .frame-size-default.frame-background-tertiary.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded) + .frame-size-default.frame-background-tertiary.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .typo3-shell .frame-size-default.frame-background-quaternary.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded) + .frame-size-default.frame-background-quaternary.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .typo3-shell .frame-size-default.frame-background-light.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded) + .frame-size-default.frame-background-light.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .typo3-shell .frame-size-default.frame-background-dark.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded) + .frame-size-default.frame-background-dark.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .typo3-shell .frame-layout-embedded.frame-space-after-none:not(.frame-option-ruler-after) + .frame-layout-embedded.frame-space-before-none:not(.frame-option-ruler-before), .typo3-shell .frame-layout-embedded.frame-space-after-none:not(.frame-option-ruler-after) + .frame-size-default.frame-background-none.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage), .typo3-shell .frame-size-default.frame-background-none.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage) + .frame-layout-embedded.frame-space-before-none:not(.frame-option-ruler-before) {
    --frame-outer-spacing-before: calc(-1 * var(--frame-spacing))
}

.typo3-shell .frame-background-primary {
    --frame-color: #000000;
    --frame-background: #ffffff;
    --frame-link-color: #000000;
    --frame-link-hover-color: #000000
}

.typo3-shell .frame-background-secondary {
    --frame-color: #ffffff;
    --frame-background: #013859;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ffffff
}

.typo3-shell .frame-background-tertiary {
    --frame-color: #000000;
    --frame-background: #758c7f;
    --frame-link-color: #000000;
    --frame-link-hover-color: #000000
}

.typo3-shell .frame-background-quaternary {
    --frame-color: #ffffff;
    --frame-background: #2d1e2f;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ffffff
}

.typo3-shell .frame-background-light {
    --frame-color: #212121;
    --frame-background: #e9e9e9;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ccc
}

.typo3-shell .frame-background-dark {
    --frame-color: #ffffff;
    --frame-background: #313131;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ccc
}

.typo3-shell .frame-background-none {
    --frame-background: transparent
}

.typo3-shell .frame-backgroundimage-container {
    overflow: hidden
}

.typo3-shell .frame-backgroundimage-container, .typo3-shell .frame-backgroundimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover
}

.typo3-shell .frame-backgroundimage-fade {
    opacity: 0.125
}

.typo3-shell .frame-backgroundimage-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat
}

@media (hover: none) {
    .typo3-shell .frame-backgroundimage-parallax {
        background-attachment: initial
    }
}

.typo3-shell .frame-backgroundimage-blur {
    filter: blur(10px);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px
}

.typo3-shell .frame-backgroundimage-grayscale {
    filter: grayscale(1)
}

.typo3-shell .frame-backgroundimage-sepia {
    filter: sepia(1)
}

.typo3-shell .frame-backgroundimage-behaviour-pattern {
    background-repeat: repeat;
    background-size: auto
}

.typo3-shell .frame-space-before {
    margin-top: var(--frame-outer-spacing-before, 0)
}

.typo3-shell .frame-space-after {
    margin-bottom: var(--frame-outer-spacing-after, 0)
}

.typo3-shell .frame-space-before-none {
    --frame-outer-spacing-before: var(--frame-outer-spacing-variant-none)
}

.typo3-shell .frame-space-after-none {
    --frame-outer-spacing-after: var(--frame-outer-spacing-variant-none)
}

.typo3-shell .frame-space-before-extra-small {
    --frame-outer-spacing-before: var(--frame-outer-spacing-variant-extra-small)
}

.typo3-shell .frame-space-after-extra-small {
    --frame-outer-spacing-after: var(--frame-outer-spacing-variant-extra-small)
}

.typo3-shell .frame-space-before-small {
    --frame-outer-spacing-before: var(--frame-outer-spacing-variant-small)
}

.typo3-shell .frame-space-after-small {
    --frame-outer-spacing-after: var(--frame-outer-spacing-variant-small)
}

.typo3-shell .frame-space-before-medium {
    --frame-outer-spacing-before: var(--frame-outer-spacing-variant-medium)
}

.typo3-shell .frame-space-after-medium {
    --frame-outer-spacing-after: var(--frame-outer-spacing-variant-medium)
}

.typo3-shell .frame-space-before-large {
    --frame-outer-spacing-before: var(--frame-outer-spacing-variant-large)
}

.typo3-shell .frame-space-after-large {
    --frame-outer-spacing-after: var(--frame-outer-spacing-variant-large)
}

.typo3-shell .frame-space-before-extra-large {
    --frame-outer-spacing-before: var(--frame-outer-spacing-variant-extra-large)
}

.typo3-shell .frame-space-after-extra-large {
    --frame-outer-spacing-after: var(--frame-outer-spacing-variant-extra-large)
}

.typo3-shell .frame-header {
    margin-bottom: 1rem
}

.typo3-shell .frame-header > *:last-child {
    margin-bottom: 0
}

.typo3-shell .frame-header-permalink {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    color: inherit;
    opacity: 0.25;
    transition: opacity ease-in-out 0.3s;
    visibility: hidden;
    top: -0.1em
}

.typo3-shell .frame-header-permalink:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.75
}

.typo3-shell *:hover > .frame-header-permalink {
    visibility: visible
}

.typo3-shell .breadcrumb-section {
    background-color: #f8f8f8
}

.typo3-shell .breadcrumb-section .breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    margin-bottom: 0
}

.typo3-shell .breadcrumb-icon {
    flex-grow: 0;
    flex-shrink: 0
}

.typo3-shell .breadcrumb-icon svg, .typo3-shell .breadcrumb-icon img {
    display: block;
    margin: 0
}

.typo3-shell .breadcrumb-link-title {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    text-decoration: inherit
}

.typo3-shell .subnav-nav {
    font-size: 0.875rem;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.55);
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.typo3-shell .subnav-nav .subnav-nav {
    margin-top: -1px;
    border-left: 1rem solid #f8f8f8
}

.typo3-shell .subnav-nav .subnav-nav:before {
    position: absolute;
    content: "";
    width: 1px;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #e6e6e6
}

.typo3-shell .subnav-divider {
    height: 0.5rem
}

.typo3-shell .subnav-item .subnav-divider {
    background-color: #f8f8f8;
    border-right: 1px solid #e6e6e6
}

.typo3-shell .subnav-item {
    position: relative
}

.typo3-shell .subnav-item + .subnav-item {
    margin-top: -1px
}

.typo3-shell .subnav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: rgba(0, 0, 0, 0.55);
    border: 1px solid #e6e6e6;
    transition: all 0.15s ease-in-out;
    text-decoration: none;
    gap: 0.25em
}

.typo3-shell .active > .subnav-link {
    color: #6d6d6d !important;
    background-color: transparent
}

.typo3-shell .active > .subnav-link:before {
    display: block;
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 50%;
    opacity: 0.75;
    transition: opacity 0.25s ease-in-out;
    border: 4px solid transparent;
    border-left: 4px solid #6d6d6d;
    transform: translate(0, -50%)
}

.typo3-shell .subnav-link:hover, .typo3-shell .subnav-link:focus {
    z-index: 1;
    position: relative;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
    background-color: #f2f2f2;
    border-color: #d9d9d9
}

.typo3-shell .subnav-link-icon {
    flex-grow: 0;
    flex-shrink: 0
}

.typo3-shell .subnav-link-icon svg, .typo3-shell .subnav-link-icon img {
    display: block;
    margin: 0
}

.typo3-shell .footer-section-content-column-left, .typo3-shell .footer-section-content-column-middle, .typo3-shell .footer-section-content-column-right {
    --section-colspan: 12
}

@media (min-width: 768px) {
    .typo3-shell .footer-section-content-column-left, .typo3-shell .footer-section-content-column-middle, .typo3-shell .footer-section-content-column-right {
        --section-gaps: 2;
        --section-colspan: 4
    }
}

.typo3-shell .footer-section-content {
    background: #313131;
    --frame-color: #ffffff;
    --frame-background: #313131;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ffffff
}

.typo3-shell .footer-section-meta {
    background: #212121;
    --frame-color: #ffffff;
    --frame-background: #212121;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ffffff
}

@media (min-width: 576px) {
    .typo3-shell .footer-info-section {
        text-align: center
    }
}

.typo3-shell .footer-info-section > *:not(:first-child) {
    margin-top: 1rem
}

.typo3-shell .footer-menu-section {
    text-align: start
}

.typo3-shell .footer-menu-section + .footer-info-section {
    margin-top: 40px
}

.typo3-shell .footer-menu-section-has-navigation.footer-menu-section-has-contact {
    display: grid;
    gap: 40px;
    grid-template-columns:1fr
}

@media (min-width: 768px) {
    .typo3-shell .footer-menu-section-has-navigation.footer-menu-section-has-contact {
        grid-template-columns:2fr 1fr
    }
}

@media (min-width: 992px) {
    .typo3-shell .footer-menu-section-has-navigation.footer-menu-section-has-contact {
        grid-template-columns:3fr 1fr
    }
}

.typo3-shell .footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.typo3-shell .footer-navigation-link {
    color: inherit !important;
    display: flex;
    align-items: center;
    gap: 0.25em
}

.typo3-shell .footer-navigation-link-icon {
    flex-grow: 0;
    flex-shrink: 0
}

.typo3-shell .footer-navigation-link-icon svg, .typo3-shell .footer-navigation-link-icon img {
    display: block;
    margin: 0
}

.typo3-shell .footer-navigation-list-level-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.typo3-shell .footer-navigation-link-level-1 {
    font-weight: bold;
    margin-bottom: 0.5rem
}

.typo3-shell .footer-contact > *:first-child {
    margin-top: 0
}

.typo3-shell .footer-contact > *:last-child {
    margin-bottom: 0
}

.typo3-shell .footer-contact .footer-contact-headline {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    margin-bottom: 0.5rem
}

.typo3-shell .footer-meta .meta-menu {
    margin: 0;
    list-style: none;
    padding-left: 0
}

@media (min-width: 576px) {
    .typo3-shell .footer-meta .meta-menu {
        margin-left: -0.5em;
        margin-right: -0.5em
    }

    .typo3-shell .footer-meta .meta-menu > li {
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

.typo3-shell .footer-meta .meta-menu .active a {
    font-weight: bold
}

.typo3-shell .footer-language .language-menu {
    margin: 0;
    list-style: none;
    padding-left: 0
}

@media (min-width: 576px) {
    .typo3-shell .footer-language .language-menu {
        margin-left: -0.5em;
        margin-right: -0.5em
    }

    .typo3-shell .footer-language .language-menu > li {
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

.typo3-shell .footer-language .language-menu .active a {
    font-weight: bold
}

.typo3-shell .footer-language .language-menu .inactive {
    opacity: 0.5
}

@media (min-width: 576px) {
    .typo3-shell .footer-sociallinks .sociallinks-list {
        justify-content: center
    }
}

.typo3-shell .footer-sociallinks .sociallinks-item {
    width: auto
}

.typo3-shell .footer-sociallinks .sociallinks-link {
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    color: inherit;
    opacity: 0.75;
    transition: all ease-in-out 0.3s;
    background-color: rgba(255, 255, 255, 0.05)
}

.typo3-shell .footer-sociallinks .sociallinks-link:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.15)
}

.typo3-shell .footer-sociallinks .sociallinks-link-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.typo3-shell .footer-sociallinks .sociallinks-link-label:not(caption) {
    position: absolute !important
}

.typo3-shell .footer-sociallinks .sociallinks-link-label * {
    overflow: hidden !important
}

.typo3-shell .footer-copyright p {
    margin-bottom: 0
}

.typo3-shell .carousel .item {
    height: 400px
}

@media (min-width: 768px) {
    .typo3-shell .carousel .item {
        height: 600px
    }
}

.typo3-shell .carousel-small .item {
    height: 300px
}

@media (min-width: 768px) {
    .typo3-shell .carousel-small .item {
        height: 400px
    }
}

.typo3-shell .carousel-fullscreen .item {
    height: 100vh
}

.typo3-shell .carousel .carousel-item {
    padding-left: calc(40px / 2);
    padding-right: calc(40px / 2)
}

@media (min-width: 576px) {
    .typo3-shell .carousel .carousel-item {
        padding-left: 0;
        padding-right: 0
    }
}

.typo3-shell .carousel .carousel-item h1, .typo3-shell .carousel .carousel-item .h1, .typo3-shell .carousel .carousel-item h2, .typo3-shell .carousel .carousel-item .h2, .typo3-shell .carousel .carousel-item h3, .typo3-shell .carousel .carousel-item .h3, .typo3-shell .carousel .carousel-item h4, .typo3-shell .carousel .carousel-item .h4, .typo3-shell .carousel .carousel-item h5, .typo3-shell .carousel .carousel-item .h5, .typo3-shell .carousel .carousel-item h6, .typo3-shell .carousel .carousel-item .h6 {
    color: inherit;
    margin-top: 0
}

.typo3-shell .carousel .carousel-item a {
    text-decoration: none
}

.typo3-shell .carousel-fade .carousel-item {
    perspective: initial !important;
    transform: initial !important
}

:root {
    --carousel-item-color: inherit;
    --carousel-item-background: inherit;
    --carousel-item-link-color: inherit;
    --carousel-item-link-hover-color: inherit
}

.typo3-shell .carousel-item {
    background-color: var(--carousel-item-background);
    color: var(--carousel-item-color)
}

.typo3-shell .carousel-item a[class=""], .typo3-shell .carousel-item a:not([class]) {
    color: var(--carousel-item-link-color)
}

.typo3-shell .carousel-item a[class=""]:hover, .typo3-shell .carousel-item a:not([class]):hover {
    color: var(--carousel-item-link-hover-color)
}

.typo3-shell .carousel-item-layout-primary {
    --carousel-item-color: #000000;
    --carousel-item-background: #ffffff;
    --carousel-item-link-color: #000000;
    --carousel-item-link-hover-color: #000000
}

.typo3-shell .carousel-item-layout-secondary {
    --carousel-item-color: #ffffff;
    --carousel-item-background: #013859;
    --carousel-item-link-color: #ffffff;
    --carousel-item-link-hover-color: #ffffff
}

.typo3-shell .carousel-item-layout-tertiary {
    --carousel-item-color: #000000;
    --carousel-item-background: #758c7f;
    --carousel-item-link-color: #000000;
    --carousel-item-link-hover-color: #000000
}

.typo3-shell .carousel-item-layout-quaternary {
    --carousel-item-color: #ffffff;
    --carousel-item-background: #2d1e2f;
    --carousel-item-link-color: #ffffff;
    --carousel-item-link-hover-color: #ffffff
}

.typo3-shell .carousel-item-layout-light {
    --carousel-item-color: #212121;
    --carousel-item-background: #e9e9e9;
    --carousel-item-link-color: #ffffff;
    --carousel-item-link-hover-color: #ccc
}

.typo3-shell .carousel-item-layout-dark {
    --carousel-item-color: #ffffff;
    --carousel-item-background: #313131;
    --carousel-item-link-color: #ffffff;
    --carousel-item-link-hover-color: #ccc
}

.typo3-shell .carousel .carousel-backgroundimage-container {
    overflow: hidden
}

.typo3-shell .carousel .carousel-backgroundimage-container, .typo3-shell .carousel .carousel-backgroundimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover
}

.typo3-shell .carousel .carousel-backgroundimage-fade {
    opacity: 0.125
}

.typo3-shell .carousel .carousel-backgroundimage-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat
}

@media (hover: none) {
    .typo3-shell .carousel .carousel-backgroundimage-parallax {
        background-attachment: initial
    }
}

.typo3-shell .carousel .carousel-backgroundimage-blur {
    filter: blur(10px);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px
}

.typo3-shell .carousel .carousel-backgroundimage-grayscale {
    filter: grayscale(1)
}

.typo3-shell .carousel .carousel-backgroundimage-sepia {
    filter: sepia(1)
}

.typo3-shell .carousel .carousel-content {
    position: relative;
    height: 100%
}

.typo3-shell .carousel .carousel-content-inner {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 1rem;
    margin: 0 auto
}

@media (min-width: 576px) {
    .typo3-shell .carousel .carousel-content-inner {
        max-width: 500px
    }
}

@media (min-width: 768px) {
    .typo3-shell .carousel .carousel-content-inner {
        max-width: 680px
    }
}

@media (min-width: 992px) {
    .typo3-shell .carousel .carousel-content-inner {
        max-width: 920px
    }
}

@media (min-width: 1200px) {
    .typo3-shell .carousel .carousel-content-inner {
        max-width: 1100px
    }
}

@media (min-width: 1400px) {
    .typo3-shell .carousel .carousel-content-inner {
        max-width: 1280px
    }
}

.typo3-shell .carousel-item-bodytext > *:last-child {
    margin-bottom: 0
}

:root {
    --carousel-control-width: 40px
}

.typo3-shell .carousel {
    container-type: inline-size;
    overflow: hidden
}

@container (min-width: 681px) {
    --carousel-control-width: 50px
}

@container (min-width: 1361px) {
    --carousel-control-width: 90px
}

.typo3-shell .carousel .carousel-control-icon {
    max-width: calc(100% - 20px)
}

.typo3-shell .carousel .carousel-control {
    width: var(--carousel-control-width)
}

.typo3-shell .carousel .carousel-control:focus-visible .carousel-control-icon {
    outline: 2px solid
}

.typo3-shell .carousel .carousel-control-icon {
    border-radius: 2px;
    background-size: calc(100% - 4px)
}

@container (max-width: 680px) {
    .typo3-shell .carousel .carousel-control-prev {
        justify-content: start
    }

    .typo3-shell .carousel .carousel-control-next {
        justify-content: end
    }
}

.typo3-shell .carousel .carousel-indicators {
    align-items: center;
    color: #ffffff
}

.typo3-shell .carousel .carousel-indicators button {
    border-radius: 2px;
    overflow: hidden;
    color: inherit;
    height: 4px
}

.typo3-shell .carousel .carousel-indicators button:focus-visible {
    outline-offset: 1px;
    outline: 2px solid currentColor
}

.typo3-shell .carousel .carousel-indicators button.active {
    height: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px
}

.typo3-shell .carousel .carousel-indicators-navigation {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem calc(40px / 2);
    margin: 0;
    width: 100%;
    z-index: 15;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center
}

.typo3-shell .carousel .carousel-indicators-navigation > button {
    position: relative;
    overflow: visible;
    padding: 0.5rem !important;
    border: 0 !important;
    margin: 0;
    text-indent: 0;
    width: auto;
    height: auto !important;
    background-color: transparent;
    cursor: pointer
}

.typo3-shell .carousel .carousel-indicators-navigation > button.active:before {
    content: "";
    position: absolute;
    inset: auto 0.5rem calc(.5rem / 2 - 1px);
    width: auto;
    border-top: 2px solid #ffffff
}

.typo3-shell .carousel .carousel-indicators-navigation > button:first-child {
    padding-left: 0
}

.typo3-shell .carousel .carousel-indicators-navigation > button:first-child:before {
    left: 0
}

.typo3-shell .carousel .carousel-indicators-navigation > button:last-child {
    padding-right: 0
}

.typo3-shell .carousel .carousel-indicators-navigation > button:last-child:before {
    right: 0
}

.typo3-shell .carousel .carousel-content-link:focus-visible {
    outline: none
}

.typo3-shell .carousel .carousel-content-link:focus-visible:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 0 1px #000000, inset 0 0 0 2px #ffffff
}

.typo3-shell .carousel-item-type-header a[class=""], .typo3-shell .carousel-item-type-header a[class=""]:hover, .typo3-shell .carousel-item-type-header a:not([class]), .typo3-shell .carousel-item-type-header a:not([class]):hover, .typo3-shell .carousel-item-type-header a.carousel-content-link, .typo3-shell .carousel-item-type-header a.carousel-content-link:hover {
    color: var(--carousel-item-color)
}

.typo3-shell .carousel-item-type-header .carousel-text-inner {
    margin: 0 auto
}

@media (min-width: 768px) {
    .typo3-shell .carousel-item-type-header .carousel-text-inner {
        width: 80%
    }
}

@media (min-width: 992px) {
    .typo3-shell .carousel-item-type-header .carousel-text-inner {
        width: 65%
    }
}

.typo3-shell .carousel-item-type-text a[class=""], .typo3-shell .carousel-item-type-text a[class=""]:hover, .typo3-shell .carousel-item-type-text a:not([class]), .typo3-shell .carousel-item-type-text a:not([class]):hover, .typo3-shell .carousel-item-type-text a.carousel-content-link, .typo3-shell .carousel-item-type-text a.carousel-content-link:hover {
    color: var(--carousel-item-color)
}

.typo3-shell .carousel-item-type-text .carousel-text-inner {
    margin: 0 auto
}

@media (min-width: 768px) {
    .typo3-shell .carousel-item-type-text .carousel-text-inner {
        width: 80%
    }
}

@media (min-width: 992px) {
    .typo3-shell .carousel-item-type-text .carousel-text-inner {
        width: 65%
    }
}

.typo3-shell .carousel-item-type-text_and_image a[class=""], .typo3-shell .carousel-item-type-text_and_image a[class=""]:hover, .typo3-shell .carousel-item-type-text_and_image a:not([class]), .typo3-shell .carousel-item-type-text_and_image a:not([class]):hover, .typo3-shell .carousel-item-type-text_and_image a.carousel-content-link, .typo3-shell .carousel-item-type-text_and_image a.carousel-content-link:hover {
    color: var(--carousel-item-color)
}

.typo3-shell .carousel-item-type-text_and_image .carousel-image {
    display: none
}

.typo3-shell .carousel-item-type-text_and_image .carousel-image img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    height: auto
}

@media (min-width: 576px) {
    .typo3-shell .carousel-item-type-text_and_image .carousel-image {
        display: block
    }
}

.typo3-shell .frame .carousel-item-type-text_and_image {
    padding-left: calc(var(--carousel-control-width) + .25rem);
    padding-right: calc(var(--carousel-control-width) + .25rem)
}

.typo3-shell .carousel-item-type-background_image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.typo3-shell .carousel-item-type-call_to_action .carousel-box {
    color: #212121;
    background-color: #ffffff;
    padding: 2rem
}

@media (min-width: 576px) {
    .typo3-shell .carousel-item-type-call_to_action .carousel-box {
        max-width: 50%
    }
}

.typo3-shell .carousel-item-type-call_to_action .carousel-box .carousel-item-bodytext {
    margin-bottom: 1rem
}

.typo3-shell .carousel-item-type-call_to_action .carousel-box > *:last-child {
    margin-bottom: 0
}

.typo3-shell .frame .carousel-item-type-call_to_action {
    padding-left: calc(var(--carousel-control-width) + .25rem);
    padding-right: calc(var(--carousel-control-width) + .25rem)
}

.typo3-shell .carousel-item-type-image .carousel-image {
    width: 100%
}

.typo3-shell .carousel-item-type-image .carousel-image img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    height: auto
}

.typo3-shell .accordion-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.typo3-shell .accordion-content-item {
    order: 1;
    width: 100%
}

.typo3-shell .accordion-content-item > *:first-child {
    margin-top: 0
}

.typo3-shell .accordion-content-item > *:last-child {
    margin-bottom: 0
}

.typo3-shell .accordion-content-text {
    flex-grow: 1;
    flex-shrink: 0
}

.typo3-shell .accordion-content-bottom .accordion-content-text {
    order: 0
}

.typo3-shell .accordion-content-right .accordion-content-text {
    order: 0
}

@media (min-width: 768px) {
    .typo3-shell .accordion-content-right .accordion-content-item, .typo3-shell .accordion-content-left .accordion-content-item {
        width: calc(50% - (1rem / 2))
    }
}

.typo3-shell .accordion-button {
    --bs-accordion-btn-focus-ring-contrast-color: #ffffff;
    --bs-accordion-btn-focus-ring-color: #000000
}

.typo3-shell .accordion-button:focus-visible {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 2px var(--bs-accordion-btn-focus-ring-contrast-color),
    0 0 0 4px var(--bs-accordion-btn-focus-ring-color)
}

.typo3-shell .tab-navigation {
    margin-bottom: 1rem
}

.typo3-shell .tab-pane-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.typo3-shell .tab-pane-content-item {
    order: 1;
    width: 100%
}

.typo3-shell .tab-pane-content-item > *:first-child {
    margin-top: 0
}

.typo3-shell .tab-pane-content-item > *:last-child {
    margin-bottom: 0
}

.typo3-shell .tab-pane-content-text {
    flex-grow: 1;
    flex-shrink: 0
}

.typo3-shell .tab-pane-content-bottom .tab-pane-content-text {
    order: 0
}

.typo3-shell .tab-pane-content-right .tab-pane-content-text {
    order: 0
}

@media (min-width: 768px) {
    .typo3-shell .tab-pane-content-right .tab-pane-content-item, .typo3-shell .tab-pane-content-left .tab-pane-content-item {
        width: calc(50% - (1rem / 2))
    }
}

.typo3-shell .card {
    color: #212121;
    background: var(--bs-body-bg)
}

.typo3-shell .card a:not(.btn) {
    color: #ffffff
}

.typo3-shell .card a:not(.btn):hover {
    color: #ccc
}

.typo3-shell .card-img-top {
    overflow: hidden
}

.typo3-shell .card-img-top picture, .typo3-shell .card-img-top img {
    width: 100%;
    height: auto
}

.typo3-shell .card-body > *:first-child {
    margin-top: 0
}

.typo3-shell .card-body > *:last-child {
    margin-bottom: 0
}

.typo3-shell .card-title {
    font-size: 1.35rem;
    margin-bottom: 0.5rem
}

.typo3-shell .card-subtitle {
    font-size: 1.2rem;
    margin-bottom: 0.5em
}

.typo3-shell .card-icon {
    margin-bottom: 0.5em
}

.typo3-shell .card-footer {
    padding: 1.5rem
}

:root {
    --cardgroup-gap: 1rem;
    --cardgroup-columns: 1
}

.typo3-shell .card-group-element {
    display: flex;
    flex-wrap: wrap;
    gap: var(--cardgroup-gap)
}

.typo3-shell .card-group-element-item {
    width: calc((100% / var(--cardgroup-columns)) - (var(--cardgroup-gap) * (var(--cardgroup-columns) - 1)) / var(--cardgroup-columns))
}

.typo3-shell .card-group-element-item .card {
    height: 100%
}

.typo3-shell .card-group-element-item .card-body + .card-footer {
    padding-top: 0
}

.typo3-shell .card-group-element-item .card-footer {
    border-top: 0;
    background-color: transparent
}

.typo3-shell .card-group-element-align-left {
    justify-content: flex-start
}

.typo3-shell .card-group-element-align-center {
    justify-content: center
}

.typo3-shell .card-group-element-align-right {
    justify-content: flex-end
}

@media (min-width: 576px) {
    .typo3-shell .card-group-element-columns-2 {
        --cardgroup-columns: 2
    }
}

@media (min-width: 768px) {
    .typo3-shell .card-group-element-columns-3 {
        --cardgroup-columns: 3
    }
}

@media (min-width: 576px) {
    .typo3-shell .card-group-element-columns-4 {
        --cardgroup-columns: 2
    }
}

@media (min-width: 1200px) {
    .typo3-shell .card-group-element-columns-4 {
        --cardgroup-columns: 4
    }
}

:root {
    --cardmenu-gap: 1rem;
    --cardmenu-columns: 1
}

.typo3-shell .card-menu {
    display: flex;
    flex-wrap: wrap;
    gap: var(--cardmenu-gap)
}

.typo3-shell .card-menu-item {
    width: calc((100% / var(--cardmenu-columns)) - (var(--cardmenu-gap) * (var(--cardmenu-columns) - 1)) / var(--cardmenu-columns))
}

.typo3-shell .card-menu-item .card {
    height: 100%
}

.typo3-shell .card-menu-item .card-body + .card-footer {
    padding-top: 0
}

.typo3-shell .card-menu-item .card-footer {
    border-top: 0;
    background-color: transparent
}

.typo3-shell .card-menu-align-left {
    justify-content: flex-start
}

.typo3-shell .card-menu-align-center {
    justify-content: center
}

.typo3-shell .card-menu-align-right {
    justify-content: flex-end
}

@media (min-width: 576px) {
    .typo3-shell .card-menu-columns-2 {
        --cardmenu-columns: 2
    }
}

@media (min-width: 768px) {
    .typo3-shell .card-menu-columns-3 {
        --cardmenu-columns: 3
    }
}

@media (min-width: 576px) {
    .typo3-shell .card-menu-columns-4 {
        --cardmenu-columns: 2
    }
}

@media (min-width: 1200px) {
    .typo3-shell .card-menu-columns-4 {
        --cardmenu-columns: 4
    }
}

:root {
    --cardpanel-header-background: transparent;
    --cardpanel-header-color: inherit;
    --cardpanel-border-color: inherit
}

.typo3-shell .card-panel {
    border-color: var(--cardpanel-border-color)
}

.typo3-shell .card-panel .card-header {
    background: var(--cardpanel-header-background);
    color: var(--cardpanel-header-color);
    font-size: 1rem !important;
    padding: 1.5rem 1.5rem
}

.typo3-shell .card-panel-primary {
    --cardpanel-header-background: #ffffff;
    --cardpanel-header-color: #000000;
    --cardpanel-border-color: #e6e6e6
}

.typo3-shell .card-panel-secondary {
    --cardpanel-header-background: #013859;
    --cardpanel-header-color: #ffffff;
    --cardpanel-border-color: #001827
}

.typo3-shell .card-panel-tertiary {
    --cardpanel-header-background: #758c7f;
    --cardpanel-header-color: #000000;
    --cardpanel-border-color: #5e7066
}

.typo3-shell .card-panel-quaternary {
    --cardpanel-header-background: #2d1e2f;
    --cardpanel-header-color: #ffffff;
    --cardpanel-border-color: #0f0a10
}

.typo3-shell .card-panel-lighter {
    --cardpanel-header-background: #f8f8f8;
    --cardpanel-header-color: #000000;
    --cardpanel-border-color: #dfdfdf
}

.typo3-shell .card-panel-light {
    --cardpanel-header-background: #e9e9e9;
    --cardpanel-header-color: #000000;
    --cardpanel-border-color: #d0d0d0
}

.typo3-shell .card-panel-dark {
    --cardpanel-header-background: #313131;
    --cardpanel-header-color: #ffffff;
    --cardpanel-border-color: #181818
}

.typo3-shell .card-panel-darker {
    --cardpanel-header-background: #212121;
    --cardpanel-header-color: #ffffff;
    --cardpanel-border-color: #080808
}

.typo3-shell .card-panel-default {
    --cardpanel-header-background: #eaebec;
    --cardpanel-header-color: #000000;
    --cardpanel-border-color: #cfd2d4
}

.typo3-shell .card-panel-success {
    --cardpanel-header-background: #3A833A;
    --cardpanel-header-color: #ffffff;
    --cardpanel-border-color: #2a602a
}

.typo3-shell .card-panel-info {
    --cardpanel-header-background: #287F9A;
    --cardpanel-header-color: #ffffff;
    --cardpanel-border-color: #1d5e72
}

.typo3-shell .card-panel-warning {
    --cardpanel-header-background: #a4660e;
    --cardpanel-header-color: #ffffff;
    --cardpanel-border-color: #75490a
}

.typo3-shell .card-panel-danger {
    --cardpanel-header-background: #d4403a;
    --cardpanel-header-color: #ffffff;
    --cardpanel-border-color: #b42d27
}

.typo3-shell audio {
    display: block;
    width: 100%
}

.typo3-shell .audio-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.typo3-shell .audio-list-item + .audio-list-item {
    margin-top: 1.5rem
}

.typo3-shell .audio-heading {
    font-size: 1.25rem
}

.typo3-shell .link-arrow, .typo3-shell .link-page, .typo3-shell .link-folder, .typo3-shell .link-file, .typo3-shell .link-external, .typo3-shell .link-chevron, .typo3-shell .link-mail, .typo3-shell .link-globe {
    display: inline-flex;
    align-items: center;
    gap: 0.15em;
    flex-grow: 0;
    flex-shrink: 0
}

.typo3-shell .link-arrow:after, .typo3-shell .link-page:after, .typo3-shell .link-folder:after, .typo3-shell .link-file:after, .typo3-shell .link-external:after, .typo3-shell .link-chevron:after, .typo3-shell .link-mail:after, .typo3-shell .link-globe:after {
    height: 1em;
    width: 1em;
    content: "";
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0
}

.typo3-shell .link-arrow:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M2 9h7.3v2c0 .4.5.6.8.4l3.7-3c.2-.2.2-.6 0-.8l-3.7-3c-.3-.2-.8 0-.8.4v2H2v2z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .link-page:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M13.7 3.2l-1.9-1.9c-.2-.2-.4-.3-.7-.3H2.5c-.3 0-.5.2-.5.5v13c0 .3.2.5.5.5h11c.3 0 .5-.2.5-.5V3.9c0-.3-.1-.5-.3-.7zM13 14H3V2h7v2.5c0 .3.2.5.5.5H13v9zM11 4V2l2 2h-2z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .link-folder:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M7.382 4l1 2H14v6H2V4h5.382m.309-1H1.5a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H9l-.862-1.724A.5.5 0 0 0 7.691 3z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .link-file:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M13.7 3.2l-1.9-1.9c-.2-.2-.4-.3-.7-.3H2.5c-.3 0-.5.2-.5.5v13c0 .3.2.5.5.5h11c.3 0 .5-.2.5-.5V3.9c0-.3-.1-.5-.3-.7zM13 14H3V2h7v2.5c0 .3.2.5.5.5H13v9zM11 4V2l2 2h-2z'/%3e%3cpath d='M10.8 10H5.2c-.1 0-.2-.1-.2-.2v-.6c0-.1.1-.2.2-.2h5.5c.2 0 .3.1.3.2v.5c0 .2-.1.3-.2.3zM10.8 8H5.2c-.1 0-.2-.1-.2-.2v-.6c0-.1.1-.2.2-.2h5.5c.2 0 .3.1.3.2v.5c0 .2-.1.3-.2.3zM10.8 12H5.2c-.1 0-.2-.1-.2-.2v-.5c0-.2.1-.3.2-.3h5.5c.1 0 .2.1.2.2v.5c.1.2 0 .3-.1.3z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .link-external:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M10.05 8.657l-.707-.707L14.293 3l.706.707z'/%3e%3cpath d='M13 8.536V12H3V5h6.464l1-1H2.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V7.535l-1 1.001zM15.573 6.573l-4.146-4.146A.25.25 0 0 1 11.604 2h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .link-chevron:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M9.586 8L6.05 11.536l.707.707L11 8 6.757 3.757l-.707.707z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .link-mail:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M5 7h6v1H5zM5 5h6v1H5z'/%3e%3cpath d='M13 4.6V3h-2.2L8 1 5.2 3H3v1.6L1 6v8.5c0 .3.2.5.5.5h13c.3 0 .5-.2.5-.5V6l-2-1.4zM8 2.2l1.1.8H6.9L8 2.2zM12 4v4.1l-1.2.9H5.2L4 8.1V4h8zm-2.6 6L8 11l-1.4-1h2.8zM2 6.5l1-.7v1.6l-1-.7v-.2zm0 1.4l3.5 2.5L2 14V7.9zM3.4 14l2.9-2.9L8 12.2 9.6 11l3 3H3.4zM14 14l-3.5-3.5L14 7.9V14zm0-7.3l-1 .7V5.8l1 .7v.2z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .link-globe:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 13.125a6.09 6.09 0 0 1-4.005-1.502c.012.003.045.01.045-.056v-.082c0-.081.083-.081.083-.161.084-.324.084-.807.084-1.129l.001-.001v-.241l-.084-.08c-.083 0-.083-.081-.166-.081s-.166-.081-.25-.081H3.54s-.083 0-.083-.081c-.584-.325-.834-.89-1.001-1.534 0-.162-.083-.324-.083-.485-.082-.082-.082-.162-.166-.244-.167-.161-.083-.483.084-.806V7.4c0-.081 0-.081.083-.162 0-.079 0-.079.084-.16.166-.324.5-.565.667-.808.083-.08.083-.08.083-.161v-.08c.083-.081.083-.242.166-.324 0-.079.084-.242.084-.322 0-.162 0-.242-.084-.402-.083-.241-.135-.449-.297-.61.315-.426.68-.811 1.092-1.143l.145.152h.764s.085 0 .085-.088l.085-.09s.085 0 .085-.089l.084-.089.085-.09c-.254.179-.254.09-.17 0h-.003c.251-.265.267-.313.513-.659A6.09 6.09 0 0 1 8 1.875c1.088 0 2.109.289 2.996.789-.077.079-.099.034-.099.117-.242.085-.565-.085-.808-.17a2.821 2.821 0 0 0-1.856-.085c-.243.085-.807.17-.566.679.161.256.564.51.969.171.161-.17.324-.424.564-.17.081.086.081.171.081.255-.081.254-.324.34-.565.34-.324.085-.648 0-.97.085-.323.085-.806.17-.806.595 0 .508-.162.593-.566.678-.324 0-.484.17-.324.509.081.254.324.254.486.17.646-.34 1.211-1.188 1.937-.17l.161-.085c.162-.679.324-.254.485 0l.242.254c.969-.933.726.425 1.05.679-.647-.17-1.374.509-1.938.085-.969-.763-1.615-.424-2.503.339-.726.595-.888 1.358-.726 2.037.241.849 1.129.934 1.856.764.242-.086.726-.086.726.084-.162.764.726 1.273.403 2.121-.242.679.163 1.528.726 1.782.566.254 1.05-.424 1.293-1.019.08-.085 0-.254.08-.34.646-.849.565-2.121 1.372-2.97.242-.254 1.05-1.187.403-1.951 1.535-.424.971 1.103 1.293 1.782.241-.509.402-1.019.564-1.444.074-.232.127-.314.136-.327.017.18.029.359.029.541A6.132 6.132 0 0 1 8 14.125zm-3.818-2.956c-.01-.01-.012-.012 0 0z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell figure {
    display: block;
    margin-bottom: 1rem
}

.typo3-shell figure img, .typo3-shell figure picture {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto
}

.typo3-shell figure .caption {
    padding-top: 0.25rem;
    font-size: 0.85rem;
    word-wrap: break-word;
    opacity: 0.8
}

:root {
    --gallery-gap: 0.5rem;
    --gallery-columns: 1
}

.typo3-shell .gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gallery-gap)
}

.typo3-shell .gallery-row + .gallery-row, .typo3-shell .gallery-row + nav {
    margin-top: 1rem
}

.typo3-shell .gallery-item {
    width: calc((100% / var(--gallery-columns)) - (var(--gallery-gap) * (var(--gallery-columns) - 1)) / var(--gallery-columns))
}

.typo3-shell .gallery-item img, .typo3-shell .gallery-item picture {
    width: 100%;
    height: auto
}

.typo3-shell .gallery-item figure {
    margin-bottom: 0
}

.typo3-shell .gallery-item-size-1 {
    --gallery-columns: 1
}

.typo3-shell .gallery-item-size-2 {
    --gallery-columns: 2
}

.typo3-shell .gallery-item-size-3 {
    --gallery-columns: 3
}

.typo3-shell .gallery-item-size-4 {
    --gallery-columns: 2
}

@media (min-width: 576px) {
    .typo3-shell .gallery-item-size-4 {
        --gallery-columns: 4
    }
}

.typo3-shell .gallery-item-size-5 {
    --gallery-columns: 2
}

@media (min-width: 576px) {
    .typo3-shell .gallery-item-size-5 {
        --gallery-columns: 3
    }
}

@media (min-width: 768px) {
    .typo3-shell .gallery-item-size-5 {
        --gallery-columns: 5
    }
}

.typo3-shell .gallery-item-size-6 {
    --gallery-columns: 2
}

@media (min-width: 576px) {
    .typo3-shell .gallery-item-size-6 {
        --gallery-columns: 3
    }
}

@media (min-width: 768px) {
    .typo3-shell .gallery-item-size-6 {
        --gallery-columns: 6
    }
}

.typo3-shell address.address > *:last-child {
    margin-bottom: 0
}

.typo3-shell .address-title, .typo3-shell .address-phone, .typo3-shell .address-email {
    margin-bottom: 0
}

.typo3-shell ul.list-inline > li {
    margin-bottom: 1px
}

.typo3-shell .list-info, .typo3-shell .list-check, .typo3-shell .list-warning, .typo3-shell .list-ban, .typo3-shell .list-chevron {
    list-style: none;
    padding: 0
}

.typo3-shell .list-info > li, .typo3-shell .list-check > li, .typo3-shell .list-warning > li, .typo3-shell .list-ban > li, .typo3-shell .list-chevron > li {
    clear: both;
    position: relative;
    padding-left: 1.35em
}

.typo3-shell .list-info > li:before, .typo3-shell .list-check > li:before, .typo3-shell .list-warning > li:before, .typo3-shell .list-ban > li:before, .typo3-shell .list-chevron > li:before {
    display: block;
    content: "";
    float: left;
    margin-top: 0.25em;
    margin-left: -1.35em;
    width: 1em;
    height: 1em
}

.typo3-shell .list-info > li:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23287F9A'%3e%3cpath d='M8 2c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z'/%3e%3cpath d='M7 5a1 1 0 1 1 2 0 1 1 0 1 1-2 0zM7 8a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0V8z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .list-check > li:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%233A833A'%3e%3cpath d='M13.3 4.8l-.7-.7c-.2-.2-.5-.2-.7 0L6.5 9.5 4 6.9c-.2-.2-.5-.2-.7 0l-.6.7c-.2.2-.2.5 0 .7l3.6 3.6c.2.2.5.2.7 0l6.4-6.4c.1-.2.1-.5-.1-.7z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .list-warning > li:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23a4660e'%3e%3ccircle cx='8' cy='12' r='1'/%3e%3cpath d='M8.5 10h-1l-.445-4.45A.5.5 0 0 1 7.552 5h.896a.5.5 0 0 1 .497.55L8.5 10z'/%3e%3cpath d='M8 2.008a.98.98 0 0 1 .875.515l5.536 9.992a.983.983 0 0 1-.013.993.983.983 0 0 1-.862.492H2.464a.983.983 0 0 1-.862-.492.983.983 0 0 1-.013-.993l5.536-9.992A.98.98 0 0 1 8 2.008m0-1a1.98 1.98 0 0 0-1.75 1.03L.715 12.032C-.024 13.364.94 15 2.464 15h11.072c1.524 0 2.488-1.636 1.75-2.97L9.749 2.04A1.98 1.98 0 0 0 8 1.009z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .list-ban > li:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23d4403a'%3e%3cpath d='M8 2C4.7 2 2 4.7 2 8s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm4.5 6c0 .9-.3 1.8-.8 2.5L5.5 4.3c.7-.5 1.6-.8 2.5-.8 2.5 0 4.5 2 4.5 4.5zm-9 0c0-.9.3-1.8.8-2.5l6.2 6.2c-.7.5-1.6.8-2.5.8-2.5 0-4.5-2-4.5-4.5z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .list-chevron > li:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23ffffff'%3e%3cpath d='M9.586 8L6.05 11.536l.707.707L11 8 6.757 3.757l-.707.707z'/%3e%3c/g%3e%3c/svg%3e")
}

.typo3-shell .filelink-list {
    padding-left: 0;
    list-style: none
}

.typo3-shell .filelink-item {
    display: flex;
    gap: 1rem;
    width: 100%
}

.typo3-shell .filelink-item + .filelink-item {
    margin-top: 1rem
}

.typo3-shell .filelink-body > *:last-child {
    margin-bottom: 0
}

.typo3-shell .filelink-heading {
    margin-bottom: 0.25em
}

.typo3-shell .filelink-heading-filename {
    display: block
}

.typo3-shell .filelink-fileicon {
    font-size: 1.25rem
}

.typo3-shell .filelink-filesize {
    display: block;
    font-size: 80%
}

.typo3-shell blockquote {
    position: relative;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.typo3-shell blockquote > *:last-child {
    margin-bottom: 0
}

.typo3-shell blockquote footer {
    display: block;
    font-size: 80%;
    margin-top: -0.5rem
}

.typo3-shell blockquote footer:before {
    content: "— "
}

.typo3-shell .icongroup {
    --icongroup-gap: 40px;
    --icongroup-space: calc(var(--icongroup-gap) / 2);
    --icongroup-icon-size: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--icongroup-gap)
}

.typo3-shell .icongroup-align-left {
    justify-content: flex-start
}

.typo3-shell .icongroup-align-center {
    justify-content: center
}

.typo3-shell .icongroup-align-right {
    justify-content: flex-end
}

.typo3-shell .icongroup-iconposition-left-top .icongroup-item {
    align-items: flex-start
}

.typo3-shell .icongroup-iconposition-left-center .icongroup-item {
    align-items: center
}

.typo3-shell .icongroup-iconposition-right-top .icongroup-item {
    align-items: flex-start
}

.typo3-shell .icongroup-iconposition-right-top .icongroup-item-icon {
    order: 1
}

.typo3-shell .icongroup-iconposition-right-center .icongroup-item {
    align-items: center
}

.typo3-shell .icongroup-iconposition-right-center .icongroup-item-icon {
    order: 1
}

.typo3-shell .icongroup-iconposition-above .icongroup-item, .typo3-shell .icongroup-iconposition-below .icongroup-item {
    flex-direction: column
}

.typo3-shell .icongroup-iconposition-above .icongroup-item-text, .typo3-shell .icongroup-iconposition-below .icongroup-item-text {
    text-align: center
}

.typo3-shell .icongroup-iconposition-above .icongroup-item-icon, .typo3-shell .icongroup-iconposition-below .icongroup-item-icon {
    margin-left: auto;
    margin-right: auto
}

.typo3-shell .icongroup-iconposition-below .icongroup-item-icon {
    order: 1
}

.typo3-shell .icongroup-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--icongroup-space);
    width: 100%
}

.typo3-shell .icongroup-item-icon {
    flex-shrink: 0;
    width: var(--icongroup-icon-size)
}

.typo3-shell .icongroup-item-icon svg {
    display: block;
    width: 100%;
    height: auto
}

.typo3-shell .icongroup-item-text {
    flex-grow: 1
}

.typo3-shell .icongroup-item-text > *:last-child {
    margin-bottom: 0
}

.typo3-shell .icongroup-item-text-header {
    font-size: 1.25em;
    margin-bottom: 0.15em
}

.typo3-shell .icongroup-item-text-subheader {
    font-size: 1em
}

.typo3-shell .icongroup-columns-auto .icongroup-item {
    width: auto
}

@media (min-width: 576px) {
    .typo3-shell .icongroup-columns-2 .icongroup-item {
        width: calc((100% - var(--icongroup-gap)) / 2)
    }
}

@media (min-width: 768px) {
    .typo3-shell .icongroup-columns-3 .icongroup-item {
        width: calc((100% - var(--icongroup-gap) * 2) / 3)
    }
}

@media (min-width: 576px) {
    .typo3-shell .icongroup-columns-4 .icongroup-item {
        width: calc((100% - var(--icongroup-gap)) / 2)
    }
}

@media (min-width: 1200px) {
    .typo3-shell .icongroup-columns-4 .icongroup-item {
        width: calc((100% - var(--icongroup-gap) * 3) / 4)
    }
}

.typo3-shell .timeline {
    --timeline-item-spacing: 1.5rem;
    --timeline-item-padding: 1.5rem;
    --timeline-item-border: 1px solid currentColor;
    --timeline-item-border-radius: 0;
    --timeline-item-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    --timeline-item-headline-color: #ffffff;
    --timeline-item-headline-size: 1.5rem;
    --timeline-item-date-size: 0.8rem;
    --timeline-item-color: #212121;
    --timeline-item-bg: #ffffff;
    --timeline-item-caption-color: #000000;
    --timeline-item-caption-bg: #f2f2f2;
    --timeline-icon-color: #212121;
    --timeline-icon-bg: #ffffff;
    --timeline-icon-size: 46px;
    --timeline-icon-space: 10px;
    --timeline-icon-border: 3px solid currentColor;
    --timeline-icon-border-radius: 50%;
    --timeline-icon-border-opacity: 0.25;
    --timeline-marker-size: 16px;
    --timeline-marker-bg: #ffffff;
    --timeline-marker-border: 3px solid currentColor;
    --timeline-marker-border-radius: 50%;
    --timeline-marker-border-opacity: 0.25;
    --timeline-path-border: 2px dashed currentColor;
    --timeline-path-opacity: 0.25;
    padding-left: var(--timeline-icon-size);
    position: relative
}

.typo3-shell .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--timeline-icon-size) / 2);
    transform: translate(-50%, 0);
    border-left: var(--timeline-path-border);
    opacity: var(--timeline-path-opacity)
}

.typo3-shell .timeline-item {
    position: relative
}

.typo3-shell .timeline-item:not(:first-child) {
    margin-top: calc(var(--timeline-item-spacing) / 2)
}

.typo3-shell .timeline-item-inner {
    overflow: hidden;
    margin-left: var(--timeline-item-spacing);
    background-color: var(--timeline-item-bg);
    border: var(--timeline-item-border);
    border-radius: var(--timeline-item-border-radius);
    box-shadow: var(--timeline-item-shadow);
    padding: var(--timeline-item-padding)
}

.typo3-shell .timeline-item-marker, .typo3-shell .timeline-item-icon {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: calc(var(--timeline-icon-size) / 2 * -1);
    width: var(--timeline-marker-size);
    height: var(--timeline-marker-size);
    transform: translate(-50%, -50%)
}

.typo3-shell .timeline-item-marker:after, .typo3-shell .timeline-item-marker:before, .typo3-shell .timeline-item-marker span, .typo3-shell .timeline-item-icon:after, .typo3-shell .timeline-item-icon:before, .typo3-shell .timeline-item-icon span {
    background-clip: content-box;
    border: var(--timeline-marker-border);
    border-radius: var(--timeline-marker-border-radius)
}

.typo3-shell .timeline-item-marker:after, .typo3-shell .timeline-item-marker span, .typo3-shell .timeline-item-icon:after, .typo3-shell .timeline-item-icon span {
    border-color: transparent
}

.typo3-shell .timeline-item-marker:after, .typo3-shell .timeline-item-marker:before, .typo3-shell .timeline-item-icon:after, .typo3-shell .timeline-item-icon:before {
    inset: 0;
    z-index: 1;
    content: "";
    position: absolute
}

.typo3-shell .timeline-item-marker:before, .typo3-shell .timeline-item-icon:before {
    opacity: var(--timeline-marker-border-opacity)
}

.typo3-shell .timeline-item-marker:after, .typo3-shell .timeline-item-icon:after {
    background-color: var(--timeline-marker-bg)
}

.typo3-shell .timeline-item-marker span, .typo3-shell .timeline-item-icon span {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative
}

.typo3-shell .timeline-item-icon {
    left: calc(var(--timeline-icon-size) / 2 * -1);
    width: var(--timeline-icon-size);
    height: var(--timeline-icon-size);
    border-radius: var(--timeline-icon-border-radius)
}

.typo3-shell .timeline-item-icon:before {
    border: var(--timeline-icon-border)
}

.typo3-shell .timeline-item-icon:after {
    background-color: var(--timeline-icon-bg)
}

.typo3-shell .timeline-item-icon span {
    color: var(--timeline-icon-color);
    display: block;
    padding: var(--timeline-icon-space)
}

.typo3-shell .timeline-item-icon svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.typo3-shell .timeline-item-image {
    margin: calc(var(--timeline-item-padding) * -1);
    margin-bottom: var(--timeline-item-padding)
}

.typo3-shell .timeline-item-image img {
    width: 100%;
    height: auto
}

.typo3-shell .timeline-item-image .caption {
    font-size: 0.8em;
    padding: 0.5rem var(--timeline-item-padding);
    color: var(--timeline-item-caption-color);
    background-color: var(--timeline-item-caption-bg)
}

.typo3-shell .timeline-item-header-headline {
    font-size: var(--timeline-item-headline-size);
    color: var(--timeline-item-headline-color)
}

.typo3-shell .timeline-item-header:last-child > *:last-child, .typo3-shell .timeline-item-text > *:last-child {
    margin-bottom: 0
}

.typo3-shell .timeline-item-date, .typo3-shell .timeline-item-text {
    color: var(--timeline-item-color)
}

.typo3-shell .timeline-item-date {
    font-size: var(--timeline-item-date-size);
    text-transform: uppercase
}

@media (min-width: 768px) {
    .typo3-shell .timeline {
        padding-left: 0
    }

    .typo3-shell .timeline:before {
        left: 50%
    }

    .typo3-shell .timeline-item {
        width: 50%
    }

    .typo3-shell .timeline-item:not(:first-child) {
        margin-top: calc(var(--timeline-item-spacing) * -1)
    }

    .typo3-shell .timeline-item-marker {
        left: auto;
        right: 0;
        transform: translate(50%, -50%)
    }

    .typo3-shell .timeline-item-inner {
        margin-left: 0;
        margin-right: calc(var(--timeline-item-spacing) + var(--timeline-icon-size) / 2)
    }

    .typo3-shell .timeline-item:nth-child(even) {
        margin-left: 50%
    }

    .typo3-shell .timeline-item:nth-child(even) .timeline-item-inner {
        margin-left: calc(var(--timeline-item-spacing) + var(--timeline-icon-size) / 2);
        margin-right: 0
    }

    .typo3-shell .timeline-item:nth-child(even) .timeline-item-marker {
        left: 0;
        right: auto;
        transform: translate(-50%, -50%)
    }
}

.typo3-shell .textmedia, .typo3-shell .textpic {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.typo3-shell .textmedia-item, .typo3-shell .textpic-item {
    order: 1;
    width: 100%
}

.typo3-shell .textmedia-text > *:last-child, .typo3-shell .textpic-text > *:last-child {
    margin-bottom: 0
}

.typo3-shell .textmedia-centered, .typo3-shell .textpic-centered {
    align-items: center
}

.typo3-shell .textmedia-below .textmedia-text, .typo3-shell .textmedia-below .textpic-text, .typo3-shell .textpic-below .textmedia-text, .typo3-shell .textpic-below .textpic-text {
    order: 0
}

.typo3-shell .textmedia-below .textmedia-gallery, .typo3-shell .textmedia-below .textpic-gallery, .typo3-shell .textpic-below .textmedia-gallery, .typo3-shell .textpic-below .textpic-gallery {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .typo3-shell .textmedia-right .textmedia-item, .typo3-shell .textmedia-right .textpic-item, .typo3-shell .textmedia-left .textmedia-item, .typo3-shell .textmedia-left .textpic-item, .typo3-shell .textpic-right .textmedia-item, .typo3-shell .textpic-right .textpic-item, .typo3-shell .textpic-left .textmedia-item, .typo3-shell .textpic-left .textpic-item {
        width: calc(50% - (40px / 2))
    }

    .typo3-shell .textmedia-right .textmedia-gallery, .typo3-shell .textmedia-right .textpic-gallery, .typo3-shell .textpic-right .textmedia-gallery, .typo3-shell .textpic-right .textpic-gallery {
        order: 2
    }
}

.typo3-shell .textteaser {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

@media (min-width: 768px) {
    .typo3-shell .textteaser {
        gap: 40px
    }
}

.typo3-shell .textteaser-item {
    order: 1;
    width: 100%
}

.typo3-shell .textteaser-item > *:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .typo3-shell .textteaser-teaser {
        width: calc((100% / 12 * 4) - (40px / 2))
    }

    .typo3-shell .textteaser-text {
        width: calc((100% / 12 * 8) - (40px / 2))
    }
}

.typo3-shell .texticon {
    --texticon-gap: calc(40px / 2);
    display: flex;
    gap: var(--texticon-gap)
}

.typo3-shell .texticon-icon {
    font-size: 2em
}

.typo3-shell .texticon-icon .texticon-inner-icon, .typo3-shell .texticon-icon .texticon-inner-icon svg, .typo3-shell .texticon-icon .texticon-inner-icon img {
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 1em;
    width: 1em
}

.typo3-shell .texticon-icon .texticon-inner-icon {
    display: flex;
    align-items: center
}

.typo3-shell .texticon-content *:first-child {
    margin-top: 0
}

.typo3-shell .texticon-content *:last-child {
    margin-bottom: 0
}

.typo3-shell .texticon-size-awesome {
    font-size: 3em
}

@media (min-width: 576px) {
    .typo3-shell .texticon-size-large {
        font-size: 3em
    }

    .typo3-shell .texticon-size-awesome {
        font-size: 4em
    }
}

@media (min-width: 576px) {
    .typo3-shell .texticon-size-medium {
        font-size: 3em
    }

    .typo3-shell .texticon-size-large {
        font-size: 4em
    }

    .typo3-shell .texticon-size-awesome {
        font-size: 5em
    }
}

.typo3-shell .texticon-top {
    flex-direction: column
}

.typo3-shell .texticon-type-square .texticon-inner-icon, .typo3-shell .texticon-type-circle .texticon-inner-icon {
    line-height: 2.3em;
    height: 2.3em;
    width: 2.3em
}

.typo3-shell .texticon-type-circle .texticon-inner-icon {
    border-radius: 50%
}

.typo3-shell .texticon-left .texticon-icon, .typo3-shell .texticon-right .texticon-icon {
    position: relative;
    min-height: 1px
}

.typo3-shell .texticon-right .texticon-icon {
    order: 2
}

.typo3-shell .text-column {
    margin-bottom: 1rem
}

.typo3-shell .well .text-column {
    margin-bottom: 0
}

.typo3-shell .text-column > *:first-child {
    margin-top: 0
}

.typo3-shell .text-column > *:last-child {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .typo3-shell .text-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.typo3-shell .text-indent {
    margin-bottom: 1rem
}

.typo3-shell .text-indent > *:first-child {
    margin-top: 0
}

.typo3-shell .text-indent > *:last-child {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .typo3-shell .text-indent {
        margin-left: 10%
    }
}

@media (min-width: 768px) {
    .typo3-shell .text-indent {
        margin-left: 20%
    }
}

:root {
    --thumbnailmenu-gap: 0.5rem;
    --thumbnailmenu-columns: 1;
    --thumbnailmenu-color: #ffffff;
    --thumbnailmenu-bg: rgba(255, 255, 255, 0.75)
}

.typo3-shell .thumbnail-menu {
    display: flex;
    flex-wrap: wrap;
    gap: var(--thumbnailmenu-gap)
}

.typo3-shell .thumbnail-menu-item {
    width: calc((100% / var(--thumbnailmenu-columns)) - (var(--thumbnailmenu-gap) * (var(--thumbnailmenu-columns) - 1)) / var(--thumbnailmenu-columns))
}

.typo3-shell .thumbnail-menu-link {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%
}

.typo3-shell .thumbnail-menu-link, .typo3-shell .thumbnail-menu-link:hover, .typo3-shell .thumbnail-menu-link:focus {
    color: var(--thumbnailmenu-color)
}

.typo3-shell .thumbnail-menu-image {
    overflow: hidden;
    height: 100%
}

.typo3-shell .thumbnail-menu-image picture, .typo3-shell .thumbnail-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.typo3-shell .thumbnail-menu-caption {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: var(--thumbnailmenu-bg)
}

.typo3-shell .thumbnail-menu-caption-inner {
    padding: 1.5em;
    text-align: center
}

.typo3-shell .thumbnail-menu-caption-inner > *:first-child {
    margin-top: 0
}

.typo3-shell .thumbnail-menu-caption-inner > *:last-child {
    margin-bottom: 0
}

.typo3-shell .thumbnail-menu-caption-title {
    font-size: 1.25em;
    margin-bottom: 0.25em;
    font-weight: bold;
    opacity: 0
}

.typo3-shell .thumbnail-menu-caption-subtitle {
    line-height: 1.2em;
    opacity: 0
}

.typo3-shell .thumbnail-menu-link .thumbnail-menu-caption {
    transition: opacity 0.25s ease-in-out
}

.typo3-shell .thumbnail-menu-link .thumbnail-menu-image picture, .typo3-shell .thumbnail-menu-link .thumbnail-menu-image img {
    transition: filter 0.25s ease-in-out
}

.typo3-shell .thumbnail-menu-link .thumbnail-menu-caption-title, .typo3-shell .thumbnail-menu-link .thumbnail-menu-caption-subtitle {
    transition: opacity 0.25s ease-in-out;
    transition-delay: 0.25s
}

.typo3-shell .thumbnail-menu-link:hover .thumbnail-menu-caption, .typo3-shell .thumbnail-menu-link:focus .thumbnail-menu-caption {
    opacity: 1
}

.typo3-shell .thumbnail-menu-link:hover .thumbnail-menu-caption-title, .typo3-shell .thumbnail-menu-link:focus .thumbnail-menu-caption-title {
    opacity: 1
}

.typo3-shell .thumbnail-menu-link:hover .thumbnail-menu-caption-subtitle, .typo3-shell .thumbnail-menu-link:focus .thumbnail-menu-caption-subtitle {
    opacity: 1
}

.typo3-shell .thumbnail-menu-link:hover .thumbnail-menu-image picture, .typo3-shell .thumbnail-menu-link:hover .thumbnail-menu-image img, .typo3-shell .thumbnail-menu-link:focus .thumbnail-menu-image picture, .typo3-shell .thumbnail-menu-link:focus .thumbnail-menu-image img {
    filter: grayscale(1)
}

.typo3-shell .thumbnail-menu-align-left {
    justify-content: flex-start
}

.typo3-shell .thumbnail-menu-align-center {
    justify-content: center
}

.typo3-shell .thumbnail-menu-align-right {
    justify-content: flex-end
}

@media (min-width: 576px) {
    .typo3-shell .thumbnail-menu-columns-2 {
        --thumbnailmenu-columns: 2
    }
}

@media (min-width: 768px) {
    .typo3-shell .thumbnail-menu-columns-3 {
        --thumbnailmenu-columns: 3
    }
}

@media (min-width: 576px) {
    .typo3-shell .thumbnail-menu-columns-4 {
        --thumbnailmenu-columns: 2
    }
}

@media (min-width: 1200px) {
    .typo3-shell .thumbnail-menu-columns-4 {
        --thumbnailmenu-columns: 4
    }
}

.typo3-shell .sociallinks-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0.25rem
}

.typo3-shell .sociallinks-item {
    width: 100%
}

.typo3-shell .sociallinks-link {
    position: relative;
    display: inline-flex;
    border-radius: 3px;
    gap: 0.25rem;
    overflow: hidden;
    text-decoration: none !important;
    align-items: center
}

.typo3-shell .sociallinks-link-icon {
    display: inline-flex;
    font-size: 1.25rem;
    text-align: center;
    opacity: 0.8;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    justify-content: center;
    align-items: center
}

.typo3-shell .well {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 1rem
}

.typo3-shell .well > *:first-child {
    margin-top: 0
}

.typo3-shell .well > *:last-child {
    margin-bottom: 0
}

.typo3-shell nav > .pagination {
    margin-bottom: 0
}

.typo3-shell .scroll-top {
    --scrolltop-zindex: 1020;
    --scrolltop-space: 20px;
    --scrolltop-bg: #494949;
    --scrolltop-color: #ffffff;
    --scrolltop-hover-bg: #ffffff;
    --scrolltop-hover-color: #ffffff;
    overflow: hidden;
    z-index: var(--scrolltop-zindex);
    background-color: var(--scrolltop-bg);
    color: var(--scrolltop-color);
    bottom: var(--scrolltop-space);
    right: var(--scrolltop-space);
    position: fixed;
    opacity: 0;
    width: 3em;
    height: 3em;
    transition: all 0.3s ease-in-out;
    border-radius: 4px
}

@media (prefers-reduced-motion: reduce) {
    .typo3-shell .scroll-top {
        transition: none
    }
}

.typo3-shell .scroll-top:active, .typo3-shell .scroll-top:focus, .typo3-shell .scroll-top:hover {
    color: var(--scrolltop-hover-color);
    background-color: var(--scrolltop-hover-bg)
}

.typo3-shell .scroll-top .scroll-top-icon {
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.typo3-shell .scroll-top .scroll-top-icon:before {
    content: "";
    position: absolute;
    height: 30%;
    width: 30%;
    border-top: 1px solid;
    border-left: 1px solid;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%)
}

.typo3-shell .scroll-top.scroll-top-visible {
    opacity: 1
}

.typo3-shell .page-skip-link:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    background: #ffffff;
    color: #000000;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 2px solid #212121;
    outline: 2px solid #ffffff;
    outline-offset: 0;
    z-index: 1090
}

.typo3-shell iframe {
    border: 0
}

:root {
    --contentcontainer-gap: 40px
}

.typo3-shell .contentcontainer {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: var(--contentcontainer-gap)
}

.typo3-shell .contentcontainer .frame-layout-default .frame-container-default {
    padding-left: var(--frame-spacing);
    padding-right: var(--frame-spacing)
}

.typo3-shell .contentcontainer .frame-background-none:first-child, .typo3-shell .contentcontainer .frame-layout-embedded:first-child {
    padding-top: 0
}

.typo3-shell .contentcontainer .frame-background-none:last-child, .typo3-shell .contentcontainer .frame-layout-embedded:last-child {
    padding-bottom: 0
}

.typo3-shell .contentcontainer .frame-background-none .frame-container-default, .typo3-shell .contentcontainer .frame-background-none .frame-group-container, .typo3-shell .contentcontainer .frame-layout-embedded .frame-container-default, .typo3-shell .contentcontainer .frame-layout-embedded .frame-group-container {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .typo3-shell .contentcontainer[data-container-identifier="container_2_columns"] {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 768px) {
    .typo3-shell .contentcontainer[data-container-identifier="container_2_columns_right"] {
        grid-template-columns:1fr 2fr
    }
}

@media (min-width: 992px) {
    .typo3-shell .contentcontainer[data-container-identifier="container_2_columns_right"] {
        grid-template-columns:1fr 3fr
    }
}

@media (min-width: 768px) {
    .typo3-shell .contentcontainer[data-container-identifier="container_2_columns_left"] {
        grid-template-columns:2fr 1fr
    }
}

@media (min-width: 992px) {
    .typo3-shell .contentcontainer[data-container-identifier="container_2_columns_left"] {
        grid-template-columns:3fr 1fr
    }
}

@media (min-width: 768px) {
    .typo3-shell .contentcontainer[data-container-identifier="container_3_columns"] {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media (min-width: 768px) {
    .typo3-shell .contentcontainer[data-container-identifier="container_4_columns"] {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 992px) {
    .typo3-shell .contentcontainer[data-container-identifier="container_4_columns"] {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

:root {
    --cookieconsent-zindex: 1080;
    --cookieconsent-padding: 2rem;
    --cookieconsent-space: 20px;
    --cookieconsent-bg: #1b1b1b;
    --cookieconsent-color: #ffffff;
    --cookieconsent-link-color: #ffffff;
    --cookieconsent-button-bg: #ffffff;
    --cookieconsent-button-highlight-bg: transparent
}

.typo3-shell .cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.typo3-shell .cc-window.cc-invisible {
    opacity: 0
}

.typo3-shell .cc-animate.cc-revoke {
    transition: transform 1s ease
}

.typo3-shell .cc-animate.cc-revoke.cc-top {
    transform: translateY(-2rem)
}

.typo3-shell .cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2rem)
}

.typo3-shell .cc-animate.cc-revoke.cc-active.cc-top {
    transform: translateY(0)
}

.typo3-shell .cc-animate.cc-revoke.cc-active.cc-bottom {
    transform: translateY(0)
}

.typo3-shell .cc-revoke:hover {
    transform: translateY(0)
}

.typo3-shell .cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.typo3-shell .cc-window, .typo3-shell .cc-revoke {
    position: fixed;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    z-index: var(--cookieconsent-zindex)
}

.typo3-shell .cc-window.cc-static {
    position: static
}

.typo3-shell .cc-window.cc-floating {
    padding: 2rem 0;
    max-width: 380px;
    flex-direction: column
}

.typo3-shell .cc-window.cc-floating .cc-container {
    padding-left: var(--cookieconsent-padding);
    padding-right: var(--cookieconsent-padding)
}

.typo3-shell .cc-window.cc-banner {
    padding: var(--cookieconsent-padding) 0;
    width: 100%;
    flex-direction: row
}

.typo3-shell .cc-revoke {
    padding: 0.5rem
}

.typo3-shell .cc-revoke:hover {
    text-decoration: underline
}

.typo3-shell .cc-header {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0
}

.typo3-shell .cc-link, .typo3-shell .cc-close, .typo3-shell .cc-revoke {
    cursor: pointer
}

.typo3-shell .cc-link {
    display: inline-block;
    padding: 0.2rem 0;
    text-decoration: underline
}

.typo3-shell .cc-link:active, .typo3-shell .cc-link:visited {
    color: initial
}

.typo3-shell .cc-banner .cc-btn:last-child {
    min-width: 140px
}

.typo3-shell .cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.typo3-shell .cc-highlight .cc-btn:first-child:hover, .typo3-shell .cc-highlight .cc-btn:first-child:focus {
    background-color: transparent;
    text-decoration: underline
}

.typo3-shell .cc-close {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1.6rem;
    opacity: 0.9;
    line-height: 0.75
}

.typo3-shell .cc-close:hover, .typo3-shell .cc-close:focus {
    opacity: 1
}

.typo3-shell .cc-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    gap: 1rem;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .typo3-shell .cc-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .typo3-shell .cc-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .typo3-shell .cc-container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .typo3-shell .cc-container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .typo3-shell .cc-container {
        max-width: 1320px
    }
}

.typo3-shell .cc-window.cc-floating .cc-container {
    flex-direction: column
}

.typo3-shell .cc-window.cc-banner .cc-container {
    flex-direction: row;
    align-items: center
}

.typo3-shell .cc-revoke.cc-top {
    top: 0;
    left: 3rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
}

.typo3-shell .cc-revoke.cc-bottom {
    bottom: 0;
    left: 3rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
}

.typo3-shell .cc-revoke.cc-left {
    left: 3rem;
    right: unset
}

.typo3-shell .cc-revoke.cc-right {
    right: 3rem;
    left: unset
}

.typo3-shell .cc-top {
    top: var(--cookieconsent-space)
}

.typo3-shell .cc-left {
    left: var(--cookieconsent-space)
}

.typo3-shell .cc-right {
    right: var(--cookieconsent-space)
}

.typo3-shell .cc-bottom {
    bottom: var(--cookieconsent-space)
}

.typo3-shell .cc-message {
    line-height: 1.25rem
}

.typo3-shell .cc-floating .cc-message {
    display: block
}

.typo3-shell .cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto
}

.typo3-shell .cc-window.cc-banner {
    align-items: center
}

.typo3-shell .cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.typo3-shell .cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.typo3-shell .cc-banner .cc-message {
    padding-right: 1rem;
    flex: 1
}

.typo3-shell .cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between
}

.typo3-shell .cc-compliance > .cc-btn {
    flex: 1
}

.typo3-shell .cc-btn + .cc-btn {
    margin-left: 0.5rem
}

@media print {
    .typo3-shell .cc-window, .typo3-shell .cc-revoke {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .typo3-shell .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 480px) and (orientation: portrait),

.typo3-shell screen and

(
max-width:

736
px

)
and

(
orientation:landscape

)
{
.typo3-shell .cc-window.cc-top {
    top: 0
}

.typo3-shell .cc-window.cc-bottom {
    bottom: 0
}

.typo3-shell .cc-window.cc-banner, .typo3-shell .cc-window.cc-right, .typo3-shell .cc-window.cc-left {
    left: 0;
    right: 0
}

.typo3-shell .cc-window.cc-banner {
    flex-direction: column;
    align-items: unset
}

.typo3-shell .cc-window.cc-banner .cc-compliance {
    flex: 1
}

.typo3-shell .cc-window.cc-floating {
    padding: var(--cookieconsent-padding);
    max-width: none
}

.typo3-shell .cc-window.cc-floating .cc-container {
    padding: 0
}

.typo3-shell .cc-window .cc-message {
    padding-right: 0;
    margin-bottom: 1rem
}

.typo3-shell .cc-window.cc-banner .cc-container {
    align-items: unset;
    flex-direction: column
}

}
.typo3-shell .cc-window, .typo3-shell .cc-revoke {
    color: var(--cookieconsent-color);
    background-color: var(--cookieconsent-bg)
}

.typo3-shell .cc-link, .typo3-shell .cc-link:active, .typo3-shell .cc-link:visited {
    color: var(--cookieconsent-link-color)
}

.typo3-shell .cc-link:hover, .typo3-shell .cc-link:focus {
    color: color-mix(in srgb, var(--cookieconsent-link-color), var(--cookieconsent-color) 25%)
}

.typo3-shell .cc-btn {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #ffffff
}

.typo3-shell .cc-highlight .cc-btn:first-child {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: rgba(0, 0, 0, 0.15);
    --bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: rgba(0, 0, 0, 0.2);
    --bs-btn-active-border-color: rgba(0, 0, 0, 0.25);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent
}

.typo3-shell /*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, 0.4);
    --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color)
}

.typo3-shell .pswp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    display: none;
    touch-action: none;
    outline: 0;
    opacity: 0.003;
    contain: layout style size;
    -webkit-tap-highlight-color: transparent
}

.typo3-shell .pswp:focus {
    outline: 0
}

.typo3-shell .pswp * {
    box-sizing: border-box
}

.typo3-shell .pswp img {
    max-width: none
}

.typo3-shell .pswp--open {
    display: block
}

.typo3-shell .pswp, .typo3-shell .pswp__bg {
    transform: translateZ(0);
    will-change: opacity
}

.typo3-shell .pswp__bg {
    opacity: 0.005;
    background: var(--pswp-bg)
}

.typo3-shell .pswp, .typo3-shell .pswp__scroll-wrap {
    overflow: hidden
}

.typo3-shell .pswp__bg, .typo3-shell .pswp__container, .typo3-shell .pswp__content, .typo3-shell .pswp__img, .typo3-shell .pswp__item, .typo3-shell .pswp__scroll-wrap, .typo3-shell .pswp__zoom-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.typo3-shell .pswp__img, .typo3-shell .pswp__zoom-wrap {
    width: auto;
    height: auto
}

.typo3-shell .pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.typo3-shell .pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.typo3-shell .pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.typo3-shell .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .typo3-shell .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .typo3-shell .pswp__img {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}

.typo3-shell .pswp__button, .typo3-shell .pswp__container, .typo3-shell .pswp__counter, .typo3-shell .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.typo3-shell .pswp__item {
    z-index: 1;
    overflow: hidden
}

.typo3-shell .pswp__hidden {
    display: none !important
}

.typo3-shell .pswp__content {
    pointer-events: none
}

.typo3-shell .pswp__content > * {
    pointer-events: auto
}

.typo3-shell .pswp__error-msg-container {
    display: grid
}

.typo3-shell .pswp__error-msg {
    margin: auto;
    font-size: 1em;
    line-height: 1;
    color: var(--pswp-error-text-color)
}

.typo3-shell .pswp .pswp__hide-on-close {
    opacity: 0.005;
    will-change: opacity;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
    z-index: 10;
    pointer-events: none
}

.typo3-shell .pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto
}

.typo3-shell .pswp__button {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: 0 0;
    border: 0;
    box-shadow: none;
    opacity: 0.85;
    -webkit-appearance: none;
    -webkit-touch-callout: none
}

.typo3-shell .pswp__button:active, .typo3-shell .pswp__button:focus, .typo3-shell .pswp__button:hover {
    transition: none;
    padding: 0;
    background: 0 0;
    border: 0;
    box-shadow: none;
    opacity: 1
}

.typo3-shell .pswp__button:disabled {
    opacity: 0.3;
    cursor: auto
}

.typo3-shell .pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary)
}

.typo3-shell .pswp__icn {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    pointer-events: none
}

.typo3-shell .pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none
}

.typo3-shell .pswp__icn:focus {
    outline: 0
}

.typo3-shell .pswp__img--with-bg, .typo3-shell div.pswp__img--placeholder {
    background: var(--pswp-placeholder-bg)
}

.typo3-shell .pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 10;
    pointer-events: none !important
}

.typo3-shell .pswp__top-bar > * {
    pointer-events: auto;
    will-change: opacity
}

.typo3-shell .pswp__button--close {
    margin-right: 6px
}

.typo3-shell .pswp__button--arrow {
    position: absolute;
    top: 0;
    width: 75px;
    height: 100px;
    top: 50%;
    margin-top: -50px
}

.typo3-shell .pswp__button--arrow:disabled {
    display: none;
    cursor: default
}

.typo3-shell .pswp__button--arrow .pswp__icn {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: 0 0;
    border-radius: 0
}

.typo3-shell .pswp--one-slide .pswp__button--arrow {
    display: none
}

.typo3-shell .pswp--touch .pswp__button--arrow {
    visibility: hidden
}

.typo3-shell .pswp--has_mouse .pswp__button--arrow {
    visibility: visible
}

.typo3-shell .pswp__button--arrow--prev {
    right: auto;
    left: 0
}

.typo3-shell .pswp__button--arrow--next {
    right: 0
}

.typo3-shell .pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scale(-1, 1)
}

.typo3-shell .pswp__button--zoom {
    display: none
}

.typo3-shell .pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.typo3-shell .pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none
}

.typo3-shell .pswp__preloader {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 60px;
    margin-right: auto
}

.typo3-shell .pswp__preloader .pswp__icn {
    opacity: 0;
    transition: opacity 0.2s linear;
    animation: pswp-clockwise 0.6s linear infinite
}

.typo3-shell .pswp__preloader--active .pswp__icn {
    opacity: 0.85
}

@keyframes pswp-clockwise {

.typo3-shell

0
%
{
    transform: rotate(0)
}
.typo3-shell

100
%
{
    transform: rotate(360deg)
}
}
.typo3-shell .pswp__counter {
    height: 30px;
    margin-top: 15px;
    margin-inline-start: 20px;
    font-size: 14px;
    line-height: 30px;
    color: var(--pswp-icon-color);
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
    opacity: 0.85
}

.typo3-shell .pswp--one-slide .pswp__counter {
    display: none
}

.typo3-shell .pswp__dynamic-caption {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: opacity 120ms linear !important
}

.typo3-shell .pswp-caption-content {
    display: none
}

.typo3-shell .pswp__dynamic-caption a {
    color: #fff
}

.typo3-shell .pswp__dynamic-caption--faded {
    opacity: 0 !important
}

.typo3-shell .pswp__dynamic-caption--aside {
    width: auto;
    max-width: 300px;
    padding: 20px 15px 20px 20px;
    margin-top: 70px
}

.typo3-shell .pswp__dynamic-caption--below {
    width: auto;
    max-width: 700px;
    padding: 15px 0 0
}

.typo3-shell .pswp__dynamic-caption--on-hor-edge {
    padding-left: 15px;
    padding-right: 15px
}

.typo3-shell .pswp__dynamic-caption--mobile {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    right: 0;
    bottom: 0;
    top: auto !important;
    left: 0 !important
}

.typo3-shell a.lightbox {
    cursor: zoom-in
}

.typo3-shell .image > a {
    display: block
}

.typo3-shell .image > a:focus-visible, .typo3-shell .image > a:focus {
    outline-offset: 1px;
    outline: 2px solid
}

.typo3-shell .pswp__dynamic-caption__title, .typo3-shell .pswp__dynamic-caption__subtitle {
    word-wrap: break-word
}

.typo3-shell .pswp__dynamic-caption__title {
    font-weight: bold
}

.typo3-shell .owl-carousel {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.typo3-shell .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    width: 100%;
    height: 100%;
    -moz-backface-visibility: hidden
}

.typo3-shell .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.typo3-shell .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.typo3-shell .owl-carousel .owl-wrapper, .typo3-shell .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.typo3-shell .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.typo3-shell .owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.typo3-shell .owl-carousel .owl-nav.disabled, .typo3-shell .owl-carousel .owl-dots.disabled {
    display: none
}

.typo3-shell .owl-carousel .owl-nav .owl-prev, .typo3-shell .owl-carousel .owl-nav .owl-next, .typo3-shell .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.typo3-shell .owl-carousel.owl-loaded {
    display: block
}

.typo3-shell .owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.typo3-shell .owl-carousel.owl-hidden {
    opacity: 0
}

.typo3-shell .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.typo3-shell .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.typo3-shell .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.typo3-shell .owl-carousel.owl-rtl {
    direction: rtl
}

.typo3-shell .owl-carousel.owl-rtl .owl-item {
    float: right
}

.typo3-shell .no-js .owl-carousel {
    display: block
}

.typo3-shell .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.typo3-shell .owl-carousel .owl-animated-in {
    z-index: 0
}

.typo3-shell .owl-carousel .owl-animated-out {
    z-index: 1
}

.typo3-shell .owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {

.typo3-shell

0
%
{
    opacity: 1
}
.typo3-shell

100
%
{
    opacity: 0
}
}
.typo3-shell .owl-height {
    transition: height 500ms ease-in-out
}

.typo3-shell .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.typo3-shell .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.typo3-shell .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.typo3-shell .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../../../owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.typo3-shell .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.typo3-shell .owl-carousel .owl-video-playing .owl-video-tn, .typo3-shell .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.typo3-shell .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.typo3-shell .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.typo3-shell .iconteaser {
    padding: 100px 0
}

.typo3-shell .iconteaser a {
    transition: all 0.3s ease
}

.typo3-shell .iconteaser a:hover .iconteaser__icon img {
    transform: scale(1.05)
}

.typo3-shell .iconteaser .iconteaser__icon img {
    width: 75%;
    margin-bottom: 15px;
    transition: all 0.3s ease
}

.typo3-shell .iconteaser .iconteaser__text {
    color: #003c68;
    font-weight: 600;
    font-size: 20px
}

.typo3-shell .iconteaser .iconteaser__description {
    color: #003c68
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/montserrat-v25-latin-100.eot");
    src: local(""), url("../fonts/montserrat-v25-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-100.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-100.woff") format("woff"), url("../fonts/montserrat-v25-latin-100.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-100.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat-v25-latin-300.eot");
    src: local(""), url(".../fonts/montserrat-v25-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-300.woff") format("woff"), url("../fonts/montserrat-v25-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-300.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v25-latin-regular.eot");
    src: local(""), url("../fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-regular.woff") format("woff"), url("../fonts/montserrat-v25-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v25-latin-500.eot");
    src: local(""), url("../fonts/montserrat-v25-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-500.woff") format("woff"), url("../fonts/montserrat-v25-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-500.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat-v25-latin-600.eot");
    src: local(""), url("../fonts/montserrat-v25-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-600.woff") format("woff"), url("../fonts/montserrat-v25-latin-600.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-600.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-v25-latin-700.eot");
    src: local(""), url("../fonts/montserrat-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-700.woff") format("woff"), url("../fonts/montserrat-v25-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-700.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/montserrat-v25-latin-800.eot");
    src: local(""), url("../fonts/montserrat-v25-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-800.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-800.woff") format("woff"), url("../fonts/montserrat-v25-latin-800.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-800.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/montserrat-v25-latin-900.eot");
    src: local(""), url("../fonts/montserrat-v25-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-900.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-900.woff") format("woff"), url("../fonts/montserrat-v25-latin-900.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-900.svg#Montserrat") format("svg")
}

.typo3-shell * {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #131a2f
}

.typo3-shell div {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.typo3-shell ul {
    list-style: none;
    margin-bottom: 0px
}

.typo3-shell p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 2.14;
    font-weight: 400;
    color: #131a2f;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px
}

.typo3-shell p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell a, .typo3-shell a:hover, .typo3-shell a:visited, .typo3-shell a:active, .typo3-shell a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px
}

.typo3-shell p a:active {
    position: relative;
    color: #FF6347
}

.typo3-shell p a:hover {
    color: #FFFFFF;
    background: #ffa07f
}

.typo3-shell p a:hover::after {
    opacity: 0.2
}

.typo3-shell ::selection {
    background: rgba(254, 60, 82, 0.8);
    color: #FFFFFF
}

.typo3-shell h1, .typo3-shell .h1 {
    font-size: 48px
}

.typo3-shell h2, .typo3-shell .h2 {
    font-size: 40px
}

.typo3-shell h3, .typo3-shell .h3 {
    font-size: 24px
}

.typo3-shell h4, .typo3-shell .h4 {
    font-size: 18px
}

.typo3-shell h5, .typo3-shell .h5 {
    font-size: 14px
}

.typo3-shell h1, .typo3-shell .h1, .typo3-shell h2, .typo3-shell .h2, .typo3-shell h3, .typo3-shell .h3, .typo3-shell h4, .typo3-shell .h4, .typo3-shell h5, .typo3-shell .h5, .typo3-shell h6, .typo3-shell .h6 {
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px
}

.typo3-shell .form-control, .typo3-shell .form-group input[type="file"], .typo3-shell .frame-type-felogin_login input[type="text"], .typo3-shell .frame-type-felogin_login input[type="password"] {
    color: #ab3228
}

.typo3-shell section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.typo3-shell .clear {
    clear: both
}

.typo3-shell .clearfix::before, .typo3-shell .clearfix::after {
    content: "";
    display: table
}

.typo3-shell .clearfix::after {
    clear: both
}

.typo3-shell .clearfix {
    zoom: 1
}

.typo3-shell .float_left {
    float: left
}

.typo3-shell .float_right {
    float: right
}

.typo3-shell .trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.typo3-shell .trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.typo3-shell .trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.typo3-shell .fill_height {
    height: 100%
}

.typo3-shell .super_container {
    width: 100%;
    overflow: hidden
}

.typo3-shell .nopadding {
    padding: 0px !important
}

.typo3-shell .parallax-window {
    min-height: 400px;
    background: transparent
}

.typo3-shell .home {
    width: 100%;
    height: 100vh
}

.typo3-shell .home_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.typo3-shell .home_content {
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    text-align: center
}

.typo3-shell .home_text_large {
    font-size: 215px;
    font-weight: 900;
    color: #fdaa27;
    opacity: 0.34;
    text-transform: uppercase;
    line-height: 0.75
}

.typo3-shell .home_text_small {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 72px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 11px 51px rgba(0, 0, 0, 0.35)
}

.typo3-shell .header {
    display: block;
    position: fixed;
    top: 47px;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.typo3-shell .header.scrolled {
    top: 15px
}

.typo3-shell .header_container {
    width: 100%;
    height: 121px;
    background: #131a2f;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.typo3-shell .header.scrolled .header_container {
    height: 90px
}

.typo3-shell .logo_container {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px)
}

.typo3-shell .logo {
    height: 100%;
    padding-left: 72px
}

.typo3-shell .logo div {
    color: #FFFFFF;
    text-transform: uppercase
}

.typo3-shell .logo div:first-of-type {
    font-size: 24px;
    font-weight: 500;
    line-height: 0.75
}

.typo3-shell .logo div:nth-child(2) {
    font-size: 10px;
    font-weight: 500;
    color: #929292;
    letter-spacing: 0.13em;
    margin-top: 2px;
    padding-left: 2px
}

.typo3-shell .logo_image {
    position: absolute;
    top: -34px;
    left: 41px;
    width: 50px;
    height: 41px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.typo3-shell .header.scrolled .logo_image {
    width: 40px;
    top: -28px;
    left: 46px
}

.typo3-shell .logo_image img {
    max-width: 100%
}

.typo3-shell .main_nav {
    padding-right: 173px
}

.typo3-shell .main_nav_list {
    height: 100%
}

.typo3-shell .main_nav_item {
    display: inline-block;
    position: relative;
    margin-right: -4px;
    padding-top: 2px
}

.typo3-shell .main_nav_item.active::after {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffa500;
    content: ""
}

.typo3-shell .main_nav_item a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 121px;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .header.scrolled .main_nav_item a {
    line-height: 90px
}

.typo3-shell .main_nav_item.active a {
    color: #ffa500
}

.typo3-shell .main_nav_item:hover a {
    color: #ffa500
}

.typo3-shell .search {
    position: absolute;
    top: 0;
    right: 0;
    width: 121px;
    height: 100%;
    background: #ffa500;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .search.active {
    width: 300px
}

.typo3-shell .search:hover {
    background: #eb334a
}

.typo3-shell .search_form {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.typo3-shell .search_input {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    height: 36px;
    background: transparent;
    border: solid 2px rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    outline: none;
    padding-left: 10px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

@-webkit-keyframes fadeEffect {

.typo3-shell from {
    opacity: 0
}

.typo3-shell to {
    opacity: 1
}

}
@keyframes fadeEffect {

.typo3-shell from {
    opacity: 0
}

.typo3-shell to {
    opacity: 1
}

}
.typo3-shell .search.active .search_input {
    display: inline-block
}

.typo3-shell .search_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 49px;
    width: 24px;
    height: 26px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    pointer-events: none
}

.typo3-shell .search_button img {
    pointer-events: none
}

.typo3-shell .search_button:focus {
    outline: none
}

.typo3-shell .search.active .search_button {
    pointer-events: auto
}

.typo3-shell .search_input::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important
}

.typo3-shell .search_input:-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important
}

.typo3-shell .search_input::-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important
}

.typo3-shell .search_input:-ms-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important
}

.typo3-shell .search_input::input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important
}

.typo3-shell .hamburger {
    display: none;
    font-size: 24px;
    padding: 10px;
    color: #3a3a3a;
    margin-right: 20px;
    cursor: pointer
}

.typo3-shell .hamburger i {
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .hamburger:hover i {
    color: #ffa500
}

.typo3-shell .menu_container {
    position: fixed;
    top: 0;
    right: -50vw;
    width: 50vw;
    height: 100vh;
    background: #FFFFFF;
    z-index: 1000;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0
}

.typo3-shell .menu_container.active {
    visibility: visible;
    opacity: 1;
    right: 0
}

.typo3-shell .menu {
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0;
    padding-left: 15%;
    padding-right: 79px
}

.typo3-shell .menu_list {
    -webkit-transform: translateY(3.5rem);
    -moz-transform: translateY(3.5rem);
    -ms-transform: translateY(3.5rem);
    -o-transform: translateY(3.5rem);
    transform: translateY(3.5rem);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 1000ms 600ms ease;
    opacity: 0;
    margin-top: 30px
}

.typo3-shell .menu_container.active .menu_list {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.typo3-shell .menu_item {
    margin-bottom: 9px
}

.typo3-shell .menu_item a {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #3a3a3a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .menu_item a:hover {
    color: #ffa500
}

.typo3-shell .menu_close_container {
    position: absolute;
    top: 86px;
    right: 79px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.typo3-shell .menu_close {
    top: 9px;
    width: 21px;
    height: 3px;
    background: #3a3a3a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .menu_close::after {
    display: block;
    position: absolute;
    top: -9px;
    left: 9px;
    content: "";
    width: 3px;
    height: 21px;
    background: #3a3a3a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .menu_close_container:hover .menu_close, .typo3-shell .menu_close_container:hover .menu_close::after {
    background: #ffa500
}

.typo3-shell .menu_search_form {
    position: relative
}

.typo3-shell .menu_search_input {
    width: 100%;
    height: 50px;
    border: solid 2px rgba(19, 26, 47, 0.5);
    outline: none;
    padding-left: 15px
}

.typo3-shell .menu_search_submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    right: 0px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer
}

.typo3-shell .menu_search_submit img {
    max-width: 100%
}

.typo3-shell .menu_social_container {
    margin-top: 100px;
    -webkit-transform: translateY(3.5rem);
    -moz-transform: translateY(3.5rem);
    -ms-transform: translateY(3.5rem);
    -o-transform: translateY(3.5rem);
    transform: translateY(3.5rem);
    -webkit-transition: all 1000ms 1000ms ease;
    -moz-transition: all 1000ms 1000ms ease;
    -ms-transition: all 1000ms 1000ms ease;
    -o-transition: all 1000ms 1000ms ease;
    transition: all 1000ms 1000ms ease;
    opacity: 0;
    padding-left: 4px
}

.typo3-shell .menu_social_item {
    display: inline-block;
    margin-right: 30px
}

.typo3-shell .menu_social_item a i {
    color: #3a3a3a
}

.typo3-shell .menu_social_item a i:hover {
    color: #ffa500
}

.typo3-shell .menu_container.active .menu_social_container {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.typo3-shell .menu_copyright {
    margin-top: 60px;
    -webkit-transform: translateY(3.5rem);
    -moz-transform: translateY(3.5rem);
    -ms-transform: translateY(3.5rem);
    -o-transform: translateY(3.5rem);
    transform: translateY(3.5rem);
    -webkit-transition: all 1000ms 1200ms ease;
    -moz-transition: all 1000ms 1200ms ease;
    -ms-transition: all 1000ms 1200ms ease;
    -o-transition: all 1000ms 1200ms ease;
    transition: all 1000ms 1200ms ease;
    opacity: 0;
    padding-left: 3px
}

.typo3-shell .menu_container.active .menu_copyright {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.typo3-shell .find {
    width: 100%;
    padding-top: 63px;
    padding-bottom: 70px;
    z-index: 0;
    background: transparent
}

.typo3-shell .find_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.typo3-shell .find_form_container {
    width: 100%;
    margin-top: 36px
}

.typo3-shell .find_title {
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF
}

.typo3-shell .find_form {
    width: 100%;
    height: 100%
}

.typo3-shell .find_input {
    width: 100%;
    height: 56px;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 52px;
    color: #FFFFFF;
    border: solid 2px rgba(255, 255, 255, 0.5);
    background: transparent
}

.typo3-shell .find_item:first-child {
    width: 31.413%
}

.typo3-shell .find_item:nth-child(2) {
    width: 31.413%
}

.typo3-shell .find_item:nth-child(3) {
    width: 10.122%
}

.typo3-shell .find_item:nth-child(4) {
    width: 10.122%
}

.typo3-shell .find_item div {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 7px
}

.typo3-shell .dropdown_item_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Images/Destino/down.png");
    background-position: center right;
    background-repeat: no-repeat;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #939393 !important
}

.typo3-shell .dropdown_item_select::-ms-expand {
    display: none
}

.typo3-shell .find_input:hover {
    border: solid 2px rgba(254, 67, 91, 0.5)
}

.typo3-shell .find_input:focus {
    outline-color: rgba(254, 67, 91, 0.5);
    border: solid 2px rgba(254, 67, 91, 0.5)
}

.typo3-shell .find_button {
    width: 14.048%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 52px;
    padding-left: 46px;
    padding-right: 46px;
    background: #ffa500 !important;
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
    border: none;
    outline: none;
    cursor: pointer
}

.typo3-shell .find_button:hover {
    opacity: 0.8
}

.typo3-shell .find_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important
}

.typo3-shell .find_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important
}

.typo3-shell .find_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important
}

.typo3-shell .find_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important
}

.typo3-shell .find_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important
}

.typo3-shell .top {
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 106px
}

.typo3-shell .section_title {
    padding-top: 111px;
    line-height: 1.1
}

.typo3-shell .section_title h2, .typo3-shell .section_title .h2 {
    font-weight: 400;
    color: #131a2f
}

.typo3-shell .section_title div {
    font-size: 16px;
    font-weight: 400;
    color: #131a2f;
    text-transform: uppercase;
    margin-top: 19px
}

.typo3-shell .top_content {
    margin-top: 82px
}

.typo3-shell .top_item {
    width: 100%
}

.typo3-shell .top_item a {
    display: block
}

.typo3-shell .top_item_image img {
    max-width: 100%
}

.typo3-shell .top_item_content {
    position: absolute;
    left: 33px;
    bottom: 29px
}

.typo3-shell .top_item_price {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF
}

.typo3-shell .top_item_text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 2px
}

.typo3-shell .last {
    width: 100%;
    padding-top: 37px;
    padding-bottom: 64px
}

.typo3-shell .last_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.typo3-shell .last_item {
    padding-right: 41px
}

.typo3-shell .last_col:last-child .last_item {
    padding-left: 41px;
    padding-right: 0px
}

.typo3-shell .last_item_content {
    background: rgba(254, 64, 91, 0.79);
    padding-top: 53px;
    padding-bottom: 35px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 90px;
    padding-right: 80px
}

.typo3-shell .last_subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left
}

.typo3-shell .last_percent {
    font-size: 160px;
    font-weight: 100;
    line-height: 0.75;
    margin-top: 14px;
    text-align: left
}

.typo3-shell .last_title {
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    margin-top: 7px;
    line-height: 1.1
}

.typo3-shell .last_text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 2.14;
    margin-top: 15px
}

.typo3-shell .button {
    display: inline-block;
    width: 161px;
    height: 56px;
    background: #131a2f
}

.typo3-shell .button a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 56px
}

.typo3-shell .last_button {
    margin-top: 37px
}

.typo3-shell .last_logo {
    position: absolute;
    top: -51px;
    left: -70px;
    z-index: 10;
    width: 156px;
    height: 151px
}

.typo3-shell .last_logo img {
    max-width: 100%
}

.typo3-shell .video_section {
    padding-top: 144px;
    padding-bottom: 198px
}

.typo3-shell .video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.typo3-shell .video_content {
    width: auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.typo3-shell .video_title {
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF
}

.typo3-shell .video_subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 3px
}

.typo3-shell .video_play {
    margin: 0 auto;
    margin-top: 43px
}

.typo3-shell .video {
    outline: none
}

.typo3-shell .play_button {
    cursor: pointer
}

.typo3-shell .play_circle {
    fill: rgba(255, 255, 255, 0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.typo3-shell .play_button:hover .play_circle {
    fill: rgba(255, 255, 255, 0.15)
}

.typo3-shell .popular {
    width: 100%;
    background: #FFFFFF
}

.typo3-shell .popular_content {
    width: 100%;
    margin-top: 82px
}

.typo3-shell .popular_item {
    width: calc((100% - 90px) / 4);
    margin-bottom: 26px
}

.typo3-shell .popular_item:nth-last-child(-n+4) {
    margin-bottom: 0px
}

.typo3-shell .popular_item a {
    display: block
}

.typo3-shell .popular_item img {
    max-width: 100%
}

.typo3-shell .popular_item_content {
    position: absolute;
    left: 28px;
    bottom: 27px;
    z-index: 10
}

.typo3-shell .popular_item_price {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF
}

.typo3-shell .popular_item_title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF
}

.typo3-shell .special {
    padding-bottom: 6px;
    background: #FFFFFF
}

.typo3-shell .special_content {
    margin-top: 76px
}

.typo3-shell .special_item_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.typo3-shell .special_category {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF
}

.typo3-shell .special_title {
    background-color: #000
}

.typo3-shell .special_title a {
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF;
    padding: 0 10px
}

.typo3-shell .special_item_background {
    width: 100%
}

.typo3-shell .special .owl-item .special_item_background::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 67, 91, 0);
    content: "";
    z-index: 0;
    -webkit-transition: all 500ms 100ms ease;
    -moz-transition: all 500ms 100ms ease;
    -ms-transition: all 500ms 100ms ease;
    -o-transition: all 500ms 100ms ease;
    transition: all 500ms 100ms ease
}

.typo3-shell .special .owl-item.center .special_item_background::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 165, 0, 0.81);
    content: "";
    z-index: 0;
    -webkit-transition: all 500ms 100ms ease;
    -moz-transition: all 500ms 100ms ease;
    -ms-transition: all 500ms 100ms ease;
    -o-transition: all 500ms 100ms ease;
    transition: all 500ms 100ms ease
}

.typo3-shell .special_slider_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 90px;
    height: 90px;
    background: #ffa500;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 10
}

.typo3-shell .special_slider_nav:hover {
    opacity: 0.8
}

.typo3-shell .newsletter {
    padding-top: 108px;
    padding-bottom: 113px
}

.typo3-shell .newsletter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.typo3-shell .newsletter_title {
    font-size: 40px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.1
}

.typo3-shell .newsletter_form_container {
    margin-top: 53px
}

.typo3-shell .newsletter_input {
    width: calc(100% - 180px);
    height: 56px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    outline: none;
    background: transparent;
    padding-left: 31px;
    color: #FFFFFF
}

.typo3-shell .newsletter_button {
    width: 161px;
    height: 56px;
    vertical-align: top;
    cursor: pointer;
    border: none;
    outline: none;
    background: #ffa500;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .newsletter_button:hover {
    opacity: 0.8
}

.typo3-shell .newsletter_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #FFFFFF !important
}

.typo3-shell .newsletter_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #FFFFFF !important
}

.typo3-shell .newsletter_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #FFFFFF !important
}

.typo3-shell .newsletter_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #FFFFFF !important
}

.typo3-shell .newsletter_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #FFFFFF !important
}

.typo3-shell .footer {
    width: 100%;
    background: #080d1d;
    padding-top: 79px;
    padding-bottom: 79px
}

.typo3-shell .footer_about {
    width: 100%
}

.typo3-shell .footer .logo {
    padding-left: 0
}

.typo3-shell .footer .logo_image {
    position: relative;
    width: 130px;
    top: 0;
    left: 0
}

.typo3-shell .footer_about_text, .typo3-shell .footer_about_text p {
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5;
    color: #7d8293;
    margin-top: 35px
}

.typo3-shell .copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5;
    color: #7d8293;
    margin-top: 39px
}

.typo3-shell .footer_latest {
    width: 100%
}

.typo3-shell .footer_title {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF
}

.typo3-shell .footer_latest_item {
    margin-bottom: 27px
}

.typo3-shell .footer_latest_item:last-child {
    margin-bottom: 0
}

.typo3-shell .footer_latest_content {
    margin-top: 33px
}

.typo3-shell .footer_latest_image {
    display: inline-block;
    width: 78px;
    height: 78px
}

.typo3-shell .footer_latest_image img {
    max-width: 100%
}

.typo3-shell .footer_latest_item_content {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
    padding-left: 19px
}

.typo3-shell .footer_latest_item_title a {
    font-size: 16px;
    font-weight: 300;
    color: #7d8293;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .footer_latest_item_title a:hover {
    color: #fe3c52
}

.typo3-shell .footer_latest_item_date {
    font-size: 12px;
    font-weight: 300;
    color: #fe3c52;
    margin-top: 10px
}

.typo3-shell .tags_content {
    margin-top: 32px
}

.typo3-shell .tag {
    height: 36px;
    background: #fe3c52;
    margin-right: 6px;
    margin-bottom: 6px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .tag a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding-left: 27px;
    padding-right: 27px;
    line-height: 36px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.typo3-shell .tag:hover {
    background: rgba(254, 60, 82, 0.8)
}

.typo3-shell .milestones {
    padding-bottom: 120px;
    background-color: #4d4d4d
}

.typo3-shell .milestones_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.typo3-shell .milestone_pre {
    margin-top: 15px;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    text-align: center
}

.typo3-shell .milestones_text {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.typo3-shell .milestones_text p {
    color: #FFFFFF
}

.typo3-shell .milestones_text p:last-of-type {
    margin-bottom: 0px
}

.typo3-shell .milestones .section_title h2, .typo3-shell .milestones .section_title .h2 {
    color: #FFFFFF
}

.typo3-shell .milestones_container {
    margin-top: 111px
}

.typo3-shell .milestone {
    text-align: center
}

.typo3-shell .milestone_text {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: -3px
}

.typo3-shell .milestone_icon {
    width: 100%;
    height: 82px;
    text-align: center
}

.typo3-shell .milestone_icon img {
    max-height: 100%
}

.typo3-shell .milestone_counter {
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF
}

@media only screen and (max-width: 1199px) {
    .typo3-shell .last_item_content {
        padding-left: 80px;
        padding-right: 70px
    }

    .typo3-shell .last_percent {
        font-size: 124px
    }

    .typo3-shell .last_title {
        font-size: 30px
    }
}

@media only screen and (max-width: 991px) {
    .typo3-shell .header {
        top: 15px
    }

    .typo3-shell .main_nav, .typo3-shell .search {
        display: none !important
    }

    .typo3-shell .hamburger {
        display: block
    }

    .typo3-shell .logo div:first-of-type {
        font-size: 22px
    }

    .typo3-shell .logo div:nth-child(2) {
        font-size: 9px
    }

    .typo3-shell .home_content {
        width: 100%
    }

    .typo3-shell .home_text_large {
        font-size: 125px
    }

    .typo3-shell .home_text_small {
        font-size: 42px
    }

    .typo3-shell .find_item:first-child {
        width: calc((100% - 8px) / 2);
        margin-bottom: 30px
    }

    .typo3-shell .find_item:nth-child(2) {
        width: calc((100% - 8px) / 2);
        margin-bottom: 30px
    }

    .typo3-shell .find_item:nth-child(3), .typo3-shell .find_item:nth-child(4) {
        width: calc((100% - 154px) / 2)
    }

    .typo3-shell .find_button {
        width: 138px
    }

    .typo3-shell .top_col {
        margin-bottom: 30px
    }

    .typo3-shell .top_col:last-child {
        margin-bottom: 0px
    }

    .typo3-shell .top_col:nth-last-child(2) {
        margin-bottom: 0px
    }

    .typo3-shell .last_item_content {
        padding-left: 90px;
        padding-right: 80px
    }

    .typo3-shell .last_item {
        padding-right: 0;
        margin-bottom: 35px
    }

    .typo3-shell .last_col:last-child .last_item {
        padding-left: 0;
        margin-bottom: 0px
    }

    .typo3-shell .last_subtitle {
        text-align: center
    }

    .typo3-shell .last_percent {
        text-align: center
    }

    .typo3-shell .last_title {
        text-align: center
    }

    .typo3-shell .popular_item {
        width: calc((100% - 30px) / 2);
        margin-bottom: 26px
    }

    .typo3-shell .popular_item:nth-last-child(-n+4) {
        margin-bottom: 26px
    }

    .typo3-shell .popular_item:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .typo3-shell .special_content {
        width: 690px;
        margin-left: auto;
        margin-right: auto
    }

    .typo3-shell .special_slider_nav {
        display: none !important
    }

    .typo3-shell .footer_col {
        margin-bottom: 30px
    }

    .typo3-shell .copyright {
        margin-top: 22px
    }

    .typo3-shell .footer_latest {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    .typo3-shell .menu_container {
        right: -100vw;
        width: 100vw;
        height: 100vh
    }

    .typo3-shell .home_text_large {
        font-size: 88px
    }

    .typo3-shell .home_text_small {
        font-size: 36px
    }

    .typo3-shell .find_item:first-child {
        width: 100%;
        margin-bottom: 30px
    }

    .typo3-shell .find_item:nth-child(2) {
        width: 100%;
        margin-bottom: 30px
    }

    .typo3-shell .find_item:nth-child(3), .typo3-shell .find_item:nth-child(4) {
        width: 100%;
        margin-bottom: 30px
    }

    .typo3-shell .find_button {
        width: 138px
    }

    .typo3-shell .top_col:nth-last-child(2) {
        margin-bottom: 30px
    }

    .typo3-shell .popular_item {
        width: 100%;
        margin-bottom: 26px
    }

    .typo3-shell .popular_item:nth-last-child(-n+4) {
        margin-bottom: 26px
    }

    .typo3-shell .popular_item:nth-last-child(-n+2) {
        margin-bottom: 26px
    }

    .typo3-shell .popular_item:last-child {
        margin-bottom: 0
    }

    .typo3-shell .special_content {
        width: 510px
    }

    .typo3-shell .newsletter_input {
        width: 100%
    }

    .typo3-shell .newsletter_button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px
    }
}

@media only screen and (max-width: 575px) {
    .typo3-shell h2, .typo3-shell .h2 {
        font-size: 24px
    }

    .typo3-shell .header_container {
        height: 70px
    }

    .typo3-shell .header.scrolled .header_container {
        height: 70px
    }

    .typo3-shell .logo {
        padding-left: 33px
    }

    .typo3-shell .logo_image {
        width: 30px;
        top: -22px;
        left: 14px
    }

    .typo3-shell .header.scrolled .logo_image {
        width: 30px;
        top: -22px;
        left: 14px
    }

    .typo3-shell .logo div:first-of-type {
        font-size: 16px
    }

    .typo3-shell .logo div:nth-child(2) {
        font-size: 8px
    }

    .typo3-shell .menu {
        top: 70px;
        padding-right: 32px
    }

    .typo3-shell .menu_item {
        margin-bottom: 0px
    }

    .typo3-shell .menu_item a {
        font-size: 24px
    }

    .typo3-shell .menu_copyright {
        display: none
    }

    .typo3-shell .menu_social_container {
        margin-top: 50px
    }

    .typo3-shell .menu_close_container {
        right: 30px;
        top: 34px
    }

    .typo3-shell .hamburger {
        right: -10px;
        font-size: 18px
    }

    .typo3-shell .menu_search_input {
        height: 40px
    }

    .typo3-shell .menu_search_submit {
        width: 40px;
        height: 40px
    }

    .typo3-shell .menu_search_submit img {
        max-width: 50%
    }

    .typo3-shell .home_text_large {
        font-size: 64px
    }

    .typo3-shell .home_text_small {
        font-size: 24px
    }

    .typo3-shell .find_title {
        font-size: 24px
    }

    .typo3-shell .find_input {
        height: 40px;
        line-height: 36px
    }

    .typo3-shell .find_button {
        height: 40px;
        line-height: 40px;
        width: 120px;
        padding: 0
    }

    .typo3-shell .find_input::-webkit-input-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .find_input:-moz-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .find_input::-moz-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .find_input:-ms-input-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .find_input::input-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .dropdown_item_select {
        font-size: 12px
    }

    .typo3-shell .find_item div {
        font-size: 12px
    }

    .typo3-shell .find_button {
        font-size: 14px
    }

    .typo3-shell .section_title div {
        font-size: 12px;
        margin-top: 12px
    }

    .typo3-shell .last_item_content {
        padding-left: 25px;
        padding-right: 25px
    }

    .typo3-shell .last_percent {
        font-size: 72px
    }

    .typo3-shell .last_subtitle {
        font-size: 12px
    }

    .typo3-shell .last_title {
        font-size: 24px
    }

    .typo3-shell .last_text {
        font-size: 12px
    }

    .typo3-shell .last_logo {
        top: -51px;
        left: -37px;
        width: 106px
    }

    .typo3-shell .button {
        width: 121px;
        height: 40px
    }

    .typo3-shell .button a {
        font-size: 12px;
        line-height: 40px
    }

    .typo3-shell .video_title {
        font-size: 24px
    }

    .typo3-shell .video_subtitle {
        font-size: 12px
    }

    .typo3-shell .special_content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .typo3-shell .newsletter_title {
        font-size: 24px
    }

    .typo3-shell .newsletter_input {
        height: 40px;
        line-height: 36px
    }

    .typo3-shell .newsletter_button {
        height: 40px;
        line-height: 40px;
        width: 140px;
        padding: 0
    }

    .typo3-shell .newsletter_input::-webkit-input-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .newsletter_input:-moz-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .newsletter_input::-moz-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .newsletter_input:-ms-input-placeholder {
        font-size: 12px !important
    }

    .typo3-shell .newsletter_input::input-placeholder {
        font-size: 12px !important
    }
}

.typo3-shell .card a:not(btn) {
    color: #fff
}

.typo3-shell .card {
    border-radius: 0
}

.typo3-shell .card-header:first-child {
    border-radius: 0
}

.typo3-shell .header.scrolled {
    margin-top: 0;
    top: 15px
}

.typo3-shell .btn, .typo3-shell .frame-type-felogin_login input[type="submit"], .typo3-shell .cc-btn {
    border-radius: 0;
    box-shadow: none;
    --bs-btn-focus-ring-contrast-color: none;
    --bs-btn-focus-ring-color: none
}

.typo3-shell a, .typo3-shell a.link {
    text-shadow: none
}

.typo3-shell .nav-tabs .nav-link, .typo3-shell .list-group, .typo3-shell .list-group-item:first-child, .typo3-shell .page-item:first-child .page-link, .typo3-shell .page-item:last-child .page-link {
    border-radius: 0
}

.typo3-shell .form-select {
    box-shadow: none
}

.typo3-shell .container-xxl * {
    font-family: inherit !important
}

.typo3-shell p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.typo3-shell {
}

.typo3-shell .cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.typo3-shell .cc-window.cc-invisible {
    opacity: 0
}

.typo3-shell .cc-animate.cc-revoke {
    transition: transform 1s ease
}

.typo3-shell .cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.typo3-shell .cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.typo3-shell .cc-animate.cc-revoke.cc-active.cc-bottom, .typo3-shell .cc-animate.cc-revoke.cc-active.cc-top, .typo3-shell .cc-revoke:hover {
    transform: translateY(0)
}

.typo3-shell .cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.typo3-shell .cc-link, .typo3-shell .cc-revoke:hover {
    text-decoration: underline
}

.typo3-shell .cc-revoke, .typo3-shell .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.typo3-shell .cc-window.cc-static {
    position: static
}

.typo3-shell .cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.typo3-shell .cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.typo3-shell .cc-revoke {
    padding: 0.5em
}

.typo3-shell .cc-header {
    font-size: 18px;
    font-weight: 700
}

.typo3-shell .cc-btn, .typo3-shell .cc-close, .typo3-shell .cc-link, .typo3-shell .cc-revoke {
    cursor: pointer
}

.typo3-shell .cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em
}

.typo3-shell .cc-link:hover {
    opacity: 1
}

.typo3-shell .cc-link:active, .typo3-shell .cc-link:visited {
    color: initial
}

.typo3-shell .cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.typo3-shell .cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.typo3-shell .cc-highlight .cc-btn:first-child:focus, .typo3-shell .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.typo3-shell .cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75
}

.typo3-shell .cc-close:focus, .typo3-shell .cc-close:hover {
    opacity: 1
}

.typo3-shell .cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em
}

.typo3-shell .cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em
}

.typo3-shell .cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.typo3-shell .cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.typo3-shell .cc-top {
    top: 1em
}

.typo3-shell .cc-left {
    left: 1em
}

.typo3-shell .cc-right {
    right: 1em
}

.typo3-shell .cc-bottom {
    bottom: 1em
}

.typo3-shell .cc-floating > .cc-link {
    margin-bottom: 1em
}

.typo3-shell .cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.typo3-shell .cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.typo3-shell .cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.typo3-shell .cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.typo3-shell .cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.typo3-shell .cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.typo3-shell .cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.typo3-shell .cc-floating .cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.typo3-shell .cc-btn + .cc-btn {
    margin-left: 0.5em
}

@media print {
    .typo3-shell .cc-revoke, .typo3-shell .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .typo3-shell .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),

.typo3-shell screen and

(
max-width:

736
px

)
and

(
orientation:landscape

)
{
.typo3-shell .cc-window.cc-top {
    top: 0
}

.typo3-shell .cc-window.cc-bottom {
    bottom: 0
}

.typo3-shell .cc-window.cc-banner, .typo3-shell .cc-window.cc-floating, .typo3-shell .cc-window.cc-left, .typo3-shell .cc-window.cc-right {
    left: 0;
    right: 0
}

.typo3-shell .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column
}

.typo3-shell .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.typo3-shell .cc-window.cc-floating {
    max-width: none
}

.typo3-shell .cc-window .cc-message {
    margin-bottom: 1em
}

.typo3-shell .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset
}

.typo3-shell .cc-window.cc-banner .cc-message {
    margin-right: 0
}

}
.typo3-shell .cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.typo3-shell .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.typo3-shell .cc-theme-classic .cc-btn {
    border-radius: 5px
}

.typo3-shell .cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.typo3-shell .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.typo3-shell .cc-theme-edgeless.cc-window {
    padding: 0
}

.typo3-shell .cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.typo3-shell .cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%
}

.typo3-shell .cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.typo3-shell .cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.typo3-shell .cc-window {
    font-family: "Montserrat", sans-serif
}

.typo3-shell body:before {
    background-color: rgba(51, 51, 51, 0.85) !important;
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Images/p12/logo.svg") !important
}

.typo3-shell .tx-sms-midoco .form-errors {
    color: #f60000
}

.typo3-shell .tx-sms-midoco .form-errors li {
    font-size: 10px
}

.typo3-shell .section-row {
    display: block
}

.typo3-shell .parallax-window {
    min-height: 400px;
    background: transparent
}

.typo3-shell .header {
    top: 94px
}

.typo3-shell .header.scrolled {
    margin-top: 0
}

.typo3-shell .co-branding .info-text a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif
}

.typo3-shell .header_container {
    margin-top: -34px;
    background: rgba(19, 26, 47, 0.75)
}

.typo3-shell .header_container.justify-content-start {
    justify-content: space-between !important
}

.typo3-shell .logo_image {
    width: 145px;
    height: auto;
    top: -45px;
    left: 25px
}

@media screen and (max-width: 991px) {
    .typo3-shell .logo_image {
        width: 110px
    }
}

.typo3-shell .header.scrolled .header_container {
    height: 60px;
    margin-top: 0
}

.typo3-shell .header.scrolled .logo_image {
    width: 90px;
    top: -46px;
    left: 15px
}

.typo3-shell .header.scrolled #mainnavigation.main_nav .main_nav_list {
    margin-right: 20px;
    margin-bottom: 0
}

.typo3-shell .header.scrolled #mainnavigation.main_nav .main_nav_list .main_nav_item button {
    line-height: 45px;
    height: auto;
    width: auto
}

.typo3-shell .header.scrolled #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu {
    margin: -0.12rem 0
}

.typo3-shell .header.scrolled #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu li {
    background-color: rgba(255, 255, 255, 0.75)
}

.typo3-shell .header.scrolled #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu a {
    line-height: 25px;
    color: white
}

.typo3-shell .navbar-toggler {
    padding: auto 22px auto 22px;
    height: unset;
    width: unset;
    position: relative;
    border: 0
}

.typo3-shell .x-scroll-offset {
    scroll-margin: 176px
}

.typo3-shell #mainnavigation.main_nav {
    padding-right: 0 !important
}

.typo3-shell #mainnavigation.main_nav .main_nav_list {
    margin-right: 20px;
    margin-bottom: 0
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item button {
    line-height: 104px;
    color: #ffffff;
    cursor: default;
    height: auto;
    width: auto;
    font-size: 15px;
    font-weight: 600;
    padding-left: 22px;
    padding-right: 22px
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item button:hover {
    color: #ffa500
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item button.dropdown-toggle::after {
    content: none
}

@media (max-width: 1200px) {
    .typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item button {
        padding-left: 10px;
        padding-right: 10px
    }
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu {
    background-color: transparent;
    margin: -0.05em 0 0 0;
    padding: 0.5rem 0 0 0;
    border: none
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu li {
    background-color: rgba(255, 255, 255, 0.75)
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu a {
    line-height: 25px;
    color: white;
    cursor: pointer;
    font-weight: 600
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu a:hover {
    background-color: transparent
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu a:hover span {
    color: #ffa500
}

.typo3-shell #mainnavigation.main_nav .main_nav_list .main_nav_item:last-child .dropdown-menu {
    right: -17px;
    left: auto
}

.typo3-shell #mainnavigation.main_nav .dropdown:hover .dropdown-menu {
    display: block
}

.typo3-shell #mobilenavigation .main_nav_list li.main_nav_item {
    display: list-item
}

.typo3-shell #mobilenavigation .main_nav_list li.main_nav_item a {
    padding: 0;
    color: #3a3a3a;
    line-height: 35px;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    background: none
}

.typo3-shell #mobilenavigation .main_nav_list li.main_nav_item.active:after {
    background: none
}

.typo3-shell #mobilenavigation .main_nav_list ul.dropdown-menu {
    position: static;
    float: none;
    border: none;
    box-shadow: none
}

.typo3-shell #mobilenavigation .main_nav_list ul.dropdown-menu li {
    margin-bottom: 10px
}

.typo3-shell #mobilenavigation .main_nav_list ul.dropdown-menu li a {
    font-size: 20px;
    font-weight: 400;
    white-space: unset;
    line-height: 20px;
    padding: 5px 0
}

.typo3-shell #mobilenavigation .main_nav_list ul.dropdown-menu li .active .dropdown-text {
    color: #fff
}

.typo3-shell .last_text p {
    color: #fff
}

.typo3-shell .tile_teaser h1.h2, .typo3-shell .tile_teaser .h2.h1 {
    font-size: 40px;
    font-weight: 400
}

.typo3-shell .tile_teaser .top_item {
    position: relative
}

.typo3-shell .tile_teaser .top_item .top_item_image {
    margin-bottom: 20px
}

.typo3-shell .tile_teaser .top_item .top_item_image img {
    height: auto
}

.typo3-shell .last_text p {
    color: #fff
}

.typo3-shell .ibe {
    max-height: 200px;
    margin-bottom: 20px;
    position: relative
}

.typo3-shell .ibe .home_background {
    height: 200px
}

.typo3-shell .newsletter_subtitle {
    font-weight: 300;
    color: #fff
}

.typo3-shell .popular_content {
    margin-top: 75px;
    margin-bottom: 75px
}

.typo3-shell .popular_content .popular_item {
    position: relative;
    width: calc((100% - 90px) / 3);
    height: 205px;
    overflow: hidden;
    margin-bottom: 35px
}

.typo3-shell .popular_content .popular_item a img {
    width: 100%;
    transition: all 0.3s ease
}

.typo3-shell .popular_content .popular_item a .popular_item_content {
    left: 0;
    bottom: 25px;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    padding: 5px 10px 5px 10px
}

.typo3-shell .popular_content .popular_item a .popular_item_content .popular_item_price span {
    float: right
}

.typo3-shell .popular_content .popular_item a .popular_item_content .popular_item_title {
    font-size: 16px;
    font-weight: 600
}

.typo3-shell .popular_content .popular_item a:hover img {
    transform: scale(1.05)
}

@media (max-width: 767px) {
    .typo3-shell .popular_content .popular_item {
        width: 100%;
        height: auto
    }
}

.typo3-shell .subpage {
    position: relative;
    max-height: 601px;
    height: 40vh
}

.typo3-shell .subpage .home_background {
    height: 100%
}

.typo3-shell .subpage .home_breadcrumbs {
    display: none
}

.typo3-shell .subpage .container .home_content {
    width: 100%;
    height: 40vh;
    position: relative;
    transform: none;
    top: 0;
    left: 0
}

.typo3-shell .subpage .container .home_content .home_content_inner {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    text-align: left
}

.typo3-shell .subpage .container .home_content .home_content_inner .home_title {
    font-size: 48px;
    font-weight: 100;
    color: #ffffff
}

.typo3-shell .subpage .container .home_content .home_content_inner .home_breadcrumbs {
    margin-top: -6px
}

.typo3-shell .subpage .container .home_content .home_content_inner .home_breadcrumbs .home_breadcrumb {
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    color: #ffffff
}

.typo3-shell .subpage .container .home_content .home_content_inner .home_breadcrumbs .home_breadcrumb a {
    font-size: 18px;
    font-weight: 200;
    color: #ffffff
}

@media only screen and (max-width: 575px) {
    .typo3-shell .subpage .container .home_content .home_content_inner .home_title {
        font-size: 24px
    }

    .typo3-shell .logo_image {
        top: -38px
    }
}

.typo3-shell .special .owl-item.center .special_item_background::after {
    background: rgba(255, 255, 255, 0.75)
}

.typo3-shell .special_item_background {
    height: 749px
}

.typo3-shell .special_item_background img {
    object-fit: cover;
    height: 100%
}

.typo3-shell ::selection {
    background: rgba(0, 60, 104, 0.8);
    color: #fff
}

.typo3-shell .milestones {
    position: relative
}

.typo3-shell .milestones .milestone_icon img {
    width: 82px;
    height: 82px
}

.typo3-shell .milestones .section_title {
    padding-top: 0
}

.typo3-shell .milestones .section_title h2, .typo3-shell .milestones .section_title .h2 {
    padding-top: 0
}

.typo3-shell .milestones .milestones_background {
    background-size: cover
}

.typo3-shell .milestones .container {
    position: relative
}

.typo3-shell .floatingNavigation {
    position: fixed;
    width: 50px;
    right: 0;
    top: 40%;
    transform: translateY(-30%);
    display: block;
    z-index: 2
}

@media screen and (min-width: 800px) {
    .typo3-shell .floatingNavigation {
        display: block
    }
}

.typo3-shell .floatingNavigation ul {
    margin: 0;
    padding: 0
}

.typo3-shell .floatingNavigation ul li {
    background: #ffffff;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
    text-align: center;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
    transition: 300ms all;
    transition-property: color, background
}

.typo3-shell .floatingNavigation ul li a.sidebarmenue {
    color: #fff
}

.typo3-shell .floatingNavigation ul li a.sidebarmenue:active, .typo3-shell .floatingNavigation ul li a.sidebarmenue:hover {
    opacity: 0.75;
    text-decoration: none
}

.typo3-shell .floatingNavigation ul li a.sidebarmenue.tel:hover {
    opacity: 1
}

.typo3-shell .floatingNavigation ul li > ul {
    transform: translateX(200%);
    transition: 300ms all
}

.typo3-shell .floatingNavigation ul li:hover > ul {
    transform: translateX(0);
    transition: 300ms all
}

.typo3-shell .floatingNavigation ul li .floatingNavigation__subPhone {
    width: 200px;
    position: absolute;
    z-index: 1;
    left: -200px;
    top: 0;
    height: 45px;
    background: #013859
}

.typo3-shell .floatingNavigation ul li .floatingNavigation__subPhone a {
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    font-size: 18px
}

.typo3-shell .floatingNavigation ul li .floatingNavigation__subOpen {
    width: 200px;
    position: absolute;
    z-index: 1;
    left: -200px;
    top: 0;
    height: auto;
    padding: 10px 0;
    background: #ffffff
}

.typo3-shell .floatingNavigation ul li .floatingNavigation__subOpen li {
    font-size: 16px;
    line-height: 24px;
    height: auto
}

.typo3-shell .floatingNavigation ul li .floatingNavigation__subFeedback, .typo3-shell .floatingNavigation ul li .floatingNavigation__subForms, .typo3-shell .floatingNavigation ul li .floatingNavigation__subInfos {
    width: 200px;
    position: absolute;
    z-index: 1;
    left: -200px;
    top: 0;
    height: 50px;
    background: #013859
}

.typo3-shell .floatingNavigation ul li .floatingNavigation__subFeedback li, .typo3-shell .floatingNavigation ul li .floatingNavigation__subForms li, .typo3-shell .floatingNavigation ul li .floatingNavigation__subInfos li {
    font-size: 18px;
    line-height: -1px
}

.typo3-shell .floatingNavigation ul li .floatingNavigation__subFeedback a, .typo3-shell .floatingNavigation ul li .floatingNavigation__subForms a, .typo3-shell .floatingNavigation ul li .floatingNavigation__subInfos a {
    color: #fff
}

.typo3-shell .floatingNavigation ul li .floatingNavigation__subFeedback a:hover, .typo3-shell .floatingNavigation ul li .floatingNavigation__subForms a:hover, .typo3-shell .floatingNavigation ul li .floatingNavigation__subInfos a:hover {
    text-decoration: underline
}

.typo3-shell .floatingNavigation ul li .myPtg li {
    line-height: 24px;
    max-height: 95px;
    height: auto;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 992px) {
    .typo3-shell .floatingNavigation {
        position: absolute;
        width: 50px
    }

    .typo3-shell .floatingNavigation ul li {
        transition: none
    }

    .typo3-shell .floatingNavigation ul li > ul {
        transform: none;
        transition: none;
        display: none !important
    }

    .typo3-shell .floatingNavigation ul li:hover > ul {
        transform: none;
        transition: none;
        display: block
    }

    .typo3-shell .floatingNavigation ul li.hover > ul {
        transform: none;
        transition: none;
        display: block !important
    }

    .typo3-shell .floatingNavigation ul li:nth-child(4) {
        transition: 300ms all
    }

    .typo3-shell .floatingNavigation ul li:nth-child(4):hover > ul {
        display: block !important
    }
}

.typo3-shell .floatingNavigation span.icon_mask {
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/mask.svg") !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 35px;
    position: absolute;
    display: block;
    margin: 5px
}

.typo3-shell #ypsnet-ibe iframe {
    min-height: 650px
}

.typo3-shell .quicksearch {
    background-color: rgba(255, 173, 0, 0.75);
    position: relative;
    top: -103px;
    z-index: 898
}

.typo3-shell .quicksearch .info-tab {
    background-color: #ffffff;
    color: #fff;
    padding: 10px 20px 5px 20px;
    position: absolute;
    margin-top: -55px;
    font-size: 16px
}

.typo3-shell .quicksearch .row .col {
    padding-left: 5px;
    padding-right: 5px
}

.typo3-shell .quicksearch label {
    color: white
}

.typo3-shell .quicksearch input[type=submit]:hover {
    cursor: pointer
}

.typo3-shell .quicksearch .form-control, .typo3-shell .quicksearch .form-group input[type="file"], .form-group .typo3-shell .quicksearch input[type="file"], .typo3-shell .quicksearch .frame-type-felogin_login input[type="text"], .frame-type-felogin_login .typo3-shell .quicksearch input[type="text"], .typo3-shell .quicksearch .frame-type-felogin_login input[type="password"], .frame-type-felogin_login .typo3-shell .quicksearch input[type="password"] {
    font-size: 1rem;
    color: #131a2f
}

.typo3-shell .quicksearch .form-control#adult, .typo3-shell .quicksearch .form-group input#adult[type="file"], .form-group .typo3-shell .quicksearch input#adult[type="file"], .typo3-shell .quicksearch .frame-type-felogin_login input#adult[type="text"], .frame-type-felogin_login .typo3-shell .quicksearch input#adult[type="text"], .typo3-shell .quicksearch .frame-type-felogin_login input#adult[type="password"], .frame-type-felogin_login .typo3-shell .quicksearch input#adult[type="password"] {
    padding: 0 0 0 10px
}

.typo3-shell .quicksearch #form-submit {
    background: #131a2f;
    border: none;
    color: white
}

.typo3-shell .quicksearch .form-control:disabled, .typo3-shell .quicksearch .form-group input[type="file"]:disabled, .form-group .typo3-shell .quicksearch input[type="file"]:disabled, .typo3-shell .quicksearch .frame-type-felogin_login input[type="text"]:disabled, .frame-type-felogin_login .typo3-shell .quicksearch input[type="text"]:disabled, .typo3-shell .quicksearch .frame-type-felogin_login input[type="password"]:disabled, .frame-type-felogin_login .typo3-shell .quicksearch input[type="password"]:disabled, .typo3-shell .quicksearch .form-control[readonly], .typo3-shell .quicksearch .form-group input[type="file"][readonly], .form-group .typo3-shell .quicksearch input[type="file"][readonly], .typo3-shell .quicksearch .frame-type-felogin_login input[type="text"][readonly], .frame-type-felogin_login .typo3-shell .quicksearch input[type="text"][readonly], .typo3-shell .quicksearch .frame-type-felogin_login input[type="password"][readonly], .frame-type-felogin_login .typo3-shell .quicksearch input[type="password"][readonly] {
    background-color: white
}

.typo3-shell .quicksearch .popup {
    position: absolute;
    background: rgba(19, 26, 47, 0.75);
    color: white
}

.typo3-shell .quicksearch .suggest-list {
    width: calc(100% - 10px);
    box-sizing: border-box;
    padding: 0;
    top: 80px;
    z-index: 10;
    max-height: 395px;
    overflow-y: auto;
    overflow-x: hidden
}

.typo3-shell .quicksearch .suggest-list strong {
    display: inline-block;
    padding: 10px 10px 0 15px;
    font-weight: 800
}

.typo3-shell .quicksearch .suggest-list ul {
    padding: 10px 15px
}

.typo3-shell .quicksearch .suggest-list ul li {
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 500
}

.typo3-shell .quicksearch .suggest-list ul li:hover {
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer
}

.typo3-shell .quicksearch .suggest-list ul li span {
    font-size: 10px;
    font-weight: 400
}

.typo3-shell .quicksearch #age-popup-trigger:hover {
    cursor: pointer
}

.typo3-shell .quicksearch #age-popup {
    padding: 10px;
    width: 100%;
    min-width: 130px;
    top: 80px;
    z-index: 10
}

.typo3-shell .quicksearch #age-popup select {
    font-size: 16px;
    padding: 0
}

.typo3-shell .quicksearch #age-popup select:not(:last-child) {
    margin-bottom: 5px
}

.typo3-shell .quicksearch #age-popup button:hover {
    cursor: pointer
}

@media (max-width: 992px) {
    .typo3-shell .quicksearch {
        display: block;
        top: -225px;
        padding-bottom: 10px
    }

    .typo3-shell .quicksearch .form-control-lg {
        line-height: 1rem
    }

    .typo3-shell .quicksearch .col-lg-3 {
        margin-bottom: 0
    }

    .typo3-shell .quicksearch #age-popup {
        right: 6px
    }
}

@media (max-width: 768px) {
    .typo3-shell .quicksearch {
        top: -164px
    }
}

@media (max-width: 511px) {
    .typo3-shell .quicksearch {
        top: -225px
    }
}

@media (max-width: 358px) {
    .typo3-shell .quicksearch {
        top: -185px
    }
}

@media (max-width: 992px) {
    .typo3-shell .layerWrap {
        bottom: 275px !important
    }

    .typo3-shell .top {
        margin-top: -200px
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .typo3-shell .col-md-1 {
        flex: 0 0 12%;
        max-width: 12%
    }

    .typo3-shell .col-md-2 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .typo3-shell .col-md-3 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .typo3-shell .quicksearch label {
        font-size: 13px
    }

    .typo3-shell .floatingNavigation {
        top: 35%
    }
}

.typo3-shell .flatpickr-calendar {
    background: #131a2f !important
}

.typo3-shell .flatpickr-calendar .flatpickr-current-month, .typo3-shell .flatpickr-calendar .flatpickr-prev-month, .typo3-shell .flatpickr-calendar .flatpickr-next-month, .typo3-shell .flatpickr-calendar span.flatpickr-weekday, .typo3-shell .flatpickr-calendar .flatpickr-day {
    color: white
}

.typo3-shell .flatpickr-calendar .flatpickr-day:hover, .typo3-shell .flatpickr-calendar .flatpickr-day.inRange {
    color: #131a2f !important
}

.typo3-shell .flatpickr-calendar .flatpickr-prev-month, .typo3-shell .flatpickr-calendar .flatpickr-next-month {
    fill: white !important
}

.typo3-shell .flatpickr-calendar .flatpickr-day.endRange:hover, .typo3-shell .flatpickr-calendar .flatpickr-day.startRange:hover {
    color: white !important
}

.typo3-shell .flatpickr-calendar .flatpickr-day.selected, .typo3-shell .flatpickr-calendar .flatpickr-day.startRange, .typo3-shell .flatpickr-calendar .flatpickr-day.endRange, .typo3-shell .flatpickr-calendar .flatpickr-day.startRange:hover, .typo3-shell .flatpickr-calendar .flatpickr-day.endRange:hover {
    background: #131a2f !important;
    border-color: #ffad00
}

.typo3-shell .flatpickr-calendar .flatpickr-day.disabled, .typo3-shell .flatpickr-calendar .flatpickr-day.disabled:hover, .typo3-shell .flatpickr-calendar .flatpickr-day.notAllowed, .typo3-shell .flatpickr-calendar .flatpickr-day.notAllowed.prevMonthDay, .typo3-shell .flatpickr-calendar .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(255, 255, 255, 0.3)
}

.typo3-shell .flatpickr-calendar .flatpickr-day.nextMonthDay, .typo3-shell .flatpickr-calendar .flatpickr-day.prevMonthDay {
    color: rgba(255, 255, 255, 0.7)
}

.typo3-shell .benefit_teaser .button {
    width: auto;
    padding: 0 15px
}

.typo3-shell .benefit_teaser .button a {
    color: #fff
}

.typo3-shell .benefit_teaser .last_item_content {
    min-height: 365px
}

@media screen and (max-width: 991px) {
    .typo3-shell .frame-type-gridelements_pi1 .col-lg-6 {
        margin: 20px 0
    }
}

.typo3-shell .tile_teaser {
    padding-bottom: 0
}

.typo3-shell .tile_teaser a .top_item_content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 29px;
    background: rgba(255, 255, 255, 0.75);
    padding: 5px 10px 5px 10px
}

@media screen and (min-width: 360px) {
    .typo3-shell .tile_teaser a .top_item_content .top_item_text {
        font-size: 18px
    }
}

@media screen and (min-width: 400px) {
    .typo3-shell .tile_teaser a .top_item_content .top_item_text {
        font-size: 20px
    }
}

.typo3-shell .tile_teaser a .top_item_image {
    overflow: hidden
}

.typo3-shell .tile_teaser a .top_item_image img {
    transition: all 0.3s ease;
    width: 100%;
    height: auto
}

.typo3-shell .tile_teaser a:hover .top_item_image {
    overflow: hidden
}

.typo3-shell .tile_teaser a:hover .top_item_image img {
    transform: scale(1.05)
}

@media screen and (min-width: 991px) {
    .typo3-shell .tile_teaser {
        margin-top: -140px
    }
}

.typo3-shell .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    width: 100%
}

.typo3-shell .owl-carousel .owl-nav .owl-prev, .typo3-shell .owl-carousel .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0 34px 8px 37px;
    display: inline-block;
    font-weight: 400;
    font-size: 350%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.typo3-shell .owl-carousel .owl-nav .owl-prev {
    left: 70px
}

.typo3-shell .owl-carousel .owl-nav .owl-next {
    right: 70px
}

@media only screen and (max-width: 575px) {
    .typo3-shell .owl-carousel .owl-nav .owl-next, .typo3-shell .owl-carousel .owl-nav .owl-prev {
        padding: 0 24px 4px 27px;
        font-size: 250%
    }

    .typo3-shell .owl-carousel .owl-nav .owl-next {
        right: 8px
    }

    .typo3-shell .owl-carousel .owl-nav .owl-prev {
        left: 10px
    }
}

@media only screen and (max-width: 359px) {
    .typo3-shell .owl-carousel .owl-nav .owl-next, .typo3-shell .owl-carousel .owl-nav .owl-prev {
        padding: 0 20px 4px 20px;
        font-size: 175%
    }

    .typo3-shell .owl-carousel .owl-nav .owl-next {
        right: 8px
    }

    .typo3-shell .owl-carousel .owl-nav .owl-prev {
        left: 10px
    }
}

.typo3-shell .footer {
    background: transparent;
    padding-bottom: 0
}

.typo3-shell .footer .partner-section {
    background-color: #ffffff
}

.typo3-shell .footer .footer-section-content {
    background-color: #212121
}

@media (max-width: 767px) {
    .typo3-shell .footer .footer-section-content .frame-container {
        padding-left: 3px;
        padding-right: 3px
    }
}

.typo3-shell .footer .footer-section-content .frame-type-menu_subpages ul li {
    display: block;
    font-size: 16px
}

.typo3-shell .footer .footer-section-content .frame-type-menu_subpages ul li a:hover {
    color: #fff;
    text-decoration: underline
}

@media (min-width: 768px) {
    .typo3-shell .footer .footer-section-content .frame-type-menu_subpages {
        width: 100%
    }

    .typo3-shell .footer .footer-section-content .frame-type-menu_subpages ul {
        text-align: right
    }

    .typo3-shell .footer .footer-section-content .frame-type-menu_subpages ul li {
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid #ffffff;
        line-height: 14px
    }

    .typo3-shell .footer .footer-section-content .frame-type-menu_subpages ul li:last-child {
        padding-right: 0;
        border: none
    }
}

@media (max-width: 767px) {
    .typo3-shell .footer .footer-section-content .frame-type-menu_subpages ul {
        padding: 0 16px
    }

    .typo3-shell .footer .footer-section-content .frame-type-menu_subpages ul li:before {
        content: "»";
        margin-right: 5px
    }
}

.typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame {
    padding: 1em 0
}

@media (max-width: 575px) {
    .typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame {
        padding: 1em
    }
}

.typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages h3, .typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages .h3 {
    text-align: left
}

.typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages ul {
    width: 100%;
    float: none;
    text-align: left
}

.typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages ul li {
    font-size: 16px;
    border: none;
    line-height: 24px
}

.typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages ul li a:hover {
    text-decoration: underline
}

.typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages ul li:before {
    content: "»";
    margin-right: 5px
}

@media (min-width: 767px) {
    .typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages h3, .typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages .h3 {
        text-align: right
    }

    .typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages ul {
        width: 217px;
        float: right
    }

    .typo3-shell .footer .footer-section-content .frame-type-container-container-2-spaltig .frame-type-menu_subpages ul li {
        display: block
    }
}

.typo3-shell .footer .footer-section-content p {
    color: #ffffff
}

.typo3-shell .footer .footer-section-content a {
    color: #ffffff
}

.typo3-shell .footer .copyright-section {
    background-color: #131a2f;
    color: #ffffff;
    padding: 10px
}

.typo3-shell .footer .copyright-section p {
    color: #ffffff
}

.typo3-shell .footer .copyright-section a {
    color: #ffffff
}

.typo3-shell .footer .footer_about_text, .typo3-shell .footer .footer_about_text p {
    color: #ffffff
}

.typo3-shell .last_col:last-child .last_item {
    padding-left: 0
}

.typo3-shell a#userlike-tab.userlike-left, .typo3-shell a#userlike-tab.userlike-right {
    border-radius: 0 !important;
    right: 5% !important
}

@media (max-width: 1142px) {
    .typo3-shell a#userlike-tab.userlike-left, .typo3-shell a#userlike-tab.userlike-right {
        right: 7% !important
    }
}

@media (max-width: 870px) {
    .typo3-shell a#userlike-tab.userlike-left, .typo3-shell a#userlike-tab.userlike-right {
        right: 9% !important
    }
}

@media (max-width: 648px) {
    .typo3-shell a#userlike-tab.userlike-left, .typo3-shell a#userlike-tab.userlike-right {
        right: 12% !important
    }
}

@media (max-width: 486px) {
    .typo3-shell a#userlike-tab.userlike-left, .typo3-shell a#userlike-tab.userlike-right {
        right: 16% !important
    }
}

@media (max-width: 358px) {
    .typo3-shell a#userlike-tab.userlike-left, .typo3-shell a#userlike-tab.userlike-right {
        right: 19% !important
    }
}

.typo3-shell .co-branding {
    position: absolute;
    z-index: 101;
    width: 100%;
    top: -94px;
    height: 51px;
    background-color: #ffffff;
    color: #ffffff
}

.typo3-shell .co-branding .co-brand {
    margin-top: 2px;
    float: left
}

.typo3-shell .co-branding .co-brand .brand-prefix {
    float: left;
    line-height: 50px;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px
}

@media (max-width: 600px) {
    .typo3-shell .co-branding .co-brand .brand-prefix {
        line-height: 18px;
        width: 165px;
        height: 50px;
        font-size: 13px;
        margin-top: 6px
    }
}

@media (max-width: 358px) {
    .typo3-shell .co-branding .co-brand .brand-prefix {
        line-height: 15px;
        width: 120px;
        height: 50px;
        font-size: 11px;
        margin-top: 0
    }
}

.typo3-shell .co-branding .co-brand .brand-logo, .typo3-shell .co-branding .co-brand .brand-logo2 {
    float: left;
    height: 46px;
    margin-left: 20px
}

.typo3-shell .co-branding .co-brand .brand-logo img, .typo3-shell .co-branding .co-brand .brand-logo2 img {
    height: 46px;
    width: auto;
    position: absolute;
    top: 50%;
    margin-top: -23px
}

.typo3-shell .co-branding .co-brand .loginIcon {
    display: none
}

@media (max-width: 430px) {
    .typo3-shell .co-branding .co-brand .loginIcon {
        display: block;
        position: absolute;
        right: 14px;
        color: white;
        font-size: 20px;
        top: 15px
    }
}

@media (max-width: 430px) {
    .typo3-shell .co-branding .brand-info {
        display: none
    }
}

.typo3-shell .co-branding .brand-info, .typo3-shell .co-branding .brand-myaccount {
    float: right;
    line-height: 50px;
    padding-right: 20px
}

@media (max-width: 430px) {
    .typo3-shell .co-branding .brand-info, .typo3-shell .co-branding .brand-myaccount {
        padding-right: 0
    }

    .typo3-shell .co-branding .brand-info .dropdown, .typo3-shell .co-branding .brand-myaccount .dropdown {
        position: unset !important
    }
}

.typo3-shell .co-branding .brand-info .dropdown-menu, .typo3-shell .co-branding .brand-myaccount .dropdown-menu {
    line-height: 30px;
    width: 192px
}

@media (max-width: 430px) {
    .typo3-shell .co-branding .brand-info .dropdown-menu.show, .typo3-shell .co-branding .brand-myaccount .dropdown-menu.show {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        left: unset;
        right: 0;
        top: 34px
    }

    .typo3-shell .co-branding .brand-info .dropdown-menu.show a, .typo3-shell .co-branding .brand-myaccount .dropdown-menu.show a {
        width: 100%
    }
}

.typo3-shell .co-branding .brand-info .dropdown-menu hr, .typo3-shell .co-branding .brand-myaccount .dropdown-menu hr {
    margin-top: 0;
    margin-bottom: 0.5rem
}

.typo3-shell .co-branding .brand-info .dropdown-menu a, .typo3-shell .co-branding .brand-myaccount .dropdown-menu a {
    font-size: 14px;
    display: block;
    text-align: left
}

.typo3-shell .co-branding .brand-info .dropdown-menu a.register, .typo3-shell .co-branding .brand-myaccount .dropdown-menu a.register {
    line-height: 1
}

.typo3-shell .co-branding .brand-info .dropdown-menu a.btn-primary, .typo3-shell .co-branding .brand-myaccount .dropdown-menu a.btn-primary {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}

.typo3-shell .co-branding .brand-info .dropdown-menu a i, .typo3-shell .co-branding .brand-myaccount .dropdown-menu a i {
    font-size: 16px;
    margin-top: 5px
}

.typo3-shell .co-branding .brand-info .dropdown-menu a i:before, .typo3-shell .co-branding .brand-myaccount .dropdown-menu a i:before {
    color: #ffffff
}

.typo3-shell .co-branding .brand-info a:hover, .typo3-shell .co-branding .brand-myaccount a:hover {
    text-decoration: underline
}

.typo3-shell .co-branding .brand-info i, .typo3-shell .co-branding .brand-myaccount i {
    font-size: 20px;
    color: white;
    margin-right: 5px;
    margin-top: 15px
}

.typo3-shell .co-branding .brand-info .info-text, .typo3-shell .co-branding .brand-myaccount .info-text {
    float: right
}

.typo3-shell .co-branding .brand-info .info-text > a, .typo3-shell .co-branding .brand-myaccount .info-text > a {
    color: #ffffff
}

@media (max-width: 430px) {
    .typo3-shell .co-branding .brand-info .info-text, .typo3-shell .co-branding .brand-myaccount .info-text {
        padding-right: 0;
        width: 35px;
        height: 35px;
        overflow: hidden
    }

    .typo3-shell .co-branding .brand-info .info-text a, .typo3-shell .co-branding .brand-myaccount .info-text a {
        height: 35px;
        width: 35px
    }
}

@media (max-width: 430px) {
    .typo3-shell .co-branding .brand-myaccount {
        display: block !important;
        height: 0;
        overflow: hidden
    }
}

.typo3-shell .home_text_large {
    color: #ffffff
}

@media (max-width: 359px) {
    .typo3-shell .partner-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px
    }

    .typo3-shell .col-lg-3 {
        margin-bottom: 20px
    }

    .typo3-shell .milestones {
        padding-bottom: 0
    }

    .typo3-shell .milestones_container {
        margin-top: 30px
    }

    .typo3-shell .section_title {
        padding-top: 55px;
        line-height: 1.1
    }

    .typo3-shell .milestones .section_title h2, .typo3-shell .milestones .section_title .h2 {
        padding-top: 50px
    }
}

@media (min-width: 360px) {
    .typo3-shell .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px
    }

    .typo3-shell .milestone_text {
        font-size: 16px
    }

    .typo3-shell .tile_teaser {
        padding-bottom: 0
    }

    .typo3-shell .section_title {
        padding-top: 55px;
        line-height: 1.1
    }

    .typo3-shell .milestones .section_title h2, .typo3-shell .milestones .section_title .h2 {
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    .typo3-shell .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 0
    }

    .typo3-shell .milestone_text {
        font-size: 18px
    }

    .typo3-shell .section_title {
        padding-top: 110px;
        line-height: 1.1
    }
}

.typo3-shell .backendlayout-destino_tt .row {
    display: block;
    flex-wrap: unset
}

.typo3-shell .backendlayout-destino_tt .header .row {
    margin-right: -20px;
    margin-left: -20px
}

.typo3-shell .backendlayout-destino_tt .header .container {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.typo3-shell .backendlayout-destino_tt .footer h1, .typo3-shell .backendlayout-destino_tt .footer .h1, .typo3-shell .backendlayout-destino_tt .footer h2, .typo3-shell .backendlayout-destino_tt .footer .h2, .typo3-shell .backendlayout-destino_tt .footer h3, .typo3-shell .backendlayout-destino_tt .footer .h3 {
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important
}

.typo3-shell .backendlayout-destino_tt .container {
    width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important
}

.typo3-shell .backendlayout-destino_tt .cc-message {
    line-height: 125%
}

@media (min-width: 576px) {
    .typo3-shell .backendlayout-destino_tt . container {
        max-width: 540px !important
    }
}

@media (min-width: 768px) {
    .typo3-shell .backendlayout-destino_tt .container {
        max-width: 720px !important
    }
}

@media (min-width: 992px) {
    .typo3-shell .backendlayout-destino_tt .container {
        max-width: 960px !important
    }
}

@media (min-width: 1200px) {
    .typo3-shell .backendlayout-destino_tt .container {
        max-width: 1140px !important
    }
}

@media screen and (max-width: 991px) {
    .typo3-shell .frame-backgroundimage-container {
    }

    .typo3-shell .frame-backgroundimage {
    }

    .typo3-shell .special .owl-item.center .special_item_background::after {
        background: none
    }
}

@media screen and (max-width: 575px) {
    .typo3-shell .benefit_teaser .last_item_content {
        min-height: 263px
    }
}

.typo3-shell .scroll-top {
    background-color: #ffffff;
    width: 48px;
    height: 48px;
    bottom: 14px;
    right: 0
}

.typo3-shell #advice, .typo3-shell #advice2, .typo3-shell #advice3 {
    outline: 1px solid #7b92a9;
    text-align: left;
    border-top: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 16px
}

.typo3-shell #advice .advice_content, .typo3-shell #advice .advice2_content, .typo3-shell #advice .advice3_content, .typo3-shell #advice2 .advice_content, .typo3-shell #advice2 .advice2_content, .typo3-shell #advice2 .advice3_content, .typo3-shell #advice3 .advice_content, .typo3-shell #advice3 .advice2_content, .typo3-shell #advice3 .advice3_content {
    background: #ffffff;
    padding: 20px;
    color: white;
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -20%;
    z-index: 9191
}

.typo3-shell #advice .advice_content .frame, .typo3-shell #advice .advice2_content .frame, .typo3-shell #advice .advice3_content .frame, .typo3-shell #advice2 .advice_content .frame, .typo3-shell #advice2 .advice2_content .frame, .typo3-shell #advice2 .advice3_content .frame, .typo3-shell #advice3 .advice_content .frame, .typo3-shell #advice3 .advice2_content .frame, .typo3-shell #advice3 .advice3_content .frame {
    padding-bottom: 0;
    padding-top: 0
}

.typo3-shell #advice .advice_content p, .typo3-shell #advice .advice_content a, .typo3-shell #advice .advice2_content p, .typo3-shell #advice .advice2_content a, .typo3-shell #advice .advice3_content p, .typo3-shell #advice .advice3_content a, .typo3-shell #advice2 .advice_content p, .typo3-shell #advice2 .advice_content a, .typo3-shell #advice2 .advice2_content p, .typo3-shell #advice2 .advice2_content a, .typo3-shell #advice2 .advice3_content p, .typo3-shell #advice2 .advice3_content a, .typo3-shell #advice3 .advice_content p, .typo3-shell #advice3 .advice_content a, .typo3-shell #advice3 .advice2_content p, .typo3-shell #advice3 .advice2_content a, .typo3-shell #advice3 .advice3_content p, .typo3-shell #advice3 .advice3_content a {
    color: white;
    text-decoration: none
}

.typo3-shell #advice .advice_content a:hover, .typo3-shell #advice .advice2_content a:hover, .typo3-shell #advice .advice3_content a:hover, .typo3-shell #advice2 .advice_content a:hover, .typo3-shell #advice2 .advice2_content a:hover, .typo3-shell #advice2 .advice3_content a:hover, .typo3-shell #advice3 .advice_content a:hover, .typo3-shell #advice3 .advice2_content a:hover, .typo3-shell #advice3 .advice3_content a:hover {
    text-decoration: underline
}

@media (max-width: 1300px) {
    .typo3-shell #advice .advice_content, .typo3-shell #advice .advice2_content, .typo3-shell #advice .advice3_content, .typo3-shell #advice2 .advice_content, .typo3-shell #advice2 .advice2_content, .typo3-shell #advice2 .advice3_content, .typo3-shell #advice3 .advice_content, .typo3-shell #advice3 .advice2_content, .typo3-shell #advice3 .advice3_content {
        width: 60%;
        margin-left: -30%;
        top: 40%
    }
}

@media (max-width: 991px) {
    .typo3-shell #advice .advice_content, .typo3-shell #advice .advice2_content, .typo3-shell #advice .advice3_content, .typo3-shell #advice2 .advice_content, .typo3-shell #advice2 .advice2_content, .typo3-shell #advice2 .advice3_content, .typo3-shell #advice3 .advice_content, .typo3-shell #advice3 .advice2_content, .typo3-shell #advice3 .advice3_content {
        width: 80%;
        margin-left: -40%;
        top: 30%
    }
}

@media (max-width: 768px) {
    .typo3-shell #advice .advice_content, .typo3-shell #advice .advice2_content, .typo3-shell #advice .advice3_content, .typo3-shell #advice2 .advice_content, .typo3-shell #advice2 .advice2_content, .typo3-shell #advice2 .advice3_content, .typo3-shell #advice3 .advice_content, .typo3-shell #advice3 .advice2_content, .typo3-shell #advice3 .advice3_content {
        width: 90%;
        margin-left: -45%;
        top: 30%
    }
}

@media (max-width: 499px) {
    .typo3-shell #advice .advice_content, .typo3-shell #advice .advice2_content, .typo3-shell #advice .advice3_content, .typo3-shell #advice2 .advice_content, .typo3-shell #advice2 .advice2_content, .typo3-shell #advice2 .advice3_content, .typo3-shell #advice3 .advice_content, .typo3-shell #advice3 .advice2_content, .typo3-shell #advice3 .advice3_content {
        width: 90%;
        margin-left: -45%;
        top: 35%
    }

    .typo3-shell #advice .advice_content .frame p, .typo3-shell #advice .advice2_content .frame p, .typo3-shell #advice .advice3_content .frame p, .typo3-shell #advice2 .advice_content .frame p, .typo3-shell #advice2 .advice2_content .frame p, .typo3-shell #advice2 .advice3_content .frame p, .typo3-shell #advice3 .advice_content .frame p, .typo3-shell #advice3 .advice2_content .frame p, .typo3-shell #advice3 .advice3_content .frame p {
        line-height: 1.2
    }

    .typo3-shell #advice .advice_content .backhome, .typo3-shell #advice .advice2_content .backhome, .typo3-shell #advice .advice3_content .backhome, .typo3-shell #advice2 .advice_content .backhome, .typo3-shell #advice2 .advice2_content .backhome, .typo3-shell #advice2 .advice3_content .backhome, .typo3-shell #advice3 .advice_content .backhome, .typo3-shell #advice3 .advice2_content .backhome, .typo3-shell #advice3 .advice3_content .backhome {
        margin-top: 10px
    }
}

.typo3-shell #advice .advice_content .adviceButtons, .typo3-shell #advice .advice_content .adviceButtons2, .typo3-shell #advice .advice2_content .adviceButtons, .typo3-shell #advice .advice2_content .adviceButtons2, .typo3-shell #advice .advice3_content .adviceButtons, .typo3-shell #advice .advice3_content .adviceButtons2, .typo3-shell #advice2 .advice_content .adviceButtons, .typo3-shell #advice2 .advice_content .adviceButtons2, .typo3-shell #advice2 .advice2_content .adviceButtons, .typo3-shell #advice2 .advice2_content .adviceButtons2, .typo3-shell #advice2 .advice3_content .adviceButtons, .typo3-shell #advice2 .advice3_content .adviceButtons2, .typo3-shell #advice3 .advice_content .adviceButtons, .typo3-shell #advice3 .advice_content .adviceButtons2, .typo3-shell #advice3 .advice2_content .adviceButtons, .typo3-shell #advice3 .advice2_content .adviceButtons2, .typo3-shell #advice3 .advice3_content .adviceButtons, .typo3-shell #advice3 .advice3_content .adviceButtons2 {
    text-align: center
}

@media (max-width: 767px) {
    .typo3-shell #advice .advice_content .adviceButtons, .typo3-shell #advice .advice_content .adviceButtons2, .typo3-shell #advice .advice2_content .adviceButtons, .typo3-shell #advice .advice2_content .adviceButtons2, .typo3-shell #advice .advice3_content .adviceButtons, .typo3-shell #advice .advice3_content .adviceButtons2, .typo3-shell #advice2 .advice_content .adviceButtons, .typo3-shell #advice2 .advice_content .adviceButtons2, .typo3-shell #advice2 .advice2_content .adviceButtons, .typo3-shell #advice2 .advice2_content .adviceButtons2, .typo3-shell #advice2 .advice3_content .adviceButtons, .typo3-shell #advice2 .advice3_content .adviceButtons2, .typo3-shell #advice3 .advice_content .adviceButtons, .typo3-shell #advice3 .advice_content .adviceButtons2, .typo3-shell #advice3 .advice2_content .adviceButtons, .typo3-shell #advice3 .advice2_content .adviceButtons2, .typo3-shell #advice3 .advice3_content .adviceButtons, .typo3-shell #advice3 .advice3_content .adviceButtons2 {
        margin-top: 10px
    }
}

.typo3-shell .linkhome {
    margin-right: 10px;
    margin-bottom: 5px
}

.typo3-shell .backhome {
    margin-bottom: 5px
}

.typo3-shell .adviceCloser, .typo3-shell .adviceCloser2, .typo3-shell .backhome {
    color: #ffffff;
    font: 16px/100% arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    width: 165px;
    text-align: center;
    padding: 10px 10px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff
}

.typo3-shell .adviceCloser:hover, .typo3-shell .adviceCloser2:hover, .typo3-shell .backhome:hover {
    background: #ffffff;
    border: 1px solid #fff;
    color: #fff
}

@media (max-width: 414px) {
    .typo3-shell .adviceButtons, .typo3-shell .adviceButtons2 {
        display: flex
    }
}

.typo3-shell .popover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333
}

.typo3-shell .popover span {
    font-size: 1.07692rem
}

.typo3-shell a#userlike-tab.userlike-left, .typo3-shell a#userlike-tab.userlike-right {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px
}

.typo3-shell .iframe-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

.typo3-shell .iframe-wrapper iframe {
    height: 100%;
    width: 100%
}

.typo3-shell .layerWrap {
    position: absolute;
    display: flex;
    bottom: 155px;
    width: 100%;
    height: auto
}

.typo3-shell .layerWrap .stageLinkLayer {
    position: relative;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 60%;
    padding: 10px;
    background-color: #ffffff;
    opacity: 0.8
}

.typo3-shell .layerWrap .stageLinkLayer p {
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin: 0
}

@media (max-width: 1450px) {
    .typo3-shell .layerWrap .stageLinkLayer {
        width: 80%
    }
}

@media (max-width: 1088px) {
    .typo3-shell .layerWrap .stageLinkLayer {
        width: 90%
    }
}

@media (max-width: 499px) {
    .typo3-shell .layerWrap .stageLinkLayer {
        width: 75%;
        margin: 0 auto
    }

    .typo3-shell .layerWrap .stageLinkLayer p {
        font-size: 16px
    }
}

@media (max-width: 992px) {
    .typo3-shell .layerWrap {
        bottom: 75px
    }
}

.typo3-shell .social-opt-in-wrapper {
    justify-content: flex-start !important
}

@media (max-width: 421px) {
    .typo3-shell .social-opt-in__buttons {
        display: block !important
    }
}

@media (max-width: 992px) {
    .typo3-shell .social-opt-in__button {
        height: 50px !important
    }
}

@media (max-width: 571px) {
    .typo3-shell .social-opt-in__button {
        height: 65px !important
    }
}

@media (max-width: 499px) {
    .typo3-shell .social-opt-in__button {
        height: 75px !important
    }
}

@media (max-width: 421px) {
    .typo3-shell .social-opt-in__button {
        height: 45px !important
    }
}

.typo3-shell #social-opt-in {
    top: unset !important;
    bottom: 20px;
    padding: 20px 50px !important
}

.typo3-shell .social-opt-in--visible p {
    font-size: 13px
}

.typo3-shell .social-opt-in--visible .social-opt-in-headline {
    font-size: 21px;
    color: #ffffff
}

.typo3-shell .social-opt-in--visible a {
    color: #ffffff
}

.typo3-shell #all-opt-in-toggle {
    background-color: #ffffff;
    color: #fff;
    border-color: #ffffff
}

.typo3-shell #statistic-opt-in-toggle, .typo3-shell #necessary-opt-in-toggle {
    color: #ffffff;
    border-color: #ffffff
}

.typo3-shell .social-opt-in__nav .social-opt-in__dataprivacy-url, .typo3-shell .social-opt-in__nav .social-opt-in__imprint-url {
    font-size: 16px
}

.typo3-shell #social-opt-in__details-toggle {
    font-size: 16px
}

.typo3-shell .social-opt-in__buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
}

.typo3-shell .backendlayout-destino_sub_simple {
    background-color: #f4f4f4
}

.typo3-shell .backendlayout-destino_sub_simple .content {
    margin-top: 0
}

.typo3-shell .backendlayout-destino_sub_simple .frame-background-light {
    background-color: #fff
}

.typo3-shell .backendlayout-destino_sub_simple h1, .typo3-shell .backendlayout-destino_sub_simple .h1 {
    font-size: 36px;
    font-weight: 500
}

.typo3-shell .backendlayout-destino_sub_simple h2, .typo3-shell .backendlayout-destino_sub_simple .h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0.5rem
}

.typo3-shell .backendlayout-destino_sub_simple h4, .typo3-shell .backendlayout-destino_sub_simple .h4 {
    font-weight: bold
}

.typo3-shell .backendlayout-destino_sub_simple label {
    color: #666;
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .typo3-shell .backendlayout-destino_sub_simple .frame {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

.typo3-shell .backendlayout-destino_sub_simple .myptgteaser .text p {
    line-height: 1.5
}

.typo3-shell .backendlayout-destino_sub_simple .myptgteaser .benefits {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.typo3-shell .backendlayout-destino_sub_simple .myptgteaser .benefits .item {
    flex: 1 0 200px;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
    margin-left: 10px;
    margin-top: 0
}

@media (min-width: 410px) {
    .typo3-shell .backendlayout-destino_sub_simple .myptgteaser .benefits .item {
        max-width: calc(50% - 10px)
    }
}

.typo3-shell .backendlayout-destino_sub_simple .form-error {
    border-color: red
}

.typo3-shell .backendlayout-destino_sub_simple .myptgaccountnav {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .typo3-shell .backendlayout-destino_sub_simple .myptgaccountnav {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

.typo3-shell .backendlayout-destino_sub_simple .myptgaccountnav li {
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid rgba(65, 65, 65, 0.05);
    border-right: 1px solid rgba(65, 65, 65, 0.05)
}

@media (min-width: 768px) {
    .typo3-shell .backendlayout-destino_sub_simple .myptgaccountnav li {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.typo3-shell .backendlayout-destino_sub_simple .myptgaccountnav li a {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 20px
}

.typo3-shell .backendlayout-destino_sub_simple .myptgaccountnav li a:hover {
    background-color: #efefef
}

@media (min-width: 768px) {
    .typo3-shell .backendlayout-destino_sub_simple .myptgaccountnav li a {
        text-align: center;
        padding: 10px 0
    }
}

.typo3-shell .backendlayout-destino_sub_simple .myptgaccountnav li.active a {
    color: #f00
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .form-control, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .form-group input[type="file"], .form-group .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco input[type="file"], .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .frame-type-felogin_login input[type="text"], .frame-type-felogin_login .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco input[type="text"], .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .frame-type-felogin_login input[type="password"], .frame-type-felogin_login .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco input[type="password"] {
    color: #494949
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .frame {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .gray {
    color: #666
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .orange {
    color: orange
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .green {
    color: green
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .textleft {
    text-align: left
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .infobox table tr td {
    text-align: right;
    padding: 0 5px
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 1.5em
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tr th, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tr th {
    color: #666666;
    font-size: 80%;
    padding: 15px;
    vertical-align: top;
    text-align: right
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tr th.textleft, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tr th.textleft {
    text-align: left
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tr td, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tr td {
    padding: 15px;
    text-align: right
}

.typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tr td.textleft, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tr td.textleft {
    text-align: left
}

@media (max-width: 768px) {
    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings table, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings thead, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tbody, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings th, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tr, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers table, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers thead, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tbody, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers th, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers td, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tr {
        display: block
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings thead tr, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tr td, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tr td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tr td:before, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tr td:before {
        position: absolute;
        top: 0;
        left: 10px;
        width: 45%;
        padding: 15px;
        white-space: nowrap;
        text-align: left
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings tr td.mobile-textright, .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers tr td.mobile-textright {
        text-align: right
    }
}

@media (max-width: 768px) {
    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td:nth-of-type(1):before {
        content: "Buchungsdatum:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td:nth-of-type(2):before {
        content: "Vorgang:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td:nth-of-type(3):before {
        content: "Reisebeginn:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td:nth-of-type(4):before {
        content: "Reiseziel:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td:nth-of-type(5):before {
        content: "Reisepreis:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td:nth-of-type(6):before {
        content: "Rückvergütung:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td:nth-of-type(7):before {
        content: "Status:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .mybookings td:nth-of-type(8):before {
        content: "Auszahlungsdatum:"
    }
}

@media (max-width: 768px) {
    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers td:nth-of-type(1):before {
        content: "Gutscheincode:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers td:nth-of-type(2):before {
        content: "Datum Einlösung:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers td:nth-of-type(3):before {
        content: "Reisebeginn:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers td:nth-of-type(4):before {
        content: "Reiseziel:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers td:nth-of-type(5):before {
        content: "Gutschrift:"
    }

    .typo3-shell .backendlayout-destino_sub_simple .tx-sms-midoco .myvouchers td:nth-of-type(6):before {
        content: "Status:"
    }
}

.typo3-shell .tablesorter-default .header, .typo3-shell .tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px
}

.typo3-shell .tablesorter-default thead .headerSortUp, .typo3-shell .tablesorter-default thead .tablesorter-headerSortUp, .typo3-shell .tablesorter-default thead .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    border-bottom: #000 2px solid
}

.typo3-shell .tablesorter-default thead .headerSortDown, .typo3-shell .tablesorter-default thead .tablesorter-headerSortDown, .typo3-shell .tablesorter-default thead .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    border-bottom: #000 2px solid
}

.typo3-shell .tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px
}

.typo3-shell .tablesorter-default tfoot .tablesorter-headerSortUp, .typo3-shell .tablesorter-default tfoot .tablesorter-headerSortDown, .typo3-shell .tablesorter-default tfoot .tablesorter-headerAsc, .typo3-shell .tablesorter-default tfoot .tablesorter-headerDesc {
    border-top: #000 2px solid
}

.typo3-shell .tablesorter-default td {
    background-color: #fff;
    border-bottom: #ccc 1px solid;
    padding: 4px;
    vertical-align: top
}

.typo3-shell .tablesorter-default .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important
}

.typo3-shell .tablesorter-default tr.odd > td {
    background-color: #f4f4f4
}

.typo3-shell .tablesorter-default tr.even > td {
    background-color: #fff
}

.typo3-shell .tablesorter-default tr.odd td.primary {
    background-color: #bfbfbf
}

.typo3-shell .tablesorter-default td.primary, .typo3-shell .tablesorter-default tr.even td.primary {
    background-color: #d9d9d9
}

.typo3-shell .tablesorter-default tr.odd td.secondary {
    background-color: #d9d9d9
}

.typo3-shell .tablesorter-default td.secondary, .typo3-shell .tablesorter-default tr.even td.secondary {
    background-color: #e6e6e6
}

.typo3-shell .tablesorter-default tr.odd td.tertiary {
    background-color: #e6e6e6
}

.typo3-shell .tablesorter-default td.tertiary, .typo3-shell .tablesorter-default tr.even td.tertiary {
    background-color: #f2f2f2
}

.typo3-shell .tablesorter-default > caption {
    background-color: #fff
}

.typo3-shell .tablesorter-default .tablesorter-filter-row {
    background-color: #eee
}

.typo3-shell .tablesorter-default .tablesorter-filter-row td {
    background-color: #eee;
    border-bottom: #ccc 1px solid;
    line-height: normal;
    text-align: center;
    -webkit-transition: line-height 0.1s ease;
    -moz-transition: line-height 0.1s ease;
    -o-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease
}

.typo3-shell .tablesorter-default .tablesorter-filter-row .disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed
}

.typo3-shell .tablesorter-default .tablesorter-filter-row.hideme td {
    padding: 2px;
    margin: 0;
    line-height: 0;
    cursor: pointer
}

.typo3-shell .tablesorter-default .tablesorter-filter-row.hideme * {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.typo3-shell .tablesorter-default input.tablesorter-filter, .typo3-shell .tablesorter-default select.tablesorter-filter {
    width: 95%;
    height: auto;
    margin: 4px auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease
}

.typo3-shell .tablesorter .filtered {
    display: none
}

.typo3-shell .tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99
}

.typo3-shell h5.delete-account, .typo3-shell .delete-account.h5 {
    font-size: 15px
}

.typo3-shell .underline {
    text-decoration: underline !important
}

.typo3-shell #ab-iframe {
    width: 100%
}

.typo3-shell #spinner {
    outline: 1px solid #7b92a9;
    text-align: left;
    border-top: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    overflow: hidden;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 16px
}

.typo3-shell #spinner .advice_content {
    background: #37435a;
    padding: 20px;
    color: #ffffff;
    width: 40%;
    height: auto;
    position: absolute;
    top: calc(50% - 100px);
    left: 50%;
    margin-top: 0;
    margin-left: -20%;
    z-index: 9191
}

.typo3-shell .advice_content .loader {
    border: 8px solid #ffffff;
    border-top: 8px solid #ee0000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin: 0 auto
}

.typo3-shell .advice_content .spinner-text {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff
}

.typo3-shell .spinner-text-line2 {
    white-space: nowrap
}

@keyframes spin {

.typo3-shell

0
%
{
    transform: rotate(0deg)
}
.typo3-shell

100
%
{
    transform: rotate(360deg)
}
}
.typo3-shell .gallery-row {
    justify-content: center
}

.typo3-shell footer .showQuicknavi {
    display: none
}

@media (max-width: 576px) {
    .typo3-shell #spinner .advice_content {
        width: 80%;
        margin-left: -40%
    }

    .typo3-shell .spinner-text-line2 {
        display: block
    }

    .typo3-shell footer .showQuicknavi {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/showQuicknavi.png") !important;
        background-repeat: no-repeat;
        background-size: 80%;
        background-position-x: 6px;
        background-position-y: 4px;
        color: white;
        padding: 0 0;
        line-height: 37px;
        font-weight: 700;
        position: fixed;
        z-index: 88;
        bottom: 14px;
        left: 5px;
        font-size: 24px;
        text-align: center;
        border-radius: 25px
    }

    .typo3-shell footer .showQuicknavi.close {
        line-height: 40px
    }

    .typo3-shell .floatingNavigation {
        position: fixed
    }

    .typo3-shell .floatingNavigation.hidden {
        right: -50px
    }
}

.typo3-shell .frame-type-gridelements_pi1 .frame-container .row {
    align-items: start
}

.typo3-shell .frame-type-gridelements_pi1 .frame-container .row .home2go {
    margin: 0 !important
}

.typo3-shell .form-element-check.is-invalid .invalid-feedback {
    display: block
}

.typo3-shell .form-element-check .form-check-label span a {
    font-weight: bold
}

.typo3-shell .checkbox .form-check span a {
    font-weight: bold
}

.typo3-shell .checkbox .form-check span a:hover {
    text-decoration: underline
}

.typo3-shell .fti-hinweis {
    position: relative;
    top: 51px;
    height: 25px;
    width: 100%;
    background-color: rgba(19, 26, 47, 0.75);
    text-align: center;
    z-index: 11
}

.typo3-shell .fti-hinweis p.fti-text {
    color: white;
    line-height: 25px;
    font-size: 14px
}

.typo3-shell .fti-hinweis p.fti-text a {
    color: white;
    line-height: 25px;
    font-size: 14px;
    border-bottom: 1px solid #ffad00
}

.typo3-shell .fti-hinweis p.fti-text a:hover {
    color: #ffad00;
    border-bottom: none;
    background-color: transparent
}

@media (max-width: 990px) {
    .typo3-shell .fti-hinweis p.fti-text {
        font-size: 12px
    }

    .typo3-shell .fti-hinweis p.fti-text a {
        font-size: 12px
    }
}

@media (max-width: 710px) {
    .typo3-shell .backendlayout-destino .co-branding + .header {
        top: 95px
    }

    .typo3-shell .backendlayout-destino .co-branding + .header.scrolled {
        top: 15px
    }

    .typo3-shell .fti-hinweis {
        height: 40px;
        line-height: 40px;
        padding-top: 11px
    }

    .typo3-shell .fti-hinweis p.fti-text {
        font-size: 12px;
        line-height: 5px
    }

    .typo3-shell .fti-hinweis p.fti-text a {
        font-size: 12px
    }
}

@media (max-width: 440px) {
    .typo3-shell .backendlayout-destino .co-branding + .header {
        top: 95px
    }

    .typo3-shell .backendlayout-destino .co-branding + .header.scrolled {
        top: 15px
    }

    .typo3-shell .fti-hinweis {
        height: 40px;
        line-height: 40px;
        padding-top: 5px
    }

    .typo3-shell .fti-hinweis p.fti-text {
        font-size: 12px;
        line-height: 12px
    }

    .typo3-shell .fti-hinweis p.fti-text a {
        font-size: 12px;
        line-height: 5px
    }
}

@media (max-width: 360px) {
    .typo3-shell .fti-hinweis {
        height: 40px;
        line-height: 40px;
        padding-top: 5px
    }

    .typo3-shell .fti-hinweis p.fti-text {
        font-size: 11px;
        line-height: 11px
    }

    .typo3-shell .fti-hinweis p.fti-text a {
        font-size: 11px;
        line-height: 5px
    }
}

.typo3-shell .pw-reset {
    display: block;
    width: 210px;
    padding: 0 5px;
    margin: 10px 0;
    font-size: 1em;
    font-weight: 400;
    height: 30px
}

.typo3-shell .space-after {
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .typo3-shell .menu_container {
        background-color: #336ac6
    }

    .typo3-shell .menu_container .menu_close {
        background: #fff
    }

    .typo3-shell .menu_container .menu_close::after {
        background: #fff
    }

    .typo3-shell .menu_container #mobilenavigation {
        background-color: #336ac6;
        padding-left: 0;
        padding-right: 0
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list {
        padding-left: 0 !important
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item {
        padding: 5px 0 5px 0;
        border-bottom: 1px solid #244b73
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.dropdown {
        padding-bottom: 0
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.dropdown.show {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.Pauschalreisen {
        padding-left: 20px;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Pauschalreisen.png") !important;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position-x: 18px;
        background-position-y: 13px;
        padding-left: 60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.Erlebnisreisen {
        padding-left: 20px;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Erlebnisreisen.png") !important;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position-x: 22px;
        background-position-y: 13px;
        padding-left: 60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.Flüge {
        padding-left: 20px;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Fluege.png") !important;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position-x: 18px;
        background-position-y: 14px;
        padding-left: 60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.Unterkünfte {
        padding-left: 20px;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Unterkuenfte.png") !important;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position-x: 18px;
        background-position-y: 13px;
        padding-left: 60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.Kreuzfahrten {
        padding-left: 20px;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Kreuzfahrten.png") !important;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position-x: 18px;
        background-position-y: 13px;
        padding-left: 60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.Mietwagen {
        padding-left: 20px;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Mietwagen.png") !important;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position-x: 18px;
        background-position-y: 13px;
        padding-left: 60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.Extras {
        padding-left: 20px;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Extras.png") !important;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position-x: 19px;
        background-position-y: 11px;
        padding-left: 60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item.Specials {
        padding-left: 20px;
        background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Extras.png") !important;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position-x: 19px;
        background-position-y: 11px;
        padding-left: 60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item button {
        color: #fff;
        font-weight: 300;
        font-size: 22px;
        padding: 10px 0;
        display: block;
        width: 100%;
        text-align: left
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item button::after {
        display: unset;
        float: right;
        margin: 10px 20px 0 10px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item ul.dropdown-menu {
        border-radius: 0;
        background-color: #50a0f2;
        padding: 0;
        margin: 0;
        margin-left: -60px
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item ul.dropdown-menu li a {
        margin-left: 19px;
        font-size: 17px;
        color: #fff
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item ul.dropdown-menu li a:active, .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item ul.dropdown-menu li a:focus, .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item ul.dropdown-menu li a:hover {
        background-color: initial
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item ul.dropdown-menu li a:focus-visible {
        outline-color: unset;
        outline-style: none
    }

    .typo3-shell .menu_container #mobilenavigation .main_nav_list li.main_nav_item ul.dropdown-menu li {
        margin: 0;
        padding: 4px 0 4px 0;
        border-bottom: 1px solid #95c9ff;
        border-top: 1px solid #1f4163
    }
}

.typo3-shell #quicksearch .tabs-wrapper {
    position: relative;
    margin-top: -45px;
    margin-bottom: 15px
}

.typo3-shell #quicksearch .tabs-wrapper .info-tab {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 10px;
    position: relative;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: none
}

.typo3-shell #quicksearch .tabs-wrapper .tab-indicator {
    position: absolute;
    height: 3px;
    width: 0;
    background-color: rgba(19, 26, 47, 0.75);
    bottom: 0;
    transition: left 0.3s ease-out, width 0.3s ease-out
}

.typo3-shell #quicksearch .tabs-wrapper .tab1 {
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Pauschalreisen_Blue.png") !important;
    background-size: 28%;
    background-position: 2px 6px
}

.typo3-shell #quicksearch .tabs-wrapper .tab2 {
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Unterkuenfte_Blue.png") !important;
    background-size: 28%;
    background-position: 2px 8px
}

.typo3-shell #quicksearch .tabs-wrapper .tab3 {
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Mietwagen_Blue.png") !important;
    background-size: 21%;
    background-position: 2px 6px
}

.typo3-shell #quicksearch .tabs-wrapper .tab4 {
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/Extras_Blue.png") !important;
    background-size: 18%;
    background-position: 2px 6px
}

.typo3-shell #quicksearch .tabs-wrapper .tab5 {
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/navi-icons/FeWo_Blue.png") !important;
    background-size: 31%;
    background-position: 2px 6px
}

.typo3-shell #quicksearch .tab_container2, .typo3-shell #quicksearch .tab_container3, .typo3-shell #quicksearch .tab_container4, .typo3-shell #quicksearch .tab_container6, .typo3-shell #quicksearch .tab_container7 {
    display: none
}

.typo3-shell #quicksearch .tab_container3, .typo3-shell #quicksearch .tab_container4 {
    height: 100%;
    padding-bottom: 15px
}

.typo3-shell #quicksearch .tab_container3 .textLink, .typo3-shell #quicksearch .tab_container4 .textLink {
    display: inline-block;
    border-bottom: 0;
    margin-top: 15px
}

.typo3-shell #quicksearch .tab_container4 .frame, .typo3-shell #quicksearch .tab_container5 .frame {
    --frame-spacing: none !important;
    margin-top: 10px
}

.typo3-shell #quicksearch .tab_container4 .frame #getyourguide p, .typo3-shell #quicksearch .tab_container5 .frame #getyourguide p {
    display: inline;
    margin-right: 20px
}

.typo3-shell .section_title div {
    font-size: 22px
}

@media screen and (max-width: 575px) {
    .typo3-shell .section_title div {
        font-size: 14px
    }
}

@media screen and (min-width: 1064px) {
    .typo3-shell #quicksearch .tab_container2 {
        height: 145px
    }
}

@media screen and (max-width: 700px) {
    .typo3-shell #quicksearch .info-tab {
        font-size: 12px;
        width: 40px;
        height: 40px;
        background-position: center !important;
        margin-top: -11px;
        background-size: 64% !important
    }

    .typo3-shell #quicksearch .info-tab span {
        display: none
    }

    .typo3-shell #quicksearch .tab-indicator {
        bottom: 3px !important
    }
}

@media screen and (max-width: 503px) {
    .typo3-shell #quicksearch .tabs-wrapper {
        margin-top: -42px
    }

    .typo3-shell #quicksearch .info-tab {
        font-size: 10px
    }
}

@media screen and (max-width: 445px) {
    .typo3-shell #quicksearch .tabs-wrapper {
        margin-top: -42px
    }

    .typo3-shell #quicksearch .info-tab {
        font-size: 9px;
        padding: 10px 5px !important
    }
}

@media screen and (max-width: 388px) {
    .typo3-shell #quicksearch .tabs-wrapper {
        margin-top: -42px
    }

    .typo3-shell #quicksearch .info-tab {
        font-size: 8px;
        padding: 10px 5px !important
    }
}

@media screen and (max-width: 767px) {
    .typo3-shell #quicksearch .tab_container4 p a {
        width: 255px;
        margin-bottom: 20px
    }
}

.typo3-shell .bookingrules {
    margin-right: 10px
}

.typo3-shell .booking #booking p {
    display: table
}

.typo3-shell .booking #booking p input, .typo3-shell .booking #booking p label {
    display: table-cell;
    line-height: 22px
}

.typo3-shell .backendlayout-destino_sub_simple label {
    color: #131a2f;
    margin-bottom: 0
}

.typo3-shell #advice2, .typo3-shell #advice3 {
    outline: none;
    border-top: none;
    visibility: hidden;
    overflow: hidden
}

.typo3-shell #advice2 .home.ibe, .typo3-shell #advice3 .home.ibe {
    display: none
}

.typo3-shell #advice2 span.fa-user-circle.overlay, .typo3-shell #advice3 span.fa-user-circle.overlay {
    font-size: 30px;
    line-height: 50px;
    color: white;
    background-color: #E2001A;
    width: 100%;
    height: 100%;
    text-align: center
}

.typo3-shell #advice2.collapsed, .typo3-shell #advice3.collapsed {
    border-top: none
}

.typo3-shell #advice2 .advice2_content, .typo3-shell #advice2 .advice3_content, .typo3-shell #advice3 .advice2_content, .typo3-shell #advice3 .advice3_content {
    transition: all 0.5s ease;
    color: #131a2f;
    left: unset;
    right: 0;
    width: 70%;
    padding: 40px 50px 40px 0;
    background-color: white
}

@media (max-width: 499px) {
    .typo3-shell #advice2 .advice2_content, .typo3-shell #advice2 .advice3_content, .typo3-shell #advice3 .advice2_content, .typo3-shell #advice3 .advice3_content {
        padding: 40px 0 40px 0
    }
}

.typo3-shell #advice2 .advice2_content a, .typo3-shell #advice2 .advice2_content p, .typo3-shell #advice2 .advice3_content a, .typo3-shell #advice2 .advice3_content p, .typo3-shell #advice3 .advice2_content a, .typo3-shell #advice3 .advice2_content p, .typo3-shell #advice3 .advice3_content a, .typo3-shell #advice3 .advice3_content p {
    color: #ffffff
}

.typo3-shell #advice2 .advice2_content .btn-primary, .typo3-shell #advice2 .advice2_content .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .typo3-shell #advice2 .advice2_content input[type="submit"], .typo3-shell #advice2 .advice3_content .btn-primary, .typo3-shell #advice2 .advice3_content .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .typo3-shell #advice2 .advice3_content input[type="submit"], .typo3-shell #advice3 .advice2_content .btn-primary, .typo3-shell #advice3 .advice2_content .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .typo3-shell #advice3 .advice2_content input[type="submit"], .typo3-shell #advice3 .advice3_content .btn-primary, .typo3-shell #advice3 .advice3_content .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .typo3-shell #advice3 .advice3_content input[type="submit"] {
    color: #fff;
    background-color: #E2001A;
    border: 0
}

.typo3-shell #advice2 .advice2_content .btn-primary:hover, .typo3-shell #advice2 .advice2_content .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login .typo3-shell #advice2 .advice2_content input[type="submit"]:hover, .typo3-shell #advice2 .advice3_content .btn-primary:hover, .typo3-shell #advice2 .advice3_content .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login .typo3-shell #advice2 .advice3_content input[type="submit"]:hover, .typo3-shell #advice3 .advice2_content .btn-primary:hover, .typo3-shell #advice3 .advice2_content .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login .typo3-shell #advice3 .advice2_content input[type="submit"]:hover, .typo3-shell #advice3 .advice3_content .btn-primary:hover, .typo3-shell #advice3 .advice3_content .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login .typo3-shell #advice3 .advice3_content input[type="submit"]:hover {
    text-decoration: none
}

.typo3-shell #advice2 .advice2_content span.icon-closer, .typo3-shell #advice2 .advice3_content span.icon-closer, .typo3-shell #advice3 .advice2_content span.icon-closer, .typo3-shell #advice3 .advice3_content span.icon-closer {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    background-color: transparent;
    background-image: url("../../../../_assets/707ef90270b5b9ff1aa1308d1728d45d/Icons/closer.svg") !important;
    background-repeat: no-repeat;
    background-size: 100%;
    border: none
}

.typo3-shell #advice2 .advice2_content span.icon-closer:hover, .typo3-shell #advice2 .advice3_content span.icon-closer:hover, .typo3-shell #advice3 .advice2_content span.icon-closer:hover, .typo3-shell #advice3 .advice3_content span.icon-closer:hover {
    transform: rotate(45deg);
    transition: all 0.5s;
    background-color: transparent
}

.typo3-shell #advice2 .advice2_content a, .typo3-shell #advice2 .advice3_content a, .typo3-shell #advice3 .advice2_content a, .typo3-shell #advice3 .advice3_content a {
    display: inline-block
}

.typo3-shell #advice2 .advice2_content .advice2Buttons, .typo3-shell #advice2 .advice3_content .advice2Buttons, .typo3-shell #advice3 .advice2_content .advice2Buttons, .typo3-shell #advice3 .advice3_content .advice2Buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    display: none
}

.typo3-shell #advice2 .advice2_content .adviceBtn, .typo3-shell #advice2 .advice2_content advice2Btn, .typo3-shell #advice2 .advice3_content .adviceBtn, .typo3-shell #advice2 .advice3_content advice2Btn, .typo3-shell #advice3 .advice2_content .adviceBtn, .typo3-shell #advice3 .advice2_content advice2Btn, .typo3-shell #advice3 .advice3_content .adviceBtn, .typo3-shell #advice3 .advice3_content advice2Btn {
    color: #ffffff;
    font: 16px / 100% arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    width: 165px;
    text-align: center;
    padding: 10px 10px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ffffff
}

.typo3-shell #advice2 .advice2_content .adviceBtn:hover, .typo3-shell #advice2 .advice2_content advice2Btn:hover, .typo3-shell #advice2 .advice3_content .adviceBtn:hover, .typo3-shell #advice2 .advice3_content advice2Btn:hover, .typo3-shell #advice3 .advice2_content .adviceBtn:hover, .typo3-shell #advice3 .advice2_content advice2Btn:hover, .typo3-shell #advice3 .advice3_content .adviceBtn:hover, .typo3-shell #advice3 .advice3_content advice2Btn:hover {
    background-color: #ffffff;
    color: white
}

.typo3-shell #advice2 .advice2_content .adviceBtn.btn2, .typo3-shell #advice2 .advice2_content advice2Btn.btn2, .typo3-shell #advice2 .advice3_content .adviceBtn.btn2, .typo3-shell #advice2 .advice3_content advice2Btn.btn2, .typo3-shell #advice3 .advice2_content .adviceBtn.btn2, .typo3-shell #advice3 .advice2_content advice2Btn.btn2, .typo3-shell #advice3 .advice3_content .adviceBtn.btn2, .typo3-shell #advice3 .advice3_content advice2Btn.btn2 {
    padding: 18px
}

.typo3-shell #advice2 .advice2_content .frame-background-light, .typo3-shell #advice2 .advice3_content .frame-background-light, .typo3-shell #advice3 .advice2_content .frame-background-light, .typo3-shell #advice3 .advice3_content .frame-background-light {
    background: transparent
}

@media screen and (max-width: 503px) {
    .typo3-shell .advice2_content, .typo3-shell .advice3_content {
        width: 100% !important;
        margin-top: -235px !important
    }

    .typo3-shell .advice2_content .equal-height, .typo3-shell .advice3_content .equal-height {
        margin: 5px 0
    }

    .typo3-shell .advice2_content ul, .typo3-shell .advice3_content ul {
        margin-bottom: 10px !important
    }
}

.typo3-shell .form-check-label {
    width: 100%;
    border: none
}

.typo3-shell .form-control:focus-visible, .typo3-shell .form-group input[type="file"]:focus-visible, .form-group .typo3-shell input[type="file"]:focus-visible, .typo3-shell .frame-type-felogin_login input[type="text"]:focus-visible, .frame-type-felogin_login .typo3-shell input[type="text"]:focus-visible, .typo3-shell .frame-type-felogin_login input[type="password"]:focus-visible, .frame-type-felogin_login .typo3-shell input[type="password"]:focus-visible, .typo3-shell .form-control:focus, .typo3-shell .form-group input[type="file"]:focus, .form-group .typo3-shell input[type="file"]:focus, .typo3-shell .frame-type-felogin_login input[type="text"]:focus, .frame-type-felogin_login .typo3-shell input[type="text"]:focus, .typo3-shell .frame-type-felogin_login input[type="password"]:focus, .frame-type-felogin_login .typo3-shell input[type="password"]:focus {
    box-shadow: none;
    border-color: #000
}

.typo3-shell nav#serviceNavigation {
    position: sticky;
    bottom: 0;
    z-index: 999;
    background: #fff;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 0 0 2px #c1c1c1;
    width: 380px;
    margin: 0 auto;
    height: 50px;
    overflow: visible;
    transform: translateZ(0);
    --deco-inset: 30px
}

.typo3-shell nav#serviceNavigation .decoline {
    height: 2px;
    width: calc(100% - (2 * var(--deco-inset)));
    background-color: #ee0000;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.typo3-shell nav#serviceNavigation .serviceNavigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    height: 100%;
    padding: 0 8px;
    overflow: visible
}

.typo3-shell nav#serviceNavigation .serviceNavigation > div {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px
}

.typo3-shell nav#serviceNavigation .serviceNavigation > div#cookieConsent a, .typo3-shell nav#serviceNavigation .serviceNavigation > div#liveChat a, .typo3-shell nav#serviceNavigation .serviceNavigation > div#contact a {
    background-color: #ffffff
}

.typo3-shell nav#serviceNavigation .serviceNavigation i {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    box-shadow: 1px 1px 2px #c1c1c1;
    transition: transform 150ms ease, box-shadow 150ms ease;
    transform-origin: center;
    will-change: transform
}

@media (hover: hover) and (pointer: fine) {
    .typo3-shell nav#serviceNavigation .serviceNavigation i:hover {
        transform: scale(1.08);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15)
    }
}

.typo3-shell nav#serviceNavigation .serviceNavigation i.userCircle {
    border-radius: 50px;
    box-shadow: none;
    background-color: #ee0000;
    height: 50px;
    width: 50px;
    border: none;
    padding: 4px;
    z-index: 4;
    transform: translateY(-18px);
    transition: transform 150ms ease
}

@media (hover: hover) and (pointer: fine) {
    .typo3-shell nav#serviceNavigation .serviceNavigation i.userCircle:hover {
        transform: translateY(-18px) scale(1.06);
        background-color: #c00000
    }
}

.typo3-shell nav#serviceNavigation .serviceNavigation i.userCircle svg {
    display: block;
    width: 40px;
    height: 40px
}

.typo3-shell nav#serviceNavigation .serviceNavigation i.contact {
    padding: 4px 4px 4px 6px
}

.typo3-shell nav#serviceNavigation .serviceNavigation i.contact svg {
    width: 20px
}

.typo3-shell nav#serviceNavigation .serviceNavigation i svg {
    display: block;
    width: 25px;
    height: 25px
}

.typo3-shell nav#serviceNavigation .serviceNavigation i img {
    width: 25px;
    height: 25px;
    display: block
}

.typo3-shell nav#serviceNavigation .serviceNavigation .scroll-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

@media (max-width: 768px) {
    .typo3-shell nav#serviceNavigation {
        position: fixed;
        left: 50%;
        transform: translateX(-50%) translateZ(0);
        width: min(380px, calc(100% - 16px));
        height: 50px;
        bottom: calc(var(--sv-bottom, 0px) + env(safe-area-inset-bottom, 0px))
    }

    .typo3-shell nav#serviceNavigation::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: calc(var(--sv-bottom, 0px) + env(safe-area-inset-bottom, 0px));
        background: #fff;
        pointer-events: none
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation {
        height: 50px;
        justify-content: space-between;
        padding: 0 var(--deco-inset);
        gap: 0
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation > div {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0
    }
}

@media (min-width: 992px) {
    .typo3-shell nav#serviceNavigation {
        position: fixed;
        inset: 50% 16px auto auto;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        overflow: visible
    }

    .typo3-shell nav#serviceNavigation .decoline {
        display: none
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 10px;
        height: auto;
        width: 58px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12)
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation > div {
        flex: 0 0 auto;
        min-height: unset;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation i {
        width: 40px;
        height: 40px;
        border-radius: 8px
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation i.userCircle {
        width: 52px;
        height: 52px;
        border-radius: 999px;
        transform: none;
        transition: transform 150ms ease, box-shadow 150ms ease;
        box-shadow: none
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation i.userCircle:hover {
        transform: scale(1.08);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        background-color: #c00000
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation i.userCircle svg {
        width: 44px;
        height: 44px
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation i.contact svg {
        width: 22px;
        height: 22px
    }

    .typo3-shell nav#serviceNavigation .serviceNavigation #backToTop i svg {
        width: 22px;
        height: 22px
    }

    .typo3-shell nav#serviceNavigation::after {
        display: none
    }
}

.typo3-shell .carousel .carousel-content-inner {
    height: 85%
}

.typo3-shell .carousel .carousel-indicators {
    bottom: 175px
}

.typo3-shell .carousel .carousel-control {
    width: 60px;
    top: -30px
}

.typo3-shell .carousel .carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

.typo3-shell .carousel .carousel-control .carousel-control-icon {
    background-size: calc(100% - -10px)
}

.typo3-shell .carousel .carousel-item-layout-dark .carousel-box, .typo3-shell .carousel .carousel-item-layout-light .carousel-box {
    background-color: transparent
}

.typo3-shell .carousel .carousel-item-layout-dark .carousel-box .carousel-item-header, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-header {
    font-weight: 600
}

@media (max-width: 768px) {
    .typo3-shell .carousel .carousel-item-layout-dark .carousel-box .carousel-item-header, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-header {
        font-size: 26px
    }
}

.typo3-shell .carousel .carousel-item-layout-dark .carousel-box .carousel-item-button, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-button {
    background-color: #ee0000;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 20px
}

.typo3-shell .carousel .carousel-item-layout-dark .carousel-box .carousel-item-button:hover, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-button:hover {
    background-color: #c00000
}

.typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-header {
    color: #fff
}

@media (max-width: 768px) {
    .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-header {
        font-size: 26px
    }
}

.typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext p, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext h1, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext .h1, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext h2, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext .h2, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext h3, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext .h3, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext h4, .typo3-shell .carousel .carousel-item-layout-light .carousel-box .carousel-item-bodytext .h4 {
    color: #fff
}

.typo3-shell .carousel .carousel-item-layout-primary .carousel-box {
    color: #333;
    background-color: rgba(255, 255, 255, 0.4)
}

.typo3-shell .carousel .carousel-item-layout-primary .carousel-box .carousel-item-header {
    font-weight: 600
}

@media (max-width: 768px) {
    .typo3-shell .carousel .carousel-item-layout-primary .carousel-box .carousel-item-header {
        font-size: 26px
    }
}

.typo3-shell .carousel .carousel-item-layout-primary .carousel-box .carousel-item-button {
    background-color: #ee0000;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 20px
}

.typo3-shell .carousel .carousel-item-layout-primary .carousel-box .carousel-item-button:hover {
    background-color: #c00000
}

.typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext p, .typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext h1, .typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext .h1, .typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext h2, .typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext .h2, .typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext h3, .typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext .h3, .typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext h4, .typo3-shell .carousel .carousel-item-layout-primary .carousel-item-bodytext .h4 {
    color: #333
}

.typo3-shell .carousel .carousel-item-layout-secondary .carousel-box {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3)
}

.typo3-shell .carousel .carousel-item-layout-secondary .carousel-box .carousel-item-header {
    font-weight: 600
}

@media (max-width: 768px) {
    .typo3-shell .carousel .carousel-item-layout-secondary .carousel-box .carousel-item-header {
        font-size: 26px
    }
}

.typo3-shell .carousel .carousel-item-layout-secondary .carousel-box .carousel-item-button {
    background-color: #ee0000;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 20px
}

.typo3-shell .carousel .carousel-item-layout-secondary .carousel-box .carousel-item-button:hover {
    background-color: #c00000
}

.typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext p, .typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext h1, .typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext .h1, .typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext h2, .typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext .h2, .typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext h3, .typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext .h3, .typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext h4, .typo3-shell .carousel .carousel-item-layout-secondary .carousel-item-bodytext .h4 {
    color: #fff
}

@supports (padding: max(0px)) {
    @media (min-width: 769px) {
        .typo3-shell nav#serviceNavigation {
            padding-bottom: max(0px, env(safe-area-inset-bottom))
        }
    }
}

.typo3-shell .row.flipTeaser {
    margin: 20px 10px 30px 10px;
    justify-content: center
}

.typo3-shell .flip-container, .typo3-shell .flipper {
    perspective: 1000px;
    transform-style: preserve-3d
}

.typo3-shell .flip-container:hover .back {
    transform: rotateY(0deg)
}

.typo3-shell .flip-container:hover .front {
    transform: rotateY(180deg)
}

.typo3-shell .flip-container, .typo3-shell .front, .typo3-shell .back {
    width: auto;
    height: 100%
}

.typo3-shell .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative
}

.typo3-shell .front, .typo3-shell .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    top: 0;
    left: 0
}

.typo3-shell .front {
    z-index: 2;
    transform: rotateY(0deg)
}

.typo3-shell .back {
    transform: rotateY(-180deg);
    position: relative
}

.typo3-shell .vertical.flip-container {
    position: relative
}

.typo3-shell .vertical .back {
    transform: rotateX(180deg)
}

.typo3-shell .vertical.flip-container:hover .back {
    transform: rotateX(0deg)
}

.typo3-shell .vertical.flip-container:hover .front {
    transform: rotateX(180deg)
}

.typo3-shell .front {
    grid-area: frontAndBack
}

.typo3-shell .back {
    grid-area: frontAndBack;
    transform: rotateY(-180deg);
    padding: 10px;
    background-color: rgba(19, 26, 47, 0.75);
    color: #fff;
    position: absolute
}

.typo3-shell .back .btn-block {
    display: inline-block;
    cursor: pointer;
    background-color: #ee0000;
    border: 0
}

.typo3-shell .back .btn-block:hover {
    background-color: #fff;
    color: #ffffff
}

.typo3-shell .front img, .typo3-shell .back img {
    width: 100%;
    height: auto
}

.typo3-shell .front h3, .typo3-shell .front .h3 {
    position: absolute;
    text-transform: uppercase;
    bottom: 5%;
    background-color: #ee0000;
    color: #fff;
    padding: 10px 16px;
    font-weight: bold;
    font-size: 1rem
}

.typo3-shell .back .backtext h4, .typo3-shell .back .backtext .h4 {
    position: absolute;
    top: 5%;
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.typo3-shell .back p {
    color: #fff;
    position: absolute;
    bottom: 13%;
    line-height: 1.2
}

.typo3-shell .back a {
    display: block;
    color: #fff;
    text-decoration: none
}

.typo3-shell .back .tobottom {
    bottom: 5px;
    position: absolute;
    right: 5px;
    font-size: 75%
}

.typo3-shell .row.flipTeaser .col-md-3 {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .typo3-shell .row.flipTeaser .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .typo3-shell .row.flipTeaser .col-md-3 .back .backtext h4, .typo3-shell .row.flipTeaser .col-md-3 .back .backtext .h4 {
        font-size: 1.6rem
    }
}

@media (min-width: 1280px) {
    .typo3-shell .row.flipTeaser {
        margin-bottom: 0
    }

    .typo3-shell .row.flipTeaser .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .typo3-shell .row.flipTeaser .col-md-3 .back .backtext h4, .typo3-shell .row.flipTeaser .col-md-3 .back .backtext .h4 {
        font-size: 1.2rem
    }
}