.login-page .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0;
    overflow-x: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.flex-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    padding: 0 !important;
    overflow-x: hidden;
}

.faq, .footer {
    padding: 40px;
}

.footer {
    position: relative;
}

.header {
    display: flex;
    flex-direction: row;
    opacity: 1;
    padding-top: 9%;
    z-index: 1;
}

.header-background{
    background: transparent linear-gradient(180deg, #27519B 0%, #518FCC 100%) 0 0 no-repeat padding-box;
    opacity: 1;
    z-index: 1
}

.test-banner {
    color: white;
    text-align: center;
    font-size: 1.75em;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.header, .faq {
    flex: 1;
}
.header-right-top
{
    position: relative;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/Punkte-Linien.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.faq-top {
    margin-top: 70px;
    margin-bottom: 28px;
}

.header-left {
    flex: 1;
    display: flex;
}

.header-left-circlecontainer {
    flex: 2;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
}

.logo-qftext {
    display: flex;
    flex-direction: row;
    order: 1;
    align-items: center;
    justify-content: right;
    gap: 62px;
    padding-right: 46px;
}

.header-top-logotext {
    display: flex;
    flex-direction: column;
    order: 2;
    text-align: left;
    justify-content: left;
    padding-left: 2em;
    padding-right: 2em;
}

.textnew {
    display: flex;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    z-index: 2;
    text-align: left;
}

.text-transparenz {
    text-align: left;
    letter-spacing: 0;
    color: #15BFF8;
    opacity: 1;
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-right-top {
    display: flex;
    flex: 2;
    justify-content: center;
    align-items: center;
}

.header-right-bottom {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: center;
}

.appinstall {
    flex: 1;
    display: flex;
    padding-top: 3%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: .48;
}

.appinstall h3 {
    font: normal normal bold 15px/24px IBM Plex Sans;
    color: #D5DBE2;
}

.logo h1 {
    display: flex;
    flex-direction: row;
    color: white;
    z-index: 3;
}

.logo {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-top: 2%;
    padding-bottom: 29%;
    width: 100%;
}

.logo img {
    opacity: 1;
    width: 152px;
    height: 45px;
}

.loginbox {
    position: relative;
    display: flex;
    max-width: 495px;
    max-height: 495px;
    border: 3px solid #518FCC;
    border-radius: 30px;
    align-items: center;
    background: #27519B 0 0 no-repeat padding-box;
    opacity: 1;
    flex-direction: column;
    justify-content: space-evenly;

}

.circle {
    position: absolute;
    background: #15BFF8 0 0 no-repeat padding-box;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
}

.faq {
    display: flex;
    background: #F3F7FB 0 0 no-repeat padding-box;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.faq-top {
    flex: 1
}

.faq-top h2 {
    text-align: center;
    color: #12314E;
    opacity: 1;
}

.faq-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 1.5%;
    margin-bottom: 5%;
}

.collapsible-class {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 65.5vw;
}

.collapsible-container {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.collapsible {
    display: flex;
    background-color: white;
    color: #12314E;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
}

.collapsible::after {
    content: "+";
    width: 30px;
    height: 30px;
    color: #12314E;
    font: normal 400 30px/33px "IBM Plex Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.collapsible.active::after {
    content: "—";
    width: 30px;
    height: 3px;
    font: normal 400 30px/33px "IBM Plex Sans", sans-serif;
}

.content {
    display: none;
    background-color: white;
    text-align: left;
    color: #12314E;
    opacity: 1;
    padding: 25px 30px;
    font: normal normal 400 24px/30px IBM Plex Sans;
    letter-spacing: 0;
}

.faq .content a,
.faq .content a:visited,
.faq .content a:hover,
.faq .content a:active {
    color: #00B8F1 !important;
    text-decoration: none !important;
}


.footer {
    display: flex;
    flex-direction: column;
    background: #1F5DA6 0 0 no-repeat padding-box;
    opacity: 1;
    color: white;
    z-index: 1;

}

.footer-top {
    display: flex;
    justify-content: flex-start;
    gap: 2em;
    padding-left: 16%;
    letter-spacing: 0;
    opacity: 1;
    z-index: 1;
}

.footer-top a {
    text-decoration: none;
    font: normal normal 400 16px/26px IBM Plex Sans;
    color: #FFFFFF;
}

.footer-top a:hover {
    text-decoration: underline;
! important;
    color: #FFFFFF;
! important;
}

.footer-center {
    display: flex;
    padding-top: 40px;
    padding-left: 16%;
    padding-right: 16%;
    gap: 10em;
    z-index: 1
}

.footer-center-center,
.footer-center-right {
    text-align: left;
    font: normal normal 400 18px/26px IBM Plex Sans;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    white-space: nowrap;
}

.footer-center-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.footer-center-left-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 2;
    gap: 20px
}

.footer-center-left-logo a {
    display: inline-block;
}

.footer-down {
    text-align: center;
    margin-top: 10px;
    flex: 1;
    padding-top: 20px;
}

.footer-down .copyright {
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
}

.copyright a {
    color: rgba(255, 255, 255, 0.5);
}


/*loginbox css*/
.dx-textbox,
.dx-button {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    height: 60px;
}

.dx-field-label {
    font: normal normal normal 18px/24px IBM Plex Sans;
    letter-spacing: 0;
    color: #12314E;
    opacity: 0.5;
}

#username, #password {
    margin-bottom: 20px;
}

.dx-item, .dx-box-item {
    min-width: 60px;
    max-width: 375px;
}

#dx-btn-einloggen,
#dx-btn-neuregister {
    transition: transform 0.1s ease;
}
#dx-btn-einloggen:hover,
#dx-btn-neuregister:hover {
    transform: scale(1.02);
}

