.page-template-page-bank .card-sidebar,
.page-template-page-bank .entry-content {
    box-shadow: 0 0 24px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 4%), 0 0 1px rgb(0 0 0 / 4%);
    padding: 1.0625rem 1.5625rem;
}

.page-template-page-bank .entry-content {
    padding: 1.5625rem 3rem;
}

.card-sidebar .bank-image {
    position: relative;
    margin: 1rem 0 0.5625rem;
    width: 7.5rem;
}

.page-template-page-bank hr {
    height: 0;
    border-top: 0;
    border-bottom: 1px solid rgb(220, 220, 220);
    margin: 0 0 0.9375rem;
    padding-top: 0.9375rem;
}

.card-sidebar .heading {
    font-size: 1rem;
}

.card-sidebar .sub-text {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0.625rem;
}

.card-sidebar .sub-text span {
    color: rgb(153, 153, 153);
    font-size: 0.75rem;
}

.card-sidebar .sub-text span.big.black {
    color: rgb(87, 87, 87);
    font-size: 1.375rem;
    line-height: 1.125rem;
}

.card-sidebar .sub-text span.green {
    color: rgb(122, 181, 29);
}

.form-bank-notice {
    background: rgb(250, 221, 221);
    padding: 0.9375rem;
    font-size: 0.9375rem;
    color: rgb(87, 87, 87);
    border: 1px solid rgb(220, 220, 220);
    width: 100%;
}

.form-bank-notice b {
    font-weight: 700;
    color: rgb(200, 45, 45);
    font-size: 0.9375rem;
}

.page-template-page-bank .nv-sidebar-wrap,
.page-template-page-bank .nv-single-page-wrap
 {
    padding: 25px 15px;
}

.page-template-page-bank .step-heading {
    font-size: 1.4375rem;
    font-weight: 400;
    color: var(--nv-text-color);
    padding: 15px 12px;
    padding-top: 2rem;
}

.page-template-page-bank .acf-input .step-heading {
    padding-left: 0;
    padding-right: 0;
}

.page-template-page-bank .step-footer {
    padding-top: 2rem;
}

.page-template-page-bank .step-notice {
    background-color: rgb(236, 247, 253);
    padding: 0.9375rem;
    border: 1px solid rgb(0, 94, 168);
    border-radius: 0.1875rem;
    display: flex;
    position: relative;
    margin-bottom: 0.625rem;
}

.page-template-page-bank .review-heading {
    font-size: 1rem;
}

.page-template-page-bank .review-headline {
    display: flex;
    border-bottom: none;
    -webkit-box-pack: justify;
    place-content: center space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-left: 12px;
    padding-right: 12px;
}

.page-template-page-bank .acf-fields.-left > .acf-field > .acf-label {
    width: 40%;
}

.page-template-page-bank .acf-fields.-left > .acf-field > .acf-input {
    width: 60%;
}

.page-template-page-bank .acf-fields.-left > .acf-field:before {
    background: transparent;
    border:0;
}

.page-template-page-bank .progress-bar {
    margin-top: 0.9375rem;
    width: 100%;
    padding: 2rem 3.75rem 3rem;
    position: relative;
}

.page-template-page-bank .progress-bar .bar-container {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.page-template-page-bank .progress-bar .circle-container {
    margin-top: 0.75rem;
    position: relative;
    height: 0.0625rem;
    color: rgb(102, 102, 102);
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.page-template-page-bank .progress-bar .circle-container .circle {
    border: 2px solid rgb(180, 180, 180);
    background: #fff;
    color: rgb(180, 180, 180);
}

.page-template-page-bank .progress-bar .circle-container.current .circle {
    border: 2px solid #3c0087;
    background-color: #3c0087;
    color: #ffffff;
}

.page-template-page-bank .progress-bar .circle-container.complete .circle {
    border: 2px solid rgb(0, 94, 168);
    background: #fff;
    color: rgb(0, 94, 168);
    font-weight: bold;
    line-height: normal;
}

.page-template-page-bank .circle {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: center;
    background-color: #3c0087;
    height: 1.625rem;
    width: 1.625rem;
    border-radius: 50%;
    color: #ffffff;
    margin-top: -0.8125rem;
    line-height: 1.625rem;
}

.page-template-page-bank .progress-bar .circle-text {
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 0.75rem;
    transform: translate(-50%, 0px);
    width: 12.5rem;
    line-height: 1.5625rem;
    text-align: center;
    padding-top: 8px;
}

.page-template-page-bank .progress-bar progress {
    flex: 1 0 0;
    width: 0;
    margin-top: 0.75rem;
    position: relative;
    height: 0.0625rem;
    color: rgb(0, 94, 168);
    border: none;
}

.page-template-page-bank .progress-bar progress::-webkit-progress-value { background: rgb(0, 94, 168); }

.page-template-page-bank .acf-radio-list {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 0.3125rem;
}

.page-template-page-bank .acf-radio-list li {
    flex-grow: 1;
    margin: 0.75rem 0;
}

.page-template-page-bank .acf-radio-list li:last-child {
    border-left: 1px solid var(--formfieldbordercolor);
}

.page-template-page-bank .acf-radio-list label {
    padding-left: 1.5rem;
}

.page-template-page-bank .acf-radio-list input {
    margin-right: 0.5rem !important;
}

.page-template-page-bank input[type=text],
.page-template-page-bank input[type=email],
.page-template-page-bank input[type=number],
.page-template-page-bank select
 {
    height: 2.9375rem;
}

.page-template-page-bank .select2-selection {
    height: 2.9375rem !important;
    border-color: rgb(221, 221, 221) !important;
    border-radius: 3px !important;
}

.page-template-page-bank .select2-selection__rendered {
    line-height: 2.9375rem !important;
}

.page-template-page-bank .select2-selection__arrow {
    height: 2.9375rem !important;
}

.page-template-page-bank .hide_acf_label .input-circle {
    position: absolute;
    right: calc(-1.625rem - 12px);
    top: 1.546875rem;
}

.page-template-page-bank .hide_acf_label p.description {
    position: absolute;
    display: none;
    top: 0;
    right: calc(-13.125rem - 1.625rem - 12px - 3rem);
    width: 13.125rem;
    font-size: 0.6875rem;
}

.page-template-page-bank .hide_acf_label p.description.active {
    display: block;
}

.page-template-page-bank .hide_acf_label p.description b {
    font-weight: 700;
    font-size: 0.6875rem;
    color: rgb(87, 87, 87);
    margin-bottom: 0.5rem;
    display: block;
}

.page-template-page-bank .acf-label label {
    font-weight: normal !important;
}

.page-template-page-bank .mini-instruction {
    display: block;
    font-size: 0.6875rem;
    color: rgb(153, 153, 153);
    line-height: 120%;
    margin-top: 0.3rem;
}

.page-template-page-bank .under-form-text {
    font-size: 0.75rem;
}

.page-template-page-bank .tatig-text {
   padding-top: 1.5rem;
}

.page-template-page-bank .acf-fields > .acf-field {
    border-top: 0;
}

.page-template-page-bank .acf-field[data-width] + .acf-field[data-width] {
    border-left: 0;
}

.hide_acf_label .acf-label {
    display: none;
}

.page-template-page-bank .acf-form-submit {
    padding: 0 12px;
}
.page-template-page-bank .acf-form-submit input {
    border-radius: 3px;
}

.page-template-page-bank .ui-datepicker-month,
.page-template-page-bank .ui-datepicker-year {
    height: auto;
    padding-left: 0;
}

.page-template-page-bank .ui-datepicker-year {
    margin-left: 0.5rem !important;
}

.page-template-page-bank .acf-form-submit {
    display: flex;
    justify-content: end;
    align-items: center;
}

.page-template-page-bank .zuruck-link {
    flex-grow: 1;
    align-self: baseline;
    font-weight: bold;
}

.page-template-page-bank #monatlich-message {
    color: rgb(0, 128, 0);
    font-weight: 400;
    font-size: 0.8rem;
}

.page-template-page-bank #no-risk-message {
    font-size: 1rem;
    color: rgb(122, 181, 29);
    padding-bottom: 0.625rem;
}

