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

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

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

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



/* ////////////////    KOCHKURVE  ////////////// */

#canvas-koch {
    position: absolute;
    z-index: 1;
    width: 98%;
    height: 300px;
}


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



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


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

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


#info-koch-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-koch-2 p {
    color: var(--white);
    margin: 0;
    font-size: 1vw;
    line-height: 1.4;
    font-family: "Mono Light";
}











