/* --------------------------
    DEBUG SETTING
  --------------------------*/
body.-debug .entry-content .i96-block.i96-block-redinfo {
        position: relative;
        overflow: visible;
    }
body.-debug .entry-content .i96-block.i96-block-redinfo:after {
            position: absolute;
            content: "";
            top: auto;
            right: 0;
            bottom: -0.625rem;
            left: 0;
            background-color: rgba(0, 255, 255, 0.5);
            height: 0.625rem;
        }
/* -------------------------- */
.entry-content .i96-block.i96-block-redinfo {
    /* margin-top: 3.75rem; */
    margin-bottom: 0.625rem;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
.entry-content .i96-block.i96-block-redinfo ~.wp-block-heading,
    .entry-content .i96-block.i96-block-redinfo ~p {
        margin-top: 0.625rem;
    }
.entry-content .i96-block.i96-block-redinfo + .i96-block,
.entry-content .i96-block.i96-block-redinfo + .wp-block-heading,
.entry-content .i96-block.i96-block-redinfo + p,
.entry-content .i96-block.i96-block-redinfo + ul {
    margin-top: 0;
}


  /*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

    /* COPY */
    /* --------------------- */

    /*a { */
    /*    color: var(--rc-color-pinky); */
    /*} */
    /* */
    /*p a { */
    /*    &:hover { */
    /*        text-decoration: underline dotted; */
    /*    } */
    /*} */

    ._text-headline {
        font-family: var(--lewo-font-headline) !important;
    }

    p {
        margin-bottom: 0.75rem;
    }

        p:last-child {
            margin-bottom: 0;
        }

    strong {
        font-weight: 700;
    }


    /* HEADLINES */
    /* --------------------- */
    h1,
    ._h1 {
        font-family: var(--lewo-font-headline);
        font-weight: 400;
        font-size: 5.25rem;             /* 84px */
        line-height: 1;
        font-style: normal;
        letter-spacing: initial;
    }

    /*@media (max-width: $mobile-width-max) { */
        @media (max-width: 640px) {
        }                /* 48px */
        @media (max-width: 640px) {
        }
    h2,
    ._h2 {
        font-family: var(--lewo-font-headline);
        font-weight: 400;
        font-size: 3rem;                /* 48px */
        line-height: 1.208333;          /* 58px */
        font-style: normal;
        letter-spacing: initial;
    }
    @media (max-width: 640px) {

    h2,
    ._h2 {
            font-size: 2rem;            /* 32px */
            line-height: 1.1666667;     /* */
    }
        }

        @media (max-width: 768px) {
        }             /* 36px */
        @media (max-width: 768px) {
        }
    h3,
    ._h3 {
        font-family: var(--lewo-font-headline);
        font-size: 2.25rem;             /* 36px */
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        letter-spacing: initial;
    }
    @media (max-width: 768px) {

    h3,
    ._h3 {
        /* font-size: 2rem;        // 24px / 28px */
    }
        }

        @media (max-width: 768px) {
        }             /* 40px */
        @media (max-width: 768px) {
        }
    h4,
    ._h4 {
        font-family: var(--lewo-font-headline);
        font-size: 2.5rem;             /* 40px */
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: initial;
    }
    @media (max-width: 768px) {

    h4,
    ._h4 {
            font-size: 1.75rem;        /* 24px / 28px */
    }
        }

        @media (max-width: 768px) {
        }             /* 40px */
        @media (max-width: 768px) {
        }
    h5,
    ._h5 {
        font-family: var(--lewo-font-headline);
        font-size: 2rem;             /* 40px */
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: initial;
    }
    @media (max-width: 768px) {

    h5,
    ._h5 {
            font-size: 1.75rem;        /* 24px / 28px */
    }
        }

        @media (max-width: 768px) {
        }

        @media (max-width: 768px) {
        }
    div,
    p,
    .text-p {
        font-family: var(--lewo-font-copy);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    @media (max-width: 768px) {

    div,
    p,
    .text-p {
            font-size: 1rem;
    }
        }

    /* some bug prevents the .text-p to be added to the previous definition */

    .text-base p {
        font-size: inherit !important;
        line-height: inherit !important;
    }

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

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
/*
 * uncomment if adding custom base styles
@import "./custom-base-styles.css";
*/
.container{
    width: 100%;
}
@media (min-width: 640px){

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

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

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

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

    .container{
        max-width: 1536px;
    }
}
/*
can't use this as it is broken by the custom colors in tailwind theme colors
@import "./custom-components.pcss";*/
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.bottom-0{
    bottom: 0px;
}
.left-0{
    left: 0px;
}
.right-0{
    right: 0px;
}
.top-0{
    top: 0px;
}
.z-10{
    z-index: 10;
}
.z-50{
    z-index: 50;
}
.m-0{
    margin: 0px;
}
.m-auto{
    margin: auto;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.-mt-0{
    margin-top: -0px;
}
.-mt-0\.5{
    margin-top: -0.125rem;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-7{
    margin-bottom: 1.75rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-9{
    margin-bottom: 2.25rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-4{
    margin-left: 1rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-4{
    margin-right: 1rem;
}
.mr-auto{
    margin-right: auto;
}
.mt-0{
    margin-top: 0px;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-1\.5{
    margin-top: 0.375rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-3\.5{
    margin-top: 0.875rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-52{
    margin-top: 13rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-auto{
    margin-top: auto;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.flex{
    display: flex;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.w-3\/5{
    width: 60%;
}
.w-40{
    width: 10rem;
}
.w-6{
    width: 1.5rem;
}
.w-full{
    width: 100%;
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.columns-2{
    -moz-columns: 2;
         columns: 2;
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.gap-2{
    gap: 0.5rem;
}
.gap-2\.5{
    gap: 0.625rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-6{
    gap: 1.5rem;
}
.overflow-hidden{
    overflow: hidden;
}
.rounded-2xl{
    border-radius: 1rem;
}
.border-0{
    border-width: 0px;
}
.border-2{
    border-width: 2px;
}
.border-\[\#A473DA\]{
    --tw-border-opacity: 1;
    border-color: rgb(164 115 218 / var(--tw-border-opacity));
}
.border-rose-500{
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.bg-black\/10{
    background-color: rgb(0 0 0 / 0.1);
}
.bg-lewo-primary{
    background-color: var(--lewo-color-primary) !important;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-0{
    padding: 0px;
}
.p-2{
    padding: 0.5rem;
}
.pr-2{
    padding-right: 0.5rem;
}
.pt-20{
    padding-top: 5rem;
}
.text-center{
    text-align: center;
}
.text-\[15rem\]{
    font-size: 15rem;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.font-normal{
    font-weight: 400;
}
.uppercase{
    text-transform: uppercase;
}
.text-\[\#A473DA\]{
    --tw-text-opacity: 1;
    color: rgb(164 115 218 / var(--tw-text-opacity));
}
.text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline{
    text-decoration-line: none;
}
.blur{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
/*
 * uncomment if adding custom utilities
@import "./custom-utilities.css";
*/
/* SETTINGS */
/* ------------------- */
/* league-gothic-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'League Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/league-gothic-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/noto-sans-v36-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {

  /* COLORS */
  /* ----------------- */
    --lewo-color-primary: #653797;
    --lewo-color-primary-rgb: 101, 55, 151;
    --lewo-color-secondary: #D9FB83;
    --lewo-color-black: #2A2A2A;
    --lewo-color-gradient-1a: #121212;
    --lewo-color-gradient-1b: #231A2D;
    --lewo-color-white: #FFFFFF;
    --lewo-color-light-grey: #F1F1F1;
    --global--color-background: #000000;

  /* LAYOUT */
  /* ----------------- */

  /* WIDTHS */
    --lewo-layout-row-padding-x: 3.75rem;           /* 60px */
    --lewo-layout-row-padding-x-medium: 5.625rem;   /* 90px */
    --lewo-layout-col-count: 3;
    --lewo-layout-col-width: 380px;
    --lewo-layout-col-gap: 3.75rem;
    /* total row width: col-width * col-count + col-gap * (col-count - 1) + row-padding-x * 2 */
    --lewo-layout-row-width: calc(var(--lewo-layout-col-width)*var(--lewo-layout-col-count) + (var(--lewo-layout-col-count) - 1)*var(--lewo-layout-col-gap) + var(--lewo-layout-row-padding-x)*2);

    /* wordpress default override */
    --responsive--alignwide-width:      var(--lewo-layout-row-width);
    --responsive--aligndefault-width:   var(--lewo-layout-row-width);
    --wp--style--global--content-size:  var(--lewo-layout-row-width);

  /* VARIOUS */
  /* ----------------- */
    --lewo-trans-speed:       250ms;
    --lewo-trans-speed-text:  150ms;


  /* FONTS */
  /* ----------------- */

}
@media (max-width: 1024px) {
body {
    --lewo-layout-row-padding-x: 2.5rem;   /* 30px */
    --lewo-layout-row-padding-x-medium: 3.75rem;   /* 45px */

}
  }
@media (max-width: 768px) {
body {
    --lewo-layout-row-padding-x: 1.875rem;   /* 30px */
    --lewo-layout-row-padding-x-medium: 2.8125rem;   /* 45px */

}
  }
@media (max-width: 640px) {
body {
    --lewo-layout-row-padding-x: 1.5rem;   /* 30px */
    --lewo-layout-row-padding-x-medium: 1.5rem;   /* 45px */

}
  }
body{
  --lewo-font-headline: 'League Gothic', sans-serif;
  --lewo-font-copy:     'Noto Sans', sans-serif;
}
/* Value	Description	                C Definition (from windows.h) */
/* ------------------------------------------------------------------------- */
/* 100      Thin                        FW_THIN */
/* 200      Extra-light (Ultra-light)   FW_EXTRALIGHT */
/* 300      Light                       FW_LIGHT */
/* 400      Normal (Regular)            FW_NORMAL */
/* 500      Medium                      FW_MEDIUM */
/* 600      Semi-bold (Demi-bold)       FW_SEMIBOLD */
/* 700      Bold                        FW_BOLD */
/* 800      Extra-bold (Ultra-bold)     FW_EXTRABOLD */
/* 900      Black (Heavy)               FW_BLACK */
:root {
    --var-PI: 3.14159265359;
    --var-logo-w: 10vw;
    --var-logo-scale: calc(var(--var-PI)/2 - cos( var( --var-logo-w ) / 140 ) - 0.05475); /* = 140px width at 1440px vw */
    --var-logo-top: calc(var(--var-logo-scale)*1.07143*140);
    --var-logo-right: calc(var(--var-logo-scale)*0.85714*140);
}
html {
    font-family: 'Noto Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* ============================================================================================================ */
/* TEXT ELEMENTS */
/* ============================================================================================================ */
/* LIST */
ul {
        margin-left: 1.5rem;
        margin-bottom: 1.5rem;
        margin-top: 1.125rem;
        font-family: var(--lewo-font-copy);
    }
ul li {
            list-style: disc;
            margin-bottom: 0.75rem;

            margin-left: 2.5rem;
        }
h2 + h3 {
        margin-top: 0.75rem;
    }
ul + h2,
    p + h2 {
        margin-top: 3rem;
    }
ul + h3,
    p + h3 {
        margin-top: 2rem;
    }
h2 + p {
        margin-top: 0.75rem;
    }
h3 + p {
        margin-top: 0.75rem;
    }
/* ============================================================================================================ */
/* MOBILE */
/* ============================================================================================================ */
@media (max-width: 768px) {

}
@media (max-width: 640px) {

    h1,
    ._h1 {
        /*font-size: 2.25rem; */
        /*line-height: 2.5rem; */
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    p,
    .text-p {
    /*font-size: 2.25rem; */
    /*line-height: 2.5rem; */
        font-size: 1.15rem;
    }

}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: transparent;
}
/* --------------------------
    DEBUG SETTING
  --------------------------*/
body.-debug .entry-content .i96-block {
        position: relative;
        overflow: visible;
    }
body.-debug .entry-content .i96-block:after {
            position: absolute;
            content: "";
            top: auto;
            right: 0;
            bottom: -12.5rem;
            left: 0;
            background-color: rgba(0, 255, 255, 0.5);
            height: 12.5rem;
        }
/* -------------------------- */
.wp-block-buttons,
.wp-block-group {
    margin-bottom: 12.5rem;
}
.entry-content .i96-block {
    width: 100%;
    max-width: 100% !important;
    position: relative;

    margin-top: 0;
    margin-bottom: 12.5rem;

    z-index: 1;

    /* SPECIAL BOTTOM MARGIN: */
    /*  hero: 6.25rem */
    /*  red info: 0.625rem */

    padding-bottom: 0;

}
.entry-content .i96-block:nth-child(even) {
        /* background: rgb(0 0 0 / 0.03); */
    }
.entry-content .i96-block .i96-content {

        /*h2 { */
        /*    margin-bottom: 1.75rem; */
        /*} */
    }
.entry-content .i96-block .i96-content > h1:first-child,
        .entry-content .i96-block .i96-content > h2:first-child,
        .entry-content .i96-block .i96-content > h3:first-child {
            margin-top: -0.625rem;
        }
@media (max-width: 768px) {
.entry-content .i96-block {
        margin-bottom: 5rem

}
    }
/* DISABLE :focus (if so wished) */
/* ------------------------------------- */
.site .button:focus,
    button:focus,
    input[type=submit]:focus,
    input[type=reset]:focus,
    .wp-block-search .wp-block-search__button:focus,
    .wp-block-button .wp-block-button__link:focus,
    .wp-block-file a.wp-block-file__button:focus {
        outline-offset: inherit;
        outline: inherit;
    }
:focus-visible {
        outline: -webkit-focus-ring-color auto 1px !important;
    }
#main {
    padding: 0;
}
.lewo-content-max-width {
    width: var(--responsive--alignwide-width);
    max-width: var(--responsive--alignwide-width);
    margin-left: auto;
    margin-right: auto;
}
body {
    background-color: var(--lewo-color-gradient-1a);
}
/* FULL WIDTH */
/* ------------------------------ */
body._lewo-max-width .lewo-section {
        display: flex;
        justify-content: center;
    }
body._lewo-max-width .lewo-sec-content {
        width: 100%;
        max-width: calc(var(--responsive--alignwide-width) + var(--lewo-layout-row-padding-x-medium)*2) !important;
        margin-left: auto;
        margin-right: auto;
    }
/* keep header + footer full width */
body._lewo-max-width .logo-header,
    body._lewo-max-width .site-footer .lewo-sec-content {
        max-width: 100% !important;
    }
/* ------------------------------ */
/**
    Content width, to be added to the wrapper, full width for element, content restricted by max width
 */
.i96-content-wrapper-full-width {
    width: 100%;
    max-width: 100% !important;
    position: relative;
}
.i96-content {
    max-width: var(--responsive--aligndefault-width);
    margin-left: auto;
    margin-right: auto;
    padding: 0 var(--var-row-padding-x);
}
.i96-content.-open-right {
        padding-right: 0 !important;
    }
.i96-content.-wide {
        max-width: 1568px;
        margin: auto;
    }
.i96-content.-full {
        max-width: none;
        padding: 0;
    }
.entry-content .wp-block-group.i96-content.-form,
.entry-content .wp-block-heading.i96-content.-form {
    max-width: 800px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.entry-content h2.wp-block-heading.i96-content.-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* ZEILEN */
/* ---------------------------------------------------- */
/* BREITE */
.entry-content > div {
        max-width: 100% !important;
        position: relative;
    }
/* HORIZONTAL MARGIN */
/* ------------------------------ */
.rc-content,
    .wp-block-heading,
    .entry-content > p,
    .entry-content > ul,
    .entry-content > .wp-block-group,
    .entry-content > .wp-block-buttons,
    .entry-content > .wp-block-columns,
    .i96-content.-full,
    .tribe-events-view.tribe-events-view--list,
    .search-result-count,
    .lewo-section .lewo-sec-content {

        padding-left:   var(--lewo-layout-row-padding-x) !important;
        padding-right:  var(--lewo-layout-row-padding-x) !important;

        /* max-width */
        /*max-width:      var(--lewo-layout-row-width) !important; */
        /*margin-left:    auto !important; */
        /*margin-right:   auto !important; */

        /* always full width */
        max-width:      100% !important;
        margin-left:    0 !important;
        margin-right:   0 !important;

    }
.rc-content._medium, .wp-block-heading._medium, .entry-content > p._medium, .entry-content > ul._medium, .entry-content > .wp-block-group._medium, .entry-content > .wp-block-buttons._medium, .entry-content > .wp-block-columns._medium, .i96-content.-full._medium, .tribe-events-view.tribe-events-view--list._medium, .search-result-count._medium, .lewo-section .lewo-sec-content._medium {
            padding-left:   var(--lewo-layout-row-padding-x-medium) !important;
            padding-right:  var(--lewo-layout-row-padding-x-medium) !important;
        }
.wp-block-buttons,
    .wp-block-group {
        margin: 0;
    }
/*.entry-content > ul { */
/*    margin-left: 7rem !important; */
/*} */
/* make the last block without bottom margin so that we can define that in the footer */
.i96-block .entry-content > div:last-child {
        margin-bottom: 0 !important;
    }
/* ---------------------------------------- */
/* SECTION */
/* ---------------------------------------- */
.lewo-section {
    background: transparent;
    max-width: 100% !important;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    margin-top: 0;
    margin-bottom: 0;
}
.lewo-section._no-padding {
        padding: 0;
    }
.lewo-section .lewo-sec-content {
        z-index: 1;
        position: relative;

    }
.lewo-section .lewo-sec-content.-full-width {
            width: 100%;
        }
@media (max-width: 768px) {
.lewo-section {
        padding-bottom: 3rem;
        padding-top: 3.75rem
}
    }
/* ---------------------------------------- */
.bkgr-gradient-1 {
    /* background: linear-gradient(180deg, rgba(101, 55, 151, 0%) 0%, rgba(101, 55, 151, 0.2) 100%); */
    background: linear-gradient(180deg, var(--lewo-color-gradient-1a) 0%, var(--lewo-color-gradient-1b) 100%);
}
.bkgr-gradient-2 {
    background: linear-gradient(180deg, var(--lewo-color-gradient-1a) 0%, rgb(35 26 45) 100%);
}
/* */
/*@each $col in pinky, rosa, neoneo, purple, mauve, neongrun, warmgrey { */
/*    .-bkgr-$(col) { */
/*        background-color: var(--rc-color-$(col)) !important; */
/*    } */
/*} */
/*@each $animal, $color in (puma, sea-slug), (black, blue) { */
/*    .$(animal)-icon { */
/*        background-image: url('/images/$(animal).png'); */
/*        border: 2px solid $color; */
/*    } */
/*} */
/*\// IFrames */
/*.wp-block-embed__wrapper { */
/*    border-radius: 1rem; */
/*    overflow: hidden; */
/*} */
/* LIBRARIES */
/* ------------------- */
button.pswp__button {
    background: transparent !important;
    transition: transform var(--lewo-trans-speed) !important;
    justify-content: center;
    padding: 0 !important;
    min-width: 10px;

    display: flex;
}
/*&.pswp__button--arrow--next { */
/*    justify-content: flex-end; */
/*    padding-right: 1rem !important; */
/*} */
/* */
/*&.pswp__button--arrow--prev { */
/*    justify-content: flex-start; */
/*    padding-left: 1rem !important; */
/*} */
button.pswp__button:hover {
        transform: scale(1.5);
    }
.pswp__img {
    background: white;
}
#wpadminbar {
  width: 35px;
  overflow: hidden;
  max-width: 50px;
  min-width: 5px;
  z-index: 9999999;
}
#wpadminbar.-right {
    left: auto;
    right: 0px;
  }
#wpadminbar.-open {
    overflow: visible;
    max-width: 100%;
    width: 100%;
    /* padding: 10px 0; */
    height: auto;
  }
@media (max-width: 768px) {
  #wpadminbar {
    display: none !important;
  }
  html.pp-off-canvas-menu-right {
    margin-top: 0 !important;
  }
  html {
    margin-top: 0 !important;
  }
}
/* ----- NAV ----- // */
.i96-menu .i96-menu-navbar {
        color: #fff;
        padding: 15px 20px;
        transition: all .15s ease;
        position: fixed;
        z-index: 99999;

        width: auto;
        height: 7.5rem;
        display: flex;
        align-items: center;
        right: 0;
        left: auto;

    }
.i96-menu .i96-menu-navbar .nav--brand {
            font-size: 18px;
        }
.i96-menu .i96-menu-navbar .nav--brand a {
                color: inherit;
                text-decoration: none;
            }
.i96-menu .nav--toggle {
        color: #fff;
        border: none;
        outline: none;
        margin: 0;
        transition: all .15s ease;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        cursor: pointer;
        float: right;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        background-color: transparent !important;
        transform: none !important;
    }
.i96-menu .nav--toggle .nav--navicon-line {
            background-color: white !important;
        }
.i96-menu .nav--toggle .nav--navicon-line:nth-of-type(1) {

            }
.i96-menu .nav--toggle .nav--navicon-line:nth-of-type(2) {
                max-width: 80%;
            }
.i96-menu .nav--toggle .nav--navicon-line:nth-of-type(3) {
                max-width: 60%;
            }
.i96-menu .nav--toggle:hover .nav--navicon .nav--navicon-line:nth-of-type(1), .i96-menu .nav--toggle:focus .nav--navicon .nav--navicon-line:nth-of-type(1) {
                        /* transform: translate(0, 2px); */
                    }
.i96-menu .nav--toggle:hover .nav--navicon .nav--navicon-line:nth-of-type(2), .i96-menu .nav--toggle:focus .nav--navicon .nav--navicon-line:nth-of-type(2) {
                    }
.i96-menu .nav--toggle:hover .nav--navicon .nav--navicon-line:nth-of-type(3), .i96-menu .nav--toggle:focus .nav--navicon .nav--navicon-line:nth-of-type(3) {
                        /* transform: translate(0, -2px); */
                    }
.i96-menu .nav--toggle:hover .nav--navicon .nav--navicon-line:nth-of-type(1) {
                        max-width: 100%;
                    }
.i96-menu .nav--toggle:hover .nav--navicon .nav--navicon-line:nth-of-type(2) {
                        max-width: 100%;
                    }
.i96-menu .nav--toggle:hover .nav--navicon .nav--navicon-line:nth-of-type(3) {
                        max-width: 100%;
                    }
.i96-menu .nav--toggle.active .nav--navicon .nav--navicon-line:nth-of-type(1) {
                        transform: translate(0px, 12px) rotate(45deg);
                        transition-delay: .1s;
                        max-width: 100%;
                    }
.i96-menu .nav--toggle.active .nav--navicon .nav--navicon-line:nth-of-type(2) {
                        transform: scaleX(0);
                        opacity: 0;
                        max-width: 100%;
                    }
.i96-menu .nav--toggle.active .nav--navicon .nav--navicon-line:nth-of-type(3) {
                        transform: translate(0px, -12px) rotate(-45deg);
                        transition-delay: .1s;
                        max-width: 100%;
                    }
.i96-menu .nav--label-container {
        white-space: nowrap;
        position: relative;
        display: flex;
    }
.i96-menu .nav--label-container .nav--label {
            color: inherit;
            font-size: 18px;
            vertical-align: middle;
            margin-right: 8px;
            transition: all .2s ease;
            transition-property: transform, opacity;
            display: inline-block;
        }
.i96-menu .nav--label-container .nav--label:last-of-type {
                top: 0;
                right: 0;
                transform: translateY(-100%);
                position: absolute;
                opacity: 0;
            }
.i96-menu .nav--navicon {
        vertical-align: middle;
        width: 50px;
        height: 28px;
        display: inline-block;
    }
.i96-menu .nav--navicon .nav--navicon-line {
            background-color: currentColor;
            width: 100%;
            height: 4px;
            border-radius: 2px;
            margin-bottom: 8px;
            transform-origin: center;
            transition: all .15s ease-out;
            transition-property: transform, opacity, max-width;
            display: block;
        }
.i96-menu .nav--navicon .nav--navicon-line:nth-of-type(2) {
                transform-origin: center;
            }
.i96-menu .nav--menu-backdrop {
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        transition: all .2s ease;
        position: fixed;
        z-index: 99997;
        visibility: hidden;
        opacity: 0;
    }
.i96-menu .nav--menu-bg {
        background-color: rgba(0, 0, 0, 0.85);
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        transform-origin: top;
        transition: all .2s ease-in;
        position: fixed;
        z-index: 99998;

        /*&:before, */
        /*&:after { */
        /*    content: ''; */
        /*    border: 1px solid transparent; */
        /*    border-bottom-color: #C8CEDA; */
        /*    width: 20px; */
        /*    height: 20px; */
        /*    margin: 20px; */
        /*    bottom: 0; */
        /*    position: absolute; */
        /*    display: block; */
        /*} */
        /* */
        /*&:before { */
        /*    border-left-color: #C8CEDA; */
        /*} */
        /* */
        /*&:after { */
        /*    border-right-color: #C8CEDA; */
        /*    right: 0; */
        /*} */
    }
.i96-menu .nav--menu {
        color: #000;
        text-align: center;
        width: 100%;
        height: 100%;
        transition: all .15s ease;
        position: fixed;
        overflow: hidden;
        z-index: 99998;
        visibility: hidden;
        opacity: 0;
        content: '';
    }
.i96-menu .nav--menu .nav--menu-container {
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
        }
.i96-menu .nav--menu ul {
            list-style: none;
            width: 100%;
            margin: 0;
            padding: 0;
        }
.i96-menu .nav--menu li {
            font-size: 24px;
            opacity: 0;
            transform: translateY(100%);
            transition: all .3s ease;
        }
.i96-menu .nav--menu li.active a {
                color: var(--lewo-color-primary);
                opacity: 1;
            }
.i96-menu .nav--menu a {
            color: inherit;
            text-align:center;
            text-decoration: none;
            padding: 10px;
            display: inline-block;
            transition: all .2s ease;
            position: relative;
        }
/* opacity: .6; */
.i96-menu .nav--menu a:hover,
            .i96-menu .nav--menu a:focus {
                transform: scale(1.07);
                opacity: 1;
            }
.i96-menu .nav--menu a:hover:after, .i96-menu .nav--menu a:focus:after {
                    transform: scaleX(1);
                }
@media (max-width: 768px) {
        .i96-menu .nav--navicon {
            transform: scale(.85);
        }
    }
/* nav active state */
.nav--is-visible {
    overflow-y: hidden;
}
.nav--is-visible .i96-menu .nav--brand {
            color: #000;
        }
.nav--is-visible .i96-menu .nav--toggle {
            color: #000;
        }
.nav--is-visible .i96-menu .nav--label-container .nav--label {
                transform: translateY(100%);
                opacity: 0;
            }
.nav--is-visible .i96-menu .nav--label-container .nav--label:last-of-type {
                    transform: translateY(0%);
                    opacity: 1;
                }
.nav--is-visible .i96-menu .nav--menu-backdrop {
            visibility: visible;
            opacity: 1;
        }
.nav--is-visible .i96-menu .nav--menu-bg {
            transform: scale(1);
        }
.nav--is-visible .i96-menu .nav--menu {
            visibility: visible;
            opacity: 1;
        }
.nav--is-visible .i96-menu .nav--menu li {
                opacity: 1;
                transform: translateY(0%);
            }
/* delay for loop */
.nav--is-visible .i96-menu .nav--menu .first-menu li:nth-child(1) {
                        transition-delay: 0.0665s;
                    }
.nav--is-visible .i96-menu .nav--menu .first-menu li:nth-child(2) {
                        transition-delay: 0.126s;
                    }
.nav--is-visible .i96-menu .nav--menu .first-menu li:nth-child(3) {
                        transition-delay: 0.1785s;
                    }
.nav--is-visible .i96-menu .nav--menu .first-menu li:nth-child(4) {
                        transition-delay: 0.224s;
                    }
.nav--is-visible .i96-menu .nav--menu .first-menu li:nth-child(5) {
                        transition-delay: 0.2625s;
                    }
.nav--is-visible .i96-menu .nav--menu .first-menu li:nth-child(6) {
                        transition-delay: 0.294s;
                    }
.nav--is-visible .i96-menu .nav--menu .first-menu li:nth-child(7) {
                        transition-delay: 0.3185s;
                    }
.nav--is-visible .i96-menu .nav--menu .first-menu li:nth-child(8) {
                        transition-delay: 0.336s;
                    }
.nav--is-visible .i96-menu .nav--menu .second-menu span {
                    opacity: 1 !important;
                    font-size: 1.5rem;
                }
.nav--is-visible .i96-menu .nav--menu .second-menu li:nth-child(1) {
                            transition-delay: 0.36s;
                        }
.nav--is-visible .i96-menu .nav--menu .second-menu li:nth-child(2) {
                            transition-delay: 0.41s;
                        }
.nav--is-visible .i96-menu .nav--menu .second-menu li:nth-child(3) {
                            transition-delay: 0.46s;
                        }
.nav--is-visible .i96-menu .nav--menu .second-menu li:nth-child(4) {
                            transition-delay: 0.51s;
                        }
.i96-menu .nav--menu .nav--menu-container {
    display: flex;
    flex-direction: column;

}
.i96-menu .nav--menu .nav--menu-container a {
        font-size: 5.25rem;
        font-weight: 400;
        color: white;
        font-family: var(--lewo-font-headline);
        line-height: 1;
    }
.i96-menu .nav--menu .nav--menu-container .second-menu {
        display: flex;
        justify-content: center;
        color: white;
        margin-top: 2rem;

        /*li { */
        /*    &:before { */
        /*        content: "|"; */
        /*        color: white; */
        /*        padding-top: 2px; */
        /*    } */
        /*    &:first-child:before { */
        /*        display: none; */
        /*    } */
        /*} */
   }
.i96-menu .nav--menu .nav--menu-container .second-menu span {
            opacity: 0;
            transition: opacity 0.5s ease;
            transition-delay: 0.31s;
            line-height: 1.5;
            font-size: 1.5rem;
        }
.i96-menu .nav--menu .nav--menu-container .second-menu a {
            font-size: 1.5rem;
        }
@media (max-height: 850px) {
        .i96-menu .nav--menu .nav--menu-container a {
            font-size: 4.25rem;
        }
    }
@media (max-height: 700px) {
        .i96-menu .nav--menu .nav--menu-container a {
            font-size: 3.5rem;
        }
    }
@media (max-height: 540px) {
        .i96-menu .nav--menu .nav--menu-container a {
            font-size: 2.5rem;
        }
    }
.i96-stickystuff-wrapper {
    position: relative;

}
.i96-stickystuff-wrapper .i96-stickystuff-stuff {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
/* version with fade-out at the bottom */
@media (max-width: 640px) {
    .--i96-mobile-max-text {
        max-height: 30vh;
        overflow: hidden;
        position: relative;

    }

    /* mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0) 1rem ); mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) calc(100% - 5rem), rgba(0, 0, 0, 0) calc(100% - 3rem)); */
    /* background: linear-gradient(0deg, rgba(0,0,0,1) calc(100% - 5rem), rgba(0,0,0,0) calc(100% - 3rem) ); //background: linear-gradient(90deg, rgba(255,255,255,0) 82%, rgba(254,213,49,1) 91%); */

        .--i96-mobile-max-text:after {
        /*content: "Mehr Lesen"; position: absolute; */
            right: 0;
            bottom: 0;
            left: 0;
            height: 2rem;
            background: black;
            border: 1px solid white;
        }

        .--i96-mobile-max-text._open {
            max-height: none;
        }

    .-i96-mobile-max-text {
        position: relative;

        overflow: hidden;
        -webkit-line-clamp: 17;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

        .-i96-mobile-max-text._open {
            display: inline-block;
        }

    .site .button.mehr-lesen-button {
        color: white !important;
        display: flex !important;
        margin: 2rem auto 0 0;
        text-transform: uppercase;
        font-size: 1.75rem !important;
    }

        .site .button.mehr-lesen-button.hidden {
            display: none !important;
        }
}
@media (min-width: 641px) {
    .button.mehr-lesen-button {
        display: none !important;
    }
}
.le-accordion {
    margin-bottom: 3rem;
  }
.le-acc-header {
    padding: 2.5rem 0;
    cursor: pointer;
    /* background: #f0eff2; */
    color: #1a1a1a;
    transition: background 250ms, color 250ms;
    font-weight: 900;
    border-top: 1px solid #CDCDCD;
  }
.le-acc-entry {
    overflow: hidden;
    transition: max-height 250ms;
  }
.le-acc-entry:first-child {
      margin-top: 0px;
    }
.le-acc-entry:last-child {
      border-bottom: 1px solid #CDCDCD;
    }
.le-acc-entry.-open .le-acc-header {
        /* background: #b2b13b; */
        color: white;
      }
.le-acc-content {
    display: none;
    padding: 0 0 2.5rem 0;
    margin-left: 4rem;
  }
.le-acc-content.-initialized {
      display: block;
    }
.le-acc-content img {
      max-width: 100% !important;
      border-radius: 1rem;
      margin-bottom: 2rem;
    }
/* SPECIFIC */
/* PLUS ICON */
.le-acc-header-content {   /* 112.5% */

    /*&.wp-block-heading { */
    /*  margin: 0 4rem !important; */
    /*} */

  }
.le-acc-header-content:before {
      top: 1.1rem;
      left: -4rem;
    }
.le-acc-header-content:after {
      top: 0.1rem;
      left: -3rem;
    }
.le-acc-header-content{

    position: relative;
    color: var(--rc-color-black);
    font-family: "Athletics", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.125;

    margin-left: 4rem;
}
.le-acc-entry.-open .le-acc-header-content:after {
        border-color: transparent;
      }
@media (max-width: 768px) {
        .le-accordion .le-acc-entry .le-acc-header {
          min-height: 3rem;
        }
  }
.le-accordion .le-acc-entry {
        margin-bottom: 0.3125rem;
        border: none;
    }
.le-accordion .le-acc-header {
        font-family: var(--lewo-font-headline);
        font-size: 2rem;             /* 40px */
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: initial;
    }
@media (max-width: 768px) {

    .le-accordion .le-acc-header {
            font-size: 1.75rem;        /* 24px / 28px */
    }
        }
.le-accordion .le-acc-header {
        color: white;
        background: var(--lewo-color-primary);
        min-height: 3.5rem;
        padding: 0.25rem 1.5rem;
        display: flex;
        align-items: center;
        border: none;
        text-transform: uppercase;
    }
.le-accordion .le-acc-content {
        color: white;
        margin: 0;
        padding: 1rem 1.5rem 2rem 1.5rem;
    }
@media (max-width: 640px) {
            .le-accordion .le-acc-content p {
                font-size: 1rem;
            }
        .le-accordion .le-acc-header {
            font-size: 1.375rem;
        }
}
.spinner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000042;
    /* border-radius: 15px; */
    z-index: 10000;
    display: none;
    max-width: none !important;
    margin: 0;
}
.spin-container {
    position: relative;
}
.spin-container.-loading .spinner-overlay {
            display: inherit;
        }
.spinner,
.spinner:after {
    border-radius: 50%;
    width: 7em;
    height: 7em;
    display: block !important;
}
.spinner {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1em solid rgba(0, 157, 224, 0.2);
    border-right: 1em solid rgba(0, 157, 224, 0.2);
    border-bottom: 1em solid rgba(0, 157, 224, 0.2);
    border-left: 1em solid rgb(0, 157, 224);
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    z-index: 11;

    margin: 0;
    top: 50%;
    left: 50%;
    margin-top: -3.5em;
    margin-left: -3.5em;
}
@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media print {
    .spinner,
    .spinner-overlay {
        display: none;
    }
}
/* ELEMENTS */
/* ------------------- */
.wp-block-button > a.wp-block-button__link.wp-element-button,
button,
.button,
a.button,
.site .button,
.site a.button,
.site .site-main .i96-block button,
.site .site-main .i96-block a.button,
.tribe-events-calendar-list__event-details a.button,
input[type="submit"].button {

    display: inline-flex;
    padding: 0 2.5rem !important;
    justify-content: center;
    align-items: center;

    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1;

    background-color: transparent !important;
    color: inherit !important;

    height: 2.8125rem;

    min-width: 7.875rem;

    border-radius: 0;
    border: 1px solid white;

    transition: border-color var(--lewo-trans-speed), background-color var(--lewo-trans-speed), color var(--lewo-trans-speed), transform var(--lewo-trans-speed);

}
@media (max-width: 640px) {
.wp-block-button > a.wp-block-button__link.wp-element-button,
button,
.button,
a.button,
.site .button,
.site a.button,
.site .site-main .i96-block button,
.site .site-main .i96-block a.button,
.tribe-events-calendar-list__event-details a.button,
input[type="submit"].button {
        padding: 0 1.5rem !important;
        font-size: 1.5rem;
        height: 2.5rem

}
    }
.wp-block-button > a.wp-block-button__link.wp-element-button:hover, button:hover, .button:hover, a.button:hover, .site .button:hover, .site a.button:hover, .site .site-main .i96-block button:hover, .site .site-main .i96-block a.button:hover, .tribe-events-calendar-list__event-details a.button:hover, input.button[type="submit"]:hover {
     color: var(--lewo-color-black) !important;
     border-color: var(--lewo-color-secondary);
     background-color: var(--lewo-color-secondary) !important;
    }
.wp-block-button > a.wp-block-button__link.wp-element-button:hover, button:hover, .button:hover, a.button:hover, .site .button:hover, .site a.button:hover, .site .site-main .i96-block button:hover, .site .site-main .i96-block a.button:hover, .tribe-events-calendar-list__event-details a.button:hover, input[type="submit"].button:hover {
        transform: scale(1.07);
    }
.wp-block-button > a.wp-block-button__link.wp-element-button._no-hover:hover, button._no-hover:hover, .button._no-hover:hover, a.button._no-hover:hover, .site .button._no-hover:hover, .site a.button._no-hover:hover, .site .site-main .i96-block button._no-hover:hover, .site .site-main .i96-block a.button._no-hover:hover, .tribe-events-calendar-list__event-details a.button._no-hover:hover, input[type="submit"].button._no-hover:hover {
        color: inherit !important;
        background: inherit !important;
        border-color: inherit !important;
        transform: inherit;
        cursor: default;
    }
/* VARIATIONS */
.wp-block-button > a.wp-block-button__link.wp-element-button.-grid-skew, button.-grid-skew, .button.-grid-skew, a.button.-grid-skew, .site .button.-grid-skew, .site a.button.-grid-skew, .site .site-main .i96-block button.-grid-skew, .site .site-main .i96-block a.button.-grid-skew, .tribe-events-calendar-list__event-details a.button.-grid-skew, input[type="submit"].button.-grid-skew {
        border: none;
        position: relative;
    }
.wp-block-button > a.wp-block-button__link.wp-element-button.-grid-skew:before, button.-grid-skew:before, .button.-grid-skew:before, a.button.-grid-skew:before, .site .button.-grid-skew:before, .site a.button.-grid-skew:before, .site .site-main .i96-block button.-grid-skew:before, .site .site-main .i96-block a.button.-grid-skew:before, .tribe-events-calendar-list__event-details a.button.-grid-skew:before, input[type="submit"].button.-grid-skew:before {
            content: "";
            border: 1px solid white;
            transform: skew(340deg, 0deg);
        }
.wp-block-button > a.wp-block-button__link.wp-element-button._compact, button._compact, .button._compact, a.button._compact, .site .button._compact, .site a.button._compact, .site .site-main .i96-block button._compact, .site .site-main .i96-block a.button._compact, .tribe-events-calendar-list__event-details a.button._compact, input[type="submit"].button._compact {
        font-family: var(--lewo-font-headline);
        font-size: 1.5rem;
        height: 2.5rem;
        padding: 0.125rem 1.75rem 0 !important;
    }
.wp-block-button > a.wp-block-button__link.wp-element-button._compact.-narrow, button._compact.-narrow, .button._compact.-narrow, a.button._compact.-narrow, .site .button._compact.-narrow, .site a.button._compact.-narrow, .site .site-main .i96-block button._compact.-narrow, .site .site-main .i96-block a.button._compact.-narrow, .tribe-events-calendar-list__event-details a.button._compact.-narrow, input[type="submit"].button._compact.-narrow {
            min-width: 6rem;
        }
.wp-block-button > a.wp-block-button__link.wp-element-button._small, button._small, .button._small, a.button._small, .site .button._small, .site a.button._small, .site .site-main .i96-block button._small, .site .site-main .i96-block a.button._small, .tribe-events-calendar-list__event-details a.button._small, input[type="submit"].button._small {
        font-family: var(--lewo-font-headline);
        font-size: 0.875rem;
        height: 1.25rem;
        padding: 0 0.75rem 0 !important;
        min-width: unset;
    }
.nurple {
    position: relative;
    padding: 0 2.25rem;
    transition: color var(--lewo-trans-speed), transform var(--lewo-trans-speed);
    cursor: default;
    min-width: 8.625rem;
    justify-content: center;
    text-align: center;
}
.nurple span {
        text-transform: uppercase;
    }
@media (max-width: 640px) {
.nurple {
        padding: 0 1.25rem !important;
        /*font-size: 1.75rem; */
        min-height: 2.5rem;
        display: flex;
        align-items: center
}
    }
.nurple._slim {
        padding: 0 1.75rem;
    }
.nurple._small {
        padding: 0.5rem 2.5rem;
        font-size: 1.25rem;
        line-height: 1;
        font-family: var(--lewo-font-headline);
        min-width: unset;
    }
.nurple span {
        z-index: 1;
        position: relative;
        color: inherit;
    }
.nurple:before {
        content: "";
        position: absolute;
        border: 1px solid white;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: skew(340deg, 0deg);
        transition: border-color var(--lewo-trans-speed), background-color var(--lewo-trans-speed), transform var(--lewo-trans-speed);
    }
.nurple._hover {
        cursor: pointer;
    }
.nurple._hover:hover {
            color: var(--lewo-color-black) !important;
            transform: scale(1.07);
        }
.nurple._hover:hover:before {
     color: var(--lewo-color-black) !important;
     border-color: var(--lewo-color-secondary);
     background-color: var(--lewo-color-secondary) !important;
            }
.nurple._purple:before {
            border: none;
            background-color: var(--lewo-color-primary);
        }
@media (max-width: 640px) {
        .nurple._slim {
            padding: 0 1.1rem;
        }

        .nurple._small {
            font-size: 1rem;
            padding: 0.35rem 1rem 0.25rem !important;
            height: auto;
        }
    }
/* SCROLL DOWN ARROW */
/* ----------------------- */
@keyframes jumpInfinite {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
.hs-arrow-down {
    margin-bottom: 4.25rem;
    margin-top: 0rem;
    animation: jumpInfinite 1.5s infinite;
}
.logo-social-wrapper .logo-social {
        width: 2rem;
        height: 2rem;
        margin-right: 0.3125rem;
        transition: transform var(--lewo-trans-speed);
    }
.logo-social-wrapper .logo-social:last-child {
            margin-right: 0;
        }
.logo-social-wrapper .logo-social:hover {
            transform: scale(1.1);
        }
.logo-social-wrapper .logo-social.-no-image {
            width: auto !important;
        }
.logo-social-wrapper._small .logo-social {
            width: 1.5625rem;
            height: 1.5625rem;
        }
.arrow {
    cursor: pointer;
    transition: opacity var(--lewo-trans-speed), transform var(--lewo-trans-speed);
}
.arrow:hover {
        transform: scale(1.5);
    }
.arrow.swiper-button-disabled {
        opacity: 0;
        pointer-events: none;
    }
.logo-shows-swiper {
    position: relative;

}
.logo-shows-swiper > .swiper {
        margin-right: 2.5rem;
    }
@media (min-width: 1024px) {
.logo-shows-swiper > .swiper {
            margin-right: -3.75rem
    }
        }
@media (max-width: 768px) {
.logo-shows-swiper > .swiper {
            margin-right: -1.25rem
    }
        }
.ns-arrow-left,
.ss-arrow-left {
    position: absolute;
    top: 50%;
    left: -4rem;
    margin-top: -15px;
    z-index: 100;
}
.ns-arrow-right,
.ss-arrow-right {
    position: absolute;
    top: 50%;
    right: -4rem;
    margin-top: -15px;
    z-index: 100;
}
@media (max-width: 768px) {

    .ns-arrow-left,
    .ss-arrow-left {
        left: -2rem;
    }

    .ns-arrow-right,
    .ss-arrow-right {
        right: -2rem;
    }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
    border: none;
    padding: 0.5rem 1rem;
}
input[type=checkbox]
/* input[type=radio] */
{
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid white !important;
    background: var(--lewo-color-black);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type=checkbox]:hover {
        border: 1px solid var(--lewo-color-primary) !important;
    }
input[type=checkbox]:after {
    border-color: #56AF1F !important;
    position: relative;
    padding: 0;
    top: -1px;
    left: 1px;
    width: 7px;
    height: 12px;
    transform: rotate(45deg);
}
/* SOLDOUT */
/* -------------- */
.i96-parallax-container .logo-tag.-big-badge {
        text-transform: uppercase;

        width: 8.75rem;
        height: 8.75rem;
        /* line-height: 1.1; */
        line-height: 0.9;
        position: absolute;
    /*top: 8.75rem; */
    /*right: 7.5rem; */
        font-size: 2.75rem;
        margin: 0;

        /* transition: transform var(--lewo-trans-speed); */

        transform-origin: top right;
        transform: scale( var(--vw-home-logo-scale) );
        /* transform: scale( var(--var-logo-scale) ); */
        top: var(--vw-home-logo-top);
    /* top: calc( 10vw * 0.84 * 1.25 ); */
        top: 9.375rem;
    /* right: var(--vw-home-logo-right); */
        right: 8.4vw;
    }
.i96-parallax-container .logo-tag.-big-badge br {
            /*display: none; */
        }
@media (max-width: 640px) {
.i96-parallax-container .logo-tag.-big-badge {
            top: 2.375rem
    }
        }
.i96-parallax-container .logo-tag.-big-badge.-soldout {

        }
.lg-back-button {
    position: fixed;
    top: 6.5rem;
    left: var(--lewo-layout-row-padding-x) !important;
    z-index: 1011;
    width: 4.375rem;
    display: flex;
    justify-content: flex-start;
}
.lg-back-button:hover svg {
            transform: scale(1.5);
        }
.lg-back-button svg {
        margin: 0;
        width: 2.815rem !important;
        height: auto;
        transition: transform 250ms;
    }
@media (max-width: 640px) {
.lg-back-button {
        top: 4.5rem;
        width: 3.375rem
}

        .lg-back-button svg {
            width: 1.815rem !important;
        }
    }
.lg-back-button + .i96-article {
    margin-top: 0;
}
/*@import "libraries/_swiper-base.pcss"; */
/*@import "../libs/stickyheader/i96-sticky_header.pcss"; */
/*@import "../libs/accordion/le-accordion.pcss"; */
/* MODULES */
/* ------------------- */
.section-text-block-mit-sidebar {

    position: relative;

    padding-top: 6.625rem;
    padding-bottom: 8.5rem;

    z-index: 1;

}
.section-text-block-mit-sidebar.-with-sidebar {
        z-index: 1000;
    }
.section-text-block-mit-sidebar .logo-event-info {
        margin-bottom: 0;
    }
.section-text-block-mit-sidebar .logo-event-left {
        flex: 0 1 68%;
    }
.section-text-block-mit-sidebar .logo-event-right {
        max-width: 418px;
        min-width: 364px;

    }
.section-text-block-mit-sidebar .logo-event-right .button + .dl-title {
            margin-top: 4.5rem;
        }
.section-text-block-mit-sidebar .logo-event-right .button {
            display: flex;
            justify-content: space-between;

            padding: 0.9375rem 1.25rem !important;

            font-size: 1rem !important;
            min-width: 220px;

            margin-bottom: 1.25rem;

            min-height: 3.125rem;
        }
.section-text-block-mit-sidebar .logo-event-right .button .text {
                font-size: 1.5rem !important;
                font-family: var(--lewo-font-headline);
            }
.section-text-block-mit-sidebar .logo-event-right .button svg g {
                    transition: fill var(--lewo-trans-speed);
                }
.section-text-block-mit-sidebar .logo-event-right .button:hover svg g {
                        fill: black;
                    }
@media (max-width: 1024px) {
.section-text-block-mit-sidebar .logo-event-right {
            /* min-width: 337px; */
            min-width: 266px

    }


            .section-text-block-mit-sidebar .logo-event-right > div {
                margin-left: 2rem;
            }

            .section-text-block-mit-sidebar .logo-event-right .button {
                min-width: 100px;
            }

        }
.section-text-block-mit-sidebar.-mobile {
        display: none !important;
    }
@media  (max-width: 768px) {
.section-text-block-mit-sidebar {

        padding-top: 3.75rem;
        padding-bottom: 3.5rem

}

        .section-text-block-mit-sidebar .dl-title {
            margin-bottom: 1.125rem;
        }
        .section-text-block-mit-sidebar .logo-event-right .button + .dl-title {
            margin-top: 3.75rem;
        }

        .section-text-block-mit-sidebar .logo-event-right .button {
            margin-bottom: 1rem;
        }

        .section-text-block-mit-sidebar .logo-event-info {
            flex-direction: column-reverse;
            flex-direction: column;
        }
            .section-text-block-mit-sidebar.-desktop .logo-event-right {
                display: none;
            }
        .section-text-block-mit-sidebar.-mobile {
            margin: 0 !important;
            display: flex !important;
        }

            .section-text-block-mit-sidebar.-mobile .logo-event-right {
                display: flex;
                margin: 0;
            }
            .section-text-block-mit-sidebar .logo-event-left ._h4.mb-10 {
                margin-bottom: .75rem;
            }

        .section-text-block-mit-sidebar .logo-event-right {
            border-left: 3px solid var(--lewo-color-primary);
            border-left: none;
            display: flex;
            justify-content: center;
            max-width: 100%;
            min-width: 10px;
            margin-top: 0;
            margin-bottom: 4rem;
        }

            .section-text-block-mit-sidebar .logo-event-right .i96-stickystuff-stuff {
                position: relative !important;
                max-width: 340px;
                padding: 0;
                border: none;
                width: 100% !important;
                margin: 0;
                top: 0 !important;
                left: auto !important;
            }
    }
.galerie-wrapper .galerie-entry img {
            /*padding: 0 !important; */
            /*margin-bottom: 0 !important; */
        }
.galerie-wrapper .galerie-entry.hidden img {
                display: none;
            }
/* TEMPLATES */
/* ------------------- */
.hero-header .hs-subtitle {
        font-size: 2.5rem;
        font-family: var(--lewo-font-headline);
        line-height: 1;
        margin-top: -0.25rem;
        text-transform: uppercase;
    }
.hero-header img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100vh;
    }
.hero-header .hs-slide-info .nurple {
            padding: 0 1.75rem;
        }
/* BOTTOM SHADOW */
.hs-slide-info {
    display: flex;
    justify-content: flex-end;
    min-height: 50%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, #000000 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, #121212 100%);
}
.hs-slide-info ._h1 {
        padding: 0 1rem;
        text-align: center;
    }
.hs-ticket-button {
    margin-bottom: 6vh;
}
body.page-template-homepage-tpl .logo-hero-swiper {
        margin-top: 0;
        margin-bottom: 0;

    }
body.page-template-homepage-tpl .logo-hero-swiper .swiper-slide {
            width: 100%;
        }
/* NAVIGATION ARROWS */
/* ------------------------ */
/* centering vertically */
body.page-template-homepage-tpl .logo-hero-swiper .hs-arrow-left,
        body.page-template-homepage-tpl .logo-hero-swiper .hs-arrow-right {
            position: absolute;
            z-index: 10;
            top: 50%;
            margin-top: 0.9375rem;
            cursor: pointer;
        }
body.page-template-homepage-tpl .logo-hero-swiper .hs-arrow-left {
            left: var(--lewo-layout-row-padding-x);
        }
body.page-template-homepage-tpl .logo-hero-swiper .hs-arrow-right {
            right: var(--lewo-layout-row-padding-x);
        }
/* SECTION: KOMMENDE SHOWS */
/* ------------------------------------- */
body.page-template-homepage-tpl .logo-kommende-shows {
        padding-top: 5rem;
        overflow: hidden;
    }
@media (max-width: 640px) {

        .hero-header .hs-slide-info {
            position: relative;
            margin-top: -10vh;

        }

            .hero-header .hs-slide-info .nurple {
                margin-bottom: 0.25rem;
            }

            .hero-header .hs-slide-info .hs-ticket-button {
                margin-top: 1.25rem;
            }

        .hero-header .hs-subtitle {
            font-size: 1.75rem;
        }

    /* hero slider */
    .i96-parallax-container {
        margin-bottom: 2rem;
        display: flex;
        justify-content: center;
    }

        .i96-parallax-container img {
            height: auto;
            width: 120%;
            max-width: 120%;
        }

        .i96-parallax-container:after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 3.75rem;
            background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(18 17 18) 100%);
        }

    .logo-hero-swiper,
    .logo-hero-image {
        margin-top: 3.75rem !important;
    }

    .hs-arrow-down {
        margin-bottom: 2.25rem;
    }

    .hs-ticket-button {
        margin-bottom: 2rem;
    }

    /* SECTION: KOMMENDE SHOWS */
    /* ------------------------------------- */
    body.page-template-homepage-tpl .logo-kommende-shows {
        padding-top: 2rem;
    }

}
body.page-template-programm-tpl .lewo-section {
        padding-top: 5rem;
        margin-top: 0;
    }
body.page-template-programm-tpl .logo-programm-month {
        padding-bottom: 0;
        padding-top: 3.125rem;
        padding-top: 0;
    }
body.page-template-programm-tpl .logo-programm-month .lewo-month-name {
            padding-top: 3.125rem;
        }
body.page-template-programm-tpl .logo-programm-month.hidden {
            display: none;
        }
body.page-template-programm-tpl .logo-filter-panel {
        background: #121212;
    }
body.page-template-programm-tpl .logo-programm-buttons {
        padding-top: 0;
        padding-bottom: 0;
    }
body.page-template-programm-tpl .logo-programm-buttons .lewo-sec-content {
            z-index: 10;
        }
body.page-template-programm-tpl .logo-programm-buttons .button {
            padding: 0 0 0 1.25rem !important;
            justify-content: space-between;
            background: black;
        }
body.page-template-programm-tpl .logo-programm-buttons .button:hover img {
                    filter: invert(1);
                }
/* DROPDOWN: show only the selcted element, hide the original */
body.page-template-programm-tpl .filter-button .selected {
            display: none;
        }
body.page-template-programm-tpl .filter-button.-item-selected {
            border-color: var(--lewo-color-secondary) !important;

        }
body.page-template-programm-tpl .filter-button.-item-selected .original {
                display: none;
            }
body.page-template-programm-tpl .filter-button.-item-selected .selected {
                display: block;
            }
body.page-template-programm-tpl .logo-month-name {
        font-size: 1.75rem;
        height: 2.5rem;
        line-height: 1.5;
    }
@media (max-width: 640px) {
        body.page-template-programm-tpl .programm-title {
            margin-top: 7.5rem;
        }
        body.page-template-programm-tpl .logo-filter-wrapper {
            flex-direction: row;
            flex-wrap: wrap;
        }

            body.page-template-programm-tpl .logo-filter-wrapper .w-40 {
                width: 9rem;
            }

        body.page-template-programm-tpl .logo-programm-month {
            padding-top: 0;
        }

            body.page-template-programm-tpl .logo-programm-month .lewo-month-name {
                padding-top: 3.125rem;
            }

        body.page-template-programm-tpl .logo-month-name {
            margin-bottom: 2.5rem;
        }
    }
/* hide shadow when too few imgs */
@media (min-width: 1024px) {
                #swiper-event-image-slider[data-images="2"] .swiper:after {
                    display: none;
                }
    }
@media (min-width: 768px) {
                #swiper-event-image-slider[data-images="1"] .swiper:after {
                    display: none;
                }
    }
#swiper-event-image-slider .ss-arrow-left {
        left: 0;
        z-index: 1;
        margin-top: -15px;
    }
#swiper-event-image-slider .ss-arrow-right {
        right: 0;
        z-index: 1;
        margin-top: -15px;
    }
#swiper-event-image-slider .swiper:before,
        #swiper-event-image-slider .swiper:after {
            content: "";
            width: 120px;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 10;
        }
#swiper-event-image-slider .swiper:before {
            background: linear-gradient(270deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%);
            left: 0;
        }
#swiper-event-image-slider .swiper:after {
            background: linear-gradient(90deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%);
            right: 0;
        }
.logo-hero-image {
    margin-bottom: 0;
}
.section-event-content {
    /* padding-top: 5rem !important; */
    padding-top: 1.25rem !important;

}
.section-event-content .logo-social-wrapper {

    }
.section-event-content .logo-social {
        min-height: 3.125rem;
    }
.section-event-content .logo-social img {
        width: 3.125rem;
        height: 3.125rem;
    }
.section-event-content .logo-social {
        margin-right: 0.625rem;
    }
.section-event-content .logo-social .button {
            min-height: 45px;
            font-size: 2.25rem;
            height: auto;
        }
@media (max-width: 768px) {
.section-event-content .logo-social .button {
                font-size: 1.75rem !important
        }
            }
.logo-event-info {
    /* margin-top: 7.5rem; */
    margin-bottom: 4.375rem;
}
@media (max-width: 640px) {
    .logo-event-info {
        flex-direction: column;
        margin-bottom: 1rem;
    }
        .logo-event-right ._h4.mb-10, .logo-event-left ._h4.mb-10 {
            margin-bottom: 1.5rem;
        }

    .logo-event-right {
        margin-top: 1.75rem !important;
    }

    .logo-event-right ._h4.mb-10 {
        margin-top: 3rem;
    }

    /*.hs-slide-info .ev-tag-buttons { */
    /*    margin-bottom: 2rem; */
    /*} */

    .section-event-content {
        padding-top: 0.375rem !important;
    }
            .section-event-content .lewo-sec-content .mt-12 {
                margin-top: 1rem;
            }


}
.logo-event-left {
    flex: 0 1 68%;

}
.logo-event-left .-no-texttitle {

    }
.logo-event-left a {
        color: var(--lewo-color-primary);
        transition: var(--lewo-trans-speed);
    }
.logo-event-left a:hover {
            color: white;
        }
.logo-event-right {
    flex: 0 0 32%;

}
.logo-event-right > div {
        margin-left: 5.625rem;
        padding-left: 3.125rem;
        border-left: 3px solid var(--lewo-color-primary);

        /* min-width: 17.1875rem; // 275px */
    }
@media (min-width: 768px) and (max-width: 960px) {
.logo-event-right > div {
            margin-left: 1.625rem;
            padding-left: 2.125rem
    }
        }
.logo-event-right .logo-ev-row {
        white-space: nowrap;
    }
.logo-event-right .logo-ev-value {
        padding-left: 0.75rem;
        /*width: 5rem; */
        /*display: flex; */
    }
.logo-event-right .st-box {
        margin-right: 0;
    }
.logo-event-right .button {
        font-size: 2.25rem !important;
    }
@media (max-width: 768px) {
        .logo-event-right > div {
            margin-left: 2rem;
        }
        .logo-event-right .button {
            font-size: 1.75rem !important;
        }
    }
@media (max-width: 640px) {
        .logo-event-right .logo-ev-row {
            justify-content: start;
        }

        .logo-event-right > div {
            margin-left: 0;
            padding-left: 0;
            border-left: none;
        }
    }
/* .ev-tag-buttons { */
body.event-template-default .hs-slide-info {
        padding-bottom: 6vh;
    }
@media (min-width: 640px) {
        .event-template-default .hero-header img {
            height: 80vh;
        }
}
@media (max-width: 640px) {
        body.event-template-default .hs-slide-info {
            padding-bottom: 4.5vh;
        }
}
body.page-template-default-tpl,
body.page-template-default-small-tpl {
    background: var(--lewo-color-gradient-1a);
}
body.page-template-default-tpl a, body.page-template-default-small-tpl a {
        text-decoration: underline;
    }
body.page-template-default-tpl a.no-underline, body.page-template-default-small-tpl a.no-underline {
            text-decoration: none !important;
        }
body.page-template-default-tpl .default-title, body.page-template-default-small-tpl .default-title {
        margin-top: 13.5rem !important;
        margin-bottom: 3.75rem;
    }
body.page-template-default-tpl .section-no-0, body.page-template-default-small-tpl .section-no-0 {
        padding-top: 3.125rem;
    }
/*.title-main, */
/*.galerie-title { */
/*    &.-haz-navs { */
/*        margin-left: -80px; */
/*    } */
/*} */
body.page-template-default-tpl .title-main, body.page-template-default-small-tpl .title-main {
        margin: auto;
    }
@media (max-width: 768px) {

        body.page-template-default-tpl .entry-content, body.page-template-default-small-tpl .entry-content {
            display: flex;
            flex-direction: column;
        }

        body.page-template-default-tpl .default-title, body.page-template-default-small-tpl .default-title {
            margin-top: 8.5rem !important;
            margin-bottom: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            -moz-column-gap: 0.5rem;
                 column-gap: 0.5rem;
        }

            body.page-template-default-tpl .default-title .nurple, body.page-template-default-small-tpl .default-title .nurple {
                margin: 0;
            }

        body.page-template-default-tpl .galerie-title,
        body.page-template-default-tpl .title-main,
        body.page-template-default-small-tpl .galerie-title,
        body.page-template-default-small-tpl .title-main {
            margin-left: 0;
        }

        body.page-template-default-tpl .galerie-title, body.page-template-default-small-tpl .galerie-title {
            margin-bottom: 2.5rem;
        }

        body.page-template-default-tpl .title-main, body.page-template-default-small-tpl .title-main {
            display: flex;
            flex-basis: 100%;
        }

            body.page-template-default-tpl .title-main .nurple, body.page-template-default-small-tpl .title-main .nurple {
                margin: auto;
            }

    }
body.page-template-default-small-tpl {

}
body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content div {
            font-size: .75rem;
        }
body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h1,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h1 {
        font-size: 5.25em;             /* 84px */
        }
body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h2,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h2 {
        font-size: 3em;
        }
@media (max-width: 640px) {

    body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h2,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h2 {
            font-size: 2em;            /* 32px */
        }
        }
body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h3,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h3 {
        font-size: 2.25em;
        }
@media (max-width: 768px) {

    body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h3,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h3 {
            /* font-size: 2rem;        // 24px / 28px */
        }
        }
body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h4,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h4 {
        font-size: 2.5em;
        }
@media (max-width: 768px) {

    body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h4,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h4 {
            font-size: 1.75em;        /* 24px / 28px */
        }
        }
body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h5,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h5 {
        font-size: 2em;
        }
@media (max-width: 768px) {

    body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content h5,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content ._h5 {
            font-size: 1.75em;        /* 24px / 28px */
        }
        }
body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content p,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content .text-p,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content li {
        font-size: 1.5em;
        }
@media (max-width: 768px) {

    body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content p,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content .text-p,
        body.page-template-default-small-tpl .section-text-block-mit-sidebar .lewo-sec-content li {
            font-size: 1em;
        }
        }
body.page-template-default-small-tpl .-empty-sidebar .logo-event-left {
            flex: 0 1 100%;
        }
body.page-template-default-small-tpl .-empty-sidebar .logo-event-right {
            display: none;
        }
body.error404 #content {
        height: 75vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, var(--lewo-color-gradient-1a) 0%, var(--lewo-color-gradient-1b) 100%);
    }
body.error404 .page-header {
        margin-top: 7.5rem;
        padding-bottom: 1.25rem;
    }
body.error404 .text404 {
        font-family: var(--lewo-font-headline);
        line-height: .75;
        margin: 0;
    }
body.error404 .button .text {
        font-size: 1.5rem !important;
        font-family: var(--lewo-font-headline);
    }
@media (max-width: 640px) {

        body.error404 .page-header {
            margin-top: 3.75rem;
        }
}
/* TEMPLATE PARTS */
/* ------------------- */
#masthead {
        width: 100%;
        margin: 0;
        max-width: none;
        padding: 0;

        position: fixed;
        z-index: 1010;
        top: 0;
        right: 0;
        left: 0;

        /*.logo-social-wrapper { */
        /*    margin-top: 2.8125rem; */
        /*} */

    }
.i96-menu > .nav--menu {
            overflow: auto;
        }
.i96-menu li,
        .i96-menu li a {
            text-transform: uppercase;
        }
#masthead {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
    }
.logo-header {
        display: flex;
        width: 100%;
        height: 7.5rem;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
    }
.second-menu li, .menu-header-container li {
            list-style: none;
            margin: 0;
        }
.nav--menu-container .second-menu {
        margin-bottom: 0;

    }
.nav--menu-container .second-menu li:first-child:before {
                display: none;
            }
.nav--menu-container .second-menu li a {
            padding: 4px 10px;
            text-decoration: none !important;
        }
/* MOBILE NAVIGATION */
@media (max-width: 640px) {

        /*.i96-parallax-container { */
        /*    margin-top: 3rem; */
        /* */
        /*    &:after { */
        /*        content: ""; */
        /*        position: absolute; */
        /*        top: 0; */
        /*        right: 0; */
        /*        bottom: 0; */
        /*        left: 0; */
        /*        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, #000000 100%); *\/ */
        /*        background: linear-gradient(180deg, #121212 0%, rgba(0, 0, 0, 0) 3rem, rgba(0, 0, 0, 0) calc(100% - 3rem), #121212 100%); */
        /*    } */
        /*} */

        .logo-social-wrapper .logo-social {
            width: 1.5rem;
            height: 1.5rem;
        }

        .logo-header {
            height: 3.75rem;
        }

            .logo-header .logo-logo img {
                height: 2rem;
            }
            .i96-menu .i96-menu-navbar {
                height: 3.75rem;
            }

                .i96-menu .i96-menu-navbar .nav--toggle {
                    padding: 0 !important;
                    min-width: unset;
                }

    }
section.logo-footer {
    padding-bottom: 7rem;
    position: relative;
}
section.logo-footer:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background:url('http://clients.meta3.com/logo/wp-content/themes/logo/assets/img/demo/band-4.jpg');
        background-size: cover !important;
        background-position: center !important;
        opacity: 0.75;
        mix-blend-mode: luminosity;
    }
section.logo-footer .logo-f-boxes {
        gap: 3.125rem;
    }
section.logo-footer .logo-f-box {
        border-radius: 0.625rem;
        border: 1px solid var(--lewo-color-primary);
        background-color: rgba(var(--lewo-color-primary-rgb), 0.3);

        width: 8.75rem;

        padding: 1.25rem 1.875rem;

        color: white;

        text-decoration: none;

        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;

        transition: transform var(--lewo-trans-speed);

    }
section.logo-footer .logo-f-box .label {
            margin-top: 0.75rem;
            line-height: 0.8;
            font-size: 1.875rem;
            font-family: var(--lewo-font-headline);
        }
section.logo-footer .logo-f-box:hover {
            transform: scale(1.07);
        }
/* NEWSLETTER */
section.logo-footer .logo-f-newsletter {
        width: 100%;
        max-width: 47.5rem;
        margin: 2.5rem var(--lewo-layout-row-padding-x-medium) 0;

    }
section.logo-footer .logo-f-newsletter input[type="checkbox"] {
            width: 1.25rem !important;
            flex: 0 0 1.25rem;
            height: 1.25rem;
            margin-top: 0.1875rem;
            margin-left: 0.625rem;
            margin-right: 1rem;
        }
section.logo-footer .logo-f-newsletter .email-wrapper,
        section.logo-footer .logo-f-newsletter input[type="text"] {
            min-height: 4.375rem;
            width: 100%;
            margin-right: 1rem;
            margin-left: 0;
        }
section.logo-footer .logo-f-newsletter input[type="submit"] {
            height: 4.375rem;
            min-width: 12.5rem;
            font-family: var(--lewo-font-headline);
            font-size: 1.875rem;
            color: white !important;
            margin-left: 0;
        }
section.logo-footer .logo-f-newsletter input[type="submit"]:hover {
                color: var(--lewo-color-black) !important;
            }
section.logo-footer .logo-f-newsletter .logo-f-legal p {
                font-size: 1rem;
            }
@media (max-width: 640px) {
            section.logo-footer .logo-f-newsletter > div {
                justify-content: center;
                gap: .75rem;
            }
            section.logo-footer .logo-f-newsletter input[type="text"] {
                margin-right: 0;

            }
            section.logo-footer .logo-f-newsletter input[type="text"],
            section.logo-footer .logo-f-newsletter input[type="submit"] {
                height: 3.125rem;
            }
            section.logo-footer .logo-f-newsletter input[type="submit"] {
                padding: 0 .25rem !important;
                font-size: 1.5rem;
            }

            section.logo-footer .logo-f-newsletter input[type="checkbox"] {
                margin-top: 0.1rem;
                width: 1rem !important;
                flex: 0 0 1rem;
                height: 1rem;
                margin-right: .5rem;
            }

            section.logo-footer .logo-f-newsletter .mt-5 {
                margin-top: .75rem;
            }

            section.logo-footer .logo-f-newsletter .logo-f-legal p {
                font-size: .75rem;
            }
        }
section.logo-footer .logo-f-newsletter .spinner {
            border-top: 1em solid rgba(101 55 151 / 20%);
            border-right: 1em solid rgba(101 55 151 / 20%);
            border-bottom: 1em solid rgb(101 55 151 / 20%);
            border-left: 1em solid rgb(101 55 151);
        }
section.logo-footer .logo-f-newsletter.spin-container.-loading > div {
                opacity: 0.25;
            }
section.logo-footer .logo-f-newsletter.spin-container.-loading .spinner-overlay {
                background: transparent;
                opacity: 1;
            }
section.logo-footer .logo-f-newsletter .form-thanks {
            display: none;
        }
section.logo-footer .logo-f-newsletter .terms-error {
            margin-left: 2.875rem;
        }
section.logo-footer .logo-f-newsletter.-sent .email-input-wrapper,
            section.logo-footer .logo-f-newsletter.-sent .logo-f-legal {
                display: none;
            }
section.logo-footer .logo-f-newsletter.-sent .form-thanks {
                display: block;
            }
@media (max-width: 640px) {
            section.logo-footer .logo-f-newsletter .email-input-wrapper > .email-input-outside {
                flex-direction: column;
                gap: 14px;
            }

                section.logo-footer .logo-f-newsletter .email-input-wrapper > .email-input-outside input {
                    height: 50px !important;
                    min-height: 20px !important;
                }
                section.logo-footer .logo-f-newsletter .email-input-wrapper > .email-input-outside .email-wrapper {
                    min-height: 20px !important;
                }
        }
footer#colophon {
    padding-top: 0;

}
footer#colophon .lewo-sec-content {
        height: 3.75rem;
    }
/* MENU */
footer#colophon .footer-navigation {
        margin: 0;
    }
