/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

* {
    font-family: 'Frutiger', 'Arial', 'sans-serif' !important; }

h1 {
    padding: 0 0 10px 0;
    color: #961734;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 28px; }
@media (max-width: 420px) {
    h1 {
        padding: 0 0 10px 0; } }
@media (max-width: 950px) {
    h1 {
        line-height: 32px; } }
@media (max-width: 750px) {
    h1 {
        letter-spacing: -1.5px; } }

h2 {
    margin: 0 0 10px 0;
    padding: 0 0 0px 0;
    color: #961734;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 26px; }
@media (max-width: 750px) {
    h2 {
        letter-spacing: -1px; } }

h3 {
    padding: 10px 0 5px 0;
    margin-bottom: 3px;
    color: #961734;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.15px;
    line-height: 23px; }

p {
    line-height: 20px;
    font-size: 15px; }

strong {
    font-weight: bold; }

ul li {
    background: url(https://7519001.fs1.hubspotusercontent-na1.net/hubfs/7519001/leadmachine/bullet.png) no-repeat 0 3px;
    background-size: 10px;
    list-style-type: none;
    margin: 5px 0;
    padding: 2px 0px 2px 20px;
    vertical-align: middle;
    line-height: 16px;
    font-size: 15px; }

a {
    color: #48729B;
    display: inline-block;
    text-decoration: none; }

.arrow {
    display: none;
    position: relative;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg) !important;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #7EB052 transparent transparent transparent;
    top: 34px;
    left: calc(50% - 30px);
}

ul.form-info {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1em; }
ul.form-info li {
    margin: 10px 0;
    line-height: 20px; }
ul.form-info li:before {
    content: "-";
    position: absolute;
    left: 0; }

.wgw__wrapper {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.wgw__intro {
    color: #961734;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.wgw__o-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wgw__o-list li {
    margin-bottom: 0.75rem;
    margin-left: 2rem;
    position: relative;
}
.wgw__o-list li:before {
    align-items: center;
    background: #9fb4cc;
    border-radius: 50%;
    color: #fff;
    content: attr(data-index);
    display: flex;
    font-weight: bold;
    height: 1.5rem;
    left: -2rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: -0.25rem;
    width: 1.5rem;
}
.wgw__o-list li:nth-child(1)::before {
    content: "1";
}
.wgw__o-list li:nth-child(2)::before {
    content: "2";
}
.wgw__o-list li:nth-child(3)::before {
    content: "3";
}
.wgw__o-list li:nth-child(4)::before {
    content: "4";
}

iframe {
    width: 100% !important; }

div#cookieBannerBackground {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 50%; }

div#hs-eu-cookie-confirmation {
    top: unset !important;
    bottom: 0 !important;
    position: fixed !important;
    background: #FFFFFF;
    z-index: 9999 !important; }
div#hs-eu-cookie-confirmation p a {
    color: #48729b !important; }

div#hs-en-cookie-confirmation-buttons-area {
    display: flex !important;
    justify-content: flex-end; }
div#hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button {
    order: 2;
    margin-left: 10px !important;
    background: #961734 !important; }
div#hs-en-cookie-confirmation-buttons-area #hs-eu-decline-button {
    order: 1;
    color: #961734 !important;
    text-decoration: underline !important; }

.content {
    position: relative;
    width: calc(100% - 62px);
    max-width: 1022px;
    margin: 0 auto;
    z-index: 999; }
@media (max-width: 991px) {
    .content {
        width: calc(100% - 60px); }
    .content h2 {
        margin-top: 0px; } }
.content .col8 {
    position: relative;
    z-index: 999;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 30px; }
@media (max-width: 991px) {
    .content .col8 {
        width: calc(100% - 30px);
        padding: 0 15px 25px; } }
.content .col8 .formContainer {
    padding-right: 20px; }
@media (max-width: 991px) {
    .content .col8 .formContainer {
        padding-right: 0; } }
@media (max-width: 750px) {
    .content {
        width: 100%; } }