.page-template-page-bank #grey-message {
    font-size: 0.8rem;
    color: rgb(87, 87, 87);
    margin-top: 0.625rem;
}

.page-template-page-bank #secure-server-message {
    display: block;
    color: rgb(0, 128, 0);
    font-size: 0.85rem;
    font-weight: 400;
    position: relative;
    line-height: 1.5625rem;
    margin: 0.3125rem 0rem;
    padding-left: 0px;
    text-align: right;
}

.page-template-page-bank .submit-container {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.page-template-page-bank .acf-error-message.-dismiss {
    display: none;
}

@media (max-width: 768px) {
    .page-template-page-bank .progress-bar .circle-text {
        display: none;
    }

    .page-template-page-bank .progress-bar  {
        padding: 0;
        margin-bottom: 2rem;
    }

    .page-template-page-bank .card-sidebar {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .page-template-page-bank .card-sidebar .bank-image {
        margin: 0;
    }

    .page-template-page-bank .card-sidebar .heading, .page-template-page-bank .card-sidebar hr {
        display: none;
    }

    .page-template-page-bank .card-sidebar .gebuhr.sub-text {
        display: inline-flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: end;
    }

    .page-template-page-bank .nv-sidebar-wrap, .page-template-page-bank .nv-single-page-wrap {
        padding: 0;
    }

    .page-template-page-bank .card-sidebar, .page-template-page-bank .entry-content {
        box-shadow: none;
    }

    .page-template-page-bank .entry-content {
        padding: 0;
        margin-bottom: 1rem;
    }

    .page-template-page-bank .hide_acf_label .input-circle {
        right: calc(1.625rem - 12px);
    }

    .page-template-page-bank .entry-content fieldset,
    .page-template-page-bank .entry-content .step-notice
     {
        margin: 0 12px;
    }


    .page-template-page-bank .progress-bar .circle-container {
        margin-right: 0;
        margin-left: 0;
    }

    .page-template-page-bank .card-sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-page-bank .step-heading {
        padding: 0 12px;
    }

    .page-template-page-bank .hide_acf_label .description-container {
        display: flex;
        justify-content: end;
    }

    .page-template-page-bank .hide_acf_label p.description.active {
        display: flex;
        flex-direction: column;
        justify-content: end;
        position: static;
        border: 1px solid #3c0087;
        padding: 10px;
        margin-top: 10px;
    }

    .page-template-page-bank fieldset {
        padding: 0;
    }

    .page-template-page-bank .review-headline {
        padding-top: 1rem;
        font-weight: bold;
    }

    .page-template-page-bank .acf-fields.-left > .acf-field > .acf-label {
        width: 100%;
        margin-bottom: 0;
        color: rgb(153, 153, 153);
    }

    .page-template-page-bank .acf-fields.-left > .acf-field > .acf-input {
        width: 100%;
    }

    .page-template-page-bank .thank-you-container {
        padding: 0 12px;
    }

    .page-template-page-bank .acf-form-submit {
        display: block;
    }

    .page-template-page-bank .zuruck-link {
        display: block;
        margin-bottom: 1rem;
    }

    .page-template-page-bank .submit-container {
        align-items: normal;
    }

    .page-template-page-bank .acf-form-submit input {
        width: 100%;
    }
}