﻿body {
    /*vertical-align: unset;
    text-align: unset;*/
    font-family: Arial, Helvetica;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}

ul {
    list-style-image: url("ul.png");
}

    ul ul {
        list-style-image:;
    }

        ul ul ul {
            list-style-image:;
        }

a:link {
    color: rgb(255, 214, 47);
}

a:active {
    color: rgb(255, 221, 85);
}

a:visited {
    color: rgb(235, 191, 118);
}

body {
    background-color: rgb(92, 95, 94);
    color: rgb(235, 191, 118);
    font-family: Arial, Helvetica;
    font-size: 14px;
}


h1 {
    color: rgb(255, 204, 0);
    line-height: 120%;
}

h2 {
    color: rgb(255, 204, 0);
    line-height: 120%;
}

h3 {
    color: rgb(143, 199, 88);
}

h4 {
    color: chocolate;
}

h5 {
    color: rgb(255, 204, 0);
}

h6 {
    color: rgb(102, 153, 51);
}

button {
    background-color: rgb(255, 204, 0);
    color: rgb(11, 0, 0);
}

label {
    color: rgb(235, 191, 118);
}

.mstheme-text {
}

textarea {
    color: rgb(0, 0, 0);
}

fieldset {
    color: rgb(0, 0, 0);
}

legend {
    color: rgb(102, 153, 51);
}

select {
    color: rgb(0, 0, 0);
}

caption {
    color: rgb(102, 153, 51);
}

td {
    vertical-align: top;
}

th {
    color: rgb(255, 255, 153);
}

.authortop {
    color: #5E5F5C;
    background-color: #FFE271;
    border-top-style: 1 solid;
    border-top-color: #BC802E
}

    .authortop a {
        color: #5E5F5C
    }

        .authortop a:link {
            color: #5E5F5C
        }

        .authortop a:active {
            color: #5E5F5C
        }

        .authortop a:visited {
            color: #5E5F5C
        }





button {
    font-size: 1em;
    font-weight: bold;
    font-family: Arial, Helvetica;
    border-style: solid;
    border-width: 1pt
}

caption {
    font-size: 1.5em;
    font-style: normal;
    font-family: Arial, Helvetica
}

fieldset {
    font-family: Arial, Helvetica;
    font-size: 1em;
    font-style: normal;
    border-style: solid;
    border-width: 1pt
}

h1 {
    vertical-align: unset;
    font-size: 2em;
    font-family: Arial, Helvetica;
    text-align: unset;
    font-weight: normal;
    font-style: normal
}

h2 {
    font-family: Arial, Helvetica;
    font-style: normal;
    font-size: 1.75em;
    font-weight: normal;
    vertical-align: unset;
    text-align: unset;
}

h3 {
    font-family: Arial, Helvetica;
    text-align: unset;
    font-size: 1.5em;
    vertical-align: unset;
    font-weight: normal;
    font-style: normal
}

h4 {
    font-weight: normal;
    font-size: 1.3em;
    text-align: unset;
    font-family: Arial, Helvetica;
    vertical-align: unset;
    font-style: normal
}

h5 {
    font-size: 1.15em;
    font-style: normal;
    font-family: Arial, Helvetica;
    vertical-align: unset;
    text-align: unset;
    font-weight: normal
}

h6 {
    text-align: unset;
    vertical-align: unset;
    font-family: Arial, Helvetica;
    font-size: 1.6em;
    font-style: normal;
    font-weight: normal
}

label {
    font-size: 1em;
    font-weight: normal;
    font-family: Arial, Helvetica
}

legend {
    font-style: normal;
    font-size: 1em;
    font-family: Arial
}

marquee {
    font-family: Arial, Helvetica;
    font-size: 1.5em;
}

select {
    font-style: normal;
    font-family: Arial, Helvetica;
    font-size: 1em;
    border-style: solid;
}

table {
    font-family: Arial, Helvetica;
    font-style: normal;
    font-weight: normal;
    text-align: unset;
    vertical-align: unset
}

