#TopMenue {
    width: calc(100% - 16px);
    height: 40px;
    position: absolute;
    top: 0px;
    background: rgba(255, 255, 255, 0.42);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.6px);
    -webkit-backdrop-filter: blur(7.6px);
    border: 1px solid rgba(17, 132, 135, 0.76);
    display: flex;
    padding: 8px;
    align-items: center;
}

#TopMenue div{
    padding-left: 8px;
}

#TopMenueNameDiv{
    margin-left: auto;
}

#SignOutBTN {
    border: none;
    outline: none;
    padding: 10px 5px;
    border-radius: 7px;
    line-height: 16px;
    position: relative;
    font-family: inherit;
    font-weight: 500;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    color: var(--MainSchrift);
    font-size: 16px;
}

#HomeBTN svg{
    cursor: pointer;
    fill: var(--Label);
    stroke: var(--Label);
}

#HomeBTN svg:hover{
    transform: scale(1.25);
}