.content aside {
    position: relative;
    top: 0px;
    background: #eff2f6;
    padding: 15px 15px 15px 15px; }
.content aside h2 {
    margin: 20px 0; }
.content aside p {
    margin-bottom: 15px; }
.content aside ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    background: #fff;
    padding: 5px 0px 8px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
.content aside ul li {
    background: none;
    background-size: unset;
    list-style-type: none;
    flex: 100%;
    line-height: 20px;
    margin: 5px 0 0; }
.content aside ul h3 {
    margin-top: -16px; }
.content aside ul p {
    margin-bottom: 0px; }
.content aside ul strong {
    font-weight: bold; }
@media (max-width: 991px) {
    .content aside ul ul li {
        flex-basis: 40%; } }
@media (max-width: 750px) {
    .content aside ul ul li {
        flex-basis: 80%; } }
.content aside ol {
    margin-top: 50px;
    text-align: center;
    display: flex;
    counter-reset: section;
    flex-wrap: wrap; }
.content aside ol li {
    margin: 0 0 50px 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    flex-basis: 100%;
    list-style-type: none;
    padding: 15px; }
.content aside ol li h3 {
    margin-top: -35px; }
@media (max-width: 991px) {
    .content aside ol {
        flex-wrap: nowrap;
        justify-content: space-between; }
    .content aside ol li {
        flex-basis: 27%; } }
@media (max-width: 750px) {
    .content aside ol {
        flex-wrap: wrap; }
    .content aside ol li {
        text-align: center;
        flex-basis: 100%; } }
.content aside ol > li::before {
    font-family: verdana, sans-serif;
    position: relative;
    top: -38px;
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    font-size: 26px;
    background-color: #9fb4cc;
    box-shadow: 0 0 0 2px #9fb4cc inset;
    color: #fff;
    border-radius: 50%;
    margin: -5px 5px 5px;
    padding: 5px 22px 30px 16px;
    font-size: 2.8rem;
    font-weight: bold;
    width: 25px;
    height: 25px;
    text-align: center; }

.content-with-bg {
    position: relative;
    top: 0px;
    background-size: cover !important;
    background-position: center -60px !important;
    background-attachment: fixed !important;
    width: 100% !important;
    /* FAQs */ }
.content-with-bg .row {
    width: calc(100% - 62px);
    max-width: 1022px;
    margin: 0 auto; }
@media (max-width: 991px) {
    .content-with-bg .row {
        position: relative;
        width: calc(100% - 60px);
        top: -120px;
        margin: 50px auto 0; } }
@media (max-width: 750px) {
    .content-with-bg .row {
        width: calc(100% - 30px);
        margin: 0 auto; } }
.content-with-bg .infoBox {
    position: relative;
    width: calc(100%);
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    margin-top: 25px;
    padding: 50px 150px;
    border-radius: 3px;
    opacity: 0.9;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
@media (max-width: 991px) {
    .content-with-bg .infoBox {
        width: calc(100% - 90px);
        padding: 50px 30px; } }
@media (max-width: 750px) {
    .content-with-bg .infoBox {
        width: calc(100% - 60px); } }
.content-with-bg .infoBox ul {
    margin-top: 15px; }
.content-with-bg h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 32px; }
.content-with-bg h3.question {
    cursor: pointer; }
.content-with-bg h3.question span {
    display: inline-block;
    width: 15px; }

/* custom overwrites */
.dsl_badge .row-fluid-wrapper .row-fluid {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row;
    width: 100%; }

.footer {
    background: #961734;
    color: #fff;
    padding: 20px 0; }
.footer .footerContainer {
    width: calc(100% - 30px);
    max-width: 1024px;
    margin: 0 auto; }
.footer ul {
    margin-top: 20px; }
.footer ul li {
    padding: 0 10px 0 0;
    display: inline; }
.footer ul li a {
    color: #fff;
    text-decoration: none; }

