/**
 * Header Styles
*/
.hiro-hero-title, h1 {
    margin: 0;
    clear: both;
    line-height: 1.1;
    color: #002241;
    font-family: soleil, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.5rem;
    letter-spacing: -1.25px;
}

@media (min-width: 1024px) {
    .hiro-hero-title, h1 {
        white-space: nowrap !important;
    }
}
.hiro-hero-title em, h1 em {
    display: inline-block;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 100;

    color: #002241;
}
.header-text {
  margin: -20px 0 20px 0;
  padding: 0;
}
.header-text p {
  line-height: 2.25rem !important;
  margin:0;
  padding: 0;
}
.header-text.p2 p {
    font-size: 2rem !important;
     line-height: 2.5rem !important;
}
/* =========================================================
   HIRO FUNNEL – DEFAULT DESIGN
   ========================================================= */


/* ---------------------------------------------------------
   Globale Funnel-Variablen
   --------------------------------------------------------- */
.hiro-lp-funnel {
    --funnel-accent: #EC7969;
    --funnel-button-bg: #EC7969;
    --funnel-button-color: #fff;
    --funnel-dark: #050506;
    --funnel-text: #454545;
    --funnel-border: #D3DDEA;
    --funnel-card-bg: #D3DDEA;
    --funnel-active-bg: #D3DDEA;

    width: 100%;
    max-width: none;

    margin: 0;
    padding: 0;
}


/* =========================================================
   Funnel Card
   ========================================================= */

.hiro-lp-funnel .formholder {
    width: 100% !important;
    max-width: 850px !important;

    margin: 0 auto !important;
    padding: 50px 55px 35px !important;

    box-sizing: border-box;

    background: var(--funnel-card-bg) !important;

    border: 0 !important;
    border-radius: 16px !important;

    box-shadow: 0 12px 35px rgba(0, 34, 65, 0.10) !important;
}


/* =========================================================
   Progress
   ========================================================= */

.hiro-lp-funnel .progressholder {
    position: relative !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;

    width: 65%;
    height: 6px;

    margin: 0 auto 45px;

    background: #e2e5e8;

    border-radius: 20px;
    overflow: hidden;
}

.hiro-lp-funnel .progress {
    height: 100% !important;
    background: var(--funnel-accent) !important;
    border-radius: 20px !important;
}


/* =========================================================
   Fragen
   ========================================================= */

.hiro-lp-funnel .question {
    margin: 0 !important;
    padding: 0 !important;
}

.hiro-lp-funnel .question .h2 {
    margin: 0 0 25px !important;

    color: var(--funnel-dark);

    font-size: 2.4rem !important;
    font-weight: 700;
    line-height: 2rem !important;

    text-align: center !important;
}


/* =========================================================
   Innere Bootstrap-Breiten neutralisieren
   ========================================================= */

.hiro-lp-funnel
.question > .row.justify-content-center > .col-12,

.hiro-lp-funnel
.question .col-lg-10,

.hiro-lp-funnel
.question .col-xl-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}


/* =========================================================
   Antwort-Zeile
   ========================================================= */

.hiro-lp-funnel
.question .row.justify-content-center .row.justify-content-center {
    display: flex !important;
    flex-wrap: wrap !important;

    justify-content: center !important;
    align-items: stretch !important;

    margin-left: -8px !important;
    margin-right: -8px !important;
}


/* =========================================================
   Antwort-Spalten
   ========================================================= */

.hiro-lp-funnel
.question .row.justify-content-center .row.justify-content-center
> [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
}


/* =========================================================
   Antwortkarten
   ========================================================= */

.hiro-lp-funnel a.answerBtn.btn-rechner {
    position: relative;

    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto;

    width: 100% !important;

    height: 165px !important;
    min-height: 165px !important;

    margin: 0 0 16px !important;
    padding: 16px 14px 10px !important;

    box-sizing: border-box;

    background: #fff !important;

    border: 1px solid transparent !important;
    border-radius: 14px !important;

    box-shadow: 0 7px 20px rgba(0, 34, 65, 0.10) !important;

    color: var(--funnel-dark) !important;

    line-height: normal !important;

    overflow: hidden;
}


/* Alte Theme-Technik deaktivieren */

.hiro-lp-funnel a.answerBtn.btn-rechner:after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   Antwortkarte aktiv / hover
   ========================================================= */

