.light-Oval {
    width: 60px;
    height: 60px;
    padding: 15px;
    background-color:#006fcf;
    border-radius: 100%;
}
.dark-Oval {
    width: 60px;
    height: 60px;
    padding: 15px;
    background-color:#00175a;
    border-radius: 100%;
}
.light-blue-line{
    border:1px solid #006fcf;
    width:auto;
}
.dark-blue-line{
    border:1px solid #00175a;
    width:auto;
}
.w-100-px
{
    width: 100px !important;
}
.floating-card{
    margin-bottom: -47px;
    z-index: 50;
}

.content-layer {
    top: 575px;
}
.content-layer.content-layer-de {
    top: 600px !important;
}
.container.content {
    margin-top: -500px;
}
.container.content.content-de {
    margin-top: -525px;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {
    outline:none !important;
}

.form-control + label.error {
    position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,.85);
}
.input-group .form-control, .input-group .form-control.error {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-group .form-control + label.error {
    margin-top: 60px;
}
.form-check-input + label.error {
    position: absolute;
    z-index: 1;
    width: max-content;
    margin-left: -30px;
    background-color: rgba(255,255,255,.85);
}
select.selectpicker.error + button.dropdown-toggle, label.error:not([style="display: none;"]) + button.dropdown-toggle {
    border: 2px solid #d83025!important;
}
label.error {
    font-weight: bold;
}
label.error::before {
    font-weight: normal;
}
.input-group-addon {
    display: flex;
    border: 1px solid #ced4da;
    border-right: none;
    background-color: #e9ecef;
    height: 56px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.text-black {
    color: black;
}
.text-blue {
    color: #0070d2 !important;
}
.text-white {
    color: white;
}
.amex-colors {
    background-color: #006FCF !important;
    color: #ffffff !important;
}

.sbs-start-text, .sbs-start-text *{
    color:#FFF;
    font-weight: normal;
}

.sbs-start-company-right-headline {
    position:absolute;
    top:-7px;
    left:20px;
    z-index:1;
    background-color:#FFF;
    padding-left:6px;
    padding-right:6px;
    font-weight: normal;
    color:#0070d2;
}
.h-100{
    height:100% !important;
    min-height:75vh;
}
select.selectpicker[readonly] + button.dropdown-toggle {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

/** changes by CTNM: **/
.card h3, label, p.subtext, p.subtext.mini {
    color: #000 !important;
}
#page-loader
{
    display:none;
    z-index:20;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: #F7F7F7;
    opacity:0.92;
}

#page-loader-ajax
{
    width:100%;
    height:100%;
    background-image:url(../../../img/ajax-loader.gif);
    background-position:center center;
    background-repeat:no-repeat;
}
.info-icon {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
}

h1.header_headline_de {
    font-size: 2.75rem;
}

.card-border {
border: 2px solid #f1f1f1;
}

.text-black p {
    color:black;
}

.bank-logo {
    position:absolute;
    top:30px;
    left:30px;
    height:65px;
    width:296px;
}

.site-logo.db-logo {
    position:absolute;
    top:30px;
    left:230px;
    height:65px;
    width:65px;
}

@media only screen and (max-width: 767px) {
    h1.header_headline_de {
        font-size: 24px;
    }

    h3.card_headline_de {
        font-size: 20px;
    }
    h3.card_headline_de.smaller_title_de {
        font-size: 18px;
    }
}

.select-schufa-company-spinner {
    position: absolute;
    margin-left: -40px;
    margin-top: 4px;
}