.content-with-bg .row-fluid > div {
    display: block !important; }

.infobox_container-row-0-background-image {
    min-height: 400px;
    background-attachment: fixed; }

.contact_area-module-1-flexbox-positioning > div {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0 !important; }

.footerContainer .footer-module-1-flexbox-positioning {
    align-items: flex-start !important;
    width: 100% !important; }

.logo img {
    width: 340px !important; }
@media (max-width: 600px) {
    .logo img {
        width: 195px !important; } }

.hero .heroBG {
    min-height: 260px !important; }

.badges {
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, 0);
    width: calc(100%);
    top: -315px;
    z-index: 9999;
    white-space: nowrap; }
@media (max-width: 1100px) {
    .badges {
        left: 30px !important;
        width: calc(100% - 30px);
        transform: translate(0, 0);
        top: -320px;
        align-items: flex-end;
        display: flex; } }
@media (max-width: 991px) {
    .badges {
        top: -260px; } }
@media (max-width: 700px) {
    .badges {
        top: -175px;
        left: 50px !important;
        width: calc(100% - 50px); } }
@media (max-width: 480px) {
    .badges {
        left: 15px !important; } }
.badges img {
    margin-right: 5px;
    width: 125px !important; }
@media (max-width: 700px) {
    .badges img {
        width: 95px !important; } }

.form_badges {
    text-align: center; }
.form_badges img {
    width: 114px !important; }

.mainBG {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%; }
.mainBG img {
    width: 100%; }
@media (max-width: 991px) {
    .mainBG {
        display: none; } }

.contentWrapper {
    position: relative;
    background-position: left 0px bottom 0px !important;
    background-size: cover !important;
    width: 100%; }
