whtml {
    background-color: #524F4F;
    min-height: 100%;
    height: 100%;
}

html {
    background-color: #524F4F;
    min-height: 100%;
    height: 100%;
    font-family: Open Sans;
}

/******************************************************************************/
/* GENERAL DESIGN */
/******************************************************************************/

h1 {
    color: #00aeef;
    font-size: 3.5em;
    font-weight: normal;
    text-align: center;
}

h2 {
    color: #00aeef;
    font-size: 2.0em;
    text-align: center;
}

p {
    color: #00aeef;
    text-align: center;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

input {
    background-color: #fff;
    height: 2.5rem;
    padding: 0.1rem 2rem;
    border: solid 1px grey;
    border-radius: 0.4rem;
    color: grey;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 1.1rem 1.2rem;
    background-position: 97%;
}

input[type="submit"] {
    background-color: #015271;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #003162;
}

input[type="text"] {
    background-image: url("../images/Benutzer-grau-min.png");
}

input[type="password"] {
    background-image: url("../images/Schloss-grau-min.png");
}

/******************************************************************************/
/* GENERAL LAYOUT */
/******************************************************************************/

.pb-body {
    background-image: url("../images/background-min.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pb-content {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

main {
    width: 45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form {
    margin-top: 2rem;
    width: 30rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

form div {
    display: flex;
    justify-content: center;
}

.pb-logo {
    display: flex;
    align-items: center;
    width: 30rem;
    padding: 3rem;
    border-left: 1px solid #939598;
}

@media screen and (max-width: 90rem) {
    .pb-logo {
        display: none;
    }
}

/******************************************************************************/
/* LOGIN FORM */
/******************************************************************************/

#login-body {
    background-image: url("../images/background-min.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

#login-additional-content {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: transparent;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/******************************************************************************/
/* IRGENDWELCHES LEGACY-ZEUG */
/******************************************************************************/

#pwd-forgot-top {
    width: 100%;
    height: 30%;
    background-color: transparent;
}

#pwd-forgot-left-1 {
    width: 20%;
    height: 50%;
    float: left;
}

#pwd-forgot-left-2 {
    width: 13%;
    height: 50%;
    float: left;
}

#pwd-forgot-content {
    width: 50%;
    height: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    padding: 0px;
    float: left;
}

#pwd-forgot-title-msg p {
    margin-right: 4%;
    /*margin-left: 20%;*/
    margin-bottom: 15px;
}

#pwd-forgot-input input {
    background-color: #fff;
    height: 2.5em;
    padding: 0.1em 2em;
    border: solid 1px grey;
    border-radius: 0em;
    width: calc(50% - 2em - 4px);
    color: grey;
    text-align: center;
    background-image: url("../images/Benutzer-grau-min.png");
    background-repeat: no-repeat;
    background-size: 1.1em 1.2em;
    background-position: 97%;
    max-width: 341.05px;
    font-size: 1.02em;
}

#pwd-forgot-submit {
    margin-top: 20px;

}

#pwd-forgot-submit input {
    background-color: #015271;
    height: 2em;
    padding: 0.1em 1em;
    border: solid 2px #fff;
    border-radius: 0.3em;
    width: calc(50% - 2em - 4px);
    color: white;
    font-weight: 500;
    font-size: 1.2em;
    box-sizing: content-box;
    max-width: 341.05px;
    letter-spacing: 0.05em;
    margin-top: 1%;
    /*margin-left: 14%;*/
}

#pwd-forgot-logo {
    /*width: 30%;*/
    height: 50%;
    float: left;
    text-align: left;
    /*vertical-align: middle;*/
    padding-top: 8%;
    border-left: 1px solid #939598;
    padding-bottom: 8%;
    padding-left: 5%;
    max-width: 803.05px;
    max-height: 432.45px;
}

#pwd-forgot-sent-top-1 {
    padding-top: 2%;
}

#pwd-forgot-sent-top-2 {
    padding-top: 13%;
}

#pwd-forgot-sent-content {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    padding: 0px;
    float: left;
}

#pwd-forgot-sent-button input {
    background-color: #10B510;
    height: 1.8em;
    padding: 0.1em 1em;
    border: solid 1px black;
    border-radius: 0.25em;
    width: calc(50% - 2em - 4px);
    color: white;
    font-weight: 500;
    font-size: 1.2em;
    box-sizing: content-box;
    max-width: 341.05px;
    letter-spacing: 0.05em;
    margin-top: 2%;

}

#forgot_pwd_sent input {
    background-color: #fff;
    height: 2em;
    padding: 1%;
    border: solid 2px #DDD;
    border-radius: 0.25em;
    width: calc(30% - 2em - 4px);
}

#logout-top-1 {
    padding-top: 2%;
}

#logout-top-2 {
    padding-top: 13%;
}

#logout-content {
    text-align: center;
    height: 100%;
}

#logout-title h1 {
    font-size: 2.5em;

}

#change-pwd-old-pwd input {
    background-color: #fff;
    height: 2.5em;
    padding: 0.1em 2em;
    border: solid 1px grey;
    border-radius: 0em;
    width: calc(50% - 2em - 4px);
    color: grey;
    text-align: center;
    background-image: url("../images/Schloss-grau-min.png");
    background-repeat: no-repeat;
    background-size: 1.4em 1.3em;
    background-position: 97.5%;
    max-width: 341.05px;
    font-size: 1.02em;

}

#change-pwd-new-pwd input {
    background-color: #fff;
    height: 2.5em;
    padding: 0.1em 2em;
    border: solid 1px grey;
    border-radius: 0em;
    width: calc(50% - 2em - 4px);
    color: grey;
    text-align: center;
    background-image: url("../images/Schloss-grau-min.png");
    background-repeat: no-repeat;
    background-size: 1.4em 1.3em;
    background-position: 97.5%;
    max-width: 341.05px;
    font-size: 1.02em;
}

#change-pwd-new-pwd {
    margin-top: 3%;
}

#change-pwd-new-pwd-confirm input {
    background-color: #fff;
    height: 2.5em;
    padding: 0.1em 2em;
    border: solid 1px grey;
    border-radius: 0em;
    width: calc(50% - 2em - 4px);
    color: grey;
    text-align: center;
    background-image: url("../images/Schloss-grau-min.png");
    background-repeat: no-repeat;
    background-size: 1.4em 1.3em;
    background-position: 97.5%;
    max-width: 341.05px;
    font-size: 1.02em;

}

#change-pwd-submit-own input {
    background-color: #015271;
    /*#00aeef*/
    height: 2.2em;
    padding: 0.1em 1em;
    border: solid 2px #fff;
    border-radius: 0.3em;
    width: calc(50% - 2em - 4px);
    color: white;
    font-weight: 500;
    font-size: 1.2em;
    box-sizing: content-box;
    max-width: 341.05px;
    letter-spacing: 0.05em;
}

#change-pwd-submit-own {
    margin-top: 4%;
}

#change-pwd-header {
    float: left;
    width: 100%;
}

#change-pwd-form-content {
    float: left;
    text-align: center;
    width: 50%;
}

#change-pwd-left-own-1 {
    width: 20%;
    height: 50%;
    float: left;
}

#change-pwd-left-own-2 {
    width: 13%;
    height: 50%;
    float: left;
}

#forgot-pwd-sent-button {
    padding: 2em;
}

#forgot-pwd-done-button {
    padding: 2em;
    background-color: #fff;
    height: 2.5em;
    border: solid 1px grey;
    border-radius: 0.4em;
    width: calc(50% - 2em - 4px);
    color: grey;
    text-align: center;
    font-size: 1.02em;
}