#dx-btn-einloggen {
    background: #15BFF8 0 0 no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    font: normal normal 600 21px/30px IBM Plex Sans;
    letter-spacing: 0;
    color: #FFFFFF;
}

#dx-btn-neuregister {
    background: #1DC7C5 0 0 no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    font: normal normal 600 21px/30px IBM Plex Sans;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.forgot-password-container {
    text-align: center;
}

.forgot-password-container a {
    text-decoration: underline;
    font: normal normal normal 15px/24px IBM Plex Sans;
    letter-spacing: 0;
    color: #D5DBE2;
    opacity: 1;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 10px 0;
    font: normal normal normal 15px/24px IBM Plex Sans;
    letter-spacing: 0;
    color: #D5DBE2;
    opacity: 0.48;
}

.separator::before,
.separator::after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #D5DBE2;
    margin: 0 10px;
}

.separator span {
    position: relative;
    color: #D5DBE2;
    font-size: 14px;
    font-weight: bold;
}

.error-message {
    border-radius: 4px;
    text-align: center;
    font: normal normal normal 15px/24px IBM Plex Sans;
    letter-spacing: 0;
    color: #df4444;
    opacity: 1;
    position: absolute;
    top: 3px;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
}


.error-message-neuespass {
    text-align: center;
    font: normal normal normal 15px/24px IBM Plex Sans;
    letter-spacing: 0;
    color: #df4444;
    opacity: 1;
}

.loginbox .button-eye,
.loginbox .button-eye.dx-button,
.dx-texteditor-buttons-container .button-eye {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #27519B;
}

.loginbox .button-eye .dx-icon,
.dx-texteditor-buttons-container .button-eye .dx-icon {
    font-size: 16px !important;
    line-height: 1 !important;
}

.loginbox .button-eye:hover {
    background: rgba(0, 0, 0, 0.1) !important;
    transform: none !important;
}