textarea {
    font-style: normal;
    font-family: Arial, Helvetica;
    font-size: 1em;
    border-style: solid;
}

th {
    font-family: Arial, Helvetica;
    font-style: normal
}


.responsive {
    width: 100%;
    height: auto;
}

.dropdown {
    position: relative;
    display: inline-flex;
}





.container {
    display: grid;
    grid-template-columns: minmax(150px, 250px) auto;
    grid-template-rows: 112px auto 40px;
    grid-gap: 3px;
    grid-template-areas:
        "l h"
        "m c"
        "m f";
    width: 100%;
    height: 99.8%;
    /*background: #ffd800;*/
}

.homecontainer {
    display: grid;
    grid-template-rows: 112px auto;
    grid-template-columns: auto;
    grid-template-areas:
        "l"
        "c";
    width: 100%;
    height: 99.8%;
    align-content: center;
    align-items: center;
}

.res-logo {
    display: flex;
    grid-area: l;
    justify-content: left;
    align-items: center;
    padding-left: 10px;
}

.logo {
    height: 100px;
}

.res-header {
    display: flex;
    grid-area: h;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-height: 112px;
}

#header {
    height: 100%;
    max-height: 112px;
}

.res-mainmenu {
    display: flex;
    grid-area: m;
    display: block;
    padding-left: 10px;
    padding-top: 20px;
    flex-wrap: wrap;
    /*background-color: green;*/
}

.res-menu {
    display: flex;
    grid-area: m;
    display: block;
    padding-left: 10px;
    padding-top: 20px;
    flex-wrap: wrap;
    /*background-color: green;*/
}

.res-maincontent {
    display: flex;
    grid-area: c;
    display: inline-block;
    /*background-color: blue;*/
    float: left;
    /*overflow-y: scroll;*/
    padding: 0px 10px 10px 10px;
    max-width: 800px;
}

.res-content {
    display: flex;
    grid-area: c;
    display: inline-block;
    /*background-color: blue;*/
    float: left;
    overflow-y: scroll;
    padding: 0px 10px 10px 10px
}

.noscroll {
    overflow-y: hidden;
}

.res-footer {
    display: flex;
    grid-area: f;
    justify-content: space-between;
    align-items: center;
    max-height: 40px;
}

.dropdown-content {
    display: none;
}

.prelative {
    position: relative;
}

.mainbar {
    margin: 0;
    padding: 0;
    /*width: 100%;*/
    background-color: #5E5F5C;
    /*position: fixed;*/
    overflow: auto;
    align-items: flex-start;
}

    .mainbar img {
        margin-top: -.3em;
        vertical-align: middle;
        padding-right: 10px;
    }

    .mainbar a {
        display: block;
        color: rgb(235, 191, 118);
        padding: 6px;
        text-decoration: none;
        border-color: #5E5F5C;
        border-width: 1px;
        border-style: solid;
    }

        .mainbar a.active {
            background-color: rgb(255, 214, 47);
            color: #5E5F5C;
        }

        .mainbar a:hover:not(.active) {
            background-color: #555;
            border-color: rgb(255, 214, 47);
            border-width: 1px;
            border-style: solid;
        }

        .mainbar a:hover.active {
            background-color: #555;
            border-color: rgb(255, 214, 47);
            border-width: 1px;
            border-style: solid;
            color: rgb(255, 214, 47);
        }


.sidebar {
    margin: 0;
    padding: 0;
    width: 220px;
    background-color: #5E5F5C;
    position: fixed;
    overflow: auto;
    align-items: flex-start;
}

    .sidebar img {
        margin-top: -.3em;
        vertical-align: middle
    }

    .sidebar a {
        display: block;
        color: rgb(235, 191, 118);
        padding: 6px;
        text-decoration: none;
        border-color: #5E5F5C;
        border-width: 1px;
        border-style: solid;
    }

        .sidebar a.active {
            background-color: rgb(255, 214, 47);
            color: #5E5F5C;
        }

        .sidebar a:hover:not(.active) {
            background-color: #555;
            border-color: rgb(255, 214, 47);
            border-width: 1px;
            border-style: solid;
        }