footer#colophon .footer-navigation li a {
            font-family: var(--lewo-font-copy);
            color: white;
            line-height: 1;
        }
footer#colophon a {
        text-decoration: none;
    }
footer#colophon .made-by-meta3 .-stager img {
            margin-right: 1.5rem;
            max-height: 1.5625rem;
        }
.logo-footer-menu div {
        font-size: 1rem;
    }
.logo-footer-menu li:before {
            content: "";
            border-left: 1px solid white;
            margin: 0 1rem;
        }
.logo-footer-menu li a {
            padding: 0;
        }
.footer-navigation-wrapper {
    display: flex;
    flex-direction: row;

    margin: 0;

}
.footer-navigation-wrapper li {
        line-height: 1;
        margin: 0;
    }
@media (max-width: 820px) {

        footer#colophon .lewo-sec-content {
            padding: 1.25rem 0 1.5rem;
            gap: 1rem;
            height: auto;
            flex-direction: column;
        }

        footer#colophon .logo-footer-menu {
            flex-direction: column;
            gap: 0.25rem;
        }

            footer#colophon .logo-footer-menu a,
            footer#colophon .logo-footer-menu div {
                font-size: .875rem;
                font-weight: 400;
            }

            footer#colophon .logo-footer-menu .footer-navigation-wrapper {
                display: flex;
                flex-direction: row;
            }

                footer#colophon .logo-footer-menu .footer-navigation-wrapper li {
                    line-height: 1;
                }

                    footer#colophon .logo-footer-menu .footer-navigation-wrapper li:after {
                        content: "|";
                        color: white;
                        padding: 0 0.75rem;
                    }

                    footer#colophon .logo-footer-menu .footer-navigation-wrapper li:last-child:after {
                        display: none;
                    }

        footer#colophon li:before {
            display: none;
        }

        footer#colophon ul {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .made-by-meta3 img {
            max-height: 20px !important;
        }
        .made-by-meta3 .-stager img {
            margin-right: 0.625rem !important;
        }

    section.logo-footer {
        padding-bottom: 5rem;
    }

        section.logo-footer .logo-f-newsletter {
            margin: 2rem var(--lewo-layout-row-padding-x-medium) 0;
        }
}
@media (max-width: 580px) {
        section.logo-footer .logo-f-boxes {
            gap: 9%;
        }

            section.logo-footer .logo-f-boxes .logo-f-box {
                width: 27%;
                padding: 0.8rem 1.5rem .625rem 1.5rem;
            }

                section.logo-footer .logo-f-boxes .logo-f-box .label {
                    font-size: 1.2rem;
                }

                section.logo-footer .logo-f-boxes .logo-f-box:nth-child(3) {
                    padding: 0.8rem 1.25rem .625rem 1.25rem;
                }

}
.logo-show-thumb {

    padding-right: 2.5rem;
    margin-right: 0 !important;

}
@media (min-width: 1024px) {
.logo-show-thumb {
        padding-right: 3.75rem

}
    }