@media (max-width: 991px) {
    .contentWrapper {
        background-color: #eff2f6; } }
.contentWrapper .greyContent {
    position: absolute;
    width: 100%;
    min-height: 1375px;
    top: 0px;
    background: #eff2f6; }
@media (max-width: 991px) {
    .contentWrapper .greyContent {
        display: none; } }

.content_var2 {
    position: relative;
    width: calc(100%);
    max-width: 1022px;
    margin: 0 auto;
    z-index: 999; }
.content_var2 .col8 {
    width: 72%; }
@media (max-width: 991px) {
    .content_var2 .col8 {
        width: 100% !important;
        display: inline-grid; } }
.content_var2 .col8 h3 {
    padding: 0; }
.content_var2 .col8 .formContent {
    position: relative;
    top: -140px;
    background: #fff;
    min-height: 1000px;
    margin-right: 20px;
    padding: 30px 50px;
    -webkit-box-shadow: 0px 0px 15px 2px #999999;
    box-shadow: 0px 0px 15px 2px #999999; }
@media (max-width: 991px) {
    .content_var2 .col8 .formContent {
        margin-right: 0;
        margin-top: 70px;
        min-height: auto !important; } }
@media (max-width: 480px) {
    .content_var2 .col8 .formContent {
        margin-right: 0;
        margin-top: 75px;
        padding: 25px 15px; } }
@media (max-width: 991px) {
    .content_var2 .col8 .formContent {
        -webkit-box-shadow: none;
        box-shadow: none; } }
.content_var2 .col8 .infoBox {
    position: relative;
    top: -110px;
    background: #fff;
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 100px;
    min-height: 500px;
    padding: 30px 50px;
    -webkit-box-shadow: 0px 0px 15px 2px #999999;
    box-shadow: 0px 0px 15px 2px #999999; }
@media (max-width: 991px) {
    .content_var2 .col8 .infoBox {
        display: flex;
        order: 2;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 50px;
        -webkit-box-shadow: none;
        box-shadow: none; } }
@media (max-width: 480px) {
    .content_var2 .col8 .infoBox {
        padding: 25px 15px 50px; } }
.content_var2 .col8 .col4 {
    padding-left: 74.5%;
    position: absolute;
    top: 0px;
    z-index: -1; }
@media (max-width: 991px) {
    .content_var2 .col8 .col4 {
        display: flex;
        order: 1;
        position: relative;
        top: -160px;
        background: #eff2f6;
        width: calc(100% - 100px);
        padding: 30px 50px 0; } }
@media (max-width: 480px) {
    .content_var2 .col8 .col4 {
        top: -140px;
        padding: 0 15px 25px;
        width: calc(100% - 30px); } }
.content_var2 .col8 .col4 h2 {
    margin: 20px 0;
    font-size: 18px !important; }
.content_var2 .col8 .col4 p {
    margin-bottom: 15px;
    font-size: 14px !important; }
.content_var2 .col8 .col4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
    background: #fff;
    padding: 5px 0px 8px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
.content_var2 .col8 .col4 ul li {
    background: none;
    background-size: unset;
    list-style-type: none;
    flex: 100%;
    line-height: 20px;
    margin: 5px 0 0;
    font-size: 13px !important; }
.content_var2 .col8 .col4 ul h3 {
    margin-top: -16px; }
.content_var2 .col8 .col4 ul p {
    margin-bottom: 0px; }
.content_var2 .col8 .col4 ul strong {
    font-weight: bold; }
@media (max-width: 991px) {
    .content_var2 .col8 .col4 ul ul li {
        flex-basis: 40%; } }
@media (max-width: 750px) {
    .content_var2 .col8 .col4 ul ul li {
        flex-basis: 80%; } }
.content_var2 .col8 .col4 ol {
    margin-top: 50px;
    text-align: center;
    display: flex;
    counter-reset: section;
    flex-wrap: wrap; }
.content_var2 .col8 .col4 ol li {
    margin: 0 0 50px 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    flex-basis: 100%;
    list-style-type: none;
    padding: 15px; }
.content_var2 .col8 .col4 ol li h3 {
    margin-top: -35px; }
@media (max-width: 991px) {
    .content_var2 .col8 .col4 ol {
        flex-wrap: nowrap;
        justify-content: space-between; }
    .content_var2 .col8 .col4 ol li {
        flex-basis: 27%; } }
@media (max-width: 750px) {
    .content_var2 .col8 .col4 ol {
        flex-wrap: wrap; }
    .content_var2 .col8 .col4 ol li {
        text-align: center;
        flex-basis: 100%; } }
.content_var2 .col8 .col4 ol > li::before {
    font-family: verdana, sans-serif;
    position: relative;
    top: -38px;
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    font-size: 26px;
    background-color: #9fb4cc;
    box-shadow: 0 0 0 2px #9fb4cc inset;
    color: #fff;
    border-radius: 50%;
    margin: -5px 5px 5px;
    padding: 5px 22px 30px 16px;
    font-size: 2.8rem;
    font-weight: bold;
    width: 25px;
    height: 25px;
    text-align: center; }

/* FAQs */
h3.question {
    padding: 10px 0 5px 0 !important;
    cursor: pointer;
    line-height: 23px; }
h3.question span {
    display: block;
    float: left;
    width: 15px;
    height: 30px; }

.answer {
    padding-left: 15px; }
.answer h4 {
    margin-left: 0px;
    margin-bottom: 10px; }
.answer ul {
    margin-left: 15px; }
.answer ul li {
    background: none !important;
    list-style-type: disc !important;
    padding: 0;
    line-height: 22px; }

.footer_var2 {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 6rem;
    background: #961734;
    color: #fff;
    padding: 20px 0 40px; }
.footer_var2 .footerContainer {
    width: calc(100% - 30px);
    max-width: 1024px;
    margin: 0 auto; }
.footer_var2 ul {
    margin-top: 20px; }
.footer_var2 ul li {
    padding: 0 10px 0 0;
    display: inline; }
.footer_var2 ul li a {
    color: #fff;
    text-decoration: none; }

/****************************************
 Frutiger New Font Face
****************************************/
@font-face {
    font-family: "Frutiger";
    src: url("https://7519001.fs1.hubspotusercontent-na1.net/hubfs/7519001/leadmachine/frutiger.woff2") format("woff2"),
    url("https://7519001.fs1.hubspotusercontent-na1.net/hubfs/7519001/leadmachine/frutiger.woff") format("woff")
    font-weight: normal; }
/* original hubspot form css with small adaptions */
form {
    margin-top: 30px;
    min-height: 1000px;
    text-align: left;
}

form input[type="submit"] {
    width: calc(100% - 60px);
    margin: 30px 30px 30px 30px;
    background: #961734;
    border: 1px solid #961734;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

form .hs_mail {
    display: none;
}

form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}

form fieldset, 
form .hs-input {
    max-width: 100%!important;
}

form fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
form > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
}

form .hs-custom-style fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
form .hs-custom-style > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}

form .hs-custom-style fieldset, form .hs-custom-style .hs-input {
    max-width: 100%;
}

form .hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
}

form .hs-form-field label {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
}

form .hs-form-required {
    color: red;
}

form .hs-error-msgs label {
    color: #f2545b;
    margin: 0;
}

form input.hs-input.error,
form div.field.error input,
form div.field.error textarea,
form div.field.error .chzn-choices,
form textarea.hs-input.error,
form select.hs-input.error {
    border-color: #c87872;
}

form .hs-input[type=checkbox], form .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}

form input[type="number"]::-webkit-outer-spin-button, form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

form input[type="number"] {
    -moz-appearance: textfield !important;
}

form .finanzierungsbedarf {
    margin: 65px auto 40px;
    background: #fff;
    padding: 5px 0px 8px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

@media (min-width: 420px) {
    form .finanzierungsbedarf {
        width: 75%;
    }
}

form .finanzierungsbedarf > div:first-of-type {
    width: 65%;
    margin: -25px auto 0;
    background-color: #9fb4cc;
    color: #FFF;
    font-weight: bold;
    padding: 15px;
}

form .finanzierungsbedarf #total {
    color: #961734;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    font-size: 2.5rem;
    margin: 20px 0 0;
}

form .hs-form-booleancheckbox-display .hs-input[type=checkbox],
form .hs-form-booleancheckbox-display .hs-input[type=radio] {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

form .hs-form-booleancheckbox-display span {
    display: inline;
    line-height: 20px;
}

form .hs-form-booleancheckbox-display .hs-form-required {
    padding-left: 0px;
    position: relative;
    top: 0px;
}

form .hs-input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    border-radius: 3px;
}

form select:focus {
    outline-offset: -2px;
}

form select:not(:-internal-list-box) {
    overflow: visible !important;
}

form :focus {
    outline: -webkit-focus-ring-color auto 5px;
}

form select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: #f8f8f8;
    cursor: default;
    margin: 0em;
    font: 400 11px system-ui;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #a6a6a6;
    border-image: initial;
}

