@font-face {
    font-family: 'Himmo Light';
    src: url('fonts/himmo-light.woff') format('woff');
}

@font-face {
    font-family: 'Himmo Bold';
    src: url('fonts/himmo-bold.woff') format('woff');
}

.font-himmo {
    font-family: 'Himmo Bold';
}

h1,
h2,
h3,
h4 {
    font-family: 'Himmo Bold';
}

body {
    line-height: 1.3 !important;
}

.color-1 {
    color: #1e3f82;
}

.color-1-i {
    background: #1e3f82 !important;
}

.color-2 {
    color: #d0d2d3;
}

.gray {
    color: #666666;
}

.white {
    color: #fff;
}

.color-link {
    color: #1e3f82 !important;
}

.color-link:hover {
    color: #000 !important;
}

.top-30 {
    margin-top: 30px !important;
}

.wpcf7-submit:hover {
    background-color: #666666;
}

.wpcf7-form .cf7-row .vc_col-sm-6 {
    display: inline-block;
    width: 49% !important;
    float: left !important;
    padding-right: 5px;
}

.uebergabe-klick:hover,
.vorbereitung-klick:hover,
.abschluss-klick:hover,
.besichtigung-klick:hover,
.wert-klick:hover,
.baratung-klick:hover {
    cursor: pointer;
}

button.wpcf7-submit:hover,
.hausmann-btn a:hover {
    opacity: 0.75;
}

button.wpcf7-submit,
.hausmann-btn a {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    background: linear-gradient(45deg, #1e3f82, #9bb3e4);
    background-size: 200% 200%;
    transition: all 0.3s ease;
    animation: gradientMove 5s ease infinite;
}

/* Animation für den Farbverlauf */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.leistungen .elementor-widget-wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.leistungen-img img {
    width: 100vw !important;
    height: 750px !important;
}

.leistungen-test {
    height: 750px;
}

.himmo-hotspot .cz_hotspot_content {
    width: max-content !important;
    padding: 0px !important;
    transform: translate(-80%, calc(-100% - 14px)) !important;
}

.himmo-hotspot .cz_hotspot_content p {
    margin-bottom: 0px !important;
}

.himmo-hotspot .cz_hotspot_content a {
    padding: 10px !important;
    line-height: 1.6;
    font-family: 'Himmo Bold' !important;
    font-size: 24px !important;
    color: #1e3f82 !important;
    transition: 2s ease-in-out;
}

.himmo-hotspot .cz_hotspot_content {
    border: solid;
    border-width: 2px;
    border-color: #ffffff;
}

.himmo-hotspot .cz_hotspot_content:hover {
    border: solid !important;
    border-width: 2px !important;
}

.himmo-hotspot:hover .cz_hotspot_circle {
    background-color: #1e3f82 !important;
    border-color: #ffffff !important;
}

[class*="stairs-services-"],
.leistungen-title {
    font-family: 'Himmo Bold';
    font-size: 28px;
    color: #1e3f82;
    position: absolute;
    width: max-content;
}

.gesuche-tabs .cz_tabs_nav>.clr {
    display: flex;
    justify-content: space-between;
    overflow-y: hidden;
}

.chaty-widget-i-title {
    opacity: 1 !important;
}

.page-id-3842 .header_4 {
    z-index: 99999;
}

.wrap-sticky {
    position: sticky !important;
}

.leistungen-title {
    top: 150px;
}

.stairs-services-1 {
    top: 480px;
    /* left: 23%; */
}

.stairs-services-2 {
    top: 415px;
    left: 32vw;
}

.stairs-services-3 {
    top: 350px;
    left: 42vw;
}

.stairs-services-4 {
    top: 285px;
    left: 50vw;
}

.stairs-services-5 {
    top: 218px;
    left: 59vw;
}

.stairs-services-6 {
    top: 150px;
    left: 68vw;
}

#menu_header_2 li a {
    /* margin: 0 10px;
	padding: 10px 20px; */
}

/* Landing Pages */
.bubble-bg {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 0;
}

.bubble {
    position: absolute;
    filter: blur(60px);
    --dx: 0px;
    --dy: 0px;
    animation: morph 10s ease-in-out infinite,
        drift linear infinite;
}