.hiro-lp-funnel a.answerBtn.btn-rechner.active {
    background: var(--funnel-active-bg) !important;
    border-color: var(--funnel-accent) !important;
    color: var(--funnel-dark) !important;
}

.hiro-lp-funnel a.answerBtn.btn-rechner:hover {
    background: var(--funnel-active-bg) !important;
    border-color: var(--funnel-accent) !important;
    color: var(--funnel-dark) !important;
    box-shadow: 0 9px 24px rgba(0, 34, 65, 0.13) !important;
}


/* =========================================================
   Icons
   ========================================================= */

.hiro-lp-funnel a.answerBtn .buttonImg {
    position: static !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    align-self: center;
    justify-self: center;

    width: 90px !important;
    height: 90px !important;

    margin: 0 !important;

    transform: none !important;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}


/* =========================================================
   Labels
   ========================================================= */

.hiro-lp-funnel a.answerBtn span.label {
    position: static !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 8px 0 0 !important;

    align-self: end;

    color: var(--funnel-dark) !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;

    text-align: center !important;

    white-space: normal !important;
}


/* =========================================================
   Navigation unten
   ========================================================= */

.hiro-lp-funnel .formholder > .row:last-child {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.hiro-lp-funnel .backBtn,
.hiro-lp-funnel .skipBtn {
    min-height: 0 !important;

    margin: 0 !important;
    padding: 10px 16px !important;

    border-color: var(--funnel-accent) !important;
    color: var(--funnel-button-color) !important;
    background: var(--funnel-button-bg) !important;
}

.hiro-lp-funnel .backBtn:hover,
.hiro-lp-funnel .skipBtn:hover {
    border-color: var(--funnel-accent) !important;
    color: var(--funnel-button-color) !important;
    background: var(--funnel-button-bg) !important;
}


/* =========================================================
   Optionales Funnel Intro
   Wird per JavaScript eingefügt
   ========================================================= */

.hiro-lp-funnel .funnel-intro {
    width: 100%;

    margin: 0 0 30px;
    padding: 0;

    text-align: center;
}

.hiro-lp-funnel .funnel-intro__title {
    margin: 0 0 14px;

    color: var(--funnel-dark);

    font-size: 27px;
    font-weight: 700;
    line-height: 1.15;
}

.hiro-lp-funnel .funnel-intro__subline {
    color: var(--funnel-text);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .hiro-lp-funnel .formholder {
        max-width: 680px !important;

        padding: 40px 35px 30px !important;
    }

    .hiro-lp-funnel .progressholder {
        width: 70%;

        margin-bottom: 35px;
    }

    .hiro-lp-funnel .question .h2 {
        font-size: 21px !important;
    }

    .hiro-lp-funnel a.answerBtn.btn-rechner {
        height: 155px !important;
        min-height: 155px !important;
    }

    .hiro-lp-funnel a.answerBtn .buttonImg {
        width: 82px !important;
        height: 82px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .hiro-lp-funnel {
        padding: 0 15px;
    }

    .hiro-lp-funnel .formholder {
        max-width: none !important;

        padding: 30px 20px 25px !important;

        border-radius: 12px !important;
    }

    .hiro-lp-funnel .progressholder {
        width: 80%;

        margin-bottom: 30px;
    }

    .hiro-lp-funnel .question .h2 {
        margin-bottom: 22px !important;

        font-size: 20px !important;
    }

    .hiro-lp-funnel
    .question .row.justify-content-center .row.justify-content-center {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    .hiro-lp-funnel
    .question .row.justify-content-center .row.justify-content-center
    > [class*="col-"] {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .hiro-lp-funnel a.answerBtn.btn-rechner {
        height: 150px !important;
        min-height: 150px !important;

        margin-bottom: 12px !important;

        padding: 14px 12px 10px !important;
    }

    .hiro-lp-funnel a.answerBtn .buttonImg {
        width: 78px !important;
        height: 78px !important;
    }

    .hiro-lp-funnel a.answerBtn span.label {
        font-size: 13px !important;
    }

    .hiro-lp-funnel .formholder > .row:last-child {
        margin-top: 10px !important;
    }


    /* Funnel Intro */

    .hiro-lp-funnel .funnel-intro {
        margin-bottom: 24px;
    }

    .hiro-lp-funnel .funnel-intro__title {
        margin-bottom: 8px;

        font-size: 24px;
        line-height: 1.2;
    }

    .hiro-lp-funnel .funnel-intro__subline {
        font-size: 14px;
        line-height: 1.4;
    }

}

/* =========================================================
   Icon-Korrektur – Etagen
   ========================================================= */

body #wrapper .hiro-lp-funnel
.answerBtn[data-answer="1"]
.buttonImg,

body #wrapper .hiro-lp-funnel
.answerBtn[data-answer="2"]
.buttonImg,

body #wrapper .hiro-lp-funnel
.answerBtn[data-answer="3_oder_mehr"]
.buttonImg {
    position: relative !important;

    left: -6px !important;
    top: -8px !important;

    transform: none !important;
}

/* =========================================================
   VARIANTEN
   Nur Unterschiede zum Default
   ========================================================= */

/* =========================================================
   VARIANTE – HOME & LIVING
   Kompaktes Design gemäß Layoutvorlage
   ========================================================= */

#funnel-home-living {
    --funnel-accent: #ff6f61;
    --funnel-dark: #002241;
    --funnel-text: #454545;
    --funnel-active-bg: #f7f7f7;
}


/* =========================================================
   Funnel Card
   ========================================================= */

#funnel-home-living .hiro-lp-funnel .formholder {
    width: 100% !important;
    max-width: 780px !important;

    margin: 0 !important;
    padding: 45px 20px 45px !important;

    background: var(--funnel-card-bg);

    border: 1px solid var(--funnel-border) !important;
    border-radius: 5px !important;

    box-shadow: none !important;
}


/* =========================================================
   Progressbar ausblenden
   ========================================================= */

#funnel-home-living .hiro-lp-funnel .progressholder {
    display: none !important;
}


/* =========================================================
   Optionales Intro ausblenden
   ========================================================= */

#funnel-home-living .funnel-intro {
    display: none !important;
}