form .hs-button:active,
form .hs-button:focus,
form .hs-button:hover:active,
form .hs-button:hover:focus,
form .hs-button:hover:not(.inactive):active,
form .hs-button:hover:not(.inactive):focus,
form .hs-button:focus:active,
form .hs-button:focus:focus,
form .hs-button:active:active,
form .hs-button:active:focus,
form .hs-button:active:not(.inactive):not(.link):active,
form .hs-button:active:not(.inactive):not(.link):focus {
    outline: 0 none;
}

form input[type="submit"],
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="tel"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

form span {
    padding: 0;
}

form ul li {
    padding: 0;
    background: none;
}

form .hs_recaptcha {
    margin-top: 20px;
}

form input[type="checkbox"] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

form .inputs-list.multi-container li {
    margin-right: 30px;
    display: inline-block;
}

@media (max-width: 480px) {
    form .inputs-list.multi-container li {
        display: block;
    }
}

form .inputs-list.multi-container li label {
    margin-top: 0;
}

form .inputs-list.multi-container li input[type="checkbox"] {
    padding: 3px;
    margin-right: 10px;
}

.row:after {
    display: table;
    content: " ";
    clear: both; }

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left; }

.col1 {
    width: 8.3333333333333336%; }

.col2 {
    width: 16.666666666666667%; }