/* Morph-Keyframes */
@keyframes morph {

    0%,
    100% {
        border-radius: 45% 55% 40% 60% / 50% 40% 60% 50%;
        transform: translate(var(--dx), var(--dy)) scale(1);
    }

    25% {
        border-radius: 60% 40% 55% 45% / 40% 60% 50% 50%;
        transform: translate(calc(var(--dx)+60px), calc(var(--dy)-40px)) scale(1.1);
    }

    50% {
        border-radius: 50% 50% 60% 40% / 55% 45% 50% 50%;
        transform: translate(calc(var(--dx)-40px), calc(var(--dy)+60px)) scale(0.9);
    }

    75% {
        border-radius: 40% 60% 50% 60% / 45% 55% 40% 60%;
        transform: translate(calc(var(--dx)+40px), calc(var(--dy)+40px)) scale(1.05);
    }
}

/* Drift-Keyframes für Bewegung + Ein- und Ausblenden */
@keyframes drift {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide {
    from {
        right: -25vw;
    }

    to {
        right: 125vw;
    }
}

.h {
    box-shadow: 0 0 50vh 40vh white;
    width: 100vw;
    height: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.v {
    box-shadow: 0 0 35vw 25vw white;
    width: 0;
    height: 100vh;
    bottom: 0;
    left: 0;
    position: absolute;
}

/*END Landing Pages */

#menu_header_2>li>a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #1e3f82;
    content: '';
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    transition: top 0.3s;
}

#menu_header_2 li a:hover::before {
    top: 100%;
    opacity: 1;
}

.impressum-table tr>td {
    text-align: left;
}

.impressum-table tr>td:nth-child(1) {
    width: 100px;
}

#menu_header_2 li a:hover::after {
    height: 100%;
}

.cz_content_box .cz-particles .cz_title_has_icon .cz_wpe_content p {
    margin-bottom: 0px !important;
}

.center-quote.cz_quote,
.center-quote .cz_quote {
    display: grid !important;
    margin: auto !important;
}

.center-quote .cz_quote_info {
    margin: 40px auto 0px !important;
}

ul.sub-menu.cz_custom_mega_menu.cz_megamenu_0 {
    margin-left: 40px !important;
}

.justify {
    text-align: justify;
}

p {
    margin-bottom: 15px !important;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f32 {
    font-size: 32px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.f44 {
    font-size: 44px;
}

.f48 {
    font-size: 48px;
}

.f74 {
    font-size: 74px;
}

.fw200 {
    font-weight: 200;
}

.p-bottom-20 {
    padding-bottom: 20px;
}

.wpb_content_element {
    margin-bottom: 0px !important;
}

.page_content {
    margin: 35px 0px 80px 0px !important;
}

.leistungen-row a {
    padding: 0px !important;
}

.m-bottom-0 h1,
.m-bottom-0 h2,
.m-bottom-0 h3 {
    padding-bottom: 0px !important;
}

.m-bottom-0,
.m-bottom-0 .cz_title_content {
    margin-bottom: 0px !important;
}

.m-bottom-10 {
    margin-bottom: 10px !important;
}

.sb-shadow .cz_grid_item>.clr {
    box-shadow: 0px 10px 30px 0px rgb(34 47 100 / 26%);
    border-radius: 5px;
}

.behandlung-artikel .cz_grid_title h3 {
    color: #222f64;
    padding-left: 10px;
}

@media(min-width: 768px) {

    /* .show_on_mobile{
        display: none;
    } */
    #rev_slider_2_1_forcefullwidth {
        margin-top: -80px;
    }
}

@media (min-width:769px) {
    h1 {
        font-size: 2.5rem !important;
        line-height: 1.1 !important;
        padding-bottom: 1rem;
    }

    h2 {
        font-size: 2.3rem !important;
        line-height: 1.1 !important;
    }

    h3 {
        font-size: 1.33rem !important;
        line-height: 1.1 !important;
    }

    h4 {
        font-size: 1rem !important;
        line-height: 1.45 !important;
        padding-bottom: 1rem;
    }

}

@media (max-width:768px) {
    h1 {
        font-size: 2.2rem !important;
        line-height: 1.1 !important;
    }

    h2 {
        font-size: 2rem !important;
        line-height: 1.1 !important;
    }

    h3 {
        font-size: 1.45rem !important;
        padding-bottom: 1rem;
    }

    h4 {
        font-size: 1rem !important;
        line-height: 1.4 !important;
        padding-bottom: 1rem;
    }

    .leistungen-row h3 {
        padding-bottom: 0px !important;
    }

    /* disable animations */
    * {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
    }

    /* * {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    } */
}

/*borlabs cookie*/
.brlbs-cmpnt-dialog-box-header {
    display: block !important;
}

#BorlabsCookieBox .row {
    width: 100% !important;
}

