aside.aside .content-element li {
    font-size: 16px;
    line-height: 26px;
}

#c3309 h3, #c3310.frame-type-menu_sitemap_pages ul li a {
    color: #e6832a;
}

#c3310.frame-type-menu_sitemap_pages ul li a:hover {
    color: #1b828c;
}

#c3310.frame-type-menu_sitemap_pages ul li::after {
    background-color: #e6832a;
}

#c3310.frame-type-menu_sitemap_pages ul li:hover::after {
    background-color: #1b828c;
}

#c3313 h3 {
    color: #1b828c;
}

.tx-indexedsearch-autocomplete {
    top: 42px;
    background: #fff !important;
    width: calc(100% - 44px) !important;
}

.tx-indexedsearch-autocomplete li {
    text-align: left;
    padding-left: 9px !important;
}

@media only screen and (min-width: 768px) {
    .tx-indexedsearch-autocomplete {
        top: 53px;
        width: calc(100% - 56px) !important;
    }
    .tx-indexedsearch-autocomplete li {
       padding-left: 20px !important;
    }
}