.col3 {
    width: 25%; }

/** .col4 {
    width: 33.333333333333336%; }
**/

.col5 {
    width: 41.666666666666667%; }

.col6 {
    width: 50%; }

.col7 {
    width: 58.333333333333336%; }

.col8 {
    width: 66.666666666666667%; }

.col9 {
    width: 75%; }

.col10 {
    width: 83.333333333333336%; }

.col11 {
    width: 91.666666666666667%; }

.col12 {
    width: 100%; }

@media only screen and (max-width: 991px) {
    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
        width: 100%; } }
.logo {
    position: absolute !important;
    left: 50% !important;
    z-index: 999;
    margin-right: -50%;
    margin-top: 40px;
    transform: translate(-50%, 0);
    width: calc(100% - 60px);
    max-width: 1024px; }
@media (max-width: 750px) {
    .logo {
        margin-top: 20px;
        left: calc(50% - 15px); } }
@media (max-width: 480px) {
    .logo {
        left: 47% !important; } }

@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .logo {
        left: 30px !important; } }
/* IE9 Hack */
.hero {
    width: 100%;
    overflow: hidden;
    max-height: 450px;
    position: relative; }
@media (max-width: 991px) {
    .hero {
        overflow-x: hidden;
        max-height: 100%; } }
.hero img.hero-img {
    height: 264px;
    width: auto; }
.hero .heroBG {
    min-height: 500px; }
@media (max-width: 750px) {
    .hero .heroBG {
        min-height: auto; } }
.hero .hs-image-widget {
    width: 100% !important; 
  margin-top: 60px;
}

@media (min-width: 520px) {
    .hero img.hero-img {
        width: 100%;
        height: auto; } }
.inner-hero {
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    width: calc(100% - 60px);
    max-width: 1024px;
    bottom: 20px;
    z-index: 99; }
.inner-hero .row {
    position: relative; }
@media (max-width: 991px) {
    .inner-hero {
        width: calc(100%);
        bottom: 0; }
    .inner-hero .row {
        display: flex;
        flex-direction: column; } }
@media (max-width: 991px) and (max-width: 991px) {
    .inner-hero .row {
        position: relative; } }
@media (max-width: 991px) {
    .inner-hero .row .col6 {
        flex: 0 0 100%; }
    .inner-hero .row .col6:first-child {
        position: relative;
        z-index: 999;
        order: 2;
        width: 100%; }
    .inner-hero .row .col6:last-child {
        order: 1; }
    .inner-hero .row .col6:last-child img {
        margin-right: 20px; } }
@media (max-width: 991px) and (max-width: 750px) {
    .inner-hero {
        position: relative;
        left: 0;
        margin-right: 0;
        transform: translate(0, 0); } }

@media (max-width: 750px) {
    .inner-hero {
        width: calc(100%); } }
.inner-hero .hero-content {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    opacity: 0.9;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
@media (max-width: 991px) {
    .inner-hero .hero-content {
        padding: 15px 45px;
        border-radius: 0;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none; } }
@media (max-width: 750px) {
    .inner-hero .hero-content {
        padding: 15px; } }

/*# sourceMappingURL=leadmachine.css.map */

#header {
    border-top: 5px solid #961734;
    background-color: #FFF;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    transition: top 0.5s;
    padding: 14px 0 12px 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
}

.headerContent {
    max-width: 1022px;
    margin: 0 auto;
}

@media (max-width: 1100px) {
    .headerContent {
        max-width: 962px;
        padding: 0 30px;
    }
}

