header{

    position: fixed;
    top: 0px;
    margin-left: -3px;
    /* border: 1px solid black; */
    background-color: var(--background);
    /* background-color: transparent; */
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
    /* padding-top: 50px; */
    border-radius: 5px;
    min-height: 30px;
    width: 1395px;

    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */

    a{
        text-decoration: none;
        color: black;
        /*margin-left: auto;*/
    }
    a:visited{
        text-decoration: none;
        color: black;
    }

    .HeaderLink{
        /* border: 1px solid black; */
        /* border-radius: 5px; */
        background-color: transparent;
        color: var(--grün);

        margin-right: 10px;


        min-width: 70px;

        transition: all .3s;

        padding: 5px 10px;


        display: flex;
        justify-content: center;
        align-items: center;


    }
    .HeaderLogIn{
        margin-right: 15px;
        text-wrap: balance;

        width: 155px;

        container-type: size;
        height: 45px;
        color: black !important;
        padding-left: 10px;
        img{
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
        /* margin-left: auto; */
    }
    .Username{
        font-size: 15cqw;
        width: 8ch;
    }
    .HeaderLogIn:hover .Username{
        display: none;
        font-size: 15cqw;
        width: 8ch;
    }
    .HeaderLogIn:hover:after{
        width: 155px;
        content: "logout";
    }
}