@font-face {
    font-family: Deutsche Bank Regular;
    src: url(DeutscheBank-Regular.woff) format("woff"),url(DeutscheBank-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
  
@font-face {
    font-family: Deutsche Bank Regular;
    src: url(DeutscheBank-RegularItalic.woff) format("woff"),url(DeutscheBank-RegularItalic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Deutsche Bank Medium;
    src: url(DeutscheBank-Medium.woff) format("woff"),url(DeutscheBank-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Deutsche Bank Medium;
    src: url(DeutscheBank-MediumItalic.woff) format("woff"),url(DeutscheBank-MediumItalic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 100%;
}

body {
    font-family: "Deutsche Bank Regular",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.375;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    overflow-x: hidden;
    border: 0;
    vertical-align: baseline;
    box-sizing: inherit;
    color: #16184e;
    font-family: 'Deutsche Bank Regular','Open Sans',sans-serif;
}
}

@media screen and (max-width: 713px) {
    body {
        margin-left: 10px;
        margin-right: 10px;
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    box-sizing: inherit;
}

a {
    color: #0550D1; 
    text-decoration: underline; 
}
  
a:hover {
    color: #0D43B3; 
    background-color: #E7F4FE;
}
  
a:focus {
    outline: 1px solid #0D43B3; 
    outline-offset: 2px;
}
  
a:active {
    color: #163796;
    background-color: #C1D9F6; 
}

img {
    display: inline;    
}

.topOffset {
    scroll-margin-top: 70px;
    scroll-snap-margin-top: 70px;
    /*
    padding-top: 70px;
    margin-top: -70px;
    */
}

.db-form__field .natural_container input {
    width: auto;
    max-width: 100%;
}    

.db-form__field .natural_container #hours {
    width: auto;
    max-width: 100%;
}

.db-form__field span {
    padding-right: 10px;
}

.db-form hr {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
    width: 100%;
    height: 0;
    border: 0;
    margin: -32px 0 0;
    visibility: hidden;
}    

div.natural_container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.natural_elem {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    margin-top: 20px;
}

.db-form__field .error-msg {
    position: absolute;
    width: 100%;
    top: calc(100% - 2px);
    left: 0;
    display: block;
    padding: 5px 8px;
    color: #fff;
    background-color: #a31111;
    font-size: 0.875rem;
    font-weight: 400;
    z-index: 1;
}

.db-form__field.invalid input,  .db-form__field.invalid > div:first-of-type {
    border-color: #a31111;
    border-width: 2px;
    box-shadow: none;
    border-style: solid;
    display: flex;
}

.flow-title {
    display: flex;
    align-items: flex-start;
    font-size: 1.75rem;
    font-weight: 400;
    text-align: left;
    color: #0018a8;
    margin-bottom: 18px;
}

.flow-title img {
    margin-right: 14px;
}

#form_container {
    width: 100%;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.db-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 16px;
    row-gap: 0px;
    column-gap: 16px;
    width: 100%;
}

.db-form__field.col-6.form {
    display: none;
}

.db-form__field label {
    order: -1;
    font-weight: 400;
}

.db-form__field input, select, textarea {
    width: 100%;
    background-color: transparent;
    margin-top: 8px;
    height: 48px;
    border: 1px solid #0098db;
    padding: 0 16px;
    font-family: "Deutsche Bank Regular","Arial",sans-serif;
    font-size: 1rem;
    line-height: 1rem;
}

div.natural_elem select {
    margin-top: 0px;
    padding-right: 30px;
    line-height: 22px;
}

textarea {
    padding: 10px;
}

div.input {
    display: flex;
}

.db-form__field input[type="radio"] {
    appearance: none;
    -webkit-appearance:none; /* safari and chrome */
    -moz-appearance:none; /* Mozilla */
    -ms-appearance:none; /* Ie */
	width: 22px;
	height: 22px;
	border: 2px solid #0098db;  
	border-radius: 50%;
	background-clip: content-box;
    padding: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.db-form__field input[type="radio"]:checked {
	background-color: #0098db;  
}

.db-form__field .radio {
    display: flex;  
    margin-top: 8px;
}

.db-form__field .radio label {
    padding: 12px 12px 12px 8px;
    vertical-align: sub;
    order: 1;
    cursor: pointer;
}

.db-form__field input[type="checkbox"] {
    appearance: none;
    -webkit-appearance:none; /* safari and chrome */
    -moz-appearance:none; /* Mozilla */
    -ms-appearance:none; /* Ie */
	width: 22px;
	height: 22px;
	border: 2px solid #0098db;  
	background-clip: content-box;
    padding: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.db-form__field input[type="checkbox"]:checked {
	background-color: #0098db;  
}

.db-form__field select {
    appearance:none;
    -webkit-appearance:none; /* safari and chrome */
    -moz-appearance:none; /* Mozilla */
    -ms-appearance:none; /* Ie */
    background-position: calc(100% - 12px) center !important;  
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}

/* To remove the arrow of select element in IE */
.db-form__field select::-ms-expand {
    display: none;
}

.db-form__field {
    position: relative;
    display: flex;
    flex-direction: column;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
    margin-bottom: 32px;
}	

.db-form__field .error-msg {
    position: absolute;
    width: 100%;
    top: calc(100% - 2px);
    left: 0;
    display: none;
    padding: 5px 8px;
    color: #fff;
    background-color: #a31111;
    font-size: 0.875rem;
    font-weight: 400;
    z-index: 1;
}

.db-form__field.col-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.db-form__field.col-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
}

.db-form__field.col-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
}

.db-form__field.col-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
}

.db-form__field.col-mob-6 {
    grid-column-end: span 3;
}

@media screen and (max-width: 713px) {
    #form_container {
        max-width: 100%;	
    }
    .db-form__field.col-9 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }
    .db-form__field.col-6 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }
    .db-form__field.col-3 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }
    .db-form__field.col-mob-6 {
        grid-column-end: span 6;
    }
}		