.banner {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

.login-banner {
    background-color: rgb(250, 200, 75);
    color: rgb(65, 101, 149);
    padding: 12px 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 21px;
    max-width: 987px;
    width: 100%;
}

.login-banner strong {
    font-weight: 700;
}

.banner-icon {
    background: rgb(65, 101, 149);
    color: rgb(250, 200, 75);
    font-weight: bold;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}
@media (max-width: 500px) {
    .header {
        flex-direction: column;
        padding-top: 0%;
    }

    .header-left-circlecontainer {
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .logo-qftex a {
        flex-direction: row;
    }

    .header-top-logotext {
        max-width: 384px;
    }

    .textnew {
        align-items: center;
        font: italic normal 600 24px/33px IBM Plex Sans;
        flex: 2;
        width: 100%;
    }

    .text-transparenz {
        flex: 1;
        font: italic normal 500 18px/21px IBM Plex Sans;
    }

    .header-left {
        order: 1;
        overflow: visible;
    }

    .header-right {
        padding-top: 6%;
        order: 2;
    }

    .header-right-top {
        flex-direction: column;
        height: 100vh;
    }

    .collapsible-container {
        min-width: 69vw;
    }

    .loginbox {
        width: 88vw;
        height: 140vw;
    }

    .loginbox .dx-field,
    .loginbox .dx-button {
        width: 68vw !important;
        height: 60px !important;
        box-sizing: border-box;

    }

    #dx-btn-neuregister {
        width: 68vw !important;
        white-space: normal !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        text-align: center;
        height: auto !important;
        padding: 1vw;

    }

    #dx-btn-neuregister .dx-button-text {
        white-space: normal !important;
        display: block;
    }

    .circle {
        bottom: -2.5em;
        right: -2.5em;
        width: 100px;
        height: 100px;
        z-index: -1;
    }

    .header-right-bottom {
        padding-top: 10px;
    }

    .appinstall {
        padding-left: 0;
        width: 100%;
    }

    .logo-qftext {
        gap: 35px
    }


    .LogoText {
        transform: scale(1);
        margin-left: -13px
    }

    .logo {
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding-left: 0;
        transform: scale(1);
    }

    .Logo {
        transform: scale(1);
    }

    .logo img {
        width: 102px;
        height: 45px
    }

    .faq-top h2 {
        font: italic normal 500 30px/36px 'IBM Plex Sans', sans-serif;
    }

    .collapsible {
        font: italic normal 500 24px/28px 'IBM Plex Sans', sans-serif;
    }

    .collapsible::after {
        font-size: 30px;
    }

    .content {
        font: normal normal 400 20px/30px IBM Plex Sans;
    }

    .content p {
        font-size: 20px;
    }

    .footer {
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
    }

    .footer-center {
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
        gap: 0;
    }

    .footer-center-left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px
    }

    .footer-center-center {
        text-align: center;
        order: 2;
        padding-top: 26px
    }

    .footer-center-right {
        text-align: center;
        order: 3;
        padding-top: 26px
    }

    .footer-center-left {
        justify-content: center;
    }

    .footer-center-left-logo {
        justify-content: center;

    }

    .footer-top {
        display: flex;
        justify-content: center;
        order: 4;
        gap: 13px;
        padding-left: 10px;
        margin-top: 26px
    }

    .footer-top a {
        text-align: center;
    }

    .footer-down {
        text-align: center;
        margin-top: 20px;
        order: 5;
        flex-wrap: wrap;
    }

    .footer-down .copyright {
        white-space: pre-wrap;
        justify-content: center;
        margin-top: -2em;
        margin-left: -3em;
        font: normal normal 400 18px/24px 'IBM Plex Sans', sans-serif;
    }

    .footer-center-center,
    .footer-center-right,
    .footer-top a {
        font: normal normal 400 18px/26px 'IBM Plex Sans', sans-serif;
    }

    .error-message-neuespass {
        text-align: center;
        font: normal normal normal 11px/3px IBM Plex Sans;
        letter-spacing: 0;
        opacity: 1;
    }

}

@media (min-width: 501px) and (max-width: 1200px) {
    .header {
        flex-direction: column;
        padding-top: 5%;
    }

    .header-left-circlecontainer {
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .logo-qftex a {
        flex-direction: row;
    }

    .header-top-logotext {
        max-width: 421px;
    }

    .textnew {
        align-items: center;
        font: italic normal 600 24px/33px IBM Plex Sans;
        flex: 2;
        width: 100%;
    }

    .text-transparenz {
        flex: 1;
        font: italic normal 500 18px/21px IBM Plex Sans;
    }

    .header-left {
        order: 1;
        overflow: visible;
    }

    .header-right {
        padding-top: 6%;
        order: 2;
    }

    .header-right-top {
        flex-direction: column;
        height: 100vh;
    }

    .loginbox {
        width: 88vw;
        height: 116vw;
    }

    .loginbox .dx-field,
    .loginbox .dx-button {
        width: 70vw !important;
        height: 60px !important;
        box-sizing: border-box;
    }

    .circle {
        bottom: -4em;
        right: -4em;
        width: 150px;
        height: 150px;
        z-index: -1;
    }

    .header-right-bottom {
        padding-top: 10px;
    }

    .appinstall {
        padding-left: 0;
        width: 100%;
    }

    .logo {
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding-left: 0;
        transform: scale(1.25);
    }

    .LogoText {
        transform: scale(1.25);
        margin-left: -13px
    }

    .logo-qftext {
        padding-right: 90px;
    }

    .logo img {
        width: 102px;
        height: 45px
    }

    .faq-top h2 {
        font: italic normal 500 30px/36px 'IBM Plex Sans', sans-serif;
    }

    .collapsible {
        font: italic normal 500 24px/28px 'IBM Plex Sans', sans-serif;
    }

    .collapsible::after {
        font-size: 30px;
    }

    .content {
        font: normal normal 400 20px/30px IBM Plex Sans;
    }

    .footer {
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
    }

    .footer-center {
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
        gap: 0;
    }

    .footer-center-left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px
    }

    .footer-center-center {
        text-align: center;
        order: 2;
        padding-top: 26px
    }

    .footer-center-right {
        text-align: center;
        order: 3;
        padding-top: 26px
    }

    .footer-center-left {
        justify-content: center;
    }

    .footer-center-left-logo {
        justify-content: center;

    }

    .footer-top {
        display: flex;
        justify-content: center;
        order: 4;
        gap: 13px;
        padding-left: 10px;
        margin-top: 26px
    }

    .footer-top a {
        text-align: center;
    }

    .footer-down {
        text-align: center;
        margin-top: 20px;
        order: 5;
        flex-wrap: wrap;
    }

    .footer-down .copyright {
        white-space: pre-wrap;
        justify-content: center;
        margin-top: -2em;
        margin-left: -3em;
        font: normal normal 400 18px/24px 'IBM Plex Sans', sans-serif;
    }

    .footer-center-center,
    .footer-center-right,
    .footer-top a {
        font: normal normal 400 18px/26px 'IBM Plex Sans', sans-serif;
    }
}