#BorlabsCookieBox ._brlbs-box-wrap {
    max-width: 450px;
}

#BorlabsCookieBox h2 {
    font-size: 22px !important;
}

#BorlabsCookieBox h3 {
    font-size: 18px !important;
}

.BorlabsCookie .row {
    max-width: 100% !important;
    margin: 0 !important;
}

._brlbs-branding {
    display: none !important;
}

._brlbs-flex-center {
    display: inline !important;
}

#BorlabsCookieBox .cookie-logo {
    max-width: 220px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

/*END borlabs cookie*/
.sb-accept {
    font-size: 15px;
    line-height: 17px;
}

.sb-accept .wpcf7-acceptance .wpcf7-list-item label {
    display: table;
}

.sb-accept .wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '';
    background: url(./images/checkbox.svg) no-repeat;
    display: table-cell;
    background-size: contain;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.sb-accept .wpcf7-acceptance input[type="checkbox"]:checked+span:before {
    background: url(./images/check.svg) no-repeat;
    width: 26px;
    height: 26px;
    padding: 2px;
    background-size: contain;
}

.sb-accept .wpcf7-acceptance label {
    margin: 0 !important;
}

.sb-accept input[type=checkbox] {
    display: none !important;
}

.cz_title_content .cz_title_line {
    display: none !important;
}
#BorlabsCookieWidget svg{
    color:#d0d2d3 !important;
}
#BorlabsCookieWidget > div{
    bottom: 40px;
}
/* Immobilienbewertung */
.ipt_uif_thumbselect_wrap h5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: 800 !important;
    margin-top: 0 !important;
    background-color: #ebebeb !important;
}

.ipt_uif_thumbselect_wrap .eform-label-with-tabindex {
    border: 2px solid #9bb3e4;
    border-radius: 5px !important;
}

.ipt_uif_thumbselect_wrap:hover>.eform-label-with-tabindex {
    border: 2px solid #222f64;
}

.thumbselect-img-wrapper img {
    margin: auto;
}

.ipt-uif-custom-material-custom .ipt_uif_question .ipt_uif_thumbselect_wrap.ipt-eform-thumbselect-color input[type='checkbox']:checked+label img,
.ipt-uif-custom-material-custom .ipt_uif_question .ipt_uif_thumbselect_wrap.ipt-eform-thumbselect-color input[type='radio']:checked+label img {
    box-shadow: none !important;
}

.ipt-uif-custom-material-custom .ipt_uif_question .ipt_uif_thumbselect_wrap>input:checked+label .ui-widget-header {
    background-color: #222f64 !important;
    color: #fff !important;
}

.ipt_fsqm_main_heading {
    display: none !important;
}

.ipt-uif-custom-material-custom .ipt_uif_question.ipt_uif_question_vertical>.ipt_uif_question_label {
    margin-bottom: 7px !important;
}

.ipt-uif-custom-material-custom .ipt_uif_s_checkbox+label {
    left: unset !important;
}

#ipt_fsqm_terms_6_1>label {
    line-height: 1.3 !important;
}

.ipt-eform-preloader-text-inner {
    color: #fff !important;
}

.ipt-uif-custom-material-custom .ipt-eform-material-button-container .eform-button-container-inner .ui-button[disabled] {
    opacity: 0 !important;
}

.ipt-uif-custom-material-custom .ipt-eform-material-button-container.ipt_fsqm_form_button_container .eform-button-container-inner .ui-button {
    background: #f0f8ff;
    margin: 10px !important;
    border: 1px solid #1e3f82;
    border-radius: 5px;
}

/* END Immobilienbewertung */
@media (min-width:769px) {
    .page-id-4419 #menu_header_2 {
        display: none !important;
    }
}

/* BLOG */
.cz_nocomment{
    display: none !important;
}
.hi-article {
    font-family: inherit;
    /* Inherit from Elementor Global */
    color: #333;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
}

.hi-article * {
    box-sizing: border-box;
}

/* Typography Defaults within Article */
#page_content .hi-article h2 {
    font-size: 1.75rem;
    color: #002d5b;
    /* Hausmann-style Dark Blue */
    margin-top: 2rem !important;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.hi-article h3 {
    font-size: 1.4rem;
    color: #002d5b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.hi-article p {
    margin-bottom: 1rem;
    font-size: 1rem;
    /* Base size */
}

.hi-article strong {
    color: #002d5b;
    font-weight: 700;
}
.hi-article .hi-cta-list strong {
    color: #fff !important;
}

