#background{
    position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;

background: linear-gradient(107.56deg, #00113D 0%, #000B26 57.29%, #000F34 100%);
}

#lotusvüberschrift{
    position: absolute;
width: 50%;
height: 50%;
left: 40%;
top: 5%;

font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 44px;
/* identical to box height */


color: #FFFFFF;

text-shadow: 0px 0px 10px #FFFFFF;
}

#lotusvüberschrift2{
    position: absolute;
width: 50%;
height: 50%;
left: 47%;
top: 5%;

font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 44px;
/* identical to box height */


color: #0047FF;

text-shadow: 0px 0px 10px #0047FF;
}

#scrollbar{
    position: absolute;
width: 0.3%;
height: 92%;
left: 98%;
top: 4%;

background: #757575;
}

#scrollbar2{
    position: absolute;
width: 0.5%;
height: 17%;
left: 97.9%;
top: 5%;

background: #0047FF;
box-shadow: 0px 0px 10px #0047FF;
}

#texthintergrund{
    position: absolute;
width: 1197px;
height: 962px;
left: 361px;
top: 118px;

background: rgba(34, 34, 34, 0.49);
}
