* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100dvh;
    overflow: hidden;
    cursor: none;
}

body {
    background: #6BB4C5;
    height: 100dvh;
    width: 100dvw;
    overflow: hidden;
    position: relative;
    font-family: "AmbiguityNormate", sans-serif;
}

body:not([data-loaded-done="1"]) {
    pointer-events: none;
}

/* Impressum-Seite: Scroll erlauben */
body.impressum-page {
    overflow-y: auto;
    overflow-x: hidden;
}

.skew-wrapper {
    display: flex;
    height: 100dvh;
    width: 150%;
    margin: auto;
    transition: all 1s cubic-bezier(0.16,1,0.3,1);
    position: relative;
    left: 50%;
    transform: translateX(-50%) skewX(-31deg);
}

.skew-panel,
.unactive-skew-panel {
    flex: 1;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: opacity 0.5s ease, flex 1s cubic-bezier(0.16,1,0.3,1);
    z-index: 1;
}

.unactive-skew-panel {
    width: 100%;
    z-index: 21;
}

.unactive-skew-panel[data-offpanel="1"] { background: #81bfce; }
.unactive-skew-panel[data-offpanel="1"].animation-complete { box-shadow: 0 0 0px 2px #81bfce; }

.unactive-skew-panel[data-offpanel="2"] { background: #7abccb; }
.unactive-skew-panel[data-offpanel="2"].animation-complete { box-shadow: 0 0 0px 2px #7abccb; }

.unactive-skew-panel[data-offpanel="3"] { background: #72b8c8; }
.unactive-skew-panel[data-offpanel="3"].animation-complete { box-shadow: 0 0 0px 2px #72b8c8; }

.unactive-skew-panel[data-offpanel="4"] { background: #6bb4c5; }
.unactive-skew-panel[data-offpanel="4"].animation-complete { box-shadow: 0 0 0px 2px #6bb4c5; }

.unactive-skew-panel[data-offpanel="5"] { background: #66abbb; }
.unactive-skew-panel[data-offpanel="5"].animation-complete { box-shadow: 0 0 0px 2px #66abbb; }

.unactive-skew-panel[data-offpanel="6"] { background: #60a2b1; }
.unactive-skew-panel[data-offpanel="6"].animation-complete { box-shadow: 0 0 0px 2px #60a2b1; }

.unactive-skew-panel[data-offpanel="7"] { background: #66abbb; }
.unactive-skew-panel[data-offpanel="7"].animation-complete { box-shadow: 0 0 0px 2px #66abbb; }

.unactive-skew-panel[data-offpanel="8"] { background: #6bb4c5; }
.unactive-skew-panel[data-offpanel="8"].animation-complete { box-shadow: 0 0 0px 2px #6bb4c5; }

.unactive-skew-panel[data-offpanel="9"] { background: #72b8c8; }
.unactive-skew-panel[data-offpanel="9"].animation-complete { box-shadow: 0 0 0px 2px #72b8c8; }

.unactive-skew-panel[data-offpanel="10"] { background: #7abccb; }
.unactive-skew-panel[data-offpanel="10"].animation-complete { box-shadow: 0 0 0px 2px #7abccb; }

.skew-panel[data-panel="1"] { background: #81bfce; }
.skew-panel[data-panel="1"].animation-complete { box-shadow: 0 0 0px 2px #81bfce; }

.skew-panel[data-panel="2"] { background: #89c3d1; }
.skew-panel[data-panel="2"].animation-complete { box-shadow: 0 0 0px 2px #89c3d1; }

.skew-panel[data-panel="3"] { background: #81bfce; }
.skew-panel[data-panel="3"].animation-complete { box-shadow: 0 0 0px 2px #81bfce; }

.skew-panel[data-panel="4"] { background: #7abccb; }
.skew-panel[data-panel="4"].animation-complete { box-shadow: 0 0 0px 2px #7abccb; }

.skew-panel[data-panel="5"] { background: #72b8c8; }
.skew-panel[data-panel="5"].animation-complete { box-shadow: 0 0 0px 2px #72b8c8; }

.skew-panel[data-panel="6"] { background: #6bb4c5; }
.skew-panel[data-panel="6"].animation-complete { box-shadow: 0 0 0px 2px #6bb4c5; }

.skew-panel[data-panel="7"] { background: #66abbb; }
.skew-panel[data-panel="7"].animation-complete { box-shadow: 0 0 0px 2px #66abbb; }

.skew-panel[data-panel="8"] { background: #60a2b1; }
.skew-panel[data-panel="8"].animation-complete { box-shadow: 0 0 0px 2px #60a2b1; }

.unactive-skew-panel[data-offpanel="11"] { background: #66abbb; }
.unactive-skew-panel[data-offpanel="11"].animation-complete { box-shadow: 0 0 0px 2px #66abbb; }

.unactive-skew-panel[data-offpanel="12"] { background: #6bb4c5; }
.unactive-skew-panel[data-offpanel="12"].animation-complete { box-shadow: 0 0 0px 2px #6bb4c5; }

.unactive-skew-panel[data-offpanel="13"] { background: #72b8c8; }
.unactive-skew-panel[data-offpanel="13"].animation-complete { box-shadow: 0 0 0px 2px #72b8c8; }

.unactive-skew-panel[data-offpanel="14"] { background: #7abccb; }
.unactive-skew-panel[data-offpanel="14"].animation-complete { box-shadow: 0 0 0px 2px #7abccb; }

.unactive-skew-panel[data-offpanel="15"] { background: #81bfce; }
.unactive-skew-panel[data-offpanel="15"].animation-complete { box-shadow: 0 0 0px 2px #81bfce; }

.unactive-skew-panel[data-offpanel="16"] { background: #89c3d1; }
.unactive-skew-panel[data-offpanel="16"].animation-complete { box-shadow: 0 0 0px 2px #89c3d1; }

.unactive-skew-panel[data-offpanel="17"] { background: #81bfce; }
.unactive-skew-panel[data-offpanel="17"].animation-complete { box-shadow: 0 0 0px 2px #81bfce; }

.unactive-skew-panel[data-offpanel="18"] { background: #7abccb; }
.unactive-skew-panel[data-offpanel="18"].animation-complete { box-shadow: 0 0 0px 2px #7abccb; } 

.unactive-skew-panel[data-offpanel="19"] { background: #72b8c8; }
.unactive-skew-panel[data-offpanel="19"].animation-complete { box-shadow: 0 0 0px 2px #72b8c8; }

.unactive-skew-panel[data-offpanel="20"] { background: #6bb4c5; }
.unactive-skew-panel[data-offpanel="20"].animation-complete { box-shadow: 0 0 0px 2px #6bb4c5; }

body:not(.is-expanded) .unactive-skew-panel[data-offpanel="1"],
body:not(.is-expanded) .unactive-skew-panel[data-offpanel="15"],
body:not(.is-expanded) .unactive-skew-panel[data-offpanel="16"],
body:not(.is-expanded) .unactive-skew-panel[data-offpanel="17"],
body:not(.is-expanded) .unactive-skew-panel[data-offpanel="18"],
body:not(.is-expanded) .unactive-skew-panel[data-offpanel="19"],
body:not(.is-expanded) .unactive-skew-panel[data-offpanel="20"] {
    flex: 0;
}

body.is-expanded[data-active-panel="1"] .unactive-skew-panel[data-offpanel="14"],
body.is-expanded[data-active-panel="1"] .unactive-skew-panel[data-offpanel="15"],
body.is-expanded[data-active-panel="1"] .unactive-skew-panel[data-offpanel="16"],
body.is-expanded[data-active-panel="1"] .unactive-skew-panel[data-offpanel="17"],
body.is-expanded[data-active-panel="1"] .unactive-skew-panel[data-offpanel="18"],
body.is-expanded[data-active-panel="1"] .unactive-skew-panel[data-offpanel="19"],
body.is-expanded[data-active-panel="1"] .unactive-skew-panel[data-offpanel="20"],
body.is-expanded[data-active-panel="2"] .unactive-skew-panel[data-offpanel="1"],
body.is-expanded[data-active-panel="2"] .unactive-skew-panel[data-offpanel="15"],
body.is-expanded[data-active-panel="2"] .unactive-skew-panel[data-offpanel="16"],
body.is-expanded[data-active-panel="2"] .unactive-skew-panel[data-offpanel="17"],
body.is-expanded[data-active-panel="2"] .unactive-skew-panel[data-offpanel="18"],
body.is-expanded[data-active-panel="2"] .unactive-skew-panel[data-offpanel="19"],
body.is-expanded[data-active-panel="2"] .unactive-skew-panel[data-offpanel="20"],
body.is-expanded[data-active-panel="3"] .unactive-skew-panel[data-offpanel="1"],
body.is-expanded[data-active-panel="3"] .unactive-skew-panel[data-offpanel="2"],
body.is-expanded[data-active-panel="3"] .unactive-skew-panel[data-offpanel="16"],
body.is-expanded[data-active-panel="3"] .unactive-skew-panel[data-offpanel="17"],
body.is-expanded[data-active-panel="3"] .unactive-skew-panel[data-offpanel="18"],
body.is-expanded[data-active-panel="3"] .unactive-skew-panel[data-offpanel="19"],
body.is-expanded[data-active-panel="3"] .unactive-skew-panel[data-offpanel="20"],
body.is-expanded[data-active-panel="4"] .unactive-skew-panel[data-offpanel="1"],
body.is-expanded[data-active-panel="4"] .unactive-skew-panel[data-offpanel="2"],
body.is-expanded[data-active-panel="4"] .unactive-skew-panel[data-offpanel="3"],
body.is-expanded[data-active-panel="4"] .unactive-skew-panel[data-offpanel="17"],
body.is-expanded[data-active-panel="4"] .unactive-skew-panel[data-offpanel="18"],
body.is-expanded[data-active-panel="4"] .unactive-skew-panel[data-offpanel="19"],
body.is-expanded[data-active-panel="4"] .unactive-skew-panel[data-offpanel="20"],
body.is-expanded[data-active-panel="5"] .unactive-skew-panel[data-offpanel="1"],
body.is-expanded[data-active-panel="5"] .unactive-skew-panel[data-offpanel="2"],
body.is-expanded[data-active-panel="5"] .unactive-skew-panel[data-offpanel="3"],
body.is-expanded[data-active-panel="5"] .unactive-skew-panel[data-offpanel="4"],
body.is-expanded[data-active-panel="5"] .unactive-skew-panel[data-offpanel="18"],
body.is-expanded[data-active-panel="5"] .unactive-skew-panel[data-offpanel="19"],
body.is-expanded[data-active-panel="5"] .unactive-skew-panel[data-offpanel="20"],
body.is-expanded[data-active-panel="6"] .unactive-skew-panel[data-offpanel="1"],
body.is-expanded[data-active-panel="6"] .unactive-skew-panel[data-offpanel="2"],
body.is-expanded[data-active-panel="6"] .unactive-skew-panel[data-offpanel="3"],
body.is-expanded[data-active-panel="6"] .unactive-skew-panel[data-offpanel="4"],
body.is-expanded[data-active-panel="6"] .unactive-skew-panel[data-offpanel="5"],
body.is-expanded[data-active-panel="6"] .unactive-skew-panel[data-offpanel="19"],
body.is-expanded[data-active-panel="6"] .unactive-skew-panel[data-offpanel="20"],
body.is-expanded[data-active-panel="7"] .unactive-skew-panel[data-offpanel="1"],
body.is-expanded[data-active-panel="7"] .unactive-skew-panel[data-offpanel="2"],
body.is-expanded[data-active-panel="7"] .unactive-skew-panel[data-offpanel="3"],
body.is-expanded[data-active-panel="7"] .unactive-skew-panel[data-offpanel="4"],
body.is-expanded[data-active-panel="7"] .unactive-skew-panel[data-offpanel="5"],
body.is-expanded[data-active-panel="7"] .unactive-skew-panel[data-offpanel="6"],
body.is-expanded[data-active-panel="7"] .unactive-skew-panel[data-offpanel="20"],
body.is-expanded[data-active-panel="8"] .unactive-skew-panel[data-offpanel="1"],
body.is-expanded[data-active-panel="8"] .unactive-skew-panel[data-offpanel="2"],
body.is-expanded[data-active-panel="8"] .unactive-skew-panel[data-offpanel="3"],
body.is-expanded[data-active-panel="8"] .unactive-skew-panel[data-offpanel="4"],
body.is-expanded[data-active-panel="8"] .unactive-skew-panel[data-offpanel="5"],
body.is-expanded[data-active-panel="8"] .unactive-skew-panel[data-offpanel="6"],
body.is-expanded[data-active-panel="8"] .unactive-skew-panel[data-offpanel="7"] {
    flex: 0;
}


.skew-panel.active {
    flex: 20 !important;
    z-index: 2;
    opacity: 0;
}

body:not(.is-expanded) .skew-panel.hover{ 
    opacity: 0;
    flex: 3;
}

.background-panel video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.background-panel.active video {
    opacity: 1;
}

.footer {
    color: #fff;
    font-size: 1.1rem;
    opacity: 0;
    position: relative;
    font-weight: 300;
    text-transform: lowercase;
    font-style: italic;
    bottom: 0;
    right: 0;
    transform: translateY(40px);
    transition: none;
    z-index: 10;
}

#preloader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #6bb4c5;
    transition: opacity 0.5s;
}

.logo-container {
    top: 50dvh;
    left: 50%;
    width: 50vw;
    transition: all 1s cubic-bezier(0.16,1,0.3,1);
    pointer-events: none;
    display: flex;
    position: absolute;
    z-index: 101;
    transform-origin: 45.4% 14.5%;
    transform: translate(-45.4%, -14.5%);
    -webkit-transform: translate(-45.4%, -14.5%);
}
 
.logo-container > * {
    position: relative;
    width: 100%;
    height: auto;
}

.logo-container img {
    position: relative;
    width: 100%;
    height: auto;
}

.logo-container #he_group {
    flex: 102;
}

.logo-container #yi_group {
    flex: 66;
    margin: 0 -9% 0 -3%;
}

.logo-container #yi_group #yi_group_outline_image {
    position: absolute;
    left: 0;
    top: 0;
}

.logo-container #mat_group {
    flex: 191;
}

.logo-container > * {
    transition: all 1s cubic-bezier(0.16,1,0.3,1);
    opacity: 0;
}

body[data-loaded="2"] .logo-container > * {
    opacity: 1;
}

body[data-loaded="-1"] .logo-container,
body[data-loaded="0"] .logo-container {
    width: 100vw;
    min-width: 1500px;
    -webkit-transform: translate(-45.4%, -14.5%);
} 

body[data-loaded="1"] .logo-container,
body[data-loaded="2"] .logo-container {
    top: 50%;
    left: 25%;
    width: 50vw;
    min-width: 50vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    --faktor: 1.6644;
    --position: -17vh;
    margin-top: calc(var(--faktor) * var(--position));
    margin-left: calc(var(--position) * -1);
}

body[data-loaded="0"] .logo-container #yi_group,
body[data-loaded="1"] .logo-container #yi_group,
body[data-loaded="2"] .logo-container #yi_group {
    opacity: 1;
}

body:not([data-loaded="2"]) .logo-container #he_group {
    transform: translateX(-100%);
    opacity: 0;
}

body:not([data-loaded="2"]) .logo-container #mat_group {
    transform: translateX(100%);
    opacity: 0;
}

body .logo-container img {
    transition: all 1s cubic-bezier(0.16,1,0.3,1);
}

body:not([data-loaded="2"]) .logo-container #yi_group img:not(#yi_group_outline_image) {
    opacity: 0;
}

body.is-expanded .logo-container {
    left: calc(51% + 150% / 41 * -9) !important;
}

.footer-container {
    position: absolute;
    right: 40px;
    top: calc(100dvh - 70px);
    width: 300px;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.preloader-count {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    opacity: 1;
    position: absolute;
    top: 50dvh;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.impressum-link {
    opacity: 0.8;
    transition: opacity 0.2s;
    color: #fff;
    z-index: 100;
    cursor: none;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;    
    justify-content: center;
    transform: skewX(-14deg);
}

.impressum-link:hover {
    opacity: 1;
    color: #fff;
}

/* Impressum Overlay */
.impressum-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #6BB4C5;
    z-index: 20000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.6s cubic-bezier(0.16,1,0.3,1);
}

.impressum-overlay.open {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.impressum-scroll-wrapper {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

.impressum-content {
    background: transparent;
    color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5rem 2rem 3rem 2rem;
    position: relative;
    min-height: 100dvh;
}

.impressum-close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    opacity: 0.7;
    transition: opacity 0.2s;
    z-index: 20001;
    cursor: none;
}

.impressum-close:hover {
    opacity: 1;
}

/* Impressum Sections */
.impressum-sections {
    margin-top: 1.5rem;
    line-height: 1.5;
    font-size: 1.1rem;
}

.impressum-sections .impressum-section {
    margin-bottom: 2.5rem;
}

.impressum-sections .impressum-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


.impressum-section a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 2px;
    transition: border-color 0.2s;
}

.impressum-section a:hover {
    border-color: rgba(255,255,255,0.5);
}

/* Performance: Hintergrund ausblenden wenn Impressum offen */
body.impressum-open {
    overflow: hidden;
}

body.impressum-open .skew-wrapper {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.impressum-open .skew-panel video {
    display: none;
}

/* Full-Screen Impressum */
.impressum-fullscreen {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    background: #6BB4C5;
    overflow-y: auto;
    animation: impressum-slideup-full 0.6s cubic-bezier(0.16,1,0.3,1);
}

@keyframes impressum-slideup-full {
    from { 
        transform: translateY(100%); 
        opacity: 0;
    }
    to { 
        transform: translateY(0); 
        opacity: 1;
    }
}

.impressum-fullscreen-content {
    min-height: 100vh;
    padding: 3rem 2rem;
    color: #fff;
    font-family: "AmbiguityNormate", sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.impressum-fullscreen-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.impressum-fullscreen-header h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0;
}

.impressum-fullscreen-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 3rem;
    opacity: 0.7;
    transition: opacity 0.2s;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.impressum-fullscreen-close:hover {
    opacity: 1;
}

.impressum-fullscreen-body {
    line-height: 1.6;
}

.impressum-content h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    letter-spacing: -0.05em;
    font-style: italic;
}

.impressum-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem 0;
    color: #000;
}

.impressum-section p {
    margin-bottom: 1rem;
    font-weight: 300;
}

.impressum-section ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.impressum-section li {
    margin-bottom: 0.5rem;
    font-weight: 300;
}

.impressum-section strong {
    font-weight: 600;
}

/*
/* Custom Cursor Animation bei Panels */
.skew-panel:hover ~ .custom-cursor,
.skew-panel:active ~ .custom-cursor,
.custom-cursor.panel-hover {
    transform: translate(-50%, -50%) scale(0.6);
    border-color: #fff;
    background: rgba(255,255,255,0.08);
    transition: transform 0.18s cubic-bezier(0.16,1,0.3,1), border-color 0.2s, background 0.2s;
}

/* --- Aufgeräumte Panel-Styles --- */
.ticker-wrapper-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 70vh;
    font-size: 2vw;
    color: #fff;
    font-family: 'AmbiguityNormate', Arial, sans-serif;
    font-weight: 200;
    font-style: italic;
    pointer-events: none;
    z-index: 20;
    overflow: hidden;
    transform: skewX(31deg);
}

.ticker-wrapper {
    display: flex;
    position: absolute;
    width: max-content;
    position: relative;
    left: 0%; /* Startposition ohne Animation */
    transform: translateX(0%);
    will-change: transform, left;
    opacity: 0;
}

.ticker-wrapper.animate {
    animation: ticker-scroll 180s linear infinite;
    opacity: 1;
}

.ticker-content {
    white-space: nowrap;
}

.ticker-content strong {
    font-weight: 800;
    color: #000;
}

span.inline-circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    transform: skewX(-14deg);
}

@keyframes ticker-scroll {
    0% {
        left: 100%; /* Start: leicht rechts außerhalb */
        transform: translateX(0%);
    }
    100% {
        left: 0%; /* Ende: links außerhalb */
        transform: translateX(-100%);
    }
}

.unactive-skew-panel[data-offpanel-status="before"],
.unactive-skew-panel[data-offpanel-status="after"] {
    z-index: 21;
}

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%) scale(0) skewX(-14deg);
    transition: all 0.18s cubic-bezier(0.16,1,0.3,1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: transparent;
    opacity: 0;
}

/* Cursor erscheint erst nach dem Laden */
body[data-loaded-done="1"] .custom-cursor {
    transform: translate(-50%, -50%) scale(1) skewX(-14deg);
    opacity: 1;
}

/* Custom Cursor Animation bei Panels */
.skew-panel:hover ~ .custom-cursor,
.skew-panel:active ~ .custom-cursor,
.custom-cursor.panel-hover {
    transform: translate(-50%, -50%) scale(0.6) skewX(-14deg) !important;
    border-color: #fff !important;
    background: rgba(255,255,255,0.08) !important;
}

.custom-cursor.cursor-pointer {
    transform: translate(-50%, -50%) scale(0.33) skewX(-14deg) !important;
    background: #fff;
    border-color: #fff;
    transition: transform 0.18s cubic-bezier(0.16,1,0.3,1), background 0.18s, border-color 0.18s;
}

.background-wrapper {
    width: 100%;
    height: 100dvh;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.background-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.16,1,0.3,1);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.background-panel.hover {
    opacity: 1;
}

.background-panel.active {
    opacity: 1;
    z-index: 10;
}

@media all and (max-width: 1024px) {
    .custom-cursor {
        display: none !important;
    }
}

/* Responsive Anpassungen */
@media all and (max-width: 900px) {

    body[data-loaded="-1"] .logo-container, 
    body[data-loaded="0"] .logo-container {
        width: 400vw;
        transform: translate(-45.4%, -14.5%);
        -webkit-transform: translate(-45.4%, -14.5%);
    }

    body[data-loaded="1"] .logo-container, 
    body[data-loaded="2"] .logo-container {
        width: 80%;
        min-width: 80%;
        left: 15%;
    }

    body.is-expanded .logo-container {
        left: calc(52% + 250% / 41 * -9) !important;
    }

    .skew-wrapper {
        width: 250%;
    }
    
    .ticker-wrapper-container {
        font-size: 26px;
        top: 65%;
    }

    .footer-container {
        bottom: 10vh;
    }
    
    .ticker-wrapper {
        animation-duration: 40s;
    }    

}