/* Lists Styling */
.hi-list,
.hi-article ul {
    margin-bottom: 1.5rem;
    padding-left: 1.2rem;
    list-style: none !important;
}

.hi-list li,
.hi-article ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
}

.hi-list li::before,
.hi-article ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #c5a059;
    /* Muted Gold Accent */
    font-weight: bold;
}

.hi-article ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.hi-article ol li {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}

/* PRIMARY CTA BOX (Modern Card Style) */
.hi-cta-box {
    background-color: #f4f6f8;
    /* Light Gray/Blueish bg */
    border-left: 5px solid #002d5b;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.hi-cta-headline {
    font-size: 1.25rem;
    font-weight: 700;
    color: #002d5b;
    margin: 0;
}

.hi-cta-text {
    font-size: 0.95rem;
    margin: 0;
    color: #555;
}

.hi-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 0.5rem;
}

/* BUTTONS */
.hi-btn {
    display: inline-block;
    background-color: #002d5b;
    color: #ffffff !important;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    text-align: center;
}

.hi-btn:hover {
    background-color: #c5a059;
    /* Gold hover */
    color: #ffffff !important;
}

.hi-link-tel {
    color: #002d5b;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #c5a059;
}

.hi-link-tel:hover {
    color: #c5a059;
}

/* HIGHLIGHT BOXES (Info/Truths) */
.hi-highlight-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
    position: relative;
}

.hi-highlight-box::before {
    content: "ℹ";
    display: block;
    width: 24px;
    height: 24px;
    background: #c5a059;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.hi-highlight-title {
    font-weight: 700;
    color: #002d5b;
    display: block;
    margin-bottom: 0.5rem;
}

/* CHECKLIST BOX */
.hi-checklist-box {
    background-color: #f9f9f9;
    border-top: 4px solid #c5a059;
    padding: 2rem;
    margin: 2.5rem 0;
}

/* FAQ SECTION */
.hi-faq-section {
    margin-top: 3rem;
    border-top: 1px solid #eee;
    padding-top: 2rem;
}

.hi-faq-item {
    margin-bottom: 1.5rem;
}

.hi-faq-question {
    font-weight: 700;
    color: #002d5b;
    display: block;
    margin-bottom: 0.25rem;
}

/* FOOTER CTA LIST */
.hi-cta-list {
    margin-top: 3rem;
    background: #002d5b;
    color: #fff;
    padding: 2rem;
    border-radius: 4px;
}

.hi-cta-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hi-cta-list li {
    padding-left: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
}

.hi-cta-list li::before {
    content: none;
    /* Remove default checkmarks for this list */
}

.hi-cta-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hi-cta-list a {
    color: #c5a059;
    font-weight: 700;
    text-decoration: none;
}

.hi-cta-list a:hover {
    color: #fff;
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hi-cta-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hi-btn {
        width: 100%;
    }
}

/* END BLOG */

/* Side Buttons */
/* --- GLOBAL VARIABLES & RESET --- */
:root {
    --hi-blue-dark: #002d5b;  /* Hauptfarbe Hausmann */
    --hi-blue-light: #1e3f82; /* Helles Blau aus Vorgabe */
    --hi-gold: #c5a059;       /* Akzentfarbe */
    --hi-white: #ffffff;
}

.hi-sticky-btn {
    text-decoration: none !important;
    box-sizing: border-box;
    font-family: inherit; /* Vererbt Theme Schriftart */
    line-height: 1;
}

