#menu {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 85px;
    background-color: transparent;
    z-index: 90;
    overflow: auto;
    position: fixed;

    background-color: transparent;
}

.dropdown {
    width: 127px;
    height: 42px;
    background-color: transparent;
    border-radius: 10px;
    position: fixed;
    top: 35px;
    left: 23px;
    display: flex;

}

#button {
    background-color: rgb(0, 0, 0);
    height: 40px;
    width: 40px;
    size: 20em;
    font-size: 0.5em;
    line-height: 1;
    font-weight: 1000;
    font-family: Arial, sans-serif;
    color: rgb(247, 247, 238);
    position: fixed;
    border-radius: 10px;
    box-shadow: -0px -0px 10px 10px rgb(2, 2, 11);


}

#textButton {
    position: relative;
    top: -2px;

}

#Text {
    font-weight: 600;
    font-size: 2em;
    font-weight: 1000;
    font-family: Arial, sans-serif;
    color: rgb(250, 250, 250);
    position: fixed;
    top: 30px;
    left: 72px;
}

/*dropdown*/
.dropdown-content {
    display: none;
    height: 252px;
    width: 168px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    left: 0px;
    top: 0px;
    box-shadow: -0px -0px 30px 20px rgb(2, 2, 11);
    background-color: rgb(0, 5, 0);
}


.dropdown-content a {
    color: rgb(206, 204, 204);
    border-radius: 10px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: black;
    background-color: rgb(231, 231, 235);
    box-shadow: 0px, 0px, 10px, 10px;
}

.dropdown:hover .dropdown-content {
    display: block;
}




#rechner {
    
    display: none;
    width: auto;
    border-radius: 10px;
    height: auto;
    position: absolute;
    top: 126px;
    left: 130px;
    background-color: rgb(228, 243, 11);
}
#rechner a{
    color: rgb(61, 61, 61);
}
#rechner a:hover {
    color: rgb(255, 254, 254);
    background-color: rgb(170, 189, 2);
}

#game {
    display: none;
    width: auto;
    border-radius: 10px;
    height: auto;
    position: absolute;
    top: 168px;
    left: 130px;
    background-color: rgb(250, 10, 238);
}
#game a:hover{
background-color: rgba(0, 0, 255, 0.808);
}

#login {
    display: none;
    width: 80vi;
    border-radius: 10px;
    height: 42px;
    position: absolute;
    top: 210px;
    left: 130px;
    background-color: transparent;
   
}

#loginOk {
    position: relative;
    max-width: 20px;
    background-color: transparent;
}
#login a:hover{
    background-color: aliceblue;
}

#rechnerLink:hover+#rechner,
#rechner:hover {
    display: block;
    color: black;
}

#gameLink:hover+#game,
#game:hover {
    display: block;
}

#loginLink:hover+#login,
#login:hover {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (min-width: "500px") {}
