
#html-body{
    background: #000;
    cursor: none;
}
h2{
    color: #000;
    font-family: "Circular Std";

    font-style: normal;
    font-weight: 450;
    line-height: 106%; /* 53px */
    letter-spacing: -2.5px;
}
a{
    cursor: none;
}
#cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 100000000000000;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transform-origin: center;

}

#cursor-point {
    position: fixed;
    width: 6px;
    height: 6px;
    background: #74C18E; /* oder transparent */
    border-radius: 50%;
    pointer-events: none;
    z-index: 100000000000000;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
}
.partner-logos {
    position: fixed;
    top: 0;
    left: 0;
    width: 324px;
    height: 282px;
    background: #000;
    z-index: 1000;
    transform: scale(0);
    transform-origin: center;
    pointer-events: none;
    overflow: hidden;
}
.partner-logos-inner{
    height: 100%;
    width: 100%;
    position: absolute;
}
.section-headline{
    hyphens: auto;
}



.disable-scrollbar {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
.disable-scrollbar::-webkit-scrollbar {
    display: none;  /* Older Safari and Chromium */
}

.ort-headline{
    color: #FFF;
    font-family: "Circular Std";
    font-size: 40px;
    font-style: normal;
    font-weight: 450;
    line-height: 106%; /* 74.2px */
    letter-spacing: -3.5px;
}

.section-headline{
    color: #FFF;
    font-family: "Circular Std";
    font-size: 40px;
    font-style: normal;
    font-weight: 450;
    line-height: 106%; /* 74.2px */
    letter-spacing: -3.5px;
}
.left-slider-part,
.right-slider-part{
    color: #FFF;
    font-family: "Circular Std";
    font-size: 65px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    letter-spacing: -6.5px;
}
.partner-logo-item{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.dot-label{
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.dot-label.active{
    width: 100%;
    height: auto;
    background: none;
    border-radius: 0;
}
.right-part-dot{
    opacity: 0;
    transition: 1.5s all ease;
}
.dot-label.active .right-part-dot {
    opacity: 1;
}
.line-mask {
    overflow: hidden;
    display: block;
}
.line-text-right {
    display: inline-block;
    transform: translateY(100%);
}


.partner-text{
    color: #000;
    text-align: center;
    font-family: "Circular Std";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
}

.partner-small-text{
    color: #444;
    font-family: "Circular Std";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%; /* 14px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
}
#hero {
    left: 0;
    top: 60%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    height: 0;
    z-index: 0;
}
.navigation-bar{
    position: sticky;
    top: 0;
    z-index: 1;
}

.sticky-top {
    position: sticky;
    top: 0;
    background-color: rgba(0,0,0,0.8); /* z. B. dunkler Hintergrund wenn gewünscht */
    z-index: 50;
}

#sticky-wrapper{
    position: absolute;
    bottom: 0;
}

.us-small-text{
    color: #FFF;
    font-family: "Circular Std";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%; /* 14px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
}
.us-small-text-paragraph{
    color: #FFF;
    font-family: "Circular Std";
    font-size: 17px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 20.4px */
    letter-spacing: -0.68px;
}
.us-middle-text-container{
    transform: translateY(-50%);
}
.line-mask {
    overflow: hidden;
    display: block;
}
.line-text {
    display: inline-block;
    transform: translateY(100%);
}


.scramble-word-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#hero-line {
    transform: translateY(-50%);
    top: 60%;
}
.scramble-word {
    position: relative;
    display: inline-block;
    color: white; /* oder dein Textstil */
}
#typed-text {
    position: relative;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: white;
    z-index: 2;
}
.blinking-cursor {
    display: inline-block;
    width: auto;
    animation: blink 0.8s steps(1) infinite;
}

@keyframes blink {
    50% { opacity: 0; }
}
.home-text{
    color: #FFF;
    font-family: "Circular Std";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.64px;
    margin-bottom: 36px;
}
.link-text{
    color: #74C18E;
    font-family: "Circular Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    letter-spacing: -0.72px;
    border-bottom: 1px solid #74C18E;
    padding-bottom: 3px;
}
.privacywire{
    display: none !important;
}
.link-text-no-b{
    color: #74C18E;
    font-family: "Circular Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    letter-spacing: -0.72px;
}


.text-ort{
    margin-bottom: 42px;
}
.link-icon{
    margin-right: 19px;
}
#typed-text{
    margin-bottom: 144px;
}
.appear-timeline {
    opacity: 0;
    transform: translateY(50px);
}
.slides-bottom-text{
    color: #FFF;
    font-family: "Circular Std";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
}


.scramble-word .placeholder {
    visibility: hidden;
    display: inline-block;
    pointer-events: none;
    height: 0;
}
.main-text-headline{
    color: #FFF;
    font-family: "Circular Std";
    font-size: 70px;
    font-style: normal;
    font-weight: 450;
    line-height: 106%; /* 74.2px */
    letter-spacing: -3.5px;
}


@media (min-width: 768px){
    .left-slider-part,
    .right-slider-part{
        color: #FFF;
        font-family: "Circular Std";
        font-size: 130px;
        font-style: normal;
        font-weight: 450;
        line-height: normal;
        letter-spacing: -6.5px;
        z-index: 10;
    }
    .section-headline{
        color: #FFF;
        font-family: "Circular Std";
        font-size: 70px;
        font-style: normal;
        font-weight: 450;
        line-height: 106%; /* 74.2px */
        letter-spacing: -3.5px;
    }
    .ort-headline{
        color: #FFF;
        font-family: "Circular Std";
        font-size: 70px;
        font-style: normal;
        font-weight: 450;
        line-height: 106%; /* 74.2px */
        letter-spacing: -3.5px;
    }
}

