.elementor-2424 .elementor-element.elementor-element-37b276d{--display:flex;}#elementor-popup-modal-2424 .dialog-widget-content{animation-duration:1s;border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2424{background-color:#02010147;justify-content:flex-start;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-2424 .dialog-message{width:100vw;height:auto;}/* Start custom CSS for container, class: .elementor-element-37b276d *//* Container Fixieren (Unten Rechts fixiert) */
.elementor-2424 .elementor-element.elementor-element-37b276d {
    position: fixed !important;
    bottom: 25px;
    right: 25px;
    z-index: 999999;
    width: 320px;
    max-width: 90vw;
}

/* Box Styling */
.elementor-2424 .elementor-element.elementor-element-37b276d .custom-floating-menu {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 18px;
    font-family: inherit;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Header Bereich */
.elementor-2424 .elementor-element.elementor-element-37b276d .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-bottom: 4px;
}

.elementor-2424 .elementor-element.elementor-element-37b276d .close-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}

/* Listen Reset & Styling */
.elementor-2424 .elementor-element.elementor-element-37b276d .menu-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Einzelnes Item */
.elementor-2424 .elementor-element.elementor-element-37b276d .menu-item {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    padding: 8px 12px;
    border-radius: 12px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.elementor-2424 .elementor-element.elementor-element-37b276d .menu-item:hover {
    background-color: #f6f6f8;
}

/* Icon Box mit leicht getöntem Hintergrund */
.elementor-2424 .elementor-element.elementor-element-37b276d .icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: #fcf0f5; /* Sanftes Rosa/Magenta */
    color: #9c27b0;            /* Icon Farbe */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Spezielle Hervorhebung z.B. für Stern-Icon */
.elementor-2424 .elementor-element.elementor-element-37b276d .icon-box.highlight-star {
    background-color: #fff8e7; /* Sanftes Gelb */
    color: #fbc02d;
}

/* Text */
.elementor-2424 .elementor-element.elementor-element-37b276d .item-text {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

/* Pfeil Rechts */
.elementor-2424 .elementor-element.elementor-element-37b276d .arrow {
    font-size: 18px;
    color: #b0b0b0;
    font-weight: 400;
}/* End custom CSS */