/* =========================================================
   Frage
   ========================================================= */

#funnel-home-living .hiro-lp-funnel .question .h2 {
    margin: 0 0 14px !important;

    color: var(--funnel-dark);

    font-size: 2.4rem !important;
    font-weight: 700 !important;
    line-height: 2rem !important;

    text-align: center !important;
}


/* =========================================================
   Antwortbereich
   Nur Zeilen mit echten answerBtn verändern
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
.question
.row.justify-content-center
.row.justify-content-center:has(a.answerBtn) {
    display: flex !important;
    flex-wrap: nowrap !important;

    justify-content: center !important;
    align-items: center !important;

    gap: 18px;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* =========================================================
   Antwort-Spalten
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
.question
.row.justify-content-center
.row.justify-content-center
> [class*="col-"]:has(> a.answerBtn) {
    flex: 0 0 160px !important;

    width: 160px !important;
    max-width: 160px !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* =========================================================
   Antwortkarten
   ========================================================= */

#funnel-home-living .hiro-lp-funnel a.answerBtn.btn-rechner {
    position: relative;

    display: grid !important;
    grid-template-rows: 1fr auto;

    width: 160px !important;
    height: 160px !important;
    min-height: 160px !important;

    margin: 0 !important;
    padding: 12px 10px 10px !important;

    background: #fff !important;

    border: 1px solid #dfe4e8 !important;
    border-radius: 5px !important;

    box-shadow: none !important;

    line-height: normal !important;
}

/* Alte Theme-Technik deaktivieren */

#funnel-home-living .hiro-lp-funnel
a.answerBtn.btn-rechner:after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   Antwortkarte aktiv
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
a.answerBtn.btn-rechner.active {
    background: #fff !important;

    border-color: var(--funnel-accent) !important;

    color: var(--funnel-dark) !important;
}


/* =========================================================
   Antwortkarte Hover
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
a.answerBtn.btn-rechner:hover {
    background: #fff !important;

    border-color: var(--funnel-accent) !important;

    color: var(--funnel-dark) !important;

    box-shadow: none !important;
}


/* =========================================================
   Icons – Default
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
a.answerBtn .buttonImg {
    position: static !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    align-self: center !important;
    justify-self: center !important;

    width: 90px !important;
    height: 90px !important;

    margin: 0 auto !important;

    transform: none !important;

    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* =========================================================
   Icons – Feintuning
   Nur Innen/Außen und Etagen
   ========================================================= */

#funnel-home-living
.question[data-question-value="treppe_wo"]
a.answerBtn .buttonImg,

#funnel-home-living
.question[data-question-value="etagenauswahl"]
a.answerBtn .buttonImg {
    transform: translateY(4px) !important;
}

