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

.editor-styles-wrapper.block-editor-writing-flow {
    background: #2569A8;
}

.acf-block-preview section#bewerbung {
    display: none;
}

.acf-block-preview .slide.w-slide {
    min-height: 666px;
    border-radius: 30px;
    max-width: 570px;
    background: #2b79c2;
    margin: auto;
    display: block;
}

ul.acf-radio-list.acf-hl li label {
    color: black;
}

label.without-image .multistep-survey-radio-text,
label.without-image {
    padding: 0;
    text-align: center;
}

@media (min-width: 782px) {
    .block-editor-page .interface-complementary-area {
        width: 404px;
    }
}

.gform_wrapper {
    display: none;
}

.datenschutz {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

h2.main-title.bart_order {
    display: none;
}

.check-list {
    display: block;
    margin: 25px auto;
    text-align: center;
}

input#choice_3_13_1 {
    margin-right: 3px;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

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%;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #2569a8;
    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;
}

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 {
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
}

body .acf-block-preview h3.step-heading {
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
}

body .acf-block-preview .check-list ul {
    display: flex;
    justify-content: space-around;
    color: white;
    list-style: none;
}

body .acf-block-preview .check-list ul li {
    list-style: none;
}

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

.survey-form.multistep-form.w-form .check-list 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: #c2c2c2;
}

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

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

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

.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: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.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;
}

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

.survey-column {
    min-width: 300px;
    width: 310px;
}

.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: 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;
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: auto;
    white-space: nowrap;
    background: #2b79c2;
    border-radius: 30px;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    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;
}

body {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #303030;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #303030;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

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

.container.nav {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    justify-content: center;
    max-width: 960px;
    align-items: center;
}

.container.nav img {
    max-width: 450px;
}

img.logo-image {
    margin-right: 10px;
}

.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(https://elithairtransplant.com/build/webflow-custom-2/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(https://elithairtransplant.com/build/webflow-custom-2/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 {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #2569a8;
}

@media (max-width: 980px) {
    select#Vorwahl {
        -webkit-appearance: none;
    }
}

.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: 15px;
    bottom: 28px;
    right: auto;
    top: auto;
    width: 35px;
    height: 35px;
    background-color: transparent;
    background-image: url(https://elithairtransplant.com/build/webflow-custom-2/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;
}

