.login-wrapper {
    background: url("/images/BG_Office.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


header .header__logo {
    background: url("/images/heise.png") no-repeat center center / 100%;
    height: 60px;
    width:168px;
}

header, header .header__secondary {
    background-color: #fdfdfd;
}


header .header__day_names .day-names-label {
    color: #14315b;
}

header .header__day_names .name-list {
    color: #14315b;
}

header .header__profile-wrapper .business-profile .drop-down {
    color: #14315b;
}

.menu__btn span {
    background-color: #14315b;
}

header .header__profile-wrapper .profile:after {
    background: url(/images/arrow_point_to_right.svg) no-repeat center center/10px 10px;
}

header .header__secondary .bookmark {
    background: url(/images/bookmark-outline_dark.svg) no-repeat center center;
}

header .header__secondary .notification {
    background: url(/images/notification_dark.svg) no-repeat center center;
}

.tile {
    background-color: #14315b  ;
}

.white-tile {
    background-color: #fff;
}

.btn-primary, .btn-type-1 {
    background-color: #14315b  !important;;
}

.btn-primary:hover, .btn-type-1:hover {
    background-color: #155683 !important;;
}

.dashboard {
    background-color: #e3f5ff;
}

.menu {
    background-color: #e3f5ff;
}

.menu__item-inner:hover .title {
    color: #14315b;
}

.menu [data-submenu-item]:checked + .menu__item-inner {
    background-color: #e3f5ff;
}

.menu__item-inner.active {
    background-color: #e3f5ff;
    border-radius: 5px;
}

.type-selector div.active {
    background-color: #14315b;
}

.view-switcher div.active {
    background-color: #14315b;
}

button.invertedButtonColors {
    background-color: #14315b;
}

.add-new-shift {
    border-top: 5px solid #14315b;
}

.icon-color {
    fill: #14315b;
}

.btn-dropdown {
    color: #14315b;
    border: 1px solid #14315b;
}

.form-header {
    background-color: #14315b;
}

.table-caption > .hide-table.active {
    background: #14315b!important;
}
