.doku2 {
    margin-top: 15px;
    margin-left: -20px;
}

.main{
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}

.dTreeNode{
    margin-left: 10px;
}

.aside-list .dTreeNode {
    background-color: #fff !important;
}

.side-menu {
    width: 350px;
    min-width: 250px;
    min-height: 350px;
    float: left;
    background-color: #fff;
    overflow: scroll;
    overflow-x: hidden;
}

.aside-list .dtree >.clip >div >a:not([class]) {
    left: 0px;
}

.dtree > div > .dTreeNode{
    display: none;
}
.clip > div.dTreeNode {
    display: block !important;
}

.dtree > div > .dTreeNode ~ .dTreeNode{
    display: block !important;
}

/** ASIDE
 * ---------------- */
.aside-list {
    margin-top: 0;
    word-break: break-word;
    background: #fff;
}

.aside-list a,
.aside-list a:link,
.aside-list a:visited {
    display: block;
    color: #194844;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    margin-left: 15px;
}

.aside-list a:hover,
.aside-list a:active,
.aside-list a:focus {
    color: #82B92E !important;
}

.aside-list ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;

    margin: 2px 0;
    padding: 0;

    list-style: none;
}

.edit {
    height: 32px;
    margin-top: 1px;
}

.strong {
    background: #fff url(../images/pandora_table_contents.svg) no-repeat !important;
    width: 35px !important;
    height: 35px !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 0px;
    min-width: 150px;
    height: 32px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px; 
}

.aside-list ul>li {
    flex-grow: 1;
    margin-bottom: 2px;
    margin-left: 0;
}

.aside-list ul>li a {
    display: block;
    max-width: 100%;
    padding: 10px 20px;
    background-color: var(--aside-subtitle-bgcolor);
    left: 0px !important;
}

.aside-list ul>li>ul {
    margin-left: 1rem;
}

.aside-list ul>li>ul a {
    min-height: auto;
    padding: 6px 20px;
    background-color: transparent;
}

.aside-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px calc(var(--padding-base) * 0.5);
    background-color: var(--aside-footer-bgcolor);
}

.aside-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    padding: 10px calc(var(--padding-base) * 0.5);
    background-color: var(--aside-info-bgcolor);
}

.aside-footer a {
    display: inline-block;
    font-weight: 900;
    text-decoration: none;
    color: var(--aside-color);
}

.aside-footer a:hover,
.aside-footer a:active,
.aside-footer a:focus {
    text-decoration: underline;
    color: var(--aside-color);
}

.aside-list a.navSel {
    font-weight: 800;
}

#dokuwiki__content{
    display: block;
}

.menu-header{
    width: 35%;
}

.search_input{
    width: 35%;
}

.dkwk_content{
    margin-top: 50px;
    margin-left: 80px;
}

.show-menu{
    display: block !important;
}

#show-side-menu{
    display: none;
    margin-top: 20px;
    left: 20px;
    position: absolute;
    color: black;
}

.show-side-menu-active{
    left: 360px !important;
}