@media (max-width: 599px) {
    #header {
        padding: 0;
        min-height: 34px;
    }
    .headerContent {
        padding: 10px 16px;
    }
    /*.headerContent img {
        width: 60%!important;
        min-width: 175px!important;
    }*/
    .headerContent img.hs-image-widget[alt="dslbank-starpool-kooperation"],
    .headerContent img.hs-image-widget[alt="Logo DSL Bank | Starpool Kooperation"],
    .headerContent img.hs-image-widget[alt="dslbank-logo-starpool-kooperation-1"] {
        width: 90px !important;
        min-width: unset !important;
        height: auto;
    }
}

.headerCTA {
    position: absolute;
    width: 100%;
    top: 20px;
    max-width: 1022px;
    margin: 0 auto;
}

.headerCTA a {
    margin-left: calc(100% - 165px);
    width: 120px;
    text-align: center;
    background: #961734;
    color: #fff;
    padding: 10px 20px;
}

/*   ************************   */
/*     content3.html styles     */
/*   ************************   */
.header--content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 16px;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .header--content {
        padding: 0;
        margin: 0 50px;
    }
}

@media (min-width: 1100px) {
    .header--content {
        max-width: 1022px;
        margin: 0 auto;
    }
}

.header--cta {
    background: #961734;
    color: #fff;
    text-align: center;
}

.header--cta a {
    display: block;
    width: 120px;
    padding: 10px 20px;
    color: inherit;
    text-decoration: none !important;
    white-space: nowrap;
}
/*   ****************************   */
/*     End content3.html styles     */
/*   ****************************   */

#hs-eu-cookie-confirmation {
    /* display: none; */
    color: #FFF;
}

#hs-eu-cookie-settings-button span {
    border: 1px solid #961734;
    border-radius: 3px;
    display: block;
    padding: 9px 10px 10px 10px;
}

#hs-eu-decline-button {
    display: none!important;
}

#hs-modal-save-settings span {
    background: #FFFFFF;
    display: block;
    padding: 10px;
}

.hs_financeads_id {
    display: none;
}

:target {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

@media (max-width: 599px) {
    :target {
        top: -60px;
    }
}

input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

.hs_selbststaendigseit {
  display: none;
}
.hs_beschaeftigtseit {
  display: none;
}

.hs_befristungsstatus .hs-form-radio-display,
.hs_wohnart .hs-form-radio-display {
  font-weight: 400!important;
}

.check_radio {
  color: #f2545b;
  position: absolute;
  font-weight: normal!important;
  margin-top: -5px!important;
}

.check_theMonth,
.check_theMonthUmschuldung {
  display: block;
  color: #f2545b;
  background: #fff;
  font-weight: normal!important;
  margin-top: 5px;
  line-height: 19px!important;
  font-size: 13px;
}

.check_theMonthUmschuldung {
  margin-top: 3px!important;

}

.selbststaendig_seit,
.beschaeftigt_seit {
  margin: 20px 0 -7px 0;
  display: none;
  font-size: 13px;
}

.hs_selbststaendigseit_mm,
.hs_beschaeftigtseit_mm,
.hs_selbststaendigseit_yyyy,
.hs_beschaeftigtseit_yyyy {
  width: 25%!important;
  float: left;
}

.hs_befristungsstatus {
  clear: both;
  display: table;
  content: " ";
}

.hs_beschaeftigtseit_mm .hs-error-msg,
.hs_beschaeftigtseit_yyyy .hs-error-msg,{
  display: none;
}

.hs_beschaeftigtseit_yyyy .hs-form-required,
.hs_selbststaendigseit_yyyy .hs-form-required {
  display: none!important;
}

.check_bestatigungscode {
  position: absolute;
  color: #f2545b;
  background: #fff;
  font-weight: normal!important;
  margin-top: 5px!important;
  line-height: 19px!important;
  font-size: 13px;
}

.check_Eigenkapital,
.check_immobilien_kaufpreis,
.check_immobilienwert,
.check_Arbeitslos,
.check_Einkommen {
  color: #f2545b;
  background: #fff;
  font-weight: normal!important;
  margin-top: 5px;
  line-height: 19px!important;
  font-size: 14px;
}

.check_Eigenkapital {
   margin-top: 50px!important;
}

.check_Einkommen,
.check_immobilien_kaufpreis,
.check_immobilienwert {
  position: absolute;
  margin-top: 3px!important;
}

#checkTheDate {
  padding-top: 5px;
  float: left;
}

