#left-col ul.menu li {
    float: none;
	width: 100%;
}

#left-col ul.menu a, #left-col span.separator {
	position: relative;
    font-size: 1em;
    display: flex;
	padding: 3% 5%;
	margin: 0;
    border-bottom: solid 1px #ccc;
    color: #000;
    background: transparent;
    transition: all ease .5s;
}


#left-col ul.menu li ul a, #left-col span.separator li ul {
	border-bottom: solid 0px;
	text-transform: none;
    font-size: 0.8em;
    padding: 1% 5%;
}

#left-col ul.menu a:hover, #left-col span.separator:hover {
    background: #eee;
    color: #3d3d3d;
}

#left-col span.separator:before {
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    margin-left: 0px !important;
    content: "";
    height: 6px;
    width: 11px;
    position: absolute;
    background-image: url(../images/navigation-seite-arrow.svg);
    background-repeat: no-repeat;
    pointer-events: none;
	transform: rotate(0deg);
}

#left-col ul.menu span.separator.aktiv:before {
    transform: rotate(180deg);
}

#left-col li.current.active a, #left-col li.current a {
    color: #3d3d3d;
    background: #f6ec21;
}


#left-col ul.nav-child.unstyled.small {
    position: relative;
    padding: 0;
}

#left-col ul.menu li ul.nav-child.unstyled.small li {
    border-bottom: 0px;
}

#left-col ul.menu li ul.nav-child.unstyled.small li:last-child {
    margin-bottom: 20px;
}

#left-col li.current.active.deeper.parent {
        background: #f6ec21;
}

#left-col li.current.active a{
        background: #f6ec21;
}

/*
#left-col li.active.divider.deeper.parent span.separator {
        background: #f6ec21;
}
*/