.Navbar{
    align-items: center;
    position: sticky;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    top: 0.5em;
    z-index: 5;
}
.Navbutton{
    font-size: 2em;
}
.Navbutton:hover{
    transition: all 0.3s ease;
    transform: scale(+1.1);
}
.quadratlist{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: burlywood;
}
.wichtig1{
    text-align: center;
    font-size: 4em;
    pointer-events: all;
    font-weight: bolder;
    font-family: sans-serif;
}
.showquadrat{
    display: flex;
    flex-direction: column;
    background-color: blanchedalmond;
    width: fit-content;
    height: fit-content;
}
.downtext{
    border-left: 4px solid black;
    border-right: 4px solid black;
    border-bottom: 4px solid black;
    font-size: 2em;
    font-weight: bold;
    font-family: sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.footer{
    background-color: goldenrod;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 8em;
    border-bottom: 1em solid gold;
    border-right: 4px solid gold;
    border-left: 4px solid gold;
    border-radius: 2%;
    margin-top: -0.2em;
    z-index: 0;
}
.links{
    font-size: 2em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    background-color: blanchedalmond;
    height: 50px;
    width: 100%;
    text-align: center;
    z-index: 0;
    transform: none;
}
.trenner{
    font-size: 2em;
    font-weight: bold;
    font-family: sans-serif;
    background-color: goldenrod;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.playbutton{
    font-size: 2.5em;
    font-family: sans-serif;
    width: 100%;
}