.elementor-1039 .elementor-element.elementor-element-5be420fc{--display:flex;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-1039 .elementor-element.elementor-element-5be420fc{--content-width:1220px;}}/* Start custom CSS for text-editor, class: .elementor-element-320c7bde *//* Navigation links (linke Seitenleiste) */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  color: #00b0ad;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 500;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a:hover {
  color: #008b89;
  background-color: #f7f7f7;
  border-left: 3px solid #00b0ad;
}

/* Aktiver Menüpunkt – schlicht, kein Buttonlook */
.woocommerce-MyAccount-navigation .is-active a {
  background-color: #eefafa;
  color: #00b0ad;
  border-left: 3px solid #00b0ad;
}

/* Bereich rechts vom Menü (Inhalte) */
.woocommerce-MyAccount-content {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

/* Links im Content */
.woocommerce-MyAccount-content a {
  color: #00b0ad;
  text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
  color: #008b89;
}

/* Buttons */
.woocommerce-Button,
button.woocommerce-button,
.woocommerce input.button {
  background-color: #00b0ad;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce-Button:hover,
button.woocommerce-button:hover,
.woocommerce input.button:hover {
  background-color: #008b89;
}

/* Formulare */
.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: #00b0ad;
  box-shadow: 0 0 0 1px #00b0ad;
  outline: none;
}

/* Fehlermeldungen */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  border-left: 4px solid #00b0ad;
  padding: 1em 1em 1em 1.5em;
  background-color: #f0fafa;
  color: #333;
}

/* Tabellen in Bestellungen & Adressen */
.woocommerce table.my_account_orders,
.woocommerce table.shop_table {
  border: 1px solid #eaeaea;
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 12px;
  border: 1px solid #eaeaea;
  text-align: left;
}

.woocommerce table.shop_table a {
  color: #00b0ad;
}/* End custom CSS */