.leftSubNavigation .menuItem.activeMenuItem .menuItemButton {
	background-color: #F39A31;
    border: thin solid #F39A31;
}

.menuItem.activeMenuItem .menuItemBackground {
	background-image: linear-gradient(to right, #F29528, #FBDBA7);
	background-attachment: fixed;
}

.navigationStructureTree, .navigationStructureTree ul {
    margin:0;
    padding:0;
    list-style:none
}
.navigationStructureTree ul {
    margin-left: 0.5em;
    position:relative
}
.navigationStructureTree ul ul {
    margin-left:.5em
}
.navigationStructureTree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.navigationStructureTree li {
    margin: 0;
    padding: 0;
    padding-left: 0.5em;
    line-height: 2em;
    color: #fff;
    position: relative;

    width: calc(100%);
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
}
.navigationStructureTree ul li:before {
    content:"";
    display:block;
    width:6px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.navigationStructureTree ul li:last-child:before {
    height:auto;
    top:1em;
    bottom:0
}

.productStructureOverviewItem > button i.indicator {
	margin-right:5px;
    color: #f29528;
}

.navigationStructureTree li button {
    text-decoration: none;
    /*color:#ffc89a;*/
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.navigationStructureTree li button:hover {
    box-shadow: none !important;
}


.navigationStructureTree li button:focus {
    box-shadow: none !important;
    background-color: transparent !important;
}

.navigationStructureTree li button.activeFilter {
    color:#f29528;
    font-weight: 700;
}

.productStructureOverview span {
    margin-left: 0.5rem;
    text-decoration: underline;
    color: white;
}

.closeProductStructureOverview {
    background-color: transparent;
    margin-top: -0.7rem;
    margin-right: 1rem;
}

.closeProductStructureOverview:hover:enabled {
    box-shadow: none !important;
}

.closeProductStructureOverview i {
    font-size: 2rem;
    color: white;
}

@media screen and (max-height: 41rem), all and (orientation: portrait) {
	.navigation > a:hover > div {
		background: #F9CA88;
	}

	.navigation {
		background-image: linear-gradient(to right, #F29528, #FBDBA7);
		background-attachment: fixed;
	}
}
