.elementor-widget-container .eael-protected-content-message{font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1887 .elementor-element.elementor-element-6f3d33d{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-weight:var( --e-global-typography-secondary-font-weight );}@media(min-width:768px){.elementor-1887 .elementor-element.elementor-element-6f3d33d{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-d9eea41 *//* ==========================================================================
   BRAND-CSS: MULTI-MEILENSTEINE-ZOOM-SYSTEM
   ========================================================================== */

.movement-container {
    width: 100%;
    margin: 25px 0;
    font-family: inherit;
}

.movement-headline {
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #4A154B !important;
    line-height: 1.3 !important;
    margin-bottom: 0px !important;
    letter-spacing: -0.4px;
}

.counter-highlight {
    color: #8DE3A4 !important;
    font-weight: 800 !important;
}

.movement-visual-core {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

/* BAR: dicker für mehr Gewicht */
.movement-path-track {
    display: grid !important;
    position: relative;
    width: 100%;
    height: 10px; /* WAR: 6px */
    background: #e2e8f0;
    border-radius: 99px;
    overflow: visible !important;
}

.movement-path-track.zoom-phase-1 {
    grid-template-columns: 2.4fr 0.4fr 0.4fr 0.4fr 0.4fr !important;
    gap: 0px !important;
}

.path-segment {
    position: relative;
    height: 100%;
}
.path-segment:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.movement-path-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #8DE3A4;
    border-radius: 99px 0 0 99px;
    transform-origin: left;
    animation: kineticLoad 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes kineticLoad { 0% { max-width: 0%; } 100% { max-width: 100%; } }

/* LIVE-SPHERE */
.movement-pulse-sphere {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
    width: 36px;
    height: 36px;
}

.sphere-core {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #8DE3A4;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(141, 227, 164, 0.5);
}

.sphere-label {
    color: #1e293b !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
}

.pulse-wave {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 50%;
    background: rgba(141, 227, 164, 0.4);
    z-index: 1;
}

.wave-1 { animation: pulseGlow 2.5s infinite linear; }
.wave-2 { animation: pulseGlow 2.5s infinite linear; animation-delay: 1.25s; }

@keyframes pulseGlow { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.8); opacity: 0; } }

/* MILESTONE DOTS: größer und sichtbarer */
.path-dot-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px; /* WAR: 20px */
    height: 28px; /* WAR: 20px */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
}

.path-dot-wrapper.dot-start { left: 0; transform: translate(-50%, -50%); }
.path-dot-wrapper.dot-end { right: 0; transform: translate(50%, -50%); }

.path-dot {
    width: 14px; /* WAR: 10px */
    height: 14px; /* WAR: 10px */
    background: #cbd5e1;
    border-radius: 50%;
    transition: all 0.25s ease;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.path-dot:hover {
    transform: scale(1.3);
    background: #94a3b8;
}

.path-dot.active { background: #8DE3A4; }
.path-dot.goal-milestone { background: #cbd5e1; border-color: #8DE3A4; border-width: 3px; }
.path-dot.goal { background: #ffd15c; border-color: #f3b007; }

/* TOOLTIP */
.milestone-tooltip {
    position: absolute;
    bottom: 36px; /* Etwas höher wegen größerer Dots */
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #1e293b;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    width: 220px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 30;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.milestone-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1e293b transparent transparent transparent;
}

.path-dot-wrapper:hover .milestone-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* INTERACTION HINT: näher an Bar, größer */
.movement-interaction-hint {
    margin-top: 10px !important;
    font-size: 13px !important;
    color: #475569 !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: -0.1px;
}

/* ==========================================================================
   DYNAMISCHE SUBHEADLINE
   ========================================================================== */
.movement-sub-headline span {
    display: none !important;
}

/* ==========================================================================
   MOBILE — TOOLTIP FIXES
   ========================================================================== */
@media (max-width: 768px) {

    #viva-mobile-movement .milestone-tooltip {
        pointer-events: auto !important;
        max-height: none !important;
        overflow-y: visible !important;
        width: 260px !important;
    }

    #viva-mobile-movement .seg-3 .milestone-tooltip,
    #viva-mobile-movement .seg-4 .milestone-tooltip,
    #viva-mobile-movement .seg-5 .milestone-tooltip {
        left: auto !important;
        right: -10px !important;
        transform: translateX(0) !important;
    }

    #viva-mobile-movement .seg-3 .milestone-tooltip::after {
        left: auto !important;
        right: 50% !important;
        transform: translateX(50%) !important;
    }

    #viva-mobile-movement .seg-4 .milestone-tooltip::after,
    #viva-mobile-movement .seg-5 .milestone-tooltip::after {
        left: auto !important;
        right: 14px !important;
        transform: translateX(0) !important;
    }
}

/* ==========================================================================
   MOBILE — LAYOUT FIXES
   ========================================================================== */
@media (max-width: 767px) {

    .movement-container {
        margin: 8px 0 !important;
    }

    .movement-headline {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    .counter-highlight {
        font-size: 28px !important;
        display: inline-block !important;
        line-height: 1 !important;
    }

    .movement-header-wrapper {
        margin-bottom: 16px !important;
    }

    /* Bar auf Mobile etwas dünner als Desktop aber stärker als vorher */
    .movement-path-track {
        height: 8px !important;
    }

    /* Dots auf Mobile etwas kleiner aber immer noch tappbar */
    .path-dot {
        width: 12px !important;
        height: 12px !important;
    }

    .path-dot-wrapper {
        width: 24px !important;
        height: 24px !important;
    }

    .movement-pulse-sphere {
        width: 28px !important;
        height: 28px !important;
        right: -14px !important;
    }

    .sphere-label {
        font-size: 7px !important;
    }

    .movement-interaction-hint {
        margin-top: 8px !important;
        font-size: 12px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-422bf7f *//* ==========================================================================
   BRAND-CSS: MULTI-MEILENSTEINE-ZOOM-SYSTEM
   ========================================================================== */

.movement-container {
    width: 100%;
    margin: 25px 0;
    font-family: inherit;
}

.movement-headline {
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #4A154B !important;
    line-height: 1.3 !important;
    margin-bottom: 0px !important;
    letter-spacing: -0.4px;
}

.counter-highlight {
    color: #8DE3A4 !important;
    font-weight: 800 !important;
}

.movement-visual-core {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

/* BAR: dicker für mehr Gewicht */
.movement-path-track {
    display: grid !important;
    position: relative;
    width: 100%;
    height: 10px; /* WAR: 6px */
    background: #e2e8f0;
    border-radius: 99px;
    overflow: visible !important;
}

.movement-path-track.zoom-phase-1 {
    grid-template-columns: 2.4fr 0.4fr 0.4fr 0.4fr 0.4fr !important;
    gap: 0px !important;
}

.path-segment {
    position: relative;
    height: 100%;
}
.path-segment:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.movement-path-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #8DE3A4;
    border-radius: 99px 0 0 99px;
    transform-origin: left;
    animation: kineticLoad 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes kineticLoad { 0% { max-width: 0%; } 100% { max-width: 100%; } }

/* LIVE-SPHERE */
.movement-pulse-sphere {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
    width: 36px;
    height: 36px;
}

.sphere-core {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #8DE3A4;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(141, 227, 164, 0.5);
}

.sphere-label {
    color: #1e293b !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
}

.pulse-wave {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 50%;
    background: rgba(141, 227, 164, 0.4);
    z-index: 1;
}

.wave-1 { animation: pulseGlow 2.5s infinite linear; }
.wave-2 { animation: pulseGlow 2.5s infinite linear; animation-delay: 1.25s; }

@keyframes pulseGlow { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.8); opacity: 0; } }

/* MILESTONE DOTS: größer und sichtbarer */
.path-dot-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px; /* WAR: 20px */
    height: 28px; /* WAR: 20px */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
}

.path-dot-wrapper.dot-start { left: 0; transform: translate(-50%, -50%); }
.path-dot-wrapper.dot-end { right: 0; transform: translate(50%, -50%); }

.path-dot {
    width: 14px; /* WAR: 10px */
    height: 14px; /* WAR: 10px */
    background: #cbd5e1;
    border-radius: 50%;
    transition: all 0.25s ease;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.path-dot:hover {
    transform: scale(1.3);
    background: #94a3b8;
}

.path-dot.active { background: #8DE3A4; }
.path-dot.goal-milestone { background: #cbd5e1; border-color: #8DE3A4; border-width: 3px; }
.path-dot.goal { background: #ffd15c; border-color: #f3b007; }

/* TOOLTIP */
.milestone-tooltip {
    position: absolute;
    bottom: 36px; /* Etwas höher wegen größerer Dots */
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #1e293b;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    width: 220px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 30;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.milestone-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1e293b transparent transparent transparent;
}

.path-dot-wrapper:hover .milestone-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* INTERACTION HINT: näher an Bar, größer */
.movement-interaction-hint {
    margin-top: 10px !important;
    font-size: 13px !important;
    color: #475569 !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: -0.1px;
}

/* ==========================================================================
   DYNAMISCHE SUBHEADLINE
   ========================================================================== */
.movement-sub-headline span {
    display: none !important;
}

/* ==========================================================================
   MOBILE — TOOLTIP FIXES
   ========================================================================== */
@media (max-width: 768px) {

    #viva-mobile-movement .milestone-tooltip {
        pointer-events: auto !important;
        max-height: none !important;
        overflow-y: visible !important;
        width: 260px !important;
    }

    #viva-mobile-movement .seg-3 .milestone-tooltip,
    #viva-mobile-movement .seg-4 .milestone-tooltip,
    #viva-mobile-movement .seg-5 .milestone-tooltip {
        left: auto !important;
        right: -10px !important;
        transform: translateX(0) !important;
    }

    #viva-mobile-movement .seg-3 .milestone-tooltip::after {
        left: auto !important;
        right: 50% !important;
        transform: translateX(50%) !important;
    }

    #viva-mobile-movement .seg-4 .milestone-tooltip::after,
    #viva-mobile-movement .seg-5 .milestone-tooltip::after {
        left: auto !important;
        right: 14px !important;
        transform: translateX(0) !important;
    }
}

/* ==========================================================================
   MOBILE — LAYOUT FIXES
   ========================================================================== */
@media (max-width: 767px) {

    .movement-container {
        margin: 8px 0 !important;
    }

    .movement-headline {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    .counter-highlight {
        font-size: 28px !important;
        display: inline-block !important;
        line-height: 1 !important;
    }

    .movement-header-wrapper {
        margin-bottom: 16px !important;
    }

    /* Bar auf Mobile etwas dünner als Desktop aber stärker als vorher */
    .movement-path-track {
        height: 8px !important;
    }

    /* Dots auf Mobile etwas kleiner aber immer noch tappbar */
    .path-dot {
        width: 12px !important;
        height: 12px !important;
    }

    .path-dot-wrapper {
        width: 24px !important;
        height: 24px !important;
    }

    .movement-pulse-sphere {
        width: 28px !important;
        height: 28px !important;
        right: -14px !important;
    }

    .sphere-label {
        font-size: 7px !important;
    }

    .movement-interaction-hint {
        margin-top: 8px !important;
        font-size: 12px !important;
    }
}/* End custom CSS */