*
{
    font-family: 'benton-sans',sans-serif;
}
input:not(.form-check-input), button, select
{
    height:56px !important;
}
select
{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-size:16px !important;
    /*letter-spacing:0.5px;*/
    background-image: url("../images/br_down.png");
    background-position: right 10px center; /*Positioning*/
    background-repeat: no-repeat; /*Prevent showing multiple background images*/
    /*padding:24px !important;*/
}
select::-ms-expand {
    display: none;
}
select option[label]
{
    font-size:16px;
    /*letter-spacing:0.5px;*/
}
::placeholder
{
    color: black;
    font-size:16px;
    /*letter-spacing:0.5px;*/
}
.input-box
{
    padding:24px !important;
}
body
{
    background-color: black;
    font-family: 'benton-sans',sans-serif;
    font-size:16px;
    /*letter-spacing:0.5px;*/
}
button
{
    font-size: 16px;
}
.subtext, .subtext-white
{
    /*letter-spacing:0.25px !important;*/
    font-size: 15px;
    font-weight: lighter;
}
.subtext.mini
{
    font-size: 14px;
    color:#fff;
}
.card
{
    padding: 24px;
    margin-bottom: 28px;
    border-radius: 7px;
    border:0;
}
.card h3, label, p.subtext, p.subtext.mini
{
    color: #fff !important;
}
.card .subcard
{
    background-color: #f1f1f1;
    border:0;
    padding-bottom: 20px;
}
a.toggle-link
{
    color: #2196F3;
    font-size: 14px;
}
.container
{
    max-width: 967px !important;
}
.footer_container {
    max-width: 967px !important;
    margin: 0 auto;
}
.vertical-divider {
    display: table;
    width: 1px;
    height: 100%;
    background-color: initial;
}
a.link
{
    color: black;
    font-weight: normal;
    padding-left: 1.7rem;
}
i.link-icon{
    position: absolute;
    font-size: 1.3rem;
    top:-2px;
}
.textarea
{
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    height: 150px;
    overflow: auto;
    padding: 2px;
    resize: none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea:hover, .textarea:focus, .textarea:focus-within {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.textarea p
{
    color: black;
}
.textarea a
{
    color: #0d71bb;
}
.background
{
    background-image: url("../images/background.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
    background-position: 50% 50%;
    height: 100% !important;
    min-height: 72.5vh !important;
    width: 100%;
    top: 0;
}

.background-sbs-start {
    background-image: url("../images/background.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    background-color: black;
    background-position: 50% 50%;
    min-height: 100vh;
    width: 100%;
    top: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
    .background-sbs-ios {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 767px){
    .background{
        height: fit-content;
        height: -moz-fit-content;
    }

    @supports (-ms-ime-align:auto) {
        .background{
            display: table;
        }
    }
    .background .head-row{
        margin-top: 4rem !important;
        margin-bottom: 2rem !important;
    }
    .container{
        padding: 0;
    }
    .card:not(.subcard){
        margin-bottom: 0;
        border-radius: 0;
    }
    .content-layer{
        background-color: white !important;
    }
    a.back_button{
        margin-top: 1rem !important;
    }
}
i.check
{
    margin-bottom: 0.2rem !important;
    color: #0ea432;
    padding: 0px;
    margin-right: 0px;
    font-weight: bold;
    font-size: 1rem;
    /*
    margin-left: 10px;
    */
}
i.chevron
{
    color: #2196F3;
    padding-right: 0px;
    margin-right: 0px !important;
    font-size: 2rem;
    margin-top: -2px !important;
}
i.chevron + label
{
    padding-right: 15px !important;
}
hr
{
    border-top: 1px solid rgba(50,50,50,1);
}
label, a, p, h1, h2, h3, h4, h5, h6
{
    color: white;
}
a
{
    font-weight: bold;
}
p
{
    font-weight: lighter;
}
/*
p.footer-note
{
    color: gray;
    font-size: 1vh;
}
*/
.site-logo
{
    position: absolute;
    top: 30px;
    left: 30px;
    height: 65px;
    width: 65px;
}
.site-logo-wide
{
    position: absolute;
    top: 30px;
    left: 30px;
    height: 65px;
    width: 214px;
}
.card-logo
{
    max-width: 218px;
}
.footer-logo
{
    height: 50px;
    width: 170px;
}
.footer-layer {
    position: relative;
    background-color: black;
    min-height: 25vh;
}
.footer-layer .footer-content {
    height: 3vh;
}
.btn-primary{
    background-color:#0070d2;
}
h1{
    font-size: 3.15rem;
}
h3{
    font-weight:600;
}
.row{
    font-weight:600;
    font-size:14px;
    /*padding-top:20px;*/
}
hr{
    border:0;
    border-bottom:1px dotted silver;
}

.footer hr{
    border:0;
    border-bottom:1px dotted #444;
}
label.error {
    color: #d83025 !important;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    text-align:left;
    margin-bottom:-5px;
    position:relative;
    padding-left:20px;
}
label.error::before{
    font-family: "Material Icons";
    content: "error";
    font-size:16px;
    color: #d83025;
    margin-right:10px;
    padding-top:10px;
    position:absolute;
    top:-14px;
    left:0;
}
input.error, select.error {
    border: 2px solid #d83025;
    font-weight: 300;
    color: red;
}
a.back_button label{
    font-weight: 500;
    cursor:pointer;
    font-size: 1.25rem;
    padding: 0px;
}
label.floating-lbl{
    color: black !important;
    position: absolute;
    margin-top: -0.6rem;
    margin-left: 1rem;
    background: white;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    z-index: 10;
}
input:focus::placeholder{
    color: transparent;
}
input:focus::-webkit-input-placeholder{
    color: transparent;
}
input:focus::-ms-input-placeholder{
    color: transparent;
}
input:focus::-moz-placeholder{
    color: transparent;
}
a.back_button:hover{
        text-decoration: none;
}
#header_headline{
    letter-spacing: -2.5px !important;
}

@media only screen and (max-width: 767px) {
    #header_headline{
        font-size:24px;
        letter-spacing: -0.5px !important;
    }
    #header_step{
        font-size: 14px;
    }
    #header_step.bigger_title_de{
        font-size: 18px !important;
    }
    .card-logo{
        width:124px;
    }
    #card_benefits_headline{
        font-size:18px;
    }
    #card_benefits{
        font-weight: 600 !important;
    }
}
.chevron{
    margin-left:-8px;
}

