.oxomi-portal {
    font-size: 14px;
    font-family: -apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;
}

.oxomi-portal .oxomi-portal-container .oxomi-link {
    font-weight: 600;
    color: #484848;
}

.oxomi-portal .oxomi-portal-container .oxomi-link:hover {
    color: #000;
}

.oxomi-portal #oxomi-content {
    grid-area: content;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    position: relative;
}

.oxomi-portal #oxomi-content .oxomi-element:only-of-type {
    height: 100%;
}

.oxomi-portal #oxomi-content .oxomi-element:only-of-type .oxomi-element-content {
    height: 100%;
}

.oxomi-portal #oxomi-login-container, .oxomi-portal .oxomi-login-container {
    grid-area: content;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.oxomi-portal #oxomi-sidebar {
    grid-area: sidebar;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.oxomi-portal #oxomi-sidebar .oxomi-element .oxomi-h2 {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #6f6f70;
}

.oxomi-portal #oxomi-sidebar .oxomi-element:first-child .oxomi-h2 {
    border-top: none;
    padding: inherit;
}

.oxomi-portal #oxomi-sidebar .oxomi-video-embed-details .oxomi-video-title {
    font-size: 14px;
}

.oxomi-portal #oxomi-sidebar .oxomi-single-video {
    margin: 0;
}

.oxomi-portal #oxomi-sidebar .oxomi-gallery-container .oxomi-gallery {
    width: auto;
}

.oxomi-portal #oxomi-footer {
    grid-area: footer;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.oxomi-portal .oxomi-features-classifications .oxomi-h3 {
    margin-top: 10px;
}

.oxomi-portal .oxomi-h3 {
    font-weight: 600;
}

.oxomi-portal div[class*='-title'] {
    font-size: 14px;
    padding: 0 4px;
}

.oxomi-portal .oxomi-masterdata-preview .oxomi-archive-label {
    margin-left: 0;
}

.oxomi-portal .oxomi-filter-bar input[type="text"] {
    color: #43474a;
}

.oxomi-portal header {
    width: 100%;
    height: auto;
    min-height: 40px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
}

.oxomi-portal header span:hover {
    background: rgba(255,255,255,0.6);
}

.oxomi-portal .oxomi-portal-menu a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.oxomi-portal #oxomi-overlay-mobile-close {
    visibility: hidden;
}

.oxomi-portal .oxomi-brand.oxomi-border:hover img {
    zoom: 1;
    opacity: 0.75;
}

.oxomi-portal .oxomi-group-content img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.oxomi-portal .oxomi-brand-icon {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.oxomi-portal .oxomi-attachment img.oxomi-attachment-icon {
    max-width: 26px;
    max-height: 26px;
}

.oxomi-portal .oxomi-center-horizontally {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.oxomi-portal .oxomi-video-embed-details div {
    font-size: 18px;
    margin: 5px 0;
}

.sci-overlay-content .oxomi-portal-container {
    min-height: 0;
}

.sci-overlay-content .oxomi-element {
    margin: 8px;
}

.oxomi-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: -6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
}

#sidebar {
    overflow-x: hidden;
}

.oxomi-portal .oxomi-link:hover:not(.oxomi-portal-logo) img {
    zoom: 1;
    opacity: 0.75;
}

.sci-overlay-content .oxomi-portal #oxomi-overlay-close {
    display: inherit;
}

.sci-overlay-content .oxomi-portal .oxomi-portal-navbar {
    border-color: #33658a;
}

.sci-overlay-content .oxomi-portal .oxomi-svg-holder {
    color: #ecf0f1;
}

.sci-overlay-content .oxomi-portal #oxomi-overlay-mobile-close {
    visibility: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

@media (max-width: 767px) {
    .oxomi-portal header {
        display: block;
    }
    .oxomi-portal header .oxomi-portal-menu #oxomi-overlay-close {
        display: none;
    }
}

@media (max-width: 768px) {
    .oxomi-portal .oxomi-portal-menu a {
        padding: 0 1em;
        display: block;
        border-top: solid 1px;
    }
    .oxomi-portal .oxomi-portal-menu a:last-child {
        border-bottom: 0;
    }
    .oxomi-portal .header-left, .oxomi-portal .header-right {
        width: 100%;
        text-align: center;
    }
    .oxomi-portal .hidden-desktop {
        display: block;
    }
    .oxomi-portal .oxomi-desktop-float-right {
        float: none;
    }
}

@media (max-width: 991px) {
    .oxomi-portal .memoio-widget {
        max-width: 48% !important;
        right: 24px !important;
    }
}