/* =========================================================
   Labels
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
a.answerBtn span.label {
    position: static !important;

    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 5px 0 0 !important;

    align-self: end;

    color: var(--funnel-dark) !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;

    text-align: center !important;

    white-space: normal !important;
}


/* =========================================================
   Navigation unten
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
.formholder > .row:last-child {
    margin-top: 14px !important;
    margin-bottom: 0 !important;

    align-items: center;
}


#funnel-home-living .hiro-lp-funnel
.backBtn,

#funnel-home-living .hiro-lp-funnel
.skipBtn {
    min-height: 0 !important;

    margin: 0 0 0 0;
    padding: 12px 15px 15px 12px !important;

    border: 1px solid var(--funnel-accent) !important;
    border-radius: 0 !important;

    background: var(--funnel-button-bg) !important;

    color: var(--funnel-button-color) !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}


#funnel-home-living .hiro-lp-funnel .skipBtn {
    white-space: nowrap;
}


/* =========================================================
   Kontaktformular
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"]
> .row.justify-content-center
> .col-12 {
    flex: 0 0 100% !important;

    width: 100% !important;
    max-width: 100% !important;
}


/* CF7 immer volle Funnelbreite */

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] .wpcf7,

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] .wpcf7-form,

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] > .row.justify-content-center {
    width: 100% !important;
    max-width: 100% !important;
}


/* Formularzeile */

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] .form-row {
    display: flex !important;
    flex-wrap: wrap !important;

    width: auto !important;
    max-width: none !important;

    margin-left: -5px !important;
    margin-right: -5px !important;
}


/* Formularspalten */

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] .form-row
> [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


/* Formularfelder volle Breite */

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] .form-group,

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] .wpcf7-form-control-wrap,

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] input.form-control {
    width: 100% !important;
    max-width: 100% !important;
}


/* =========================================================
   Kontaktformular – Schrift kleiner
   ========================================================= */

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] .form-group label {
    font-size: 12px !important;
    line-height: 1.15 !important;

    max-width: calc(100% - 16px);

    white-space: normal;
}


#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] input.form-control {
    font-size: 13px !important;
    line-height: 1.2 !important;
}


/* Optional: Feldhöhe leicht kompakter */

#funnel-home-living .hiro-lp-funnel
.question[data-question-value="kontakt"] input.form-control {
    min-height: 48px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #funnel-home-living .hiro-lp-funnel {
        padding: 0;
    }

    #funnel-home-living .hiro-lp-funnel .formholder {
        width: 100% !important;
        max-width: 420px !important;

        padding: 18px 16px 14px !important;
    }

    #funnel-home-living .hiro-lp-funnel .question .h2 {
        font-size: 17px !important;
    }

    #funnel-home-living .hiro-lp-funnel
    .question
    .row.justify-content-center
    .row.justify-content-center:has(a.answerBtn) {
        gap: 14px;
    }

    #funnel-home-living .hiro-lp-funnel
    .question
    .row.justify-content-center
    .row.justify-content-center
    > [class*="col-"]:has(> a.answerBtn) {
        flex: 0 0 86px !important;

        width: 86px !important;
        max-width: 86px !important;
    }

    #funnel-home-living .hiro-lp-funnel
    a.answerBtn.btn-rechner {
        width: 86px !important;
        height: 84px !important;
        min-height: 84px !important;
    }

    #funnel-home-living .hiro-lp-funnel
    a.answerBtn .buttonImg {
        width: 55px !important;
        height: 55px !important;
    }


    /* Feintuning auch auf Mobile */

    #funnel-home-living
    .question[data-question-value="treppe_wo"]
    a.answerBtn .buttonImg,

    #funnel-home-living
    .question[data-question-value="etagenauswahl"]
    a.answerBtn .buttonImg {
        transform: translateY(3px) !important;
    }


    /* Kontaktformular */

    #funnel-home-living .hiro-lp-funnel
    .question[data-question-value="kontakt"] .form-row {
        margin-left: -4px !important;
        margin-right: -4px !important;
    }

    #funnel-home-living .hiro-lp-funnel
    .question[data-question-value="kontakt"] .form-row
    > [class*="col-"] {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    #funnel-home-living .hiro-lp-funnel
    .question[data-question-value="kontakt"] .form-group label {
        font-size: 11px !important;
    }

    #funnel-home-living .hiro-lp-funnel
    .question[data-question-value="kontakt"] input.form-control {
        font-size: 12px !important;
    }

}

