.elementor-158 .elementor-element.elementor-element-a624ad7{--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;}/* Start custom CSS for shortcode, class: .elementor-element-c7833d0 *//* =========================================================
   WDFRS – COMPLETE MODERN UI CSS
   (Basis + Modern Look + mehr Breite + Kapitelabstände
    + Card-Design + Toolbar für Zeiten/Schwierigkeit)
   ========================================================= */

/* ---------- Design Tokens ---------- */
:root{
  --wdfrs-bg: #ffffff;
  --wdfrs-surface: #ffffff;
  --wdfrs-surface-2: #faf7fb;
  --wdfrs-border: rgba(15,23,42,.10);
  --wdfrs-border-2: rgba(15,23,42,.16);

  --wdfrs-text: #0f172a;
  --wdfrs-muted: rgba(15,23,42,.62);

  --wdfrs-accent: #2563eb;
  --wdfrs-accent-hover: #1d4ed8;
  --wdfrs-danger: #ef4444;
  --wdfrs-success: #22c55e;

  --wdfrs-radius-xl: 22px;
  --wdfrs-radius-lg: 16px;
  --wdfrs-radius-md: 12px;

  --wdfrs-shadow-lg: 0 16px 36px rgba(2,6,23,.10);
  --wdfrs-shadow-md: 0 10px 24px rgba(2,6,23,.08);
  --wdfrs-shadow-sm: 0 4px 12px rgba(2,6,23,.06);
}

/* ---------- Global Wrapper ---------- */
.wdfrs-wrap{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 20px;
}

/* ---------- Main Card ---------- */
.wdfrs-card{
  background: var(--wdfrs-surface);
  border: 1px solid var(--wdfrs-border);
  border-radius: var(--wdfrs-radius-xl);
  padding: 36px;
  box-shadow: var(--wdfrs-shadow-lg);
}

/* ---------- Headings ---------- */
.wdfrs-h{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: var(--wdfrs-text);
}

.wdfrs-sub{
  font-size: 13px;
  color: var(--wdfrs-muted);
  margin-bottom: 32px;
}

/* ---------- Labels & Layout ---------- */
.wdfrs-label{
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--wdfrs-text);
  margin: 22px 0 10px;
}

.wdfrs-row{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wdfrs-row > *{
  flex: 1 1 240px;
}

/* ---------- Inputs ---------- */
.wdfrs-input,
.wdfrs-textarea,
.wdfrs-select{
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  font-size: 14px;
  border-radius: var(--wdfrs-radius-lg);
  border: 1px solid var(--wdfrs-border-2);
  background: var(--wdfrs-surface-2);
  color: var(--wdfrs-text);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.wdfrs-input::placeholder,
.wdfrs-textarea::placeholder{
  color: rgba(15,23,42,.45);
}

.wdfrs-input:focus,
.wdfrs-textarea:focus,
.wdfrs-select:focus{
  outline: none;
  background: #fff;
  border-color: var(--wdfrs-accent);
  box-shadow: 0 0 0 4px rgba(37,99,235,.18);
}

.wdfrs-textarea{
  min-height: 120px;
  resize: vertical;
}

/* ---------- Divider ---------- */
.wdfrs-hr{
  border: none;
  border-top: 1px solid var(--wdfrs-border);
  margin: 36px 0;
}

/* ---------- Buttons ---------- */
.wdfrs-btn{
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--wdfrs-border-2);
  background: #fff;
  color: var(--wdfrs-text);
  cursor: pointer;
  transition: background .15s ease, box-shadow .15s ease, transform .08s ease;
}

.wdfrs-btn:hover{
  background: var(--wdfrs-surface-2);
  box-shadow: var(--wdfrs-shadow-sm);
}

.wdfrs-btn:active{
  transform: translateY(1px);
  box-shadow: none;
}

.wdfrs-btn-primary{
  margin-top: 36px;
  width: 100%;
  justify-content: center;
  padding: 16px 20px;
  font-size: 14px;
  border-radius: var(--wdfrs-radius-lg);
  background: var(--wdfrs-accent);
  border-color: var(--wdfrs-accent);
  color: #fff;
  box-shadow: 0 14px 28px rgba(37,99,235,.25);
}

.wdfrs-btn-primary:hover{
  background: var(--wdfrs-accent-hover);
  border-color: var(--wdfrs-accent-hover);
}

/* ---------- Kapitel / Cards ---------- */
.wdfrs-item{
  margin-top: 36px;
  background: #fff;
  border: 1px solid var(--wdfrs-border);
  border-radius: var(--wdfrs-radius-xl);
  padding: 24px;
  box-shadow: var(--wdfrs-shadow-md);
}

.wdfrs-item:first-of-type{
  margin-top: 0;
}

.wdfrs-itemhead{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--wdfrs-border);
  margin-bottom: 18px;
}