@media (max-width: 768px) {
.logo-show-thumb {
        padding-right: 1.25rem

}
    }
.logo-show-thumb.hidden {
        display: none !important;
    }
/* HORIZONTAL */
.logo-show-thumb._horizontal {
        margin-bottom: 3.75rem;

    }
@media (min-width: 880px) {
.logo-show-thumb._horizontal {

            flex-direction: row;
            display: flex

        /* LEFT: IMAGE */

        /* RIGHT */

    }

            .logo-show-thumb._horizontal .hs-title {
                margin-top: 0;
            }

            .logo-show-thumb._horizontal .ls-left {
                flex: 0 0 calc(380px + 2.5rem);
                padding-right: 2.5rem;
                margin-bottom: 0;
            }

        }
@media (max-width: 768px) {
        .logo-show-thumb .hs-title {
            margin-top: 0.5rem;
        }
    }
/* WITH LINK */
.logo-show-thumb a .button {
            cursor: pointer !important;
        }
.logo-show-thumb a:hover img {
                transform: scale(1.07);
            }
.logo-show-thumb .ls-left {
        /* margin-bottom: 2.5rem; */
        background: transparent !important;
    }
/* IMAGE */
.logo-show-thumb .img-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
.logo-show-thumb .img-container img {
            -o-object-fit: cover;
               object-fit: cover;
            height: 100%;
            width: 100%;
            transition: transform var(--lewo-trans-speed);
        }
