/* Top bar */
.ti-large-logo {
    display: none!important;
}

.ti-header {
    flex-direction: row!important;
    padding: 5px!important;
}

.ti-text {
    margin-left: 10px;
}

.ti-widget-container {
    margin: 0 0 2px!important;
}

.brz-section__menu-item .brz-bg + .brz-container .brz-wrapper {
    margin: 0;
}

.ti-widget.ti-goog .ti-widget-container {
    text-align: right!important;
}
/* END Top bar */
/* Notificatie balk */
.onw-notification-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #1c4587;
    color: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.onw-notification-bar-inner {
    max-width: 1200px;
    margin: auto;
    padding: 5px;
    text-align: center;
}
/* END Notificatie balk */
/* Misc */
.ti-widget.ti-goog .ti-footer * {
    color: #ffffff!important;
}
/* END Misc */