html {
    background-color: #565656
}

body {
    margin: auto;
    margin-top: 10px;
    max-width: 980px;
    width: 100%;
    background: #fff;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    font-size: 85%;
    font-variant: normal;
    font-weight: 400;
    line-height: normal
}

DIV#leftsidemenu {
    padding: 20px 0 0 0;
    margin: 0;
    float: left;
    background-color: #00622f;
    width: 190px;
    height: 100%
}

    DIV#leftsidemenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #00622f;
        width: 80%
    }

        DIV#leftsidemenu ul li {
            margin-bottom: 10px
        }

        DIV#leftsidemenu ul ul {
            margin-top: 10px;
            padding-left: 7%;
            display: none;
            width: 95%
        }

        DIV#leftsidemenu ul li:hover > ul,
        DIV#leftsidemenu ul li:focus-within > ul {
            display: block
        }

@media all and (max-width:960px) {
    DIV#leftsidemenu ul ul {
        display: block
    }
}

DIV#leftsidemenu li a {
    display: block;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    width: 80%;
    text-align: right;
    padding: 4px;
    padding-right: 20px;
    text-decoration: none
}

DIV#leftsidemenu ul ul li a {
    padding-right: 15px
}

DIV#leftsidemenu li a:hover {
    background-color: #82a280
}

header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 150px;
    background-color: #fff
}

DIV#banner {
    padding: 0;
    margin: 0;
    background-color: #82a280;
    height: 150px;
    width: calc(100% - 190px);
    float: left
}

    DIV#banner DIV#hgroup {
        width: 380px;
        padding-left: 20px
    }

    DIV#banner H1 {
        margin: 40px 0 6px 0;
        color: #e1e1e1;
        text-align: center
    }

    DIV#banner .tagline {
        font-size: 1.3em;
        margin-top: 6px;
        color: #e1e1e1;
        text-align: center
    }

#langmenu {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px 10px 0;
    display: flex;
    gap: 12px;
    align-items: center
}

#contentcontainer {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    background-image: linear-gradient(to right,#00622f 10%,#00622f 78%,#82a280 78%);
    background-image: -o-linear-gradient(left,#00622f 10%,#00622f 78%,#82a280 78%);
    background-image: -moz-linear-gradient(left,#00622f 10%,#00622f 78%,#82a280 78%);
    background-image: -webkit-linear-gradient(left,#00622f 10%,#00622f 78%,#82a280 78%);
    background-image: -ms-linear-gradient(left,#00622f 10%,#00622f 78%,#82a280 78%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(.1,#00622f),color-stop(.78,#00622f),color-stop(.78,#82a280));
    min-height: 464px
}

#content {
    padding: 0;
    margin: 0;
    border-left: 15px solid #fff;
    padding-right: 15px;
    float: left;
    width: 560px;
    background-color: #fff;
    min-height: 464px
}

#content .text-center {
    text-align: center;
}

    #content ul {
        text-align: left;
        padding: 0 0 0 20px
    }

        #content ul li {
            text-align: left;
            margin: 0 0 10px 0
        }

img.righthandpic {
    width: 197px;
    float: left
}

div#logo {
    padding: 10px 30px;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 130px;
    height: 130px;
    float: left
}

#langmenu a {
    color: #000
}

#nav-toggle {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap
}

#mobile-nav-bar {
    display: none
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #00622f;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none
}

.skip-link:focus {
    top: 0
}

DIV#leftsidemenu li a:focus-visible {
    outline: 3px solid #e1e1e1;
    outline-offset: -3px
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html, button, input, select, textarea {
    font-family: sans-serif
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: revert
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p, pre {
    margin: 1em 0
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    _font-family: 'courier new',monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

    q:before, q:after {
        content: '';
        content: none
    }

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media (min-width: 769px) and (max-width: 979px) {
    #content {
        width: calc(100% - 190px - 197px);
        box-sizing: border-box
    }

    #contentcontainer {
        background-image: linear-gradient(to right, #00622f calc(100% - 197px), #82a280 calc(100% - 197px))
    }
}

@media (max-width: 768px) {
    header {
        height: auto;
        display: flex;
        align-items: stretch
    }

    div#logo {
        float: none;
        flex: 0 0 auto;
        width: 80px;
        height: auto;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    div#logo img {
        width: 80px;
        height: 80px
    }

    DIV#banner {
        float: none;
        flex: 1;
        width: auto;
        height: auto;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    DIV#banner H1 {
        margin: 10px 0 4px 0;
        font-size: 1.4em
    }

    DIV#banner .tagline {
        font-size: 1em;
        margin-top: 4px
    }

    DIV#banner DIV#hgroup {
        width: auto
    }

    #contentcontainer {
        background-image: none;
        background-color: #fff
    }

    DIV#leftsidemenu {
        float: none;
        width: 100%;
        padding: 0
    }

    #mobile-nav-bar {
        display: flex;
        align-items: center;
        background-color: #00622f;
        width: 100%
    }

    #nav-toggle-label {
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #fff;
        padding: 10px 15px;
        font-size: 1.4em;
        flex-shrink: 0;
        user-select: none
    }

    #mobile-lang {
        flex: 1;
        text-align: right;
        padding-right: 15px
    }

    #mobile-lang a {
        color: #fff;
        padding: 10px 8px;
        display: inline-block
    }

    #langmenu {
        display: none
    }

    DIV#leftsidemenu ul#nav {
        display: none;
        flex-direction: column;
        width: 100%
    }

    #nav-toggle:checked ~ ul#nav {
        display: flex
    }

    DIV#leftsidemenu ul li {
        margin-bottom: 0;
        width: 100%
    }

    DIV#leftsidemenu li a {
        text-align: left;
        width: 100%;
        padding: 8px 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #82a280
    }

    DIV#leftsidemenu ul ul {
        display: block;
        padding-left: 0;
        width: 100%;
        background-color: transparent;
        margin-top: 0
    }

    DIV#leftsidemenu ul li:hover > ul,
    DIV#leftsidemenu ul li:focus-within > ul {
        display: block
    }

    #content {
        float: none;
        width: 100%;
        border-left: none;
        padding: 15px;
        box-sizing: border-box
    }

    img.righthandpic {
        float: none;
        width: 100%;
        display: block
    }
}
