.elementor-10702 .elementor-element.elementor-element-83f87d8{--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:30px;--margin-bottom:0px;--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 );}/* Start custom CSS for shortcode, class: .elementor-element-f60ad2d *//* ============================================================
   MailPoet: Seite "Newsletter verwalten"
   Modernes, responsives Styling fuer .mailpoet-manage-subscription
   Farben zentral ueber die Variablen unten anpassbar.
   ============================================================ */

.mailpoet-manage-subscription {
  --mp-accent:        #2e7d32;   /* Akzent- und Buttonfarbe */
  --mp-accent-hover:  #256428;
  --mp-text:          #1f2937;
  --mp-muted:         #6b7280;
  --mp-border:        #e2e6ea;
  --mp-bg:            #ffffff;
  --mp-bg-soft:       #f7f9f8;
  --mp-radius:        12px;

  max-width: 560px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 40px);
  background: var(--mp-bg);
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius);
  box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.55;
  color: var(--mp-text);
}

.mailpoet-manage-subscription *,
.mailpoet-manage-subscription *::before,
.mailpoet-manage-subscription *::after {
  box-sizing: inherit;
}

/* ---------- Abstaende zwischen den Bloecken ---------- */

.mailpoet-manage-subscription .mailpoet_paragraph {
  margin: 0 0 24px;
}

.mailpoet-manage-subscription .mailpoet_paragraph:last-of-type {
  margin-bottom: 0;
}

/* ---------- E-Mail-Anzeige ---------- */

.mailpoet-manage-subscription label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--mp-muted);
  margin-bottom: 6px;
}

.mailpoet-manage-subscription label strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: var(--mp-text);
  word-break: break-all;
}

/* die <br>-Tags von MailPoet neutralisieren */
.mailpoet-manage-subscription label br,
.mailpoet-manage-subscription .mailpoet_paragraph > br {
  display: none;
}

.mailpoet-manage-subscription .mailpoet-change-email-info {
  display: block;
  margin-top: 12px;
  padding: 12px 16px;
  background: var(--mp-bg-soft);
  border-left: 3px solid var(--mp-accent);
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  color: var(--mp-muted);
}

/* ---------- Status-Auswahl ---------- */

.mailpoet-manage-subscription .mailpoet_select_label {
  margin-bottom: 8px;
}

.mailpoet-manage-subscription .mailpoet_required {
  color: var(--mp-accent);
  margin-left: 2px;
}

.mailpoet-manage-subscription .mailpoet_select {
  width: 100%;
  padding: 13px 44px 13px 16px;
  font: inherit;
  font-size: 16px; /* verhindert Auto-Zoom auf iOS */
  color: var(--mp-text);
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='none' stroke='%236b7280' stroke-width='2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.mailpoet-manage-subscription .mailpoet_select:hover {
  border-color: #c9d2cd;
}

.mailpoet-manage-subscription .mailpoet_select:focus,
.mailpoet-manage-subscription .mailpoet_select:focus-visible {
  outline: none;
  border-color: var(--mp-accent);
  box-shadow: 0 0 0 3px rgba(46, 125, 50, .15);
}

/* ---------- Button ---------- */

.mailpoet-manage-subscription .mailpoet_submit {
  width: 100%;
  padding: 15px 24px;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--mp-accent);
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color .15s ease, transform .1s ease, box-shadow .15s ease;
}

.mailpoet-manage-subscription .mailpoet_submit:hover {
  background: var(--mp-accent-hover);
  box-shadow: 0 4px 12px rgba(46, 125, 50, .25);
}

.mailpoet-manage-subscription .mailpoet_submit:active {
  transform: translateY(1px);
  box-shadow: none;
}

.mailpoet-manage-subscription .mailpoet_submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(46, 125, 50, .3);
}

/* ---------- Fehlermeldungen (Klasse hat wechselndes Suffix) ---------- */

.mailpoet-manage-subscription [class^="mailpoet_error"],
.mailpoet-manage-subscription [class*=" mailpoet_error"] {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #c62828;
}

.mailpoet-manage-subscription [class^="mailpoet_error"]:empty {
  display: none;
}

/* ---------- Lade-Animation ---------- */

.mailpoet-manage-subscription .mailpoet_form_loading {
  display: block;
  margin-top: 14px;
  text-align: center;
}

.mailpoet-manage-subscription .mailpoet_form_loading > span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  background: var(--mp-accent);
  border-radius: 50%;
  animation: mp-bounce 1.4s infinite ease-in-out both;
}

.mailpoet-manage-subscription .mailpoet_bounce1 { animation-delay: -.32s; }
.mailpoet-manage-subscription .mailpoet_bounce2 { animation-delay: -.16s; }

@keyframes mp-bounce {
  0%, 80%, 100% { transform: scale(0); }
  40%           { transform: scale(1); }
}

/* ---------- Responsiv ---------- */

@media (max-width: 600px) {
  .mailpoet-manage-subscription {
    padding: 22px 18px;
    border-radius: 10px;
    box-shadow: none;
  }

  .mailpoet-manage-subscription label strong {
    font-size: 16px;
  }
}

/* ---------- Dark Mode (optional, greift nur bei dunklem Theme) ---------- */

@media (prefers-color-scheme: dark) {
  .mailpoet-manage-subscription {
    --mp-text:    #e9edf0;
    --mp-muted:   #a8b1ba;
    --mp-border:  #39414a;
    --mp-bg:      #1e242b;
    --mp-bg-soft: #262e36;
  }

  .mailpoet-manage-subscription .mailpoet_select {
    background-color: #262e36;
  }
}

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
  .mailpoet-manage-subscription * {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}/* End custom CSS */