.input-range-wrap {
    height: 150px;
    margin-bottom: 20px;
    background-image: url(https://elithairtransplant.com/build/webflow-custom-2/images/kalender.svg);
    background-position: 93% 125%;
    background-size: auto 80%;
    background-repeat: no-repeat;
}

body .form-field {
    min-height: 60px;
    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: #c2c2c2;
}

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

.form-field.bg-image.phone {
    background-image: url("../images/Icon awesome-phone-square-alt.svg");
}

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

.slider {
    height: auto;
    background-color: transparent;
}

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

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

@media (min-width: 768px) {
    .s9 h3 {
        font-size: 24px;
    }
}

.multistep-survey-progress {
    width: 80%;
    border: 1px solid white;
    height: 10px;
    margin: 40px 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;
}

.s5 .multistep-survey-radio-text,
.s5w .multistep-survey-radio-text {
    text-align: center;
    padding-left: 0;
}

.s8 .multistep-survey-radio-text {
    letter-spacing: -0.8px;
}

.s8 .survey-column {
    min-width: 310px;
}

.multistep-survey-radio-text {
    width: 100%;
    margin-bottom: 0;
    color: #2a2a2a;
    padding-left: 13px;
    text-align: left;
}

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

.survey-container .multistep-survey {
    min-height: auto;
    border-radius: 30px;
    max-width: 570px;
    background: #2b79c2;
}


/* .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: flex;
    width: 100%;
    justify-content: center;
    padding: 5px 10px 5px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all 200ms ease;
    cursor: pointer;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    height: 60px;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.left-text {
    float: left;
}

.multistep-survey-progress-bar {
    position: relative;
    width: 12.5%;
    height: 100%;
    border-radius: 10px;
    background-color: #b4c217;
    -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;
}

.success-message {
    height: 400px;
    background-color: #fff;
}

.success-loading-gif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
}

.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: 30px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2569a8;
    min-height: 90vh;
}

.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;
}

.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;
}

img.mobile.cer {
    display: none;
}

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

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

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

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

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

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

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

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

.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;
}

@media screen and (max-width: 767px) {
    .range-details {
        top: -88px;
        font-size: 12px;
    }
    .InputSliderRange-Scale {
        top: -80px;
    }
    .w-col {
        padding: 0 25px;
    }
    body .form-field {
        min-height: 52px;
    }
    .positive-endcard .step-intro {
        margin-bottom: 20px;
    }
    .check-list ul {
        padding-left: 0;
    }
    body label.label_check p:not(.subtitle):not(.angebot_btn) {
        font-size: 10px!important;
        line-height: normal !important;
    }
    .survey-form.multistep-form.w-form .check-list ul {
        padding-left: 0;
    }
}

@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: 10px;
}

.s9 h4 {
    margin-bottom: 15%;
    text-align: center;
}

.s9 input#name,
.s9 input#email,
.s9 input#phone {
    background-color: #f0f0f0;
    border: 1px solid #f7f7f7;
    border-radius: 6px;
    font-size: 16px;
}

::placeholder {
    color: #c2c2c2;
}

input#phone {
    margin-bottom: 3%;
}

input.button.vergleicher.width-100.w-button {
    background: #2569a8;
    border-radius: 33px;
    letter-spacing: 0.3px;
}

.inputs-container label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
}

.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 "Open Sans", sans-serif !important;
    letter-spacing: 0;
    color: #707070;
    display: inline-block;
    padding-top: 5px;
}

.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;
}

.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;
}

.survey-form.multistep-form.w-form .check-list ul {
    display: flex;
    color: white;
    font-size: 12px;
    justify-content: space-evenly;
    list-style-image: url('https://lp.elithair.de/wp-content/uploads/2021/11/haircalc-true-icon.svg');
}

@font-face {
    font-family: webflow-icons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.termo_button {
    width: 260px !important;
    margin: auto !important;
    display: block !important;
    margin-top: 5% !important;
}

.multistep-survey {
    padding-bottom: 0 !important;
}

span.valid_email {
    color: red;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 0 !important;
}

input#gform_submit_button_152 {
    margin-top: 0 !important;
}

.gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
}

input#phone {
    margin-bottom: 3%;
}

body.page #main-content .container {
    width: 100%;
}

body.page span.valid_email {
    color: red;
}

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 .gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
}

.datenschutz p {
    margin: 0;
}


/*************************/

input#gform_submit_button_73 {
    display: none;
}

img.spinner {
    width: 22px;
    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: 60px;
    margin-right: 5px;
    color: #9f9f9f;
}

.phone-pre {
    display: flex;
}

.step-back-link {
    z-index: 9999;
}

.inputs-container {
    max-width: 352px;
    margin: auto;
}

.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;
    margin-top: 30px;
}

.s9 h4 {
    margin-bottom: 22px;
    text-align: left;
    padding: 30px 60px 5px;
    font-size: 24px;
}

.s9 input#name,
.s9 input#email,
.s9 input#phone {
    background-color: #f7f8fa;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding-top: 10px;
}

select#Vorwahl {
    border: 0;
    border-radius: 5px;
}

.inputs-container .label_check {
    display: inline-block;
    color: #91c3f2;
    font-size: 10px;
}

.inputs-container .label_check a {
    color: #91c3f2;
}

p.gform_not_found {
    display: none;
}

input#gf__valid {
    min-height: 60px;
    background-color: #b4c217;
    color: #f7f7f7;
    border-radius: 26px;
    font-size: 22px;
    font-weight: 600;
}

.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;
}

@media (min-width: 768px) {
    .belowcta {
        margin: auto;
        text-align: center;
        justify-content: center;
    }
    .multistep-survey.desk {
        padding-top: 40px;
    }
    .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;
}

.checked-benefit>span {
    color: #dd7359;
    font-weight: bold;
    margin-right: 5px;
}

