/*
 * Modul StartWidget
 */
.loginStart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
    column-gap: 10px;
    row-gap: 50px;
    margin-top: 40px;
}

.loginStart .start_text {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.loginStart a {
    color: rgba(0, 92, 169, 1);
    text-decoration: underline;
    font-weight: bold;
}

.loginStart .chrome .infobox + div {
    padding-bottom: 10px !important;
}

.loginStart > div {

    max-width: 600px;
    align-content: baseline;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 390px;
}

.back-to-top-button.fa.fa-arrow-up {
    display: none;
}
.infobox #email {
    display: none;
}

.loginStart {
    height: 100%;
    display: flex;
}

.loginStart .start_form .form.chrome {
    height: 100%;
}

.StartWidget img {
    width: 125px;
    margin-top: 30px;
}

/**
 * Client CSS
 */
.StartWidget .content {
    color: black;
    text-align: center;
}

.StartWidget .content p {
    color: black;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    font-family: Roboto-Medium, Arial, serif;
}

.StartWidget .content p a, .StartWidget .content p span {
    color: rgba(0, 92, 169, 1);
}

.StartWidget .content p a {
    line-height: 1.8;
}

.StartWidget .content h3 {
    color: rgba(0, 92, 169, 1);
    font-size: 30px;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 19px;
    font-family: Roboto-Bold, Arial, serif;
}

.StartWidget .content h4 {
    font-size: 19px;
    margin-top: 23px;
    margin-bottom: 0;
    font-family: Roboto-Bold, Arial, serif;
    text-align: left;
}

.StartWidget .content .inner {
    margin: auto;
    text-align: justify;
    width: 418px;
}

.loginStart > div {
    align-content: center;
}

.loginStart > div.start_text {
    background: rgba(255, 255, 255, .8);
}