.wdfrs-itemtitle{
  font-size: 16px;
  font-weight: 800;
}

.wdfrs-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wdfrs-note{
  font-size: 12px;
  color: var(--wdfrs-muted);
  margin-top: 10px;
}

/* ---------- Repeater / Gruppen ---------- */
.wdfrs-repeater{
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}

/* Gruppen innerhalb Zutaten / Anleitung */
.wdfrs-repeater > .wdfrs-item{
  margin-top: 0;
  background: var(--wdfrs-surface-2);
  border-radius: var(--wdfrs-radius-lg);
  box-shadow: none;
  padding: 20px;
  position: relative;
}



/* ---------- Toolbar: Zeiten / Schwierigkeit ---------- */
.wdfrs-row:has(#wdfrs_prep),
.wdfrs-row:has(#wdfrs_methods){
  background: var(--wdfrs-surface-2);
  border: 1px solid var(--wdfrs-border);
  border-radius: var(--wdfrs-radius-xl);
  padding: 18px;
  box-shadow: var(--wdfrs-shadow-sm);
}

.wdfrs-row:has(#wdfrs_prep) .wdfrs-label{
  margin-top: 0;
  font-size: 12px;
  opacity: .9;
}

/* ---------- Status ---------- */
.wdfrs-ok{
  background: rgba(34,197,94,.10);
  border: 1px solid rgba(34,197,94,.35);
  color: #14532d;
  border-radius: var(--wdfrs-radius-xl);
  padding: 14px;
  margin-bottom: 18px;
}

.wdfrs-errors{
  background: rgba(239,68,68,.10);
  border: 1px solid rgba(239,68,68,.35);
  color: #7f1d1d;
  border-radius: var(--wdfrs-radius-xl);
  padding: 14px;
  margin-bottom: 18px;
}

/* ---------- Utility ---------- */
.wdfrs-spacer{
  height: 22px;
}

/* ---------- Mobile ---------- */
@media (max-width: 768px){
  .wdfrs-card{
    padding: 26px;
  }
}

@media (max-width: 480px){
  .wdfrs-wrap{
    padding: 18px 12px;
  }

  .wdfrs-card{
    padding: 22px;
    border-radius: 18px;
  }

  .wdfrs-row{
    gap: 14px;
  }

  .wdfrs-btn-primary{
    margin-top: 28px;
  }
}

/* ===== Einzelne Zutaten & Schritte: weißer Hintergrund ===== */

/* Zutaten: einzelne Item-Zeilen */
.wdfrs-repeater .wdfrs-repeater > .wdfrs-item{
  background: #2277 !important;
  border: 1px solid var(--wdfrs-border);
  box-shadow: none;
}

/* Entferne den dekorativen Marker für Einzel-Items */
.wdfrs-repeater .wdfrs-repeater > .wdfrs-item::before{
  display: none;
}

/* Inputs innerhalb der Einzel-Items noch klarer */
.wdfrs-repeater .wdfrs-repeater .wdfrs-input,
.wdfrs-repeater .wdfrs-repeater .wdfrs-textarea{
  background: #ffffff;
}



.wdfrs-input { background: white}
.wdfrs-textarea{ background: white}
.wdfrs-select{ background: white}/* End custom CSS */