#headBar {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    max-height: 125px;
    min-height: 125px;
    background-color: rgba(255,255,255,0.8);
}

#ImpressumLink {
    cursor: pointer;
}

#logos {
    flex: 1;
    display: flex;
    flex-direction: row;
}

#serviceIcon {
    height: 75%;
    margin: auto 5% auto 25%;
    cursor: pointer;
}

#logo {
    /*filter: invert(10%) sepia(78%) saturate(2322%) hue-rotate(194deg) brightness(98%) contrast(101%);*/
    height: 75%;
    margin: auto 0;
    cursor: pointer;
}

#nav1 {
    padding: 15px;
    display: flex;
    flex-direction: row;
}

#nav1 > div {
    text-decoration: none;
    padding: 0 10px;
}

.comingSoon {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

#LoginLink {
    cursor: pointer;
}