﻿:root {
    --bs-primary-text-emphasis: #5c201c;
    --bs-primary-bg-subtle: #ff9d97;
}

/* ### Header ### */
header.main-header {
    background-color: #262626 !important;
}

/* ### Header - service-nav ### */

/* logout */
.service-nav {
    height: 25px;
    background-color: #000000;
    font-size: 16px;
    text-decoration: none !important;
    color: #8e8e8e !important;
}

.service-nav .logout img {
    height: 16px;
    width: 20px;
    cursor: pointer;
    filter: invert(59%) sepia(0%) saturate(1203%) hue-rotate(148deg) brightness(95%) contrast(89%);
}

.service-nav .logout img:hover {
     filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(243deg) brightness(99%) contrast(103%);
    transition: all 0.4s ease;
}

#logout:hover {
    color: white;
    transition: all 0.4s ease;
}

/* languages */
div.language-selector {
    margin-left: calc(0.25vw + 8px);
    display: inline-block;
}

span.language {
    display: inline-block;
    margin: 0 7px 0 7px;
    text-decoration: none !important;
    cursor: pointer;
}

span.language:hover {
    color: white;
    transition: all 0.4s ease;
}

span.language.active {
    font-weight: 600 !important;
    color: whitesmoke !important;
}

/* Header - Navigation */

.navbar {
    border-bottom: 1px solid rgba(222, 222, 222, 1);
    padding: 0.5rem 1rem;
}

.navbar-collapse {
    justify-content: flex-start;
    z-index: 10002;
}

.navbar-expand-xl {
    justify-content: space-between;
}

.navbar-toggler-icon {
    background-image: url('../img/hamburger-icon.svg');
}

.navbar-toggler-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
}

.navbar-brand {
    position: relative;
}

.navbar-brand img {
    position: absolute;
    height: 5.2rem;
    top: -1.2rem;
}

.navbar-brand span {
    padding-left: 3.5rem;
    padding-right: 2.5rem;
}

.navbar-brand-name {
    position: relative !important;
    height: 1.8rem !important;
    margin-top: -0.2rem !important;
    margin-bottom: -0.2rem !important;
    top: -0.1rem !important;
}

.navbar-title {
    margin-left: 45px;
}

.k-menu-vertical {
    padding-top: 10px;
}

.k-menu-vertical li span a {
    height: auto;
    padding: 5px;
}

.k-menu-vertical li span a:after {
    bottom: 0px !important;
}

.k-menu-horizontal li span.k-menu-link {
    margin-right: 0px !important;
}

.k-menu-link {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navmenu-item {
    color: #8e8e8e !important;
    font-size: 16px;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    text-decoration: none !important;
    display: inline-block;
    line-height: 1.5;
}

.navmenu-item:hover {
    color: white !important;
    transition: all 0.4s ease;
}

.navmenu-subitem {
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navmenu-subitem:hover {
    color: black !important;
    transition: all 0.2s ease;
}

.k-menu-group .k-item > .k-state-active,
.k-menu.k-context-menu .k-item > .k-state-active {
    background-color: transparent !important;
}

.navmenu-item-clicked {
    color: white !important;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0,0,0,1);
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    text-decoration: none !important;
    display: inline-block;
    line-height: 1.5;
}

.navmenu-item-clicked:after {
    background-color: #d52826;
    bottom: -0.8rem;
    content: '';
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

.k-menu-expand-arrow {
    color: #EA161F;
    margin-bottom: 4px;
    top: 0.3rem;
}

.k-menu-expand-arrow.k-i-arrow-60-right {
    right: -20px !important;
}

.k-menu:not(.k-context-menu) > .k-item:focus, .k-menu:not(.k-context-menu) > .k-item.k-state-focused {
    box-shadow: none !important;
}

.hide-accessible {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    /*Webkit and IE7 let clipped content change the scroll height of the page*/
    /*Scale webkit to 0*/
    -webkit-transform: scale(0);
    -webkit-transform-origin-x: 0;
    -webkit-transform-origin-y: 0;
    /*Change IE7 to using fixed*/
    *
  position: fixed !important;
    /*...And reset back to absolute for IE6*/
    _position: absolute !important;
}

/* ### Footer ### */
footer {
    height: 20px;
    text-align: right;
    background-color: #343a40 !important;
}

footer .info {
    padding-left: 10px;
    float: left;
}

footer a {
    color: dimgray !important;
}

footer .avg {
    float: right;
}

.cockpit_menu_item {
    padding: 5px 10px 5px 0px;
}