label.floating-lbl{
    font-size:13px !important;
    font-weight: 400;
    color: #0070d2 !important;
}
.head-row{
    padding-top:20px;
}
.link-container-normal a {
    font-weight: normal;
}

.toolbar-custom-bootstrap-form{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: unset;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #495057;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.toolbar-custom-bootstrap-form::placeholder{
    color: #bcbcbc;
    font-size: 14px;
}
.toolbar-custom-bootstrap-form:focus{
    border: 0;
    box-shadow: none;
    background-color: #f8f9fa;
}
.toolbar-custom-bootstrap-form:not(.form-check-input){
    height: auto !important;
}
.toolbar-custom-bootstrap-form:focus::placeholder{
    color: #838383;
    font-size: 14px;
}
.toolbar-item-custom-bootstrap-button{
    line-height: 2.5;
    padding: .375rem 1rem;
}
@media (max-width: 767.98px) {
    .toolbar-custom-item {
        border-bottom:1px solid #dedede;

    }
    .toolbar-item-custom-bootstrap-button{
        width: 100%;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .toolbar-custom-item {
        border-right:1px solid #dedede;
    }
    .custom-border-left{
        border-left:1px solid #dedede;
    }
}

.custom-agent-process-table{
    width: auto !important;
}

.custom-flex-processes-form{
    width: 90vw;
    margin-left: calc(50% - 45vw);
}

.axp-footer__dls-module__module___1_EeR *, .axp-footer__dls-module__module___1_EeR *::before, .axp-footer__dls-module__module___1_EeR *::after {
 box-sizing: inherit;
 color: black;
}


.axp-footer__dls-module__module___1_EeR a {
 background-color: rgba(0,0,0,0);
 color: #006fcf;
 text-decoration: none;
 cursor: pointer;
 transition: color .25S ease-out,background-color .25S ease-out;
 font-size: 0.9375rem;
}
 .axp-footer__dls-module__textWrap___3wMeN {
    word-wrap: break-word;
    white-space: normal;
    font-weight: 100;
}