html,
body {
    background-color: var(--blue);
}

#sidebar-ganz {
    background-color: transparent;
}

#sidebar-ganz:has(.sidebar.active) {
    background-color: transparent;
}

.line-number-0 {
    color: transparent;
}



 #canvas-lorenz {
    position: absolute;
    width: 25%;
    height: 80%;
}


#info-lorenz {
    position: absolute;
    left: 3%;
    top: 78%; 
}

#info-lorenz h1{
   margin-bottom: 1vw;
}


#cSlider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2.5px;
    background: var(--schrift);
    outline: none;
    margin: 1vw 0 1vw 0;
    cursor: pointer;
    font-weight: 700;
}

#cSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--schrift);
}



#info-lorenz-2 {
    z-index: 1000;
    position: absolute;
    width: 25vw;
    padding: 0.5vw;
    pointer-events: none;
    z-index: 1000;
    left: -5%;
    top: -35%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}



#info-lorenz-2 p {
    color: var(--white);
    margin: 0;
    font-size: 1vw;
    line-height: 1.4;
    font-family: "Mono Light";
}