#main-div {
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    width: 100%;
}

#top {
    background-color: white;
    height: 30%;
    min-height: 175px;
    background-image: url(../images/GPM_Logo_mit_Unterzeile_gr_4C_2.png);
    background-size: 25vh;
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#middle {
    background-color: #ACA69B;
    height: 50%;
    min-height: 250px;
    background-image: url(../images/banner_2000x800.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#bottom {
    background-color: #ACA69B;
    height: 20%;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#link-list {
    position: absolute;
    top: 0;
    font-size: min(1.6vh, 2.6vw);
    color: #00000082;
    display: flex;
    align-items: center;
    padding: 5px;
}

a {
    color: #00000082;
    white-space: nowrap;
}

.site-info-link {
    padding: 10px;
    cursor: pointer;
}

.site-info-link a:link {
    text-decoration: none;
}

.site-info-link a:visited {
    text-decoration: none;
}

.site-info-link:hover {
    text-decoration: underline;
}

.site-info-link a:active {
    text-decoration: underline;
}

#header-text {
    font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
    color: #ACA69B;
    font-size: min(7.5vh, 8vw);
    padding-top: 25px;
    padding-bottom: 25px;
}

#header-info {
    font-size: min(1.6vh, 2.6vw);
    color: #707070;
}

#header {
    display: flex;
    justify-content: center;
    align-items: center;
}

#language-select {
    color: #707070;
    font-size: min(1.6vh, 2.6vw);
    display: flex;
    align-items: center;
    margin: -25px 10px;
    position: absolute;
    right: 1%;
}

.language-link {
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

#login-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(500px, 90%);
    margin-bottom: 1%;
}

.login-input {
    font-size: 20px;
    box-shadow: 0px 3px 6px #00000029;
    height: 35px;
    width: 100%;
    padding: 0 25px;
    margin-top: 10px;
    border: 0px solid;
    outline: none;
}

#login-button {
    color: white;
    background-color: #004985;
    font-size: 25px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 25px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#password-reset {
    color: white;
    font-size: min(1.6vh, 2.6vw);
    text-decoration: underline;
    padding-top: 10px;
}

#buy-login {
    color: #606060;
    font-size: min(1.6vh, 2.6vw);
    padding: 40px;
}