﻿/*Logo und Hintergrundbild*/
.page {
    background: #eee; /*Default Style*/
}
.widget-profile .iconbox {
    background: #eee;
}

    /*linker Menübereich:active*/
    .shop-category .panel .ul li.ui-state-active,
    .jstree-default a.jstree-clicked, .jstree-default a.jstree-checked, .shop-category .panel .ul li.ui-state-active,
    .slide-in-left #toc li a.active {
        background-color: #eee !important;
        border-color: #eee !important;
        color: #626262 !important;
    }

        /*linker Menübereich:hover*/
        .shop-category .panel .ul li.ui-state-hover,
        .jstree-default a.jstree-hovered,
        .slide-in-left #toc li a:hover {
            background-color: #e5e5e5 !important;
            border-color: #e5e5e5 !important;
            color: #626262 !important;
        }
/*----------------------------------------------------------------------------------------------------*/
.footer-center {
    background: #e5e5e5;
}

    .footer-center a {
        color: #005693;
    }

/*--------------------------------------------------------Folder View CSS - Pinnwand--------------------------------------------------------*/
.folder-bar--horizontal .container {
    background: #005693;
}

    .folder-bar--horizontal .container:nth-of-type(2),
    .folder-bar--horizontal .container:nth-of-type(4),
    .folder-bar--horizontal .container:nth-of-type(6),
    .folder-bar--horizontal .container:nth-of-type(8),
    .folder-bar--horizontal .container:nth-of-type(10)
     {
        background: #888;
    }

.folder-bar--horizontal .baritem a {
    color: #fff;
}

.folder-bar--horizontal .baritem.selected {
    border-bottom: 3px solid #888;
}

.folder-bar--horizontal .container:nth-of-type(2) .baritem.selected,
.folder-bar--horizontal .container:nth-of-type(4) .baritem.selected
.folder-bar--horizontal .container:nth-of-type(6) .baritem.selected
.folder-bar--horizontal .container:nth-of-type(8) .baritem.selected
.folder-bar--horizontal .container:nth-of-type(10) .baritem.selected {
    border-bottom: 3px solid #005693;
}

.folder-bar--horizontal .container:nth-of-type(2) .selected.active,
.folder-bar--horizontal .container:nth-of-type(4) .selected.active,
.folder-bar--horizontal .container:nth-of-type(6) .selected.active,
.folder-bar--horizontal .container:nth-of-type(8) .selected.active,
.folder-bar--horizontal .container:nth-of-type(10) .selected.active,
.folder-bar--horizontal .baritem.selected.active {
    border-bottom: 3px solid #fff;
}

.folder-bar--horizontal .baritem.selected a {
    color: #fff;
}