.center {
    justify-content: center;
    text-align: center;
}

.bottom {
    align-content: end;
}

@media screen and (max-width: 650px) {
    body {
        font-size: 16px;
    }

    .sidebar {
        /* margin-top: -.1em;*/
        position: relative;
        width: 94%;
    }

        .sidebar a {
            padding: 2px;
        }

    .container {
        grid-template-rows: 100px auto auto 40px;
        grid-template-columns: minmax(80px, 150px) auto;
        grid-gap: 3px;
        grid-template-areas:
            "l m"
            "h h"
            "c c "
            "f f";
        width: 100%;
        height: 150.8%;
        /*background: #ed00ff;*/
    }



    .boxme {
        padding: .01em 1px 5px 5px;
        margin: 10px 10px 20px 10px;
    }

    .dropdown-content {
        /*grid-column: 1 / 3;*/
        grid-row: 2 / 3;
    }

    .res-logo {
        /*justify-content: center;*/
    }

    .logo {
        height: 60px;
        pointer-events: none;
    }

        .logo img[src*="images/logo.png"], .logo img[src*="../../images/logo.png"], .logo img[src*="../images/logo.png"] {
            display: block;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background: url("../images/menu.png");
            width: 60px;
            height: 60px;
            padding-left: 60px;
        }

    .dropdown-content {
        display: none;
        position: fixed;
        /*background-color: #f9f9f9;*/
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        /*padding: 12px 16px;*/
        margin-top: 64px;
        /* width: 100%;*/
        z-index: 9;
    }

    .dropdown:hover .dropdown-content {
        display: list-item;
    }

    .res-mainmenu {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        border-color: rgb(255, 214, 47);
        border-width: 1px;
        border-style: solid;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .res-menu {
        display: none;
        grid-column: 1 / 3;
        /* grid-row: 3 / 4;*/
        border-color: rgb(255, 214, 47);
        border-width: 1px;
        border-style: solid;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .res-maincontent {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }

    .res-content {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }

    .res-footer-o {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }
}


.title {
    font-weight: bold;
}

.hilight {
    color: rgb(255, 204, 0);
    font-weight: bold;
}

.smaller {
    font-size: smaller;
}

.article {
    width: 95%;
    max-width: 700px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    padding-top: 20px;
    padding-bottom: 20px;
    /* Silbentrennung */
    overflow-wrap: break-word;
    word-wrap: break-word; /* Falls ältere Browser verwendet werden */
    hyphens: auto;
}

    .article > .title {
        font-size: 2em;
        font-weight: normal;
        line-height: 120%;
    }

    .article > p {
    }

.article-chart-container {
    display: flex;
    justify-content: center;
}

.article-chart {
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.82), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
    text-align: center;
}

.article-chart498 {
    max-width: 498px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.82), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
    text-align: center;
}

.article-chart-footer {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.question {
    color: #FFFFFF;
}

.answer {
    color: rgb(235, 191, 118);
}

.imgshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.82), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
}

.lightshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.whatsup {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(102, 105, 104);
    padding: 10px;
    margin: 10px;
}

.boxme {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(102, 105, 104);
    padding: .01em 15px 15px 15px;
    margin: 10px 10px 20px 10px;
}

.boxme0 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(102, 105, 104);
    padding: 0;
    margin: 0;
}

.linkit {
}

    .linkit img {
        margin-top: -.3em;
        vertical-align: middle;
        padding-right: 16px;
    }

    .linkit a {
        display: inline-block;
        color: rgb(235, 191, 118);
        padding: 6px;
        /*text-decoration: none;*/
        border-color: #5E5F5C;
        border-width: 1px;
        border-style: solid;
    }

        .linkit a.active {
            background-color: rgb(255, 214, 47);
            color: #5E5F5C;
        }

        .linkit a:hover:not(.active) {
            background-color: #555;
            border-color: rgb(255, 214, 47);
            border-width: 1px;
            border-style: solid;
        }