/* =========================================================
   VARIANTE – Made in Germany
   Kompaktes Design gemäß Layoutvorlage
   ========================================================= */

#made-in-germany {
    --funnel-accent: #ff6f61;
    --funnel-dark: #002241;
    --funnel-text: #454545;
    --funnel-active-bg: #f3f6f8;
}

/* =========================================================
   VARIANTE – Vor Ort
   Kompaktes Design gemäß Layoutvorlage
   ========================================================= */

#vor-ort {
    --funnel-accent: #ff6f61;
    --funnel-dark: #002241;
    --funnel-text: #454545;
    --funnel-active-bg: #f3f6f8;
}

/* =========================================================
   VARIANTE – Alles aus einer Hand
   Kompaktes Design gemäß Layoutvorlage
   ========================================================= */

#alles-aus-einer-hand {
    --funnel-accent: #ff6f61;
    --funnel-dark: #002241;
    --funnel-text: #454545;
    --funnel-active-bg: #f3f6f8;
}

/* =========================================================
   VARIANTE – Hiro Partner DRK
   Kompaktes Design gemäß Layoutvorlage
   ========================================================= */

#hiro-partner-drk {
    --funnel-accent: #ff6f61;
    --funnel-dark: #002241;
    --funnel-text: #454545;
    --funnel-active-bg: #f3f6f8;
}

/* =========================================================
   VARIANTE – Material und Farbe
   Kompaktes Design gemäß Layoutvorlage
   ========================================================= */ 

#material-und-farbe {
    --funnel-accent: #ff6f61;
    --funnel-dark: #002241;
    --funnel-text: #454545;
    --funnel-active-bg: #f3f6f8;
}

/* =========================================================
   VARIANTE – Technische Individualisierung
   Kompaktes Design gemäß Layoutvorlage
   ========================================================= */

#technische-individualisierung {
    --funnel-accent: #ff6f61;
    --funnel-dark: #002241;
    --funnel-text: #454545;
    --funnel-active-bg: #f3f6f8;
}
.formholder.treppenlift .wpcf7-form-control {
    background: #fff !important;
}
.formholder.treppenlift .wpcf7-form-control.wpcf7-acceptance {
    background: var(--funnel-card-bg) !important;
}
.formholder.treppenlift span.wpcf7-list-item-label {
    background: var(--funnel-card-bg) !important;
    color: var(--funnel-dark) !important;
}
.formholder.treppenlift .wpcf7-form-control.wpcf7-submit {
    background: var(--funnel-button-bg) !important;
    color: var(--funnel-button-color) !important;
    border: 1px solid var(--funnel-accent) !important;
}
/* =========================================================
   ICON OVERRIDES – HOME & LIVING
   Nur verwenden, wenn eigene Icons benötigt werden
   ========================================================= */

/*

#funnel-home-living
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="innen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-home-innen.svg') !important;
}

#funnel-home-living
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="aussen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-home-aussen.svg') !important;
}


#funnel-home-living
.question[data-question-value="treppenform"]
.answerBtn[data-answer="gerade"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-home-gerade.svg') !important;
}

*/


/* =========================================================
   ICON OVERRIDES – MADE IN GERMANY
   ========================================================= */

/*

#made-in-germany
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="innen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-made-innen.svg') !important;
}

#made-in-germany
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="aussen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-made-aussen.svg') !important;
}

#vor-ort
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="aussen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-made-aussen.svg') !important;
}
    
#alles-aus-einer-hand
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="aussen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-made-aussen.svg') !important;
}

#hiro-partner-drk
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="aussen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-made-aussen.svg') !important;
}

#material-und-farbe
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="aussen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-made-aussen.svg') !important;
}

#technische-individualisierung 
.question[data-question-value="treppe_wo"]
.answerBtn[data-answer="aussen"]
.buttonImg {
    background-image: url('/wp-content/uploads/icon-made-aussen.svg') !important;
}
*/

/* =========================================================
   Icon-Korrektur – Innen / Außen
   ========================================================= */

.hiro-lp-funnel
.answerBtn[data-answer="innen"]
.buttonImg {
    position: relative !important;

    left: -8px !important;
    top: -8px !important;

    transform: none !important;
}

.hiro-lp-funnel
.answerBtn[data-answer="aussen"]
.buttonImg {
    position: relative !important;

    left: -8px !important;
    top: -8px !important;

    transform: none !important;
}


