html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

nav,
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: 700;
}

img {
    border: 0;
}

button,
input {
    color: inherit;
    font: cursive;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[class^="w-icon-"] {
    font-family: webflow-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-icon-nav-menu:before {
    content: "\e602";
}

.w-icon-file-upload-icon:before {
    content: "\e903";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

p {
    text-align: center;
    font-family: "Quicksans", Sans-serif;
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-clearfix:after {
    clear: both;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.full-page-section {
    background-color: #f0f0f0;
}

input.w-button {
    -webkit-appearance: button;
}

h2,
h3,
h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-embed:after {
    clear: both;
}

button,
html input[type="button"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    display: none;
    /* padding: 20px; */
    text-align: center;
    background-color: #ddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.w-input:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input:-ms-input-placeholder {
    color: #999;
}

.w-input::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus {
    border-color: #3898ec;
    outline: 0;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}

.w-radio-input {
    margin-top: 3px;
}

.w-file-upload-label {
    display: inline-block;
    /* font-size: 13px; */
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.w-icon-file-upload-icon {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-container:after {
    clear: both;
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-2 {
    width: 16.66666667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-9 {
    width: 75%;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
    .w-col-small-6 {
        width: 50%;
    }
    .form-field {
        min-height: 50px !important;
    }
    html body input.button.vergleicher.width-100.next-button.tracking_step8.w-button#gform_submit_button_47 {
        margin-top: 0 !important;
    }
    section#bewerbung {
        /* background: #0091ac; */
    }
    h2.main-title {
        font-size: 24px;
        line-height: 26px;
        padding-top: 15px;
        margin-bottom: 15px;
        margin-top: 0;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
    .w-col {
        width: 100%;
    }
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #ddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

.w-nav {
    position: relative;
    background: #fff;
    z-index: 1000;
}

.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    position: relative;
    text-decoration: none;
    color: #333;
}

.w-nav-menu {
    position: relative;
    float: right;
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

.survey-column .cronic {
    width: 100%;
    height: 90px;
    background: #f0f0f0;
    color: red;
    font-size: 16px;
    font-family: "Nunito", Sans-serif;
    padding: 15px;
    color: #2a2a2a;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.survey-column .cronic::placeholder {
    color: #2a2a2a;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

body {
    font-family: futurabook, sans-serif;
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: futuraBold, Times, times new roman, serif;
    color: #303030;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

h3 {
    margin: 20px 0;
    color: #303030;
    font-size: 25px;
    color: #303030;
    font-family: Nunito;
    font-family: "Nunito", Sans-serif;
}

.slide.w-slide.s6 h3 {
    margin-bottom: 4%;
}

.slide.w-slide.s9 h3,
.slide.w-slide.s10 h3 {
    margin-bottom: 0;
    text-align: center;
}

.slide.w-slide.s10 h4 {
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 1% 0 20px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: futurabook, Times, times new roman, serif;
    color: #303030;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

a {
    color: #000;
    text-decoration: underline;
}

.container.nav {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.section-intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.section-intro.center {
    margin-right: auto;
    margin-left: auto;
}

.button {
    display: inline-block;
    padding: 12px 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #267a9b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.button:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.button.vergleicher {
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../images/button-arrow-white.svg);
    background-position: 85px 50%;
    background-size: 8px;
    background-repeat: no-repeat;
}

.button.vergleicher:hover {
    background-position: 95% 50%;
}

.button.vergleicher.width-100 {
    width: 100%;
    background-position: 95% 50%;
}

.button.vergleicher.width-100:hover {
    background-position: 98% 50%;
}

.button.small-phone-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    padding-left: 40px;
    background-color: transparent;
    background-image: url(../images/telephone_1.svg);
    background-position: 10px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    color: #303030;
    font-size: 17px;
}

.button.small-phone-number:hover {
    box-shadow: none;
}

.navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

@media(max-width:980px) {
    .navbar {
        /* background-color: #333333; */
    }
    select#Vorwahl {
        -webkit-appearance: none
    }
}

.logo-image {
    position: relative;
}

.footer-notice {
    margin-top: -10px;
    padding-top: 16px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}

.footer-notice.minimalistic {
    margin-top: 0;
    padding-bottom: 0;
    border-top-style: none;
}

.content-wrapper {
    position: relative;
    display: block;
    height: 100%;
    max-width: 1446px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-notice-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.footer-notice-wrapper.black {
    color: #000;
}

.lp-footer {
    padding-top: 25px;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.lp-footer.minimalistic {
    padding-top: 0;
}

.notice-right {
    position: absolute;
    top: 0;
    right: 70px;
}

.notice-text {
    position: relative;
    bottom: 7px;
    font-size: 11px;
}

.notice-text.elithair {
    color: #267a9b;
    font-size: 12px;
}

.center {
    text-align: center;
}

.step-back-link {
    position: absolute;
    left: 30px;
    bottom: 28px;
    right: auto;
    top: auto;
    width: 35px;
    height: 35px;
    background-color: #f3f3f3;
    background-image: url(../images/back-arrow.svg);
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.step-back-link.multistep-survey-previous {
    display: none;
    margin-top: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.step-back-link.multistep-survey-previous:hover {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}

.radio-button {
    position: relative;
    left: 30px;
    top: -38px;
    z-index: -1;
    display: none;
}

.form-field {
    min-height: 50px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px #000;
    background-color: #f3f3f3;
    color: #616161;
    font-size: 16px;
}

.form-field.bg-image {
    padding-left: 60px;
    background-image: url(../images/avatar.svg);
    background-position: 10px 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

::placeholder {
    color: #808080;
}

.form-field.bg-image.mail {
    background-image: url(../images/email.svg);
}

.form-field.bg-image.phone {
    background: none;
}

.form-field.bg-image.edit {
    background-image: url(../images/edit-form.svg);
}

.slider {
    height: 100%;
    background-color: transparent;
}

.step-intro {
    margin-bottom: 25px;
    text-align: center;
}

.range-details {
    position: absolute;
    left: 10px;
    top: -85px;
    right: 10px;
    bottom: auto;
    margin-bottom: 15px;
    color: #616161;
}

.multistep-survey-progress {
    width: 40%;
    height: 10px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background-image: linear-gradient(180deg, #f3f3f3, #f3f3f3);
}

.slide-nav {
    display: none;
}

.none {
    display: none;
}

.multistep-survey-radio-text {
    width: 100%;
    margin-bottom: 0;
    color: #2a2a2a;
    padding-left: 10px;
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.survey-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}


/* .alternativ-eintippen {
    position: absolute;
    top: -30px;
} */

.multistep-survey {
    position: relative;
    display: block;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
    background-color: #fff;
}

.slide {
    overflow: hidden;
}

.slide.last {
    padding-bottom: 30px;
}

.survey-form.multistep-form {
    margin-top: 30px;
}

.single-question-wrap {
    position: relative;
    height: 340px;
    padding: 40px;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.right-text {
    float: right;
}

.right-arrow {
    display: none;
}

.left-arrow {
    display: none;
}

.multistep-survey-radio {
    display: -webkit-box;
    font-family: "Nunito", Sans-serif;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    background: #f0f0f0 0% 0% no-repeat padding-box;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    height: 72px;
}

.multistep-survey-radio img {
    width: 60px;
}

.left-text {
    float: left;
}

.multistep-survey-progress-bar {
    position: relative;
    width: 12.5%;
    height: 100%;
    border-radius: 10px;
    background-color: #267a9b;
    -webkit-transition: width 300ms ease-in;
    transition: width 300ms ease-in;
}

.three-columns {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.width-100 {
    width: 100%;
}

.prevent-double-slide {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
}

.two-columns {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.image-17 {
    width: 100px;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-hotline {
    margin-right: 15px;
}

.full-page-section {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.footer-link {
    color: #707070;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-link.elithair {
    color: #267a9b;
}

.trust-bar {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.trust-image {
    height: 160px;
    margin-right: 25px;
    margin-left: 25px;
}

.ausgezeichnet-org {
    position: absolute;
    left: auto;
    top: 0%;
    right: -180px;
    bottom: auto;
    width: 150px;
    height: 259px;
}

.kontaktdaten-wrap-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 0 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bekannt-aus-text {
    margin-right: 15px;
    font-size: 11px;
    line-height: 13px;
}

.bekannt-aus-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bekannt-aus-img {
    height: 25px;
    margin-right: 10px;
}

.drbalwi img {
    width: 68px;
    padding-right: 20px;
    max-height: 60px;
    margin: auto;
}

.drbalwi {
    display: flex;
    padding: 20px;
}

.drbalwi p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .container.nav {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section-intro {
        padding-right: 8px;
        padding-left: 8px;
    }
    .step-back-link.multistep-survey-previous {
        left: 30px;
        top: 19px;
        display: none;
        background-image: url(../images/back-arrow.svg);
        background-size: 18px;
    }
    .form-field.bg-image {
        padding-right: 5px;
        padding-left: 35px;
        background-size: 15px;
    }
    .step-intro {
        margin-bottom: 30px;
    }
    .multistep-survey-progress {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
    .multistep-survey-radio-text {
        margin-left: 10px;
    }
    .multistep-survey {
        width: 95%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .three-columns {
        width: 100%;
    }
    .service-hotline {
        display: none;
    }
    .full-page-section {
        padding-top: 10px;
        padding-bottom: 160px;
    }
    .ausgezeichnet-org {
        display: none;
    }
    .kontaktdaten-wrap-v2 {
        width: 100%;
        max-width: 400px;
        padding-right: 0;
        background-image: none;
    }
    .positive-endcard {
        background-position: 400px 100%;
        background-size: 500px;
    }
    .navbar {
        position: absolute;
    }
}

img.mobile.cer {
    display: none;
}

@media (max-width: 767px) {
    .container.nav {
        display: flex;
        align-self: center;
        justify-content: space-between;
    }
    img.mobile.cer {
        display: block;
    }
    .container.nav .cer {
        width: 200px;
        object-fit: contain;
    }
    .s0 h3.step-heading {
        text-align: center;
    }
    .section-intro {
        margin-bottom: 0;
    }
    .section-intro.center.hero {
        margin-bottom: 0;
    }
    .button.small-phone-number {
        padding-right: 15px;
        background-size: 25px;
        font-size: 17px;
        line-height: 19px;
    }
    .brand {
        max-width: 200px;
    }
    .footer-notice-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .notice-right {
        position: static;
    }
    .input-range-wrap {
        background-position: 95% 0%;
        background-size: 50px;
    }
    .multistep-survey-radio-text {
        font-size: 16px;
        line-height: 23px;
    }
    .s4 .multistep-survey-radio-text {
        text-align: center !important;
    }
    .s4 .step-intro {
        margin-bottom: 25px;
    }
    .survey-container {
        padding-right: 10px;
        padding-left: 10px;
        /* background: #287b9a; */
    }
    .single-question-wrap {
        height: auto;
        padding: 0 25px;
    }
    .term {
        display: none !important;
    }
    .image-17 {
        width: 75px;
    }
    .full-page-section {
        padding-top: 150px;
        background-color: ##0091ac !important;
    }
    .trust-image {
        height: 125px;
    }
    .kontaktdaten-wrap-v2 {
        max-width: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
    }
    .positive-endcard {
        height: auto;
        padding: 170px 25px 35px;
        background-position: 50% 11%;
        background-size: 280px;
    }
    .bekannt-aus-wrap {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 5px;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .multistep-survey-radio {
        background-color: #f0f0f0 !important;
        box-shadow: none !important;
        min-height: 72px !important;
        padding: 5px 20px !important;
    }
    .multistep-survey-radio-text {
        margin-left: 0;
    }
    .s4 .multistep-survey-radio {
        min-height: 50px !important;
    }
}

@media (max-width: 479px) {
    .container.nav {
        padding-right: 5px;
        padding-left: 0;
    }
    .section-intro {
        max-width: 100%;
    }
    .button.small-phone-number {
        padding: 10px 4px 10px 20px;
        background-position: 4px 50%;
        background-size: 12px;
        font-size: 10px;
        line-height: 17px;
    }
    .logo-image {
        top: 0;
    }
    .brand {
        max-width: 120px;
    }
    .content-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer-notice-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        line-height: 20px;
        text-align: center;
    }
    .notice-right {
        position: static;
        right: 0;
        margin-top: 16px;
    }
    .step-back-link.multistep-survey-previous {
        left: 10px;
        display: none;
    }
    .input-range-wrap {
        background-size: 50px;
    }
    .multistep-survey-progress {
        width: 82%;
        margin-right: 10px;
    }
    .multistep-survey-radio-text {
        min-height: auto;
        text-align: left;
    }
    .multistep-survey {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .slide {
        padding-right: 0;
        padding-left: 0;
    }
    .survey-column {
        margin-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .three-columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        /* -webkit-box-direction: normal; */
        /* -webkit-flex-direction: column; */
        -ms-flex-direction: column;
        /* flex-direction: column; */
    }
    .image-17 {
        width: 50px;
    }
    .nav-menu {
        height: 50px;
    }
    .full-page-section {
        padding-top: 100px;
    }
    .trust-image {
        height: 100px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .kontaktdaten-wrap-v2 {
        padding-top: 65px;
        padding-left: 0%;
        background-position: 50% 0%;
        background-size: 70px;
    }
    .positive-endcard {
        padding-top: 30px;
        background-position: 50% 5%;
        background-size: 235px;
    }
    .bekannt-aus-text {
        margin-right: 5px;
    }
    .bekannt-aus-wrap {
        bottom: 7px;
    }
    .bekannt-aus-img {
        height: 19px;
        margin-right: 5px;
    }
}

.three-columns.w-row,
.two-columns.w-row {
    margin-right: auto;
    margin-left: auto;
}

.three-columns .w-col-3 {
    width: 24%;
}

.two-columns .w-col-3 {
    width: 50%;
}

@media(min-width: 981px) {
    .footer_mobile,
    .phone_xs {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    body {
        /* background-color: #0091ac; */
    }
    footer.calc {
        display: none;
    }
    .phone_xs {
        display: block;
        color: #fff;
        font-size: 12px;
        margin: 0px 10px 0px 10px;
        float: right;
        text-align: right;
        width: 100%;
    }
    .full-page-section {
        padding-top: 68px;
        padding-bottom: 1px;
    }
}

.phone_xs img {
    filter: brightness(10);
    width: 17px;
}

.footer_mobile p {
    margin-top: 0 !important;
    font-family: "futurabook";
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_mobile img {
    display: block;
    margin: 0 auto;
}

.footer_mobile {
    display: block;
    background: #0091ac;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.s10 h3 {
    display: none;
}

.three-columns,
.two-columns {
    width: 100%;
}

.three-columns .w-col {
    padding-left: 0;
    padding-right: 10px;
}

.survey-column.w-col.w-col-3.w-col-small-6.w-col-tiny-tiny-stack {
    text-align: center;
}

.survey-column.w-col.w-col-4.w-col-small-6.w-col-tiny-tiny-stack {
    text-align: center;
}

.survey-column.w-col.w-col-4.w-col-small-6.w-col-tiny-tiny-stack {
    text-align: center;
}

input#Haarausfall-Wann {
    width: 64px;
    margin-left: 0;
    font-size: 24px;
    background: none;
    border-bottom: 4px solid #e9ebf3;
    padding: 0;
    text-align: center;
    color: #dd7359;
    font-family: "FuturaPTDemi";
}


}
@media screen and (max-width: 767px) {
    .range-details {
        top: -88px;
        font-size: 12px;
    }
    
    body {
        background-color: #297b9a;
    }
    
    .InputSliderRange-Scale {
        top: -80px;
    }
}
@media screen and (max-width: 476px) {
    .three-columns .w-col-3 {
        width: 100%;
    }
    
    .survey-column {
        width: 100% !important;
    }
}
.form-field {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.InputSliderRange-Handler {
    transition: transform 0.2s ease;
}
.InputSliderRange-Handler:active {
    transform: scale(1.2);
}
.current-value {
    top: -32px;
    position: absolute;
    left: 0;
    padding: 3px 6px;
    color: #dd7359;
    border-radius: 3px;
    font-weight: 600;
}
.InputSliderRange-Fill {
    background: #267a9b;
}
.InputSliderRange-Handler {
    border: 4px solid #267a9b;
}
.five-columns.w-row {
    justify-content: center;
    display: flex;
}
.five-columns.w-row .w-col-2 {
    width: 100%;
}
.one-columns.w-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.one-columns.w-row .survey-column {
    margin-bottom: 1%;
}
.s9 h4 {
    margin-bottom: 15%;
    text-align: center;
}
.s9 input#name,
.s9 input#email,
.s9 input#phone {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Nunito", Sans-serif;
}
input#phone {
    margin-bottom: 3%;
}
input.button.vergleicher.width-100.w-button,
a.button.vergleicher.width-100.next-button.tracking_step4.w-button {
    background: #000000;
    border-radius: 33px;
    margin-top: 26px;
    /* font-family: "FuturaPTDemi"; */
    
    letter-spacing: 0.3px;
    font-family: "Nunito", Sans-serif;
}
.InputSliderRange-Handler {
    border: 4px solid #dd7359 !important;
}
.InputSliderRange-Fill {
    background: #dd7359 !important;
}
#myProgress {
    width: 100%;
    background-color: #ddd;
    border-radius: 10px;
    margin-top: 50%;
}
#myBar {
    width: 1%;
    height: 30px;
    height: 10px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #dd7359, #dd7359);
}
.multistep-survey-progress-bar {
    background-color: #8fcf5f;
}
.bekannt-aus-wrap {
    text-align: center;
    margin-top: 3%;
    position: relative;
    justify-content: center;
}
.slide.w-slide.s10 span,
.slide.w-slide.s0 span {
    text-align: center;
    font: Oblique 14px/18px Futurabook;
    letter-spacing: 0;
    color: #707070;
    display: inline-block;
    padding-top: 5px;
}
input.button.vergleicher.width-100.next-button.tracking_step8.w-button {
    width: 220px;
    margin: auto;
    display: block;
    margin-top: 10% !important;
}
.slide.w-slide.s6 h3 {
    margin-bottom: 4%;
}
.slide.w-slide.s9 h3,
.slide.w-slide.s10 h3 {
    margin-bottom: 0;
    text-align: center;
    font-size: 26px;
    text-align: center;
}
.slide.w-slide.s10 h4 {
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 1% 0 20px;
}
.s6 .two-columns.w-row {
    display: flex;
    flex-direction: row-reverse;
}
.s6 .one-columns.w-row.list {
    width: 100%;
}
.termometer {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 10px 30px #0000001a;
    border-radius: 10px;
}
.s6 .two-columns .w-col-3 {
    width: 70%;
}
.owl-carousel .owl-item img {
    margin: 10% auto 0;
}
#slider_s9 {
    display: none;
}
.ausgezeichnet-org {
    top: 15% !important;
    right: 15% !important;
}
@media (max-width: 767px) {
    .multistep-survey-radio {
        flex-direction: initial !important;
    }
    
    .five-columns.w-row {
        flex-direction: column;
    }
    
    .multistep-survey-radio img {
        width: 52px !important;
    }
    
    h3 {
        /* font: Bold 22px/24px Nunito; */
        font-family: "Nunito", Sans-serif;
        font-weight: 700;
    }
    
    .slide.w-slide.s10 h4 {
        width: 100%;
    }
    
    .s9 h4 {
        margin-bottom: 15%;
        text-align: center;
    }
    
    .multistep-survey {
        height: auto;
    }
    
    .multistep-survey-progress {
        position: relative;
        top: auto;
        margin: auto;
        right: 0;
        left: 0;
        margin: 15px auto 20px;
        width: 90%;
    }
    
    .step-back-link.multistep-survey-previous {
        top: 17px;
        left: 15px !important;
        border-radius: 50% !important;
    }
    
    .kontaktdaten-wrap-v2 {
        padding-top: 0 !important;
    }
    
    .multistep-survey.height {
        height: auto !important;
    }
    
    .s5w label.multistep-survey-radio,
    .s6 label.multistep-survey-radio {
        max-width: 240px;
        margin: 0 auto;
    }
    
    .s6 .multistep-survey-radio-text {
        text-align: center !important;
    }
    
    .slide.w-slide.s9 h3,
    .slide.w-slide.s10 h3 {
        /* text-transform: inherit !important; */
        text-align: center !important;
        /* font: Bold 22px/24px futuraBold !important; */
        /* font-family: "Quicksand",Sans-serif; */
        margin-top: 0;
        text-align: center;
        padding: 0;
        font-weight: 700;
        font-size: 24px;
        /* font-family: "Nunito", Sans-serif; */
        line-height: 1.2;
        text-align: center;
        margin: 0 auto !important;
    }
    
    .form-field.bg-image {
        padding-right: 10px;
        padding-left: 60px;
        background-size: 20px;
        background-position: 15px 50%;
    }
    
    .s9 input#name,
    .s9 input#email,
    .s9 input#phone {
        background-color: #f5f5f5 !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 6px !important;
        font-family: "futurabook" !important;
        padding-top: 10px !important;
        height: 50px !important;
    }
    
    input.button.vergleicher.width-100.w-button {
        /* background: #0091ac!important; */
        text-transform: capitalize !important;
        font-weight: 600 !important;
        font-family: "Nunito", Sans-serif !important;
    }
    
    .belowcta {
        margin: 20px !important;
    }
    
    .last-title h2 {
        padding: 15px 0 !important;
        font-size: 24px !important;
        /* font-family: "FuturaPTDemi" !important; */
        font-style: italic !important;
        font-family: "Quicksand", Sans-serif;
        border-radius: 6px 6px 0 0 !important;
        margin-bottom: 20px !important;
    }
}
.fade-image {
    position: absolute;
    top: 0;
    left: 0;
}
.owl-nav {
    display: none;
}
.InputSliderRange {
    position: relative;
}
.InputSliderRange-Scale {
    background: #f3f3f3;
    cursor: pointer;
    height: 4px;
    position: absolute;
    top: -120px;
    width: 100%;
}
.InputSliderRange-Goto {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.InputSliderRange-Fill {
    background: #b70e31;
    height: 100%;
    width: 0;
}
.InputSliderRange-Handler {
    -webkit-box-shadow: 0 2px 3px 0 rgba(18, 41, 62, 0.4);
    background-color: #fff;
    border: 4px solid #b70e31;
    border-radius: 100px;
    box-shadow: 0 2px 3px 0 rgba(18, 41, 62, 0.4);
    cursor: -webkit-grab;
    cursor: grab;
    height: 30px;
    left: 0;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 2;
}
.InputSliderRange-WrapInput {
    position: relative;
}
.InputSliderRange-Thumb {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.InputSliderRange-ThumbInfo {
    -webkit-transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.InputSliderRange-Input {
    width: 100%;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.hidden {
    display: none !important;
}
.gform_body {
    visibility: hidden;
    height: 0;
}
.s10 img {
    height: 105px !important;
    width: 105px !important;
    border-radius: 60px;
}
input#nextAdresse {
    outline: none;
}
.step-back-link {
    top: 28px;
    bottom: auto;
}
@media (max-width: 767px) {
    .slideshow img {
        width: 170px !important;
        margin: auto;
        right: 0;
    }
    
    .step-heading {
        margin-bottom: 0 !important;
    }
    
    label.multistep-survey-radio {
        padding: 0;
        margin-bottom: 0;
    }
    
    .one-columns.w-row .survey-column {
        margin-bottom: 8px;
    }
}
.auorg-widget a.auorg-link,
.auorg-widget a.auorg-link span,
.auorg-widget a.auorg-link:hover,
.auorg-widget a.auorg-link:hover span,
.auorg-widget a.auorg-link:visited,
.auorg-widget a.auorg-link:visited span,
.auorg-widget a.auorg-link:link {
    text-decoration: none;
    color: #000;
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 100%;
}
.auorg-widget img {
    clear: none;
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    display: inline;
}
.auorg-widget {
    letter-spacing: normal !important;
}
.auorg-widget div {
    height: auto;
}
.auorg-widget span {
    vertical-align: baseline !important;
}
@media (max-width: 0px) {
    #auorg-bg {
        display: none !important;
    }
}
.auorg-widget a.auorg-link,
.auorg-widget a.auorg-link span,
.auorg-widget a.auorg-link:hover,
.auorg-widget a.auorg-link:hover span,
.auorg-widget a.auorg-link:visited,
.auorg-widget a.auorg-link:visited span,
.auorg-widget a.auorg-link:link {
    text-decoration: none;
    color: #000;
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 100%;
}
.auorg-widget img {
    clear: none;
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    display: inline;
}
.auorg-widget {
    letter-spacing: normal !important;
}
.auorg-widget div {
    height: auto;
}
.auorg-widget span {
    vertical-align: baseline !important;
}
@media (max-width: 0px) {
    #auorg-bg {
        display: none !important;
    }
}
#auorg-1570091780 .auorg-widget-header {
    width: 150px;
    height: 35px !important;
    margin: 11px 0 0 0;
    padding: 7px 3px 0 52px;
    border: 0;
    font-size: 9px;
    box-sizing: border-box;
    color: #000;
}
#auorg-1570091780 .auorg-widget-header .customer-rating-text {
    font-family: arial;
    font-size: inherit;
}
#auorg-1570091780 .link-to-aus-org-homepage {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1.3 !important;
    text-decoration: none !important;
    color: #000 !important;
    background-color: transparent !important;
    font-family: "Times New Roman", Times, serif;
    display: inline-block;
    font-size: 9px;
}
#auorg-1570091780 .link-to-aus-org-homepage b {
    color: #000;
    font-size: inherit;
}
#auorg-1570091780 .aus-widget-score-container {
    width: 139px;
    height: 85px;
    margin: 0 0 0 11px;
    border: 0;
    padding: 0 5px 2px 5px;
    text-align: center !important;
    line-height: 0px !important;
}
#auorg-1570091780 .aus-link-to-customer-homepage {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center !important;
    text-decoration: none !important;
    color: #000 !important;
    background-color: transparent !important;
}
#auorg-1570091780 .aus-rating-text {
    font-family: arial;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    margin-top: 5px;
    color: #000;
}
#auorg-1570091780 .aus-widget-score {
    padding: 0;
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 18px !important;
    color: #000 !important;
    background-color: transparent !important;
}
#auorg-1570091780 .aus-rating-score {
    padding: 0;
    font-family: Arial !important;
    font-weight: bold !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #000 !important;
    background-color: transparent !important;
}
#auorg-1570091780 .aus-number-of-review {
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 9px !important;
    line-height: 9px !important;
    color: #000 !important;
    background-color: transparent !important;
}
#auorg-1570091780 .aus-widget-comment-container {
    width: 115px;
    height: 126px;
    margin: 4px 11px 15px 24px;
    line-height: 0px !important;
}
#auorg-1570091780 .aus-widget-reviewer-container {
    padding-left: 30px;
    line-height: 0px !important;
}
#auorg-1570091780 .aus-reviewer-wrapper-link {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none !important;
    color: #000 !important;
    background-color: transparent !important;
}
#auorg-1570091780 .aus-widget-reviewer-span {
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 10px !important;
    color: #000 !important;
    background-color: transparent !important;
    margin-left: 0px;
}
#auorg-1570091780 .aus-widget-reviewer-name {
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 11px !important;
    color: #000 !important;
    background-color: transparent !important;
    width: 80px;
    height: 11px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}
#auorg-1570091780 .aus-widget-review-date {
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 10px !important;
    color: #000 !important;
    background-color: transparent !important;
}
#auorg-1570091780 .aus-widget-review-more {
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 11px !important;
    color: #ee5424 !important;
    background-color: transparent !important;
    padding-left: 5px;
}
#auorg-1570091780 .aus-widget-review-content-container {
    border: 0;
    margin-top: 4px;
    width: 115px;
    height: 85px;
    line-height: 11px !important;
    overflow: hidden;
}
#auorg-1570091780 .aus-review-content-wrapper-link {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none !important;
    color: #000 !important;
    background-color: transparent !important;
}
#auorg-1570091780 .aus-widget-review-content-span {
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 13px !important;
    color: #000 !important;
    background-color: transparent !important;
    margin-left: 0px;
}
#auorg-1570091780 .aus-widget-review-title {
    font-family: Arial !important;
    font-size: 10px !important;
    line-height: 13px !important;
    color: #000 !important;
    background-color: transparent !important;
    font-weight: bold !important;
}
@font-face {
    font-family: webflow-icons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD150NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype");
    font-weight: 400;
    font-style: normal;
}
.termo_button {
    width: 260px !important;
    margin: auto !important;
    display: block !important;
    margin-top: 5% !important;
}

/* label.termo.checked {
      border-style: solid;
      border-width: 6px;
      border-color: #dd7359;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  } */
.multistep-survey {
    padding-bottom: 0 !important;
}
span.valid_email {
    color: red;
}
.kontaktdaten-wrap-v2 u a {
    color: #dd7359;
}
.label_check {
    display: inline-block;
    margin-bottom: 15%;
    font-size: 12px;
    font-family: "futurabook";
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 0 !important;
}
@media (max-width: 767px) {
    .label_check {
        font-size: 12px;
    }
    
    .positive-endcard {
        padding: 0;
    }
    
    .s9 h4 {
        margin-bottom: 7%;
        font-size: 14px;
    }
    
    span.valid_email {
        padding-left: 10%;
    }
    
    .datenschutz {
        display: flex;
    }
}
input#gform_submit_button_152 {
    margin-top: 0 !important;
}
.gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
}
div#gform_wrapper_152 {
    margin: 0;
}
input#phone {
    margin-bottom: 3%;
}
body.page .full-page-section {
    background-color: transparent;
}
body.page #main-content .container {
    width: 100%;
}
body.page span.valid_email {
    color: red;
}
body.page .s9 input#name,
body.page .s9 input#email,
body.page .s9 input#phone {
    background-color: #f9f9f9 !important;
}
body.page input#email {
    margin-top: 7%;
}
body.page .form-field.bg-image {
    padding-left: 40px !important;
}
html body.page .button:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15) !important;
    color: white !important;
    padding-top: 11px !important;
    border: none !important;
}
body.page .kontaktdaten-wrap-v2 u a {
    color: #dd7359;
}
body.page .label_check {
    display: inline-block;
}
body.page input#gform_submit_button_152 {
    margin-top: 0 !important;
}
body.page .gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
}
body.page div#gform_wrapper_152 {
    margin: 0;
}
body.page input#phone {
    margin-bottom: 10%;
}
input#gform_submit_button_42 {
    margin-top: 0 !important;
}
@media (max-width: 767px) {
    body.page .label_check {
        font-size: 10px;
    }
    
    body.page .slide.slide-haarausfall-wann.w-slide.s4 .w-col.w-col-3 {
        margin-top: 60px;
    }
    
    input#choice_3_13_1 {
        margin-right: 5px;
        margin-top: 2px;
    }
    
    .w-input {
        width: 90%;
        margin-left: 20px;
    }
}

