:root {
    --sidebar-width: 240px;
    --sidebar-height: 160px;
}

body {
    background: #555555;
    color: #bbbbbb;
    font-size: 16px;
    display: flex
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

a {
    color: #bbbbbb;
    font-weight: bold;
    text-decoration: none
}

a:hover {
    color: #ffffff
}

div#footer {
    width: 100%;
    text-align: right;
    position: relative;
    top: 15px
}

div#header {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: var(--sidebar-width);
    background: #333333;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0px
}

@media screen and (max-width: 600px) {
    body {
        flex-direction: column;
    }

    div#header {
        order: -1;
        position: relative;
        width: 100%;
        height: auto;
        bottom: auto
    }
}

@media screen and (min-height: 500px) and (min-width: 601px) {
    div#header #lowerHeader {
        margin-top: 300px;

    }
}

@media screen and (min-height: 800px) and (min-width: 601px) {
    div#header #lowerHeader {
        margin-top: 66vh;

    }
}

div#header #sidebar-nav {
    position: absolute;
    bottom: 10px;
    padding: 0 12px;
}

div#header #sidebar-nav ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 600px) {
    div#header #sidebar-nav {
        display: none;
    }
}

#footer-nav {
    display: none;
}

@media screen and (max-width: 600px) {
    #footer-nav {
        display: block;
        background: #333333;
        padding: 16px 20px;
        text-align: center;
    }

    #footer-nav ul {
        display: flex;
        justify-content: center;
        gap: 24px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

#header .nGY2Navigationbar.ngy2-filter-in-header {
    margin: 0;
    padding: 6px 0;
    display: block;
    width: 100%;
}

#header .nGY2Navigationbar.ngy2-filter-in-header .nGY2NavigationbarItem {
    margin: 4px 3px;
}

div#header div#lowerHeader {
    overflow: visible;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 30px;
    align-items: flex-start;
    gap: 8px;
    padding: 0px 12px 8px 12px;
    box-sizing: border-box
}

div#header div#lowerHeader div#logoWrapper {
    background: #333333;
    z-index: 10000;
    width: 180px;
    padding: 5px 5px 5px 5px;
    margin: 0 auto;
}

div#header div#lowerHeader div#logoWrapper img#logo {
    width: 100%
}

div#header div#lowerHeader div#reihe,
div#header div#lowerHeader label {
    line-height: 30px;
    margin: 0px
}

div#header div#lowerHeader label {
    cursor: pointer
}

div#header div#lowerHeader div#reihe a.permalink {
    font-size: 10px
}

div#header div#lowerHeader div#reihe ul {
    padding: 0px;
    margin: 0px
}

div#header div#lowerHeader div#reihe li {
    display: inline-block;
    margin-right: 5px
}

div#header div#lowerHeader .nGY2Navigationbar.ngy2-filter-in-header {
    margin: 0;
    padding: 6px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    order: 3
}

div#header div#lowerHeader .nGY2Navigationbar.ngy2-filter-in-header .nGY2NavigationbarItem {
    margin: 4px 4px
}

div#super {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}

@media screen and (min-width: 601px) {
    div#super {
        top: 0px;
        left: var(--sidebar-width);
        right: 0px;
        bottom: 0px;
    }
}

@media screen and (max-width: 600px) {
    div#super {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

body.TextStyle div#super div#content {
    background: #444444;
    position: absolute;
    top: 10px;
    left: 210px;
    padding: 30px 30px 30px 30px;
    margin-bottom: 10px;
    min-height: 200px
}

@media screen and (max-width: 600px) {
    body.TextStyle div#super div#content {
        position: relative;
        top: auto;
        left: auto;
        padding: 20px;
    }
}

body.TextStyle div#super div#content li {
    list-style-type: disc
}

body.TextStyle div#super div#content div.center {
    text-align: center
}

body.TextStyle div#super div#content pre {
    font-size: 0.9em
}

body.TextStyle div#super div#content h1 {
    padding-bottom: 50px
}