.db-form [type=button], .db-form [type=reset], .db-form [type=submit], .db-form button {
    -webkit-appearance: button;
}
.db-form button {
    font-family: "Deutsche Bank Medium",Arial,clean,sans-serif;
    cursor: pointer;
}

.db-form img {
    display: inline;
}

.db-form__field.buttons {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 24px;
}
.db-form__field:last-child {
    margin-bottom: 0;
}
.db-cta {
    margin-bottom: 1.125rem;
}

.db-cta.big, .db-form__field label.custom-file-upload-button {
    padding: 0 3.438rem;
    margin-left: auto;
    margin-right: auto;
}

.db-cta.disabled, .db-cta:disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.65;
    background: #000;
}

.db-cta, .db-form__field label.custom-file-upload-button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    height: 3.125rem;
    border: 0;  
    font-size: 1.125rem;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: #0550D1;
    color: #FFFFFF;
    font-weight: medium;
    font-size: 16px;
    padding: 10px;
}
  
.db-cta:hover, .db-form__field label.custom-file-upload-button:hover {
   background-color: #0D43B3;
}
  
.db-cta:active, .db-form__field label.custom-file-upload-button:active {
    background-color: #163796;
}
  
.db-cta:focus, .db-form__field label.custom-file-upload-button:focus {
    outline: 1px solid #0D43B3;
    outline-offset: 2px;
}
  
.db-cta:before, .db-form__field label.custom-file-upload-button:before {
    display: none;
}

.thanks-message, .error-message {
    text-align: center;
}

.thanks-message__icon, .error-message__icon {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 155px;
    margin-top: 16px;
    margin-bottom: 36px;
    border: 3px solid #0818a8;
    border-radius: 50%;
}

.thanks-message__icon img, .error-message__icon img {
    width: 70px;
}

img {
    display: inline;
}

h1 {
    font-size: 3.75rem;
    font-weight: 400;
    text-align: center;
}

.thanks-message__title, .error-message__title {
    color: #16184e;
    font-weight: 700;
    font-weight: 700;
    margin-bottom: -21px;
}

h2 {
    color: #0098db;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

h3 {
    font-size: 2.125rem;
}

.thanks-message__subtitle, .error-message__subtitle {
    color: #16184e;
    font-weight: 300;
    margin-bottom: 30px;
}

.thanks-message__content, .error-message__content {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 45px;
}

@media screen and (max-width: 713px) {
    .thanks-message__title, .error-message__title {
        margin-bottom: -8px;
    }
    h1 {
        font-size: 2.625rem;
    }
    h2 {
        font-size: 2.125rem;
    }

    h3 {
        font-size: 1.75rem;
    }
}

div.thanks-message, div.error-message {
    display: none;
    margin-top: 50px;
}

#iban_container {
    visibility: hidden;
}

@media screen and (max-width: 713px) {
    #iban_container {
        display: none;
    }
}

a.textlink {
    position: relative;
}

a.anchor::after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    content: ">";
    font-size: 1.35rem;
    height: 100%;
    top:0px;
    margin-left: 5px;
    position: absolute;
    display: inline-block;
}

#form_when {
    text-align: center;
    background-color: #e7f4fe;
    max-width: 100%;
    padding-top:30px;
    padding-bottom:30px;
}

#comment {
    height: 96px;
}

form {
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
}

#form_container {
    margin-top: 40px;
}

.disclaimer {
    font-size: 14px;
    line-height: 20px;
}

input[type="file"] {
    display: none;
}


.db-form__field label.custom-file-upload-button {
    display: inline-block;
    padding: 10px 35px 10px 20px;
    margin: 0 0 10px;
    cursor: pointer;
    position: relative;
    height: 3.125rem;
    font-size: 1.125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0 3.438rem;
    width: fit-content;
}

.db-form__field div.custom-file-upload, #filename {
    margin-left: auto;
    margin-right: auto;
}

.files .custom-file-upload:last-child {
    margin-top: 20px;
}

div.custom-file-upload.disabled, label.custom-file-upload-button.disabled, div.filesize, div.remove.disabled  {
    display: none;
}

.files span.disabled {
    display: none;  
}

.label.fileinfo {
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
}

div.files {
    margin-top: 8px;    
}

@media screen and (max-width: 713px) {
    div.files {
        text-align: center;
    }
}

div.remove {
    float: left;
    display: block;
    color: red;
    display: inline-block;  
    font-size: 14px;
    cursor: pointer;
}

div.topicContainer .contactTypeQuestion {
    display: none;
}

div.topicContainer.deactivateSelect div.natural_elem:nth-child(1) span {
    padding-right: 0px;
}

div.topicContainer.deactivateSelect .contactTypeQuestion {
    display: inline;
}

div.topicContainer.deactivateSelect .contactType {
    display: none;
}

#form_what .db-form__field {
    margin-bottom: 10px;
}

#form_what {
    background-color: #e7f4fe;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 714px) {
    div.hassmalltext {
        margin-bottom: 45px;
    }
}

span.smalltext {
    padding-top: 5px;
    font-size: 12px;
    display: block;
    height: 20px;
    margin-bottom: -20px;
}

@media screen and (max-width: 713px) {
    span.smalltext {
        margin-bottom: 0px;
    }
}