.header-container {
    width: 100%;
    display: flex;
    height: 90px !important;
}

.header-title {
    color: white;
    align-self: center;
    padding-top: 5px;
    font-size: 20px;
}

.header-logo {
    padding: 15px;
    max-height: 90px;
    max-width: 345px;
}

.header-navigation-container {
    display: flex;
    flex-direction: row;
    background: white;
    margin-bottom:25px;
    justify-content:space-between;
}

.header-navigation-item {
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    color: darkgrey;
}

    .header-navigation-item > * {
        font-size: 14px;
        padding: 4px 10px 4px 10px;
        font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
        color: darkgrey;
        font-style: normal;
        text-decoration: unset;
    }

.header-navigation-item-selected {
    color: black;
    font-weight: bolder;
    text-decoration: underline;
}

header {
    background-color: black;
}
