.elementor-14 .elementor-element.elementor-element-b3f1cb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:4vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;}.elementor-14 .elementor-element.elementor-element-c1007d2 .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:not(.is-active) a{background-color:#5E5E5E00;}.elementor-14 .elementor-element.elementor-element-c1007d2 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) h2, .elementor-14 .elementor-element.elementor-element-c1007d2 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) h3{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-14 .elementor-element.elementor-element-c1007d2 .order_details thead th, .elementor-14 .elementor-element.elementor-element-c1007d2 .order_details tfoot td, .elementor-14 .elementor-element.elementor-element-c1007d2 .order_details tfoot th, .elementor-14 .elementor-element.elementor-element-c1007d2 .nobr{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-b3f1cb4{--margin-top:010px;--margin-bottom:0150px;--margin-left:010px;--margin-right:010px;}}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-b3f1cb4{--content-width:90vw;}}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-c1007d2 *//* Das ursprüngliche Sternchen unsichtbar machen */
.elementor-14 .elementor-element.elementor-element-c1007d2 .woocommerce form .form-row .required {
    visibility: hidden;
    position: relative;
    font-size: 0; /* Versteckt den Text * */
}

/* Den roten Punkt als Pseudo-Element einfügen */
.elementor-14 .elementor-element.elementor-element-c1007d2 .woocommerce form .form-row .required::after {
    content: ''; /* Erzeugt ein leeres Element */
    visibility: visible;
    display: inline-block;
    width: 5px;      /* Breite des Punktes */
    height: 5px;     /* Höhe des Punktes */
    background-color: #F02424; /* Ihre gewünschte rote Farbe */
    border-radius: 50%; /* Macht das Quadrat zum Kreis */
    margin-left: 5px;   /* Abstand zum Text */
    vertical-align: 5px;
}

/* Unterstreichung des Sternchens (falls vorhanden) entfernen */
.elementor-14 .elementor-element.elementor-element-c1007d2 abbr.required {
    text-decoration: none !important;
    border-bottom: none !important;
}/* End custom CSS */