.top-header {
    display: inline;
    font-family: "Neue Helvetica eText W01","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 13px;
}

    .top-header a {
        color: #666 !important;
        text-decoration: none;
    }

        .top-header a:hover {
            color: #666 !important;
            text-decoration: none;
        }

        .top-header a:visited {
            color: #666 !important;
            text-decoration: none;
        }

.top-header_firstlist li {
    display: inline;
    color: #a6a6a6 !important;
}

.top-header_firstlist {
    margin-left: -32px;
    margin-top: 12px;
}

.scip_logo img {
    margin-top: 15px;
    margin-left: 10px;
}

.top-header_firstlist li:before {
    content: ' |';
    display: inline-block;
    padding-right: 7px;
    position: relative;
    top: -1px;
    color: black;
    font-weight: 400;
}

.top-header_firstlist li:first-child:before {
    content: '';
}

.top-header_firstlist li:last-child:before {
    content: '';
}

.top-header_firstlist li:last-child {
    font-weight: 400 !important;
}

.namingarea {
    margin-top: -15px;
}

#bayer_logo_container {
    display: flex;
    justify-content: flex-end;
}

    #bayer_logo_container .bayer_logo {
        margin-right: 50px;
    }

#scip-client-mdm-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 2em;
}

#scip-masterdatanavigation {
    border: 1px solid #9ad7ed;
    color: #049cd7;
    display: inline-block;
    font-size: 23px;
    height: 38px;
    margin: 0 3px 0 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 38px;
}

@media only screen and (max-width: 767px) {
    .top-header {
        visibility: hidden;
    }

    #scip-masterdatanavigation {
        display: none;
    }

    #scip-logo-mdm-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #bayer_logo_container img {
        margin-top: -15px;
    }

    #bayer_logo_container {
        margin-top: -50px;
    }

    .scip_logo img {
        margin-top: 0px;
    }
}
