#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-bottom: 5px;
}

body.isMobile #topRightInfoContainer {
    margin-right: 5px;
    margin-bottom: unset;
    margin-top: 5px;
}

/* top 
#topLeftHeader {
    width: 10px;
    background: radial-gradient(at bottom right, rgba(0, 0, 0, 0) 0%, rgb(234, 234, 234) 70%);
}
#topMidHeader {
    width: 100%;
    height: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(234, 234, 234) 100%);
}
#topRightHeader {
    width: 10px;
    background: radial-gradient(at bottom left, rgba(0, 0, 0, 0) 0%, rgb(234, 234, 234) 70%);
}

/* mid */
#midLeftHeader {
    width: 10px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.086) 100%);
}
#midMidHeader {
    background-color: rgba(0, 0, 0, 0.086);
    width: 100%;
    color: #353535;
    text-align: justify;
}
#midRightHeader {
    width: 10px; 
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.086) 100%);
}

/* bot */
#botLeftHeader {
    width: 10px;
    background: radial-gradient(at top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.086) 70%);
}
#botMidHeader {
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.086) 100%);
}
#botRightHeader {
    width: 10px;
    background: radial-gradient(at top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.086) 70%);
}
