@font-face {
    font-family: Metropolis-Black;
    src: url(Metropolis-Black.otf);
}
@font-face {
    font-family: Metropolis-Bold;
    src: url(Metropolis-Bold.otf);
}
#header {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 75px;
    background-color: whitesmoke;
    box-shadow: 0px 0px 5px 0px #000;
}
#logo-header{
    float: left;
    margin-left: 0px;
}
#nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 55px;
    background-color: red;
}
.header{
    margin: 0 auto;
    width: 543px;
    height: 75px;
}
.schwitec{
    float: left;
    width: auto;
    height: 75px;
    margin-top: 13px;
}
#schwitec{
    color: #1b75ba;
    font-family: Metropolis-Black;
    font-size: 55px;
    text-shadow: 0px 0px 5px #000;
}
.strich{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #1b75ba28;
    height: 55px;
    width: 10px;
}
.EUG{
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    height: auto;
    width: auto;
}
#EUG{
    color: #09253B;
    font-family: Metropolis-Bold;
    font-size: 26px;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 51%)
}
#nav{
    float: left;
    margin: 0px;
    margin-left: 10px;
    width: 100px;
    height: 55px;
    background-color: red;
}