.w-slider-mask .multistep-survey {
    display: none;
}

@media (max-width: 767px) {
    .phone-pre {
        display: flex;
        width: 100%;
        margin: auto;
    }
    .s9 input#name,
    .s9 input#email,
    .s9 input#phone {
        width: 100%;
        font-size: 15px;
        margin: 0;
        margin-bottom: 5px;
    }
    select#Vorwahl {
        height: 52px !important;
        width: 110px !important;
        padding: 0 10px;
    }
    .s9 h4 {
        margin: 20px;
        padding: 0px 0px 10px 0px;
        border-bottom: 5px solid #91c315;
    }
    .formular-benefits {
        margin-top: 0;
        flex-wrap: wrap;
        padding: 18px 0px;
    }
    .checked-benefit:nth-child(even) {
        border: 0;
    }
    .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;
    }
    .step-intro {
        margin-bottom: 20px;
    }
    .input-range-wrap {
        background: none;
        height: 130px;
    }
    label.multistep-survey-radio:focus {
        background: #f5e2dc !important;
    }
    .single-question-wrap {
        box-shadow: none;
    }
    .checked-benefit>div {
        font-size: 14px;
        line-height: normal;
        color: #707070;
    }
    .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;
    }
}

h2.main-title {
    text-align: center;
    margin: 0;
    font-size: 24px;
    color: #575757;
    font-weight: 400;
    padding: 32px 0;
    background-color: #f7f7f7;
}

.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;
}

.termo label.multistep-survey-radio .multistep-survey-radio-text,
.mehr label.multistep-survey-radio .multistep-survey-radio-text {
    text-align: center;
}

form input[type="submit"] {
    display: none;
}

.termo .multistep-survey-radio,
.mehr .multistep-survey-radio {
    height: 50px;
    padding: 0;
}

.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-style: italic;
}

footer.calc {
    text-align: center;
    padding: 20px 0;
    background: #ffffff;
}

footer.calc a {
    text-decoration: none;
    font-size: 16px;
    margin-right: 15px;
    padding-left: 15px;
    font-weight: 400 !important;
}