.hs_schufaeintrag {
  margin-top: 20px;
}

.hs_immobilienwert {
  width: 50%!important;
  float: left;
}

.hs_umschuldungstermin_mm {
  width: 25%!important;
  float: left;
}

.hs_umschuldungstermin_yyyy {
  width: 25%!important;
  float: left;
}

.hs_umschuldungstermin_yyyy .hs-form-required {
  display: none;
}

.check_mobilephone {
  color: #f2545b;
}

.my-chance {
  display: none;
}

.chance-headline {
  position: relative;
  text-align: center;
  padding: 10px 22px!important;
  line-height: 22px;
}

.my-display {
  background-color: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  padding: 22px 10px 10px;
}

.my-display-content {
    display: none;
    margin-top: 12px;
    white-space: normal;
}

.my-display-content .label {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
}

.my-display-content .description {
    font-size: 17px;
    line-height: 1.5;
}

.my-display.good,
.my-display-content.good,
.my-display-content.good p {
  color: #7EB052;
}

.my-display.good > .my-display-content.good {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.my-display.middle,
.my-display-content.middle,
.my-display-content.middle p {
  color: orange;
}

.my-display.middle > .my-display-content.middle {
    display: block;
}

.my-display.low,
.my-display-content.low,
.my-display-content.low p {
  color: #961734;
}

.my-display.low .tipp {
    border: 1px solid #000000;
    border-radius: 8px;
    color: #000000;
    margin: 24px auto 0;
    max-width: 75%;
    padding: 20px 24px 14px 24px;
    text-align: left;
    width: 80%;
}

.my-display.low .tipp > p {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.my-display.low .tipp > ul {
    list-style: initial;
    padding-left: 24px;
}

.my-display.low .tipp > ul li {
    font-size: 16px;
    line-height: 1.5;
    list-style-type: disc;
    margin: 10px 0;
}

.my-display.low > .my-display-content.low {
    display: block;
}

.arrow-chance {
  position: relative;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  border-style: solid;
  border-color: #961734 transparent transparent transparent;
  border-width: 25px 25px 0 25px;
  top: 34px;
  left: calc(50% - 24px);
}

.arrow-good {
  border-color: #7EB052 transparent transparent transparent;
}

.arrow-middle {
  border-color: orange transparent transparent transparent;
}

.arrow-low {
  border-color: #961734 transparent transparent transparent;
}

.info-icon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 42px !important;
  padding: 0 !important;
  right: 0;
  top: 30px;
  background: transparent !important;
}

.finanzierungsbedarf.my-chance .info-icon,
.finanzierungsbedarf.my-chance.low .info-icon {
    display: none;
}

.tooltip {
  position: absolute;
  bottom: 170%; /* Tooltip über dem Icon platzieren */
  left: 4px;
  width: 250px!important;
  transform: translateX(-75%);
  background-color: #fff!important; /* Hintergrundfarbe des Tooltips */
  color: #000!important; /* Textfarbe */
  text-align: left!important;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  white-space: break-spaces;
  transition: opacity 0.3s;
  pointer-events: none; /* Tooltip nicht klickbar machen */
  border: 1px solid #9fb4cc; /* Rahmen um den Tooltip */
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 768px) {
    .tooltip {
        bottom: 145%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.tooltip::after {
  content: '';
  position: absolute;
  top: 100%; /* Position des Pfeils */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; /* Hintergrundfarbe des Pfeils */
  border-top-color: #9fb4cc; /* Rahmenfarbe des Pfeils */
  box-sizing: content-box; /* Rahmen beim Pfeil korrekt darstellen */
}

.info-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
}