.elementor-2491 .elementor-element.elementor-element-6d2c4c6{--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;}.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 html, class: .elementor-element-437a8d2 */@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap");

  .dfrecipe-wrap {
    --dfrecipe-bg: transparent;
    --dfrecipe-surface: #ffffff;
    --dfrecipe-surface-2: #faf7f1;
    --dfrecipe-border: #e7dece;
    --dfrecipe-border-soft: #d9cdb9;
    --dfrecipe-text: #171411;
    --dfrecipe-text-soft: #3c342a;
    --dfrecipe-text-dim: #7c6d5c;
    --dfrecipe-gold: #c89a3c;
    --dfrecipe-peach: #d89a74;
    --dfrecipe-mint: #7c9f7f;
    --dfrecipe-shadow: none;
    color: var(--dfrecipe-text);
    font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    margin: 0;
    width: 100%;
  }

  .dfrecipe-wrap * {
    box-sizing: border-box;
  }

  .dfrecipe-container {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: hidden;
  }

  .dfrecipe-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 28px;
    align-items: stretch;
    padding: 34px;
  }

  .dfrecipe-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 4px 12px 0;
  }

  .dfrecipe-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--dfrecipe-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .dfrecipe-kicker::before {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
  }

  .dfrecipe-title {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.06;
    font-weight: 600;
    color: #14110e;
    max-width: 720px;
  }

  .dfrecipe-lead {
    margin: 20px 0 0;
    max-width: 660px;
    font-size: 18px;
    color: #4a3f34;
  }

  .dfrecipe-hero-media {
    min-width: 0;
  }

  .dfrecipe-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
    border: 1px solid var(--dfrecipe-border);
  }

  .dfrecipe-body {
    position: relative;
    padding: 0 34px 42px;
  }

  .dfrecipe-intro-card {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.72fr);
    gap: 22px;
    margin: 0 auto;
    max-width: 1180px;
  }

  .dfrecipe-intro-text,
  .dfrecipe-secondary-card,
  .dfrecipe-grid-card,
  .dfrecipe-section,
  .dfrecipe-cta-card {
    border: 1px solid var(--dfrecipe-border);
    box-shadow: none;
  }

  .dfrecipe-intro-text {
    background: #fff;
    padding: 28px 30px;
    color: var(--dfrecipe-text-soft);
    font-size: 16px;
  }

  .dfrecipe-secondary-card {
    background: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }

  .dfrecipe-secondary-card img {
    width: 100%;
    display: block;
    border: 1px solid var(--dfrecipe-border-soft);
    object-fit: cover;
  }

  .dfrecipe-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    max-width: 1180px;
    margin: 26px auto 0;
  }

  .dfrecipe-grid-card,
  .dfrecipe-section,
  .dfrecipe-cta-card {
    background: #fff;
  }

  .dfrecipe-grid-card {
    padding: 28px 28px 26px;
  }

  .dfrecipe-heading {
    margin: 0 0 18px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    line-height: 1.1;
    color: var(--dfrecipe-text);
  }

  .dfrecipe-subheading {
    margin: 18px 0 10px;
    color: var(--dfrecipe-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .dfrecipe-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .dfrecipe-list li {
    position: relative;
    padding-left: 18px;
    color: var(--dfrecipe-text-soft);
  }

  .dfrecipe-list li + li {
    margin-top: 8px;
  }

  .dfrecipe-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--dfrecipe-gold);
  }

  .dfrecipe-temp {
    margin-top: 24px;
    border-top: 1px solid var(--dfrecipe-border);
    padding-top: 18px;
    color: var(--dfrecipe-text-soft);
  }

  .dfrecipe-temp strong {
    color: #14110e;
  }

  .dfrecipe-section {
    max-width: 1180px;
    margin: 24px auto 0;
    padding: 30px;
  }

  .dfrecipe-steps {
    display: grid;
    gap: 14px;
    margin-top: 18px;
  }

  .dfrecipe-step {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 0;
    padding: 0;
    border: 1px solid var(--dfrecipe-border);
    background: #fff;
  }

  .dfrecipe-step-number {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    border: 0;
    border-right: 1px solid var(--dfrecipe-border);
    background: var(--dfrecipe-surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    color: var(--dfrecipe-gold);
  }

  .dfrecipe-step-content {
    padding: 18px 24px 16px;
  }

  .dfrecipe-step-title {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--dfrecipe-text);
  }

  .dfrecipe-step-desc {
    color: var(--dfrecipe-text-soft);
  }

  .dfrecipe-plating {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 22px;
    align-items: center;
  }

  .dfrecipe-plating-copy {
    color: var(--dfrecipe-text-soft);
  }

  .dfrecipe-plating-copy p + p {
    margin-top: 12px;
  }

  .dfrecipe-accent {
    min-height: 220px;
    border: 1px solid var(--dfrecipe-border);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.12)),
      url("https://www.dasfleisch.ch/wp-content/uploads/2026/07/3L2A3380-Modifier-1536x1024.jpg") center center / cover no-repeat;
  }

  .dfrecipe-tip {
    position: relative;
    overflow: hidden;
  }

  .dfrecipe-tip::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(200, 154, 60, 0.06);
    pointer-events: none;
  }

  .dfrecipe-tip p {
    position: relative;
    z-index: 1;
    color: var(--dfrecipe-text-soft);
  }

  .dfrecipe-tip strong {
    color: #14110e;
  }

  .dfrecipe-cta-card {
    max-width: 1180px;
    margin: 24px auto 0;
    padding: 28px 30px;
    text-align: center;
  }

  .dfrecipe-cta-card a {
    color: #171411;
    text-decoration: none;
    border-bottom: 1px solid rgba(200, 154, 60, 0.38);
    transition: color 0.2s ease, border-color 0.2s ease;
  }

  .dfrecipe-cta-card a:hover {
    color: var(--dfrecipe-gold);
    border-color: var(--dfrecipe-gold);
  }

  @media (max-width: 1024px) {
    .dfrecipe-hero,
    .dfrecipe-intro-card,
    .dfrecipe-grid,
    .dfrecipe-plating {
      grid-template-columns: 1fr;
    }

    .dfrecipe-hero {
      padding: 24px;
    }

    .dfrecipe-body {
      padding: 0 18px 28px;
    }

    .dfrecipe-hero-content {
      padding: 0;
    }

    .dfrecipe-hero-media img {
      min-height: 320px;
    }

    .dfrecipe-section,
    .dfrecipe-grid-card,
    .dfrecipe-intro-text,
    .dfrecipe-cta-card {
      padding: 22px 20px;
    }
  }

  @media (max-width: 640px) {
    .dfrecipe-title {
      font-size: 32px;
    }

    .dfrecipe-lead {
      font-size: 16px;
    }

    .dfrecipe-hero {
      gap: 18px;
      padding: 18px;
    }

    .dfrecipe-hero-media img {
      min-height: 240px;
    }

    .dfrecipe-step {
      grid-template-columns: 1fr;
    }

    .dfrecipe-step-number {
      width: 100%;
      min-height: 56px;
      font-size: 24px;
      border-right: 0;
      border-bottom: 1px solid var(--dfrecipe-border);
    }
  }
  .elementor-286 .elementor-element.elementor-element-6d861e4 {
  text-align: start;
  display: none;
}/* End custom CSS */