.container-topbar
{
    min-height: 80px;
    color: rgba(0,0,0,.75);
}
.grid-child.k-nav
{
    padding: 0;
    padding-bottom: 15em;
}
.container-header .k-nav,
.container-header nav
{
    margin-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
}
.k-nav.container
{
    border: 1px solid transparent;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0px;
    max-height: 98vh;
}
@media (max-width: 988px) {
    /* hide for mobile device, we have another template */
    .k-nav.container
    {
        display: none;
    }
}
.k-nav.fixed
{
    position: fixed;
}
.k-nav.fixed .container.k-nav
 {
     background-color: #ffffff;
 }
.k-nav-logo
{
    max-height: 47px;
    position: relative;
    left: -12px;
    top: 8px;
}
.meta-k-nav a.meta-nav-item
{
    font-size: .75rem;
    margin: 5px 0 7px 0;
    padding: 0 15px 0 15px;
    display: inline-block;
    border-left: 1px solid rgba(0,0,0,.15);
}
.meta-k-nav a.meta-nav-item:first-child
{
    border-left: 1px solid transparent;
}

.meta-k-nav a.meta-nav-item:hover
{
    color: rgba(0,0,0,.85);
    cursor: unset;
}
.meta-k-nav a.meta-nav-item[href]:hover
{
    color: rgba(255,100,0,1);
    cursor: pointer;
}
.k-nav.sticky
{
    background: #ffffff;
    position: fixed !important;
    top: 0;
    /* height: 47px; */
    border-bottom: 1px solid rgba(0,0,0,.125);
    -webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.175);
    -moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.175);
    box-shadow: 2px 2px 15px rgba(0,0,0,0.175);
}


.k-nav.sticky .meta-k-nav
{
    display: none;
}
.k-nav.sticky .k-nav-logo
{
    height: 29px;
    left: -8px;
    position: relative;
    top: -3px;
}
.body-sticky-nav
{
    padding-top: 70px;
}
.body-sticky-nav .k-nav .container
{
    border-bottom: 1px solid rgba(0,0,0,0);
}
.k-nav.sticky.fixed
{
    padding: 0;
}
.k-nav.sticky.fixed .k-nav.container
{
    border: 0;

}
/* Kübler Nav Bar */
.main-k-nav
{
    min-height: calc(16px + 1.5rem);
}
.navbar-nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
    border-top: 1px solid #dedede;
}

.main-k-nav li.nav-link.parent
{
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    border: 0px dotted transparent;
    font-size: 1.1rem;
    color: #343434;
    transition: all .2s;
    cursor: pointer;
    font-family: "Roboto-Condensed-bold";
    letter-spacing: 1px;
    overflow: visible !important;
}

.main-k-nav .nav-link.parent:hover,
.main-k-nav .nav-link.parent.active
{
    background-color: #e4e4e4;
    color: #121212;
}
.k-nav .btn-outline-primary
{
    color: rgba(255,100,0,1);
}
.k-nav .btn-outline-primary:hover
{
    color: rgba(255,255,255,1);
}
.main-k-nav .nav-link.parent.active
{
    background-color: #e4e4e4;
    color: #121212;
}


/* Search */
.knav-kicon-search
{
    height: 1.1rem;
    font-size: 1.4rem;
    position: relative;
    top: -2px;
    overflow: visible;
}






/* Mega Drop Down */
.container.k-nav .mega-dropdown-section
{
    height: 0px !important;
    width: 100% !important;
    overflow: visible;
    position: absolute;
    left: 0 !important;
    transition: all .2s;
    border: 0px solid red;

}

.container.k-nav .mega-dropdown
{
    display:none;
    color: #232323;
    padding: 10px;
    background-image: url(/templates/gorilla/images/polygone-white-bg.svg);
    background-position: center 200px;
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-color: #e4e4e4;
    -webkit-box-shadow: -2px 6px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: -2px 6px 6px rgba(0,0,0,0.2);
     box-shadow: -2px 6px 6px rgba(0,0,0,0.2);
}
.container.k-nav .mega-dropdown .row,
.container.k-nav .mega-dropdown .row .col-left
{
    min-height: 580px;
    --gutter-x: 0;
    --gutter-y: 0;
    padding: 20px;
}
.container.k-nav .mega-dropdown .row .col-right
{
    border: 1px solid transparent;
    padding: 0 0 0 30px;
}

.container.k-nav .mega-dropdown.active
{
    display:block;
}

ul.navbar-list-left,
.navbar-list-right
{
    list-style: none;
    padding-left: 0;
}

ul.navbar-list-left li
{
    margin-bottom: 4px;
    padding-bottom: 4px;
}
ul.navbar-list-left li.divider
{
    margin-top: 15px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

ul.navbar-list-left li.divider:first-child
{
    margin-top: 0px;
}
ul.navbar-list-right li:first-child
{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
ul.navbar-list-left li a,
ul.navbar-list-right li a
{
    transition: all .175s;
    color: rgba(0,0,0,.70);
    display: block;
    font-family: 'Roboto-Condensed-bold';
    /* font-weight: bolder; */
}
ul.navbar-list-left li a:hover
{
    color: rgba(255,100,0,1);
}

ul.navbar-list-left li a.have-childs
{
    text-decoration: underline;
}
ul.navbar-list-left li a.have-childs .kicon-chevron-right
{
    color: transparent;
    color: rgba(0,0,0,.2);
    font-size: 1.2rem;
}
ul.navbar-list-left li a.have-childs:hover .kicon-chevron-right,
ul.navbar-list-right li a:hover
{
    color: rgba(255,100,0,1);
}

ul.navbar-list-right li
{
    margin-bottom: 5px;
    padding-bottom: 5px;
}


ul.navbar-list-left li a.have-childs.active,
ul.navbar-list-left li a.have-childs.active .kicon-chevron-right
{
    color: rgb(232, 87, 0);
}
.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.welcome-text
{
    display: flex;
    flex-direction: column ;
    justify-content: center;
    height: calc(100% - 50px);
}
/* Language */
.language-flag
{
    height: 14px;
    position: relative;
    top: 0px;
}

/* Login */
.service-points
{
    display: flex;
    gap: 10px 20px;
}

/* general */
.k-nav-shadow
{
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
}
.k-nav-card
{
    background: rgb(255,255,255);
    padding: 15px;
    margin-bottom: 20px;
}