#head {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}
body.isMobile #head {
    height: unset;
    line-height: 1em;
}

#sprachen, #versionNumber {
    font-size: 10px;
    font-weight: normal;
}

#topRightInfoContainer {
    margin-right: 15px;
    margin-top: 5px;
}

body.isMobile #topRightInfoContainer {
    margin-right: 5px;
    margin-bottom: unset;
    margin-top: 5px;
}

body.isMobile #headTopRight {
    min-width: 0;
    overflow: hidden;
}

#mailboxIcon, #wdvlIcon {
    width: 24px;
}

#schulLogo {
    max-height: 80px;
    width: auto;
    margin-right: 5px;
}