/*************************/
input#gform_submit_button_152 {
    display: none;
}
input#gf__valid {
    margin-top: 0 !important;
}
img.spinner {
    width: 47px;
    margin: auto;
    /* display: none; */
}
span.valid_phone {
    color: red;
    font-size: 12px;
}
select#Vorwahl {
    width: 130px;
    background-color: #f7f8fa;
    border: 1px solid #efefef !important;
    border-radius: 15px;
    font-size: 12px;
    height: 50px;
    margin-right: 5px;
    font-family: "futurabook";
    color: #9f9f9f;
}
.phone-pre {
    /* display: flex; */
    
    position: relative !important;
}
.step-back-link {
    z-index: 9999;
}
.kontaktdaten-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 0 0px;
}
.inputs-container {
    flex: 0 0 100%;
}
.image-container {
    flex: 0 0 30%;
    max-width: 200px;
    margin: 0;
}
.image-container img {
    border-radius: 50%;
    margin: auto;
    display: block;
}
.image-container p {
    text-align: center;
    font-size: 16px;
    color: #727272;
}
.image-container h5 {
    font-size: 26px;
    color: #000000;
    text-align: center;
    margin: 0;
    font-family: "FuturaPTDemi";
    margin-top: 30px;
}
.s9 h4 {
    margin-bottom: 22px;
    text-align: left;
    padding: 30px 60px 5px;
    font-size: 24px;
    font-family: "futurabook";
}
.s9 input#name,
.s9 input#email,
.s9 input#phone {
    background-color: #f7f8fa;
    border: 1px solid #efefef;
    border-radius: 5px;
    font-family: "futurabook";
    padding-top: 10px;
    position: relative;
    font-family: "Nunito", Sans-serif;
    position: relative;
}
select#Vorwahl {
    border: 0;
    border-radius: 5px;
}
.label_check {
    display: inline-block;
    margin-bottom: 20px;
    color: #808080;
    line-height: 15px;
}
input#gf__valid {
    font-size: 18px;
    min-height: 48px;
    border-radius: 5px;
    font-family: "futurabook";
    font-weight: normal;
}
.s9 h3 {
    /* text-align: left !important; */
    
    color: #000;
    border-radius: 20px 20px 0px 0px;
    padding: 0px 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 0 50%;
    background-repeat: no-repeat;
    letter-spacing: 0.4px;
    text-align: center;
}
.survey-form.multistep-form {
    margin-top: 0;
}
.multistep-survey {
    padding: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.logo-image {
    position: relative;
    max-width: 214px !important;
}
.multistep-survey.desk {}

/* .multistep-survey-progress {
            display: none !important;
        } */
@media (min-width: 768px) {
    .positive-endcard {
        padding: 0px 30%;
    }
    
    .s9 h4 {
        margin-bottom: 22px;
        text-align: center;
        padding: 0px;
        font-size: 24px;
        font-family: "futurabook";
    }
    
    .slide.w-slide.s9 h3 {
        text-align: center !important;
        display: block;
        /* border-top: 5px solid #91c315; */
        /* margin-top: 30px; */
        padding: 0 0px;
        border-radius: 0px;
        margin-top: 20px;
    }
    
    .belowcta {
        margin: auto;
        text-align: center;
        justify-content: center;
    }
    
    .multistep-survey.desk {
        padding-top: 40px;
    }
    
    div#slider_s9 .formular-benefits {
        display: none;
    }
    
    .belowcta img,
    input#gf__valid {
        width: 80%;
        margin: auto;
        display: block;
    }
    
    input#gf__valid {
        margin-top: 20px !important;
    }
    
    .belowcta {
        margin-bottom: 50px;
    }
}
.formular-benefits {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 30px 60px;
}
.checked-benefit {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.checked-benefit:last-child {
    border: 0;
}
.slide.w-slide.s9 {
    padding: 0;
}
.checked-benefit>div {
    font-size: 18px;
    color: #000000;
    font-family: FuturaPTDemi;
}
.checked-benefit>span {
    color: #dd7359;
    font-weight: bold;
    margin-right: 5px;
}
.w-slider-mask .multistep-survey {
    display: none;
}
@media (max-width: 767px) {
    .kontaktdaten-wrap {
        padding: 0 20px;
        margin-top: 20px;
    }
    
    .phone-pre {
        /* display: flex; */
        /* width: 100%; */
        /* margin: auto; */
    }
    
    .kontaktdaten-wrap {
        background-image: none !important;
    }
    
    .s9 input#name,
    .s9 input#email,
    .s9 input#phone {
        width: 100%;
        font-size: 14px;
        margin: 0;
        margin-bottom: 10px;
        font-family: "Nunito", Sans-serif !important;
        font-weight: 600;
    }
    
    select#Vorwahl {
        height: 50px !important;
        width: 110px !important;
    }
    
    .s9 h4 {
        margin: 20px;
        padding: 0px 0px 10px 0px;
        border-bottom: 5px solid #91c315;
    }
    
    .kontaktdaten-wrap {
        padding: 0 20px;
    }
    
    .formular-benefits {
        margin-top: 0;
        flex-wrap: wrap;
        padding: 18px 0px;
    }
    
    .checked-benefit:nth-child(even) {
        border: 0;
    }
    
    .inputs-container {
        flex: 1;
    }
    
    input#gf__valid {
        font-size: 18px;
        min-height: 47px;
    }
    
    .image-container {
        display: none;
    }
    
    input#phone {
        margin-left: 0;
    }
    
    .checked-benefit {
        flex: 1 1 50%;
        margin-bottom: 10px;
        justify-content: end;
        padding: 0;
        padding-left: 15px;
    }
    
    h3.step-heading {
        margin-top: 0;
        text-align: center;
        padding: 0;
        font-weight: 700;
        font-size: 24px;
        /* font-family: "Nunito", Sans-serif; */
        line-height: 1.2;
    }
    
    .step-intro {
        margin-bottom: 20px;
        text-align: center;
        width: 303px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .input-range-wrap {
        background: none;
        height: 130px;
    }
    
    label.multistep-survey-radio:focus {
        background: #f5e2dc !important;
    }
    
    .single-question-wrap {
        box-shadow: none;
    }
    /* h3.step-heading br {
    display: none;
  } */
    
    .checked-benefit>div {
        font-size: 14px;
        line-height: normal;
        color: #707070;
        font-family: "futurabook";
    }
    
    .checked-benefit>span {
        color: #91c315;
        font-weight: bold;
        margin-right: 5px;
    }
    
    .multistep-survey-progress.desk {
        visibility: hidden;
    }
    
    .w-slider-mask .multistep-survey-progress {
        display: block;
        position: unset;
    }
}
@media (min-width: 768px) {
    .multistep-survey-progress.hidden {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
    }
}
@media (max-width: 767px) {
    .s9 input#name,
    .s9 input#email,
    .s9 input#phone,
    select#Vorwahl {
        /* font-family: revert !important; */
        font-family: "Nunito", Sans-serif;
    }
}
h2.main-title {
    color: #303030;
    text-align: center;
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}
.slide hr {
    margin: 10px 0 20px;
}
.bg-blue:hover,
.MÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤nnlich .multistep-survey-radio:hover {
    background: #d8e9f0 !important;
    border-color: #d8e9f0;
}
.bg-orange:hover,
.Weiblich .multistep-survey-radio:hover {
    background: #f5e2dc !important;
    border-color: #f5e2dc;
}
label.multistep-survey-radio {
    font-size: 16px;
    font-family: "Nunito";
    font-family: "Nunito", Sans-serif;
    /* font-weight: 700; */
}
.termo label.multistep-survey-radio,
.mehr label.multistep-survey-radio {
    text-align: center;
}
.mehr label.multistep-survey-radio {
    height: 50px;
}
.mehr .multistep-survey-radio-text,
.termo .multistep-survey-radio-text {
    padding-left: 0;
}
.last-title h2 {
    background: #a7cf88;
    margin: 0;
    color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 24px;
    font-family: "FuturaPTDemi";
    /* font-style: italic; */
    
    font-family: "Nunito", Sans-serif;
}
footer.calc {
    text-align: center;
    padding: 50px 0;
    background: #f0f0f0;
}
footer.calc p {
    text-align: left;
    margin: 5px 0;
}
footer.calc p strong {
    color: black;
}
footer.calc .container {
    max-width: 550px;
    margin: auto;
}
footer.calc h1 {
    font-size: 28px;
    color: #2d3239;
    font-family: "futuraBold";
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer.calc img {
    width: 20px;
}
.belowcta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
.belowcta span.text {
    color: #808080;
    font-size: 13px;
    font-family: "futurabook";
}
.belowcta span.true {
    color: #8fcf5f;
    font-weight: 700;
    font-size: 18px;
}
.belowcta .check {
    flex: 1 1 50%;
    text-align: left;
}
.image-uploded>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.uploaded .image-uploded:after {
    content: "\2713";
    background: #00000069;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #7bff56;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.image-uploded {
    position: relative;
}
@media (max-width: 767px) {
    input#gf__valid {
        font-size: 18px;
        width: 90%;
        margin: 0 5%;
        padding-bottom: 20px !important;
        padding: 20px 0;
        line-height: 0px;
    }
    
    .belowcta img {
        margin: auto;
    }
    
    .logo-image {
        max-width: 135px !important;
        /* filter: brightness(0) invert(1); */
    }
    
    .multistep-survey {
        height: auto !important;
    }
    
    .multistep-survey-radio {
        max-height: 60px !important;
        min-height: 60px !important;
    }
    
    .multistep-survey-radio img {
        width: 40px !important;
    }
}
hr {
    background: #f0f0f0;
    border: 1px solid #f0f0f0 !important;
}
.show-last {
    display: none;
}
@media (min-width: 768px) {
    .last-title.show-last {
        min-height: 116px;
    }
    
    .hidden-last-step {
        padding-top: 40px;
    }
}
input#gform_submit_button_62 {
    display: none;
}
.w-nav-brand p.mobile {
    display: none;
}
.logo-image {
    max-width: 130px !important;
    top: 0 !important;
}
.w-nav-brand {
    float: none !important;
}
.container.nav {
    text-align: center;
}
.mobile {
    display: none;
}
@media(max-width:980px) {
    .w-nav-brand {
        width: 100%;
        display: flex;
        align-items: center;
        max-width: 100% !important;
        text-decoration: none;
        padding-left: 10px;
        justify-content: center;
    }
    
    .mobile {
        display: block;
    }
    
    .desk {
        display: none;
    }
    
    .navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    
    .logo-image {
        max-width: 130px !important;
        top: 0 !important;
    }
    
    .w-nav-brand p.mobile {
        font-size: 16px;
        font-family: 'futurabook';
        padding-left: 20px;
        color: #383838;
        display: block;
        margin: 0 !important;
    }
}