﻿.site-header {
    background-color: #BC6D1A;
}

.site-header {
    background-image: url("/ZG2_files/knowall-headoverlay.png");
    /*background-image: url("/ZG2_files/orangecubes.jpg");*/
    background-size: inherit;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
}

.nav-header > ul > li.menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.1 19' fill='%23ffffff'%3E%3Cpath d='M17 19c-0.5 0-1-0.2-1.4-0.6L0.6 3.4c-0.8-0.8-0.8-2 0-2.8 0.8-0.8 2-0.8 2.8 0L17 14.2 30.7 0.6c0.8-0.8 2-0.8 2.8 0 0.8 0.8 0.8 2 0 2.8L18.4 18.4C18 18.8 17.5 19 17 19z'/%3E%3C/svg%3E");
}

.ht-container, .ht-sitecontainer--boxed {
    /*max-width: 1000px*/
}

.hkb_widget_toc ol li.active > a {
    background: rgba( 188,109, 26, 0.8);
}

.hkb-category .hkb-category__title, .hkb-article__title {
    color: #bc6d1a;
    font-size: 16px;
}

.abstract {
    color: #fff;
    background-color: #bc6d1a;
    border-radius: 6px;
    font-size: 18px;
    padding: 5px 5px 5px 5px;
}