footer.calc .container {
    max-width: 550px;
    margin: auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.belowcta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.belowcta span.text {
    color: #808080;
    font-size: 13px;
}

.belowcta span.true {
    color: #8fcf5f;
    font-weight: 700;
    font-size: 18px;
}

.belowcta .check {
    flex: 1 1 50%;
    text-align: left;
}

img.check-list {
    margin: 30px auto;
    display: block;
    max-width: 600px;
}

.positive-endcard .step-intro {
    margin-bottom: 25px;
}

.main-title.last {
    display: none;
}

.mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile {
        display: block !important;
    }
    input#gf__valid {
        width: 100%;
        margin: auto;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .inputs-container .label_check {
        line-height: initial;
    }
    .datenschutz {
        max-width: 100%;
        margin: 15px auto 18px;
    }
    img.check-list {
        margin: 20px auto;
    }
    .check-list {
        margin: 15px auto 40px;
    }
    .logo-image {
        max-width: 153px !important;
        margin-bottom: 20px;
    }
    .contacts a {
        font-size: 12px;
        text-decoration: none;
    }
    .contacts {
        text-align: center;
    }
    .multistep-survey-radio img {
        width: 40px !important;
    }
    .s9 h4 {
        margin-bottom: 7%;
        font-size: 14px;
    }
    span.valid_email {
        padding-left: 10%;
    }
    .slideshow img {
        width: 170px !important;
        margin: auto;
        right: 0;
    }
    .step-heading {
        margin-bottom: 25px !important;
        font-size: 18px;
        padding: 0 15px;
        line-height: inherit;
    }
    .s5 .multistep-survey-radio-text,
    .s5w .multistep-survey-radio-text {
        font-size: 16px;
    }
    h3.step-heading.lastone {
        max-width: 100%;
        margin: auto;
        text-align: left;
    }
    label.multistep-survey-radio {
        padding: 0;
        margin-bottom: 0;
    }
    .one-columns.w-row .survey-column {
        margin-bottom: 14px;
    }
    .s8 .w-col {
        padding: 0 20px;
    }
    .s8 .multistep-survey-radio {
        padding: 5px 10px !important;
    }
    .s9 h2.main-title {
        font-size: 18px;
    }
    .s9 .step-heading {
        padding: 0 20px;
    }
    .survey-form.multistep-form {
        margin-bottom: 40px;
        padding-bottom: 10px;
    }
    .s8 .multistep-survey-radio-text {
        padding-left: 10px;
    }
    .multistep-survey-radio {
        flex-direction: initial !important;
    }
    .five-columns.w-row {
        flex-direction: column;
    }
    .multistep-survey-radio img {
        width: 45px !important;
    }
    .slide.w-slide.s10 h4 {
        width: 100%;
    }
    .s9 h4 {
        margin-bottom: 15%;
        text-align: center;
    }
    .multistep-survey {
        height: auto;
    }
    .multistep-survey-progress {
        margin: 15px auto 30px;
        width: 90%;
    }
    .step-back-link.multistep-survey-previous {
        top: 11px;
        left: -5px !important;
        border-radius: 50% !important;
    }
    .survey-container .multistep-survey {
        min-height: auto;
    }
    .multistep-survey.height {
        height: auto !important;
    }
    .s6 .multistep-survey-radio-text {
        text-align: center !important;
    }
    .form-field.bg-image {
        padding-right: 10px;
        padding-left: 50px;
        background-size: 20px;
        background-position: 15px 50%;
    }
    .belowcta {
        margin: 20px !important;
    }
    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;
        width: 18px;
        height: 18px;
    }
    .w-input {
        width: 90%;
        margin-left: 20px;
    }
    .full-page-section {
        background-image: none;
        background-color: #2569a8;
        padding: 0 15px;
    }
    h2.main-title {
        font-size: 18px;
        padding: 10px 0;
        line-height: 24px;
    }
    .last_step h2.main-title {
        background: #a1cbf1;
    }
    .last_step .main-title,
    .last_step a.step-back-link {
        display: none !important;
    }
    .last_step .main-title.last {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .container.nav img {
        max-width: 340px;
        height: 34px;
        margin: 0 10px 0;
    }
    .container.nav span {
        display: none;
    }
    .desk {
        display: none !important;
    }
    .kontaktdaten-wrap {
        padding: 0 20px;
    }
    .container.nav {
        display: flex;
        align-self: center;
        justify-content: space-between;
        justify-content: center;
    }
    .navbar {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    img.mobile.cer {
        display: block;
    }
    .container.nav .cer {
        width: 200px;
        object-fit: contain;
    }
    .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;
    }
    .single-question-wrap {
        height: auto;
        padding: 0 25px;
    }
    .term {
        display: none !important;
    }
    .image-17 {
        width: 75px;
    }
    .trust-image {
        height: 125px;
    }
    .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 {
        box-shadow: none !important;
        min-height: 60px !important;
        padding: 5px 20px !important;
        max-width: 300px;
        margin: auto;
    }
    .multistep-survey-radio-text {
        margin-left: 0;
    }
    .s4 .multistep-survey-radio {
        min-height: 50px !important;
    }
    footer.calc a {
        margin-right: 5px;
        padding-left: 5px;
        font-size: 14px;
    }
    .survey-container .multistep-survey {
        border-radius: 22px;
    }
}

@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;
    }
    .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-radio-text {
        min-height: auto;
        text-align: left;
    }
    .slide {
        padding-right: 0;
        padding-left: 0;
    }
    .survey-column {
        margin-bottom: 10px;
    }
    .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;
    }
    .nav-menu {
        height: 50px;
    }
    .trust-image {
        height: 100px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .bekannt-aus-text {
        margin-right: 5px;
    }
    .bekannt-aus-wrap {
        bottom: 7px;
    }
    .bekannt-aus-img {
        height: 19px;
        margin-right: 5px;
    }
    .w-slider-mask {
        border-radius: 22px;
    }
}