.logo-show-thumb .img-bkgr {
        height: 50%;
        background: linear-gradient(180deg, rgba(18.06, 18.06, 18.06, 0) 0%, #121212 100%);
    }
.logo-show-thumb .st-date {
        font-family: var(--lewo-font-headline);
        background-color: var(--lewo-color-primary);
        font-size: 2rem;
        color: white;
        /* padding: 0.125rem 1.125rem; */
        padding: 0.125rem 1.0275rem;
        margin-right: 0.625rem;
        line-height: 1;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.logo-show-thumb .hs-subtitle {
        font-family: var(--lewo-font-headline);
        font-size: 1.375rem;
        font-weight: 400;
    }
.st-box {
    /* min-width: 52px; */
    font-family: var(--lewo-font-headline);
    background-color: white;
    font-size: 1.375rem;
    color: black;
    padding: 0.25rem 0.5rem 0.125rem;
    margin-right: 0.625rem;
    line-height: 0.8;
    height: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-tag {
    position: relative;
    margin: 3rem auto auto;

    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-radius: 50%;

    background-color: var(--lewo-color-primary);

    color: #FFF;
    text-align: center;
    font-family: var(--lewo-font-headline);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: .8667;
}
/* 86.667% */
.logo-tag .tag-text {
        color: inherit;
        text-align: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        line-height: inherit;
    }
.logo-show-thumb {
    
    /*.-abgesagt, */
    /*.-nachhol { */
    /*    .tag-text { */
    /*        font-size: 1.5rem; */
    /*    } */
    /*} */
}
.logo-show-thumb .badge-container {
        position: absolute;
        top: -1.25rem;
        right: -1.25rem;
        width: auto;
        display: flex;
    }
.logo-show-thumb .logo-tag {
        margin: 0 0 0 0.5rem;
        padding: 0.25rem;

    }
.logo-show-thumb .logo-tag.-sehr-klein {
            font-size: 1.25rem;
        }
.logo-show-thumb .logo-tag.-klein {
            font-size: 1.5rem;
        }
.logo-show-thumb .logo-tag.-mittel {
            font-size: 1.875rem;
        }
.logo-show-thumb .logo-tag.-gross {
            font-size: 2.25rem;
        }
.logo-show-thumb .logo-tag.-sehr-gross {
            font-size: 2.5rem;
        }
/* FIXES & WORKAROUNDS */
/* ------------------- */
/* TODO: do it with sass to not load everything */
/* @import "./../../node_modules/hamburgers/dist/hamburgers.min.css"; */
/* admin bar fix */
/*body.admin-bar { */
/*    max-height: calc(100vh - 32px); */
/*} */
@media (min-width: 640px){

    .sm\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }

    .sm\:ml-0{
        margin-left: 0px;
    }

    .sm\:mr-6{
        margin-right: 1.5rem;
    }

    .sm\:flex-row{
        flex-direction: row;
    }
}
@media (min-width: 768px){

    .md\:mb-12{
        margin-bottom: 3rem;
    }

    .md\:mt-0{
        margin-top: 0px;
    }

    .md\:columns-3{
        -moz-columns: 3;
             columns: 3;
    }

    .md\:flex-row{
        flex-direction: row;
    }

    .md\:gap-12{
        gap: 3rem;
    }
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

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

:root{--swiper-theme-color:#007aff}

.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}

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

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

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

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

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

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

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}/*! 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);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --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);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.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: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */

.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; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */

.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */

.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/

div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.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;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/

.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*

  "1 of 10" counter

*/

.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
          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;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
