*{
    max-width:99%;
}
#logo{
    max-width:60%;
    max-height:120px;
    left: 10px;
}
body > header{
    height:160px;
}
body > header#loginheader{
    top:calc(-100vH + 160px);
}
body > header > span{
    top:100px;
    left: 49%;
}
#burger,#closemenu{
    right:20px;
}

section > fieldset{
    margin:30px auto;
    border-radius:15px;
    padding:20px;
    max-width:90%;
}

.icon-login{
    left: calc(50% - 50px);
}
.icon{
    width:100px;
    height:100px;
    line-height:100px;
}
#loginform label,#forgetform label{
    display: block;
    width:100%;
}
#loginform input,#forgetform input{
    display: block;
    width: 100%;
}
.labeled span{
    top:75% !important;
    line-height:1.3em;
    border-radius:0px;
}
figure.dozent{
    width:45%;
    height:180px;
}
.dozent span{
    top:50% !important;
    line-height:1.3em;
    border-radius:0px;
}
.grid12{
    display:grid;
    width:100%;
    min-height:350px;
    grid-template-columns: 1fr;
    grid-template-rows: 300px 60px 1fr;
    gap: 10px 10px;
    grid-template-areas:
        "links"
        "rechtsoben"
        "rechtsunten";
}
.acc-content div{
    grid-template-columns: auto;
    grid-auto-columns: repeat(4,1fr);
}
.linebreak{
    display:none;
}