/* =========================================================
   Icon-Korrektur – Innen / Außen
   ========================================================= */

body #wrapper .hiro-lp-funnel
.answerBtn[data-answer="innen"]
.buttonImg,

body #wrapper .hiro-lp-funnel
.answerBtn[data-answer="aussen"]
.buttonImg {
    position: relative !important;

    left: -8px !important;
    top: -8px !important;

    transform: none !important;
}

/* Standard: Überspringen rechts */
#funnel-home-living .hiro-lp-funnel
.formholder > .row:last-child {
    display: flex !important;
    justify-content: space-between !important;
}


/* Nur erste Frage: Überspringen mittig */
#funnel-home-living .hiro-lp-funnel
.formholder.is-first-step > .row:last-child {
    justify-content: center !important;
}


/* Im ersten Schritt keine künstliche linke Breite */
#funnel-home-living .hiro-lp-funnel
.formholder.is-first-step
> .row:last-child
> [class*="col-"]:has(.skipBtn) {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 0 -22px !important;
}

/**
 * Funnel Body Styles
 */

#body-funnel .question .h2 {
    font-size: 28.8125px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 14px !important;
}


/* =========================================================
   Icons – Feintuning
   ========================================================= */

#body-funnel .btn-rechner .buttonImg {
    left: 46%;
    top: 46%;
    width: 80%;
    height: 60%;
}


/* =========================================================
   Skip-Button – nur auf erster Frage zentriert
   ========================================================= */

#body-funnel .formholder:has(
    .question[data-question-value="treppe_wo"]:not(.out)
) .ml-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 296px;
    text-align: center !important;
}


/* Ab der zweiten Frage wieder rechts */

#body-funnel .formholder:not(:has(
    .question[data-question-value="treppe_wo"]:not(.out)
)) .ml-md-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
    max-width: none;
    text-align: right !important;
}

/* =========================================================
   BODY FUNNEL – weicher Backshadow
   ========================================================= */

#body-funnel .formholder {
    box-shadow: 0 24px 60px rgba(0, 34, 65, 0.14) !important;
}

/* Progressbar im ersten Schritt des Body-Funnels ausblenden */
#body-funnel .formholder:has(
    .question[data-question-value="treppe_wo"]:not(.out)
) .progressholder {
    visibility: hidden !important;
}

/* =========================================================
   BODY FUNNEL – aktive Antwort #D3DDEA 
   ========================================================= */

#body-funnel a.answerBtn.active {
    background-color: #D3DDEA !important;
}

/* =========================================================
   BODY FUNNEL – Kontakt-Schritt / Submit #EC7969
   ========================================================= */

#body-funnel
.question[data-question-value="kontakt"]
.liftrechner-cf7-submit-btn {
    display: block !important;
    width: auto !important;

    margin-left: auto !important;
    margin-right: auto !important;

    background-color: #EC7969 !important;
    border-color: #EC7969 !important;
    color: #ffffff !important;

    float: none !important;
}

#body-funnel
.question[data-question-value="kontakt"]
.liftrechner-cf7-submit-btn:hover,
#body-funnel
.question[data-question-value="kontakt"]
.liftrechner-cf7-submit-btn:focus {
    background-color: #EC7969 !important;
    border-color: #EC7969 !important;
    color: #ffffff !important;
    opacity: 0.9;
}

/* =========================================================
   BODY FUNNEL – nur Navigation
   Zurück + Überspringen
   ========================================================= */

#body-funnel .skipBtn,
#body-funnel .backBtn {
    background-color: #EC7969 !important;
    border-color: #EC7969 !important;
    color: #ffffff !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease !important;
}


/* Hover */

#body-funnel .skipBtn:hover,
#body-funnel .skipBtn:focus,
#body-funnel .backBtn:hover,
#body-funnel .backBtn:focus {
    background-color: #ffffff !important;
    border-color: #EC7969 !important;
    color: #EC7969 !important;
}
/* =========================================================
   BODY FUNNEL – FriendlyCaptcha zentrieren
   ========================================================= */

.question[data-question-value="kontakt"]
.frc-captcha {
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (max-width: 767px) {
/* =========================================================
   Icons – Feintuning
   ========================================================= */

    #body-funnel .btn-rechner .buttonImg {
        left: 46%;
        top: 2%;
        width: 80%;
        height: 60%;
    }
}