/*##############################  2019 FIXED NAVIGATION##############################*/
/*#########################################################################################*/

#mainNavigation {
    float: left;
    margin-right: 0;
    margin-left: 0;
}


#headerLine3{
    display: none;
    z-index: 9999;
    clear: both;
    padding: 30px 0 60px;
}

#headerLine2 {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #0b0f0a;
    padding-bottom: 2px;
    padding-top: 2px;
}

.sticky #headerLine2 {
    position: fixed;
    top: -58px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #0c462f;
    background: #0b100a;
    padding-bottom: 6px;
    padding-top: 8px;
    transition:  all 1s ease;
    -webkit-transition: all 1s ease;
    overflow: visible;
}

#headerLine3 .horizontalNavigation ul.level_1 > li.last {
    padding-right: 0;
}
.sticky #headerLine3 {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition:  all 1s ease;
}
 
li.forward.trail.submenu {
    cursor: pointer;
}

.horizontalNavigation .submenu ul.level_2 {
    top: 100%;
    left: 0px;
    border-top: 0px solid #ffffff;
    text-align: left;
}


@media screen and (max-width:886px) {

#headerLine2 #logo,
#headerLine2 #nav-logo,
#headerLine2 .logo {
    width: 1px;
}
}


@media screen and (min-width:886px) {
    body.useOcNavi.sticky #lsOcNaviToggler,
    body.useOcNavi #lsOcNaviToggler {
        display: none;
    }
    
    
    *:not(#offCanvasContainer) > .bigScreenOnly {
		display:block;
	}


    #headerLine2 #logo {
        padding-right: 20px;
    }
    #headerLine2 {
        top: -400px;
    }
    
#headerLine2 #nav-logo,
    .sticky #headerLine2 #nav-logo {
        width: 70px;
        float: left;
        display: inline-block;
    }
    
    .sticky #headerLine2 .mod_navigation.horizontalNavigation {
        padding-top: 2px;
    }

    .sticky #headerLine2 {
        top: 0;

    }

  #headerLine3{
    position: relative;
    display: block;

    }
 

}
@media screen and (min-width: 1098px)  { 
    
    body.useOcNavi.sticky #lsOcNaviToggler ,
    body.useOcNavi #lsOcNaviToggler, body.useOcNavi.sticky #lsOcNaviToggler {
        display: none;
    }
    
    .sticky #headerLine2 .mod_navigation.horizontalNavigation {
        padding-top: 3px;
    }
    
    .sticky #headerLine2 #logo {
        width: 120px;
    }
}

@media screen and (min-width: 1098px)  { 
    #headerLine3 {
        padding: 40px 0 60px;
    }
}

@media screen and (min-width: 1800px)  { 
    #headerLine3 {
        padding: 60px 0 60px;
    }
}