@media (min-width: 1201px) {
    .header-left-circlecontainer {
        position: relative;
        align-items: center;
        justify-content: center;
        gap: 20px;
        transition: margin-left 0.3s ease;

    }

    .header-left {
        order: 1;
        overflow: visible;

    }

    .header-top-logotext {
        text-align: left;
        justify-content: left;
        min-width: 452px;
        flex-shrink: 0;
        margin-left: 0;
        max-width: 452px;
        position: absolute;
        left: calc(557px + (50vw - 1210px) * 0.7);
        top: 30%;

    }

    .header-right {
        order: 2;
        align-items: flex-start;
    }

    .header-right-bottom {
        margin-left: 66px;
    }

    .textnew {
        font: italic normal 600 27px/36px IBM Plex Sans;
    }

    .text-transparenz {
        font: italic normal 500 18px/21px IBM Plex Sans;
    }

    .header-right-top {
        flex-direction: column;
        height: 100vh;
    }

    .loginbox {
        width: 100vw;
        height: 100vw;
        max-width: 495px;
        max-height: 495px;
    }

    .loginbox .dx-field,
    .loginbox .dx-button {
        width: 375px !important;
        height: 60px !important;
        box-sizing: border-box;
    }

    .circle {
        width: 150px;
        height: 150px;
        bottom: -4em;
        right: -4em;
        z-index: -1;
    }

    .appinstall {
        padding-left: 38%;
        padding-top: 8%;
    }

    .logo img {
        width: 152px;
        height: 45px;
    }

    .faq-top h2 {
        font: italic normal 500 42px/45px 'IBM Plex Sans', sans-serif;
    }

    .collapsible {
        font: italic normal 600 30px/33px "IBM Plex Sans", sans-serif;
    }

    .collapsible::after {
        font-size: 39px;
    }

    .content {
        font: normal normal 400 20px/30px IBM Plex Sans;
    }

    .footer-center-center,
    .footer-center-right,
    .footer-top a {
        font: normal normal 400 18px/24px 'IBM Plex Sans', sans-serif;
    }


    .footer-down .copyright {
        font: normal normal 400 18px/24px 'IBM Plex Sans', sans-serif;
    }

    .primarycircle {
        position: absolute;
        width: 763px;
        height: 763px;
        border-radius: 50%;
        background: #15BFF8 0 0 no-repeat padding-box;
        opacity: 0.2;
        left: calc(-80px + (50vw - 1210px) * 0.7);
        top: -2px;
        z-index: 1;
    }

    .secondarycircle {
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: #15BFF8 0 0 no-repeat padding-box;
        opacity: 0.2;
        top: -3px;
        left: calc(448px + (50vw - 1210px) * 0.7);
        z-index: 1;
    }

    .logo-qftext {
        position: absolute;
        top: 16%;
        gap: 77px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        left: calc(564px + (50vw - 1210px) * 0.7);
        z-index: 2;
    }

    .logo-qftext .Logo {
        position: absolute;
        transform: scale(1.25);
        gap: 15px
    }

    .logo-qftext .LogoText {
        position: absolute;
        top: 17px;
        transform: scale(1.25);
        left: 120px;
    }

    .header-left-circlecontainer {
        transition: margin-right 0.5s ease;
        margin-right: -10%;
    }

}