/* --- DESKTOP ANSICHT (ab 769px) --- */
.hi-action-group a:hover{
    color: #fff;
}
@media (min-width: 769px) {
    
    /* Hauptcontainer: RECHTS mittig fixiert */
    .hi-sticky-wrapper {
        position: fixed;
        right: 0; /* Fixierung rechts */
        top: 50%;
        transform: translateY(-50%);
        z-index: 99999;
        display: flex;
        flex-direction: column;
        gap: 20px; /* Abstand zwischen Blog und Action-Gruppe */
        align-items: flex-end; /* WICHTIG: Richtet alles rechtsbündig aus & verhindert, dass sich Breiten gegenseitig beeinflussen */
        pointer-events: none; /* Container blockiert keine Klicks daneben */
    }

    /* Elemente wieder klickbar machen */
    .hi-sticky-wrapper > * {
        pointer-events: auto;
    }

    /* Action Gruppe (Bewertung & Tel) untereinander */
    .hi-action-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-end; /* Buttons bleiben rechts verankert */
    }

    /* 1. BLOG BUTTON (Vertikal) */
    .hi-btn-blog {
        background-color: var(--hi-blue-dark);
        color: var(--hi-white);
        padding: 20px 10px;
        border-radius: 4px 0 0 4px; /* Rundung zeigt nach innen */
        writing-mode: vertical-rl; /* Text vertikal */
        text-orientation: mixed;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: background-color 0.3s ease; /* Nur Farbe animieren, keine Bewegung */
        box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
        margin-right: 0; /* Sicherstellen, dass er rechts klebt */
        display: block; /* Verhindert Flexbox-Verzerrung */
    }

    .hi-btn-blog:hover {
        background-color: var(--hi-gold);
        /* Keine width/transform Änderungen hier, damit er stehen bleibt */
    }

    /* 2. & 3. ACTION BUTTONS (Icon + Slide Text nach LINKS) */
    .hi-btn-val, 
    .hi-btn-tel {
        display: flex;
        /* row-reverse sorgt dafür, dass das Icon rechts bleibt und Text links davon erscheint */
        flex-direction: row-reverse; 
        align-items: center;
        background-color: var(--hi-blue-dark);
        color: var(--hi-white);
        height: 44px; /* Feste Höhe */
        width: 44px;  /* Startbreite (nur Icon sichtbar) */
        overflow: hidden;
        border-radius: 22px 0 0 22px; /* Pill-Shape links, rechts eckig */
        transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
        box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
        white-space: nowrap;
    }

    /* Hover Effekt: Breite erweitern (wächst nach links wegen align-items: flex-end) */
    .hi-btn-val:hover {
        width: 240px; 
        background-color: var(--hi-blue-light);
    }
    
    .hi-btn-tel:hover {
        width: 210px; 
        background-color: var(--hi-blue-light);
    }

    /* Icon Box Styles */
    .hi-icon-box {
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--hi-blue-light);
        flex-shrink: 0;
    }
    
    .hi-icon-box i {
        font-size: 16px;
        color: var(--hi-white);
    }

    /* Text Label */
    .hi-btn-label {
        padding-right: 15px; /* Abstand zum Icon (das rechts ist) */
        padding-left: 15px;
        font-size: 14px;
        font-weight: 500;
        opacity: 0;
        transition: opacity 0.2s ease 0.1s;
    }

    .hi-btn-val:hover .hi-btn-label,
    .hi-btn-tel:hover .hi-btn-label {
        opacity: 1;
    }
}

/* --- MOBILE ANSICHT (bis 768px) --- */
@media (max-width: 768px) {
    
    /* 1. BLOG BUTTON: Rechts mittig bleiben */
    .hi-btn-blog {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%); /* Kein Rotate mehr nötig, da writing-mode passt */
        z-index: 99999;
        background-color: var(--hi-blue-dark);
        color: var(--hi-white);
        padding: 15px 8px;
        border-radius: 4px 0 0 4px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-weight: 700;
        text-transform: uppercase;
        box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
    }

    /* 2. & 3. ACTION BUTTONS: Unten fixiert */
    .hi-sticky-wrapper {
        /* Wrapper Reset für Mobile, damit Action Buttons unten landen */
        position: static;
        transform: none;
        display: block;
    }

    /* Action Gruppe wird aus dem Wrapper 'herausgelöst' positioniert */
    .hi-action-group {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        display: flex;
        flex-direction: row; /* Nebeneinander */
        align-items: stretch;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }

    .hi-btn-val, 
    .hi-btn-tel {
        flex: 1; /* 50% Breite */
        width: auto; /* Reset der Desktop Breite */
        height: auto; /* Reset Höhe */
        display: flex;
        flex-direction: row; /* Normales Layout für Mobile (Icon links) */
        justify-content: center;
        align-items: center;
        background-color: var(--hi-blue-dark);
        color: var(--hi-white);
        padding: 12px 5px 25px;
        font-size: 13px;
        border-radius: 0; /* Keine Ecken */
        gap: 8px;
    }
    
    .hi-btn-val {
        border-right: 1px solid rgba(255,255,255,0.2);
    }
    
    .hi-btn-tel {
        background-color: var(--hi-blue-light);
    }

    /* Icons Mobile */
    .hi-icon-box {
        background: transparent;
        width: auto;
        height: auto;
    }

    .hi-icon-box i {
        font-size: 14px;
        color: var(--hi-white);
    }
    
    .hi-btn-label {
        opacity: 1; /* Immer sichtbar */
        padding: 0;
        display: inline-block;
    }
    
}
/* END Side Buttons */