.menu {
    display: flex;
    background-color: #414141;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 2;
    height: 100vh;
    width: 100vw;
    color: #BBB;
    z-index: 998;
    padding-top: 45px;
    position: absolute;
    /*transition: bottom .2s ease-in;*/
}

@media(max-height: 645px) {
    .menu {
        padding-top: 10px;
    }
}

.menu-hidden {
    display: none;
}

.menu-wrapper {
    width: 880px;
    height: 400px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media(max-height: 645px) {
    .menu-wrapper {
        position: absolute;
        top: 100px;
    }
}

.menu-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid gray;
}

.menu-nav-wrapper {
    color: white;
    font-size: 15pt;
    flex-direction: row;
    margin-top: -7px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu-nav-button {
    color: gray;
    opacity: .6;
    transition: opacity .2s ease-in, color .2s linear;
}

.menu-nav-button-selected {
    color: white;
}

.menu-nav-button:not(.menu-nav-button-selected):hover {
    opacity: 1;
}

.menu-content {
    height: 400px;
    width: 880px;
    font-size: 16px;
    text-align: left;
}

.menu-content-tab {
    width: 880px;
    display: flex;
    flex-direction: column;
    animation: fadein .2s ease-in;
}

.menu-content-scrollable {
    width: calc(100vw / 2 + 440px - 25px);
    height: 400px;
}

.menu-content-scrollable-donation {
    width: calc(100vw / 2 + 440px - 25px);
    height: 800px;
}

@media(max-height: 645px) {
    .menu-content-scrollable {
        max-height: 290px;
    }
}

.menu-content-paragraph {
    width: 880px;
}

.menu-content-text-block {
    line-height: 150%;
    color: #BBB;
    font-size: 16px;
}

.menu-content-donation-paragraph {
    height: auto;
}

.menu-content-donation-goals {
    margin-top: 15px;
}

.menu-content-donation-goals p {
    margin: 0px;
    font-size: 12px;
}

.menu-content-donation section {
    height: 200px;
    display: flex;
    justify-content: center;
}

.menu-content-donation-form {
    display: flex;
    flex-direction: column;
}

.donation-input-wrapper {
    width: 880px;
    height: 160px;
    display: flex;
    flex-direction: row;
}

.donation-info-field {
    width: 220px;
    height: 160px;
    margin-bottom: 40px;
    display: flex;
}

.donation-info-left {
    width: 160px;
    height: 160px;
}

.donation-info-graph {
    position: absolute;
}

.donation-info-graph-outer-circle {
    fill: gray;
}

.donation-info-graph-inner-circle {
    fill: #414141;
}
  
.donation-info-graph-arc-bg {
    fill: #414141;
}

.donation-info-graph-arc-val {
    fill: #F06E00;
}

.donation-info-graph-text {
    width: 160px;
    height: 160px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.donation-info-graph-text-percent {
    color: #F06E00;
    font-size: 25px;
    line-height: 34px;
    margin-top: 26px;
}

.donation-info-graph-text-value {
    color: gray;
    font-size: 16px;
}

.donation-info-right {
    width: 60px;
    height: 160px;
    display: flex;
    flex-direction: column;
}

.donation-info-report {
    margin-left: 20px;
    width: 40px;
    height: 60px;
    margin-top: 51px;
}

.donation-info-goals {
    margin-bottom: 35px;
}

.donation-info-goals p {
    color: gray;
    margin: 0;
    font-size: 11px;
    line-height: 25px;
}

@media(max-height: 645px) {
    .donation-info-goals {
        position: absolute;
        left: 180px;
        top: 112px;
    }
}

.donation-info-report-button {
    height: 45px;
    width: 45px;
    cursor: pointer;
    background: url(../../images/graphic/Buttons.png) no-repeat -135px -182px;
}

.donation-info-supporters {
    width: 60px;
    height: 33%;
    margin-top: 10px;
    margin-left: 10px;
}

.donation-info-supporters span {
    color: #F06E00;
    font-size: 25px;
    line-height: 25px;
}

.donation-field p {
    margin: 0px 0px 5px 0px;
    font-size: 11px;
    color: gray;
}

.donation-input-field {
    width: 160px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.donation-input-field-wide {
    width: 320px;
}

.donation-input-field-button {
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-self: center;
    cursor: pointer;
    width: 165px;
}

@media(max-height: 645px) {
    .donation-input-field-button {
        position: absolute;
        top: 245px;
    }
}

.donation-input-text {
    text-align: left;
    width: 310px;
    margin-top: 5px;
    height: 25px;
    border: 1px solid gray;
}

.donation-input-field select {
    text-align: left;
    width: 80px;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.donation-button-icon {
    width: 24px;
    margin-top: 14px;
    height: 24px;
    background: url(../../images/graphic/Buttons.png) no-repeat -102px -189px;
}

.donation-input-submit {
    color: #F06E00;
    border: 0px solid #F06E00;
    background-color: #414141;
    margin-top: 16px;
    margin-right: 0px;
    height: 24px;
    align-self: center;
    outline: none;
    cursor: pointer;
    width: auto;
    font-size: 18px;
    font-family: 'MainFont', Fallback, sans-serif;
    transition: margin-right .20s ease-in;
}

.donation-input-field-button:hover .donation-input-submit {
    margin-right: 5px;
}

.menu-content-rules {
    text-align: left;
}

.menu-content-rules ul {
    list-style-type: none;
    padding-left: 20px;
    line-height: 150%;
}

.menu-content-rules ol {
    padding-left: 40px;
    line-height: 150%;
}

.menu-content-rules ol ul {
    list-style-type: lower-alpha;
    margin-top: 20px;
    padding-left: 40px;
    line-height: 20px;
}

.menu-content-authors-wrapper {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.menu-content-authors-top {
    width: 880px;
    height: 200px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.menu-content-authors-bottom {
    width: 880px;
    height: 180px;
    display: flex;
    flex-direction: row;
}

.menu-content-authors-top-image {
    width: 130px;
    height: 180px;
    margin-right: 40px;
    background: url('../../images/graphic/KS.png') no-repeat;
}

.menu-content-authors-bottom-image {
    width: 130px;
    height: 180px;
    margin-right: 40px;
    background: url('../../images/graphic/AW.png') no-repeat;
}

.menu-content-authors-text {
    height: 180px;
    width: 710px;
}

.menu-content-authors-text-header {
    display: flex;
    flex-direction: column;
}

.menu-content-authors-text-header div {
    font-size: 20px;
    line-height: 20px;
    color: white;
    text-align: left;
}

.menu-content-authors-text-header  p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 15px;
    color: white;
}

.menu-content-authors-text-about {
    width: 710px;
}

.menu nav {
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}

.sub-header-button-menu {
    padding: 5px 15px 5px 15px;
    margin-bottom: 5px;
    color: gray;
    opacity: 1;
    transition: opacity .2s ease-in, color .2s linear;
}

.sub-header nav:last-child {
    margin-right: 15px;
}

.sub-header-button-menu:hover {
    cursor: pointer;
}

.sub-header-button-menu:not(.sub-header-button-menu-selected):hover {
    opacity: .6;
}

.sub-header-button-menu-selected {
    color: white;
}
