/** Shopify CDN: Minification failed

Line 6276:11 Unexpected "{"
Line 6276:20 Expected ":"
Line 6276:27 Unexpected "{"
Line 6279:13 Unexpected "{"
Line 6279:22 Expected ":"
Line 6281:13 Unexpected "{"
Line 6281:22 Expected ":"
Line 6286:13 Unexpected "{"
Line 6286:22 Expected ":"
Line 6291:13 Unexpected "{"
... and 44 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:hero-banner (INDEX:20) */
.mkh-section {
    --mkh-ink-soft: #626A72;
    --mkh-ink-faint: #8A9199;
    --mkh-line: #E2E7E4;
  }

  .mkh-outer {
    background: var(--mkh-bg, #FBFCFB);
  }

  .mkh-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mkh-pt, 40px) 24px var(--mkh-pb, 32px);
  }

  .mkh-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    column-gap: var(--mkh-gap, 56px);
  }

  /* --- Badge --- */
  .mkh-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
    padding: 5px 12px 5px 9px;
    border: 1px solid var(--mkh-accent-soft, #C9E2D2);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--mkh-accent, #3f8f4a);
  }

  .mkh-badge svg {
    flex: none;
    width: 14px;
    height: 14px;
  }

  /* --- Headline --- */
  .mkh-headline {
    margin: 0 0 14px;
    font-size: var(--mkh-h1, 44px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--mkh-ink, #1E2226);
  }

  /* --- Untertitel: bewusst leicht, grau, schmaler Satzspiegel --- */
  .mkh-subline {
    max-width: 520px;
    margin-bottom: 26px;
    font-size: var(--mkh-sub, 16.5px);
    font-weight: 400;
    line-height: 1.65;
    color: var(--mkh-ink-soft);
  }

  .mkh-subline p { margin: 0 0 9px; }
  .mkh-subline p:last-child { margin-bottom: 0; }

  /* --- USP-Punkte: eigener Block, dunkler, halbfett, Icon-Badge --- */
  .mkh-usps {
    display: grid;
    grid-template-columns: repeat(var(--mkh-usp-cols, 2), minmax(0, 1fr));
    gap: 13px 26px;
    max-width: 620px;
    margin: 0 0 28px;
    padding: 22px 0 0;
    border-top: 1px solid var(--mkh-line);
    list-style: none;
  }

  .mkh-usp {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
  }

  .mkh-tick {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--mkh-accent-tint, #E6F1E9);
    color: var(--mkh-accent, #3f8f4a);
  }

  .mkh-tick svg {
    display: block;
    width: 13px;
    height: 13px;
  }

  .mkh-usp-text {
    font-size: var(--mkh-usp, 15px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.005em;
    color: var(--mkh-ink, #1E2226);
  }

  /* --- Buttons --- */
  .mkh-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  .mkh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 28px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .mkh-btn--primary {
    border: 1px solid var(--mkh-btn, #232A31);
    background: var(--mkh-btn, #232A31);
    color: var(--mkh-btn-text, #FFFFFF);
  }

  .mkh-btn--primary:hover {
    background: #11161B;
    border-color: #11161B;
  }

  .mkh-btn--secondary {
    border: 1px solid var(--mkh-accent, #3f8f4a);
    background: transparent;
    color: var(--mkh-accent, #3f8f4a);
  }

  .mkh-btn--secondary:hover {
    background: var(--mkh-accent, #3f8f4a);
    color: #FFFFFF;
  }

  /* --- Bild --- */
  .mkh-media {
    justify-self: end;
    width: 100%;
    max-width: var(--mkh-img, 400px);
  }

  .mkh-media-frame {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 4px;
    background: #FFFFFF;
  }

  .mkh-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mkh-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #F4F6F5;
  }

  .mkh-ph-svg {
    width: 55%;
    height: 55%;
    fill: #D8DEDA;
  }

  /* --- Faktenleiste mit Icons --- */
  .mkh-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 28px;
    margin: 34px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--mkh-line);
    list-style: none;
  }

  .mkh-fact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
  }

  .mkh-fact-icon {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: var(--mkh-accent-tint, #E6F1E9);
    color: var(--mkh-accent, #3f8f4a);
  }

  .mkh-fact-icon svg {
    display: block;
    width: 19px;
    height: 19px;
  }

  .mkh-fact-body {
    min-width: 0;
    padding-top: 1px;
  }

  .mkh-fact-value {
    display: block;
    margin-bottom: 2px;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--mkh-accent, #3f8f4a);
  }

  .mkh-fact-label {
    display: block;
    font-size: 13.5px;
    line-height: 1.4;
    color: var(--mkh-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkh-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkh-grid {
      grid-template-columns: 1fr;
      row-gap: 30px;
    }

    .mkh-subline {
      max-width: 100%;
    }

    .mkh-media {
      justify-self: center;
      max-width: 320px;
    }

    .mkh-facts {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px 24px;
      margin-top: 28px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkh-inner {
      padding: 28px 16px 26px;
    }

    .mkh-badge {
      margin-bottom: 13px;
      font-size: 11.5px;
    }

    .mkh-headline {
      font-size: var(--mkh-h1-m, 28px);
      margin-bottom: 11px;
    }

    .mkh-subline {
      margin-bottom: 22px;
      font-size: 15px;
      line-height: 1.6;
    }

    .mkh-usps {
      grid-template-columns: 1fr;
      gap: 11px;
      margin-bottom: 24px;
      padding-top: 20px;
    }

    .mkh-usp-text {
      font-size: 14.5px;
    }

    .mkh-actions {
      gap: 9px;
    }

    .mkh-btn {
      flex: 1 1 100%;
      height: 48px;
    }

    .mkh-media {
      max-width: 260px;
    }

    .mkh-facts {
      grid-template-columns: 1fr;
      margin-top: 26px;
      padding-top: 20px;
      gap: 16px;
    }

    .mkh-fact-icon {
      width: 30px;
      height: 30px;
    }

    .mkh-fact-icon svg {
      width: 17px;
      height: 17px;
    }

    .mkh-fact-value {
      font-size: 15.5px;
    }

    .mkh-fact-label {
      font-size: 13px;
    }
  }
/* END_SECTION:hero-banner */

/* START_SECTION:k-produkt-seo-kauf (INDEX:23) */
.mksk-section { background: #FFFFFF; }
  .mksk-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mksk-pt, 56px) 24px var(--mksk-pb, 56px);
    display: grid;
    grid-template-columns: minmax(0, 750px) 1fr;
    gap: 48px;
    align-items: center;
  }
  .mksk-heading { font-size: 30px; font-weight: 700; color: #1E2226; margin: 0 0 16px; letter-spacing: -0.005em; }
  .mksk-body { font-size: 15.5px; line-height: 1.75; color: #5A6169; }
  .mksk-body p { margin: 0 0 14px; }
  .mksk-benefits { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .mksk-benefits li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #1E2226; font-weight: 600; }
  .mksk-check { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; color: #3f8f4a; }
  .mksk-check svg { display: block; width: 100%; height: 100%; }
  .mksk-button {
    display: inline-flex; align-items: center; justify-content: center;
    margin-top: 24px; min-height: 48px; padding: 0 28px;
    background: #3f8f4a; color: #FFFFFF; font-size: 15px; font-weight: 600;
    text-decoration: none; transition: background-color 0.15s ease;
  }
  .mksk-button:hover { background: #35793e; }
  .mksk-media { border-radius: 10px; overflow: hidden; }
  .mksk-img { display: block; width: 100%; height: auto; }

  @media screen and (max-width: 989px) {
    .mksk-inner { grid-template-columns: 1fr; gap: 28px; }
  }
  @media screen and (max-width: 749px) {
    .mksk-inner { padding: 36px 16px; }
    .mksk-heading { font-size: 22px; }
  }
/* END_SECTION:k-produkt-seo-kauf */

/* START_SECTION:mk-aufsteller-compare (INDEX:45) */
.mk-cmp-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-ink-faint: #8A9199;
    --mk-line: #E4E7EA;
    --mk-btn: #232A31;
  }

  .mk-cmp-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 24px;
  }

  .mk-cmp-head {
    max-width: 820px;
    margin-bottom: 36px;
  }

  .mk-cmp-heading {
    margin: 0 0 14px;
    font-size: var(--mk-cmp-h2, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-cmp-intro {
    font-size: 16px;
    line-height: 1.65;
    color: var(--mk-ink-soft);
  }

  .mk-cmp-intro p {
    margin: 0;
  }

  /* --- Karten --- */
  .mk-cmp-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .mk-cmp-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--mk-line);
    background: #FFFFFF;
  }

  .mk-cmp-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    padding: 24px;
    overflow: hidden;
  }

  .mk-cmp-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .mk-cmp-ph {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    color: var(--mk-ink-faint);
    font-size: 12px;
    letter-spacing: 0.3px;
  }

  .mk-cmp-ph svg {
    width: 42%;
    max-width: 130px;
    height: auto;
    color: var(--mk-line);
  }

  /* --- Blickrichtungs-Schema --- */
  .mk-cmp-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0 20px 18px;
    color: var(--mk-cmp-accent, #1E8E4A);
  }

  .mk-cmp-diagram svg {
    width: 168px;
    max-width: 100%;
    height: auto;
  }

  .mk-cmp-diagram-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: var(--mk-ink-soft);
  }

  /* --- Kartentext --- */
  .mk-cmp-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px 26px 28px;
    border-top: 1px solid var(--mk-line);
  }

  .mk-cmp-card-title {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.005em;
    color: var(--mk-ink);
  }

  .mk-cmp-card-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--mk-ink-soft);
  }

  .mk-cmp-list-wrap {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--mk-line);
  }

  .mk-cmp-list-title {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--mk-ink-faint);
  }

  .mk-cmp-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-cmp-list li {
    display: flex;
    gap: 9px;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--mk-ink-soft);
  }

  .mk-cmp-tick {
    flex: none;
    margin-top: 2px;
    color: var(--mk-cmp-accent, #1E8E4A);
  }

  .mk-cmp-tick svg {
    display: block;
    width: 15px;
    height: 15px;
  }

  .mk-cmp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 48px;
    margin-top: auto;
    padding: 0 26px;
    border: 1px solid var(--mk-btn);
    border-radius: 4px;
    background: var(--mk-btn);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .mk-cmp-list-wrap + .mk-cmp-btn,
  .mk-cmp-card-text + .mk-cmp-btn {
    margin-top: 24px;
  }

  .mk-cmp-btn:hover {
    background: #11161B;
    border-color: #11161B;
  }

  /* --- Tabelle --- */
  .mk-cmp-table-wrap {
    margin-top: 48px;
  }

  .mk-cmp-table-heading {
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 600;
    color: var(--mk-ink);
  }

  .mk-cmp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }

  .mk-cmp-table th,
  .mk-cmp-table td {
    padding: 15px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--mk-line);
    line-height: 1.5;
  }

  .mk-cmp-table thead th {
    padding-top: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--mk-ink-faint);
    border-bottom: 1px solid var(--mk-ink-faint);
  }

  .mk-cmp-table thead th:first-child,
  .mk-cmp-feature {
    padding-left: 0;
  }

  .mk-cmp-feature {
    width: 26%;
    font-weight: 600;
    color: var(--mk-ink);
  }

  .mk-cmp-table td {
    color: var(--mk-ink-soft);
  }

  .mk-cmp-table tbody tr:last-child th,
  .mk-cmp-table tbody tr:last-child td {
    border-bottom: 0;
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-cmp-inner {
      padding: 44px 20px;
    }

    .mk-cmp-cards {
      gap: 16px;
    }

    .mk-cmp-body {
      padding: 20px 20px 24px;
    }

    .mk-cmp-card-title {
      font-size: 17px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-cmp-inner {
      padding: 34px 16px;
    }

    .mk-cmp-head {
      margin-bottom: 26px;
    }

    .mk-cmp-heading {
      font-size: var(--mk-cmp-h2-m, 22px);
    }

    .mk-cmp-intro {
      font-size: 15px;
    }

    .mk-cmp-cards {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .mk-cmp-media {
      aspect-ratio: 3 / 2;
      padding: 18px;
    }

    .mk-cmp-btn {
      width: 100%;
      align-self: stretch;
    }

    /* Tabelle wird zu Karten */
    .mk-cmp-table-wrap {
      margin-top: 34px;
    }

    .mk-cmp-table,
    .mk-cmp-table tbody,
    .mk-cmp-table tr,
    .mk-cmp-table td,
    .mk-cmp-table tbody th {
      display: block;
      width: 100%;
    }

    .mk-cmp-table thead {
      display: none;
    }

    .mk-cmp-table tr {
      margin-bottom: 12px;
      border: 1px solid var(--mk-line);
    }

    .mk-cmp-table tr:last-child {
      margin-bottom: 0;
    }

    .mk-cmp-feature {
      width: auto;
      padding: 12px 16px;
      background: #F4F5F6;
      border-bottom: 1px solid var(--mk-line);
      font-size: 14px;
    }

    .mk-cmp-table td {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding: 11px 16px;
      font-size: 14px;
      border-bottom: 1px solid var(--mk-line);
    }

    .mk-cmp-table td:last-child {
      border-bottom: 0;
    }

    .mk-cmp-table td::before {
      content: attr(data-label);
      flex: none;
      font-weight: 600;
      color: var(--mk-ink);
    }

    .mk-cmp-table tbody tr:last-child td:last-child {
      border-bottom: 0;
    }
  }
/* END_SECTION:mk-aufsteller-compare */

/* START_SECTION:mk-azuschnitte-custom (INDEX:46) */
.mkzc { background: #F3F8F4; }
  .mkzc-inner { max-width: 1400px; margin: 0 auto; padding: 56px 24px; }
  .mkzc-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 40px; align-items: center; }
  .mkzc-heading { font-size: 28px; font-weight: 700; color: #1E2226; margin: 0 0 14px; letter-spacing: -0.005em; }
  .mkzc-body { font-size: 15.5px; line-height: 1.7; color: #5A6169; max-width: 620px; }

  .mkzc-actions { display: flex; align-items: center; gap: 20px; margin-top: 22px; flex-wrap: wrap; }
  .mkzc-btn {
    display: inline-flex; align-items: center; justify-content: center;
    height: 48px; padding: 0 26px; background: #3f8f4a; color: #FFFFFF;
    font-size: 14.5px; font-weight: 700; border-radius: 8px; text-decoration: none;
  }
  .mkzc-btn:hover { filter: brightness(1.06); }
  .mkzc-link { font-size: 14px; font-weight: 600; color: #1E2226; text-decoration: underline; }
  .mkzc-link:hover { color: #3f8f4a; }

  .mkzc-media { display: flex; justify-content: center; }
  .mkzc-media img { max-width: 160px; height: auto; }
  .mkzc-icon-ph { width: 140px; height: 140px; color: #3f8f4a; opacity: 0.85; }
  .mkzc-icon-ph svg { display: block; width: 100%; height: 100%; }

  @media screen and (max-width: 989px) {
    .mkzc-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
    .mkzc-body { margin-left: auto; margin-right: auto; }
    .mkzc-actions { justify-content: center; }
  }
  @media screen and (max-width: 749px) {
    .mkzc-inner { padding: 36px 16px; }
    .mkzc-heading { font-size: 22px; }
  }
/* END_SECTION:mk-azuschnitte-custom */

/* START_SECTION:mk-azuschnitte-faq (INDEX:47) */
.mkzf { background: #FFFFFF; }
  .mkzf-inner { max-width: 900px; margin: 0 auto; padding: 56px 24px 72px; }
  .mkzf-heading { font-size: 30px; font-weight: 700; color: #1E2226; margin: 0 0 28px; letter-spacing: -0.005em; text-align: center; }

  .mkzf-list { border-top: 1px solid #E4E7EA; }
  .mkzf-item { border-bottom: 1px solid #E4E7EA; }
  .mkzf-question {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 18px 4px; font-size: 15.5px; font-weight: 600; color: #1E2226;
    cursor: pointer; list-style: none;
  }
  .mkzf-question::-webkit-details-marker { display: none; }
  .mkzf-plus { flex: none; width: 16px; height: 16px; color: #3f8f4a; transition: transform .2s ease; }
  details[open] .mkzf-plus { transform: rotate(45deg); }
  .mkzf-answer { padding: 0 4px 20px; font-size: 14.5px; line-height: 1.65; color: #5A6169; }

  @media screen and (max-width: 749px) {
    .mkzf-inner { padding: 36px 16px 48px; }
    .mkzf-heading { font-size: 22px; }
  }
/* END_SECTION:mk-azuschnitte-faq */

/* START_SECTION:mk-azuschnitte-intro (INDEX:48) */
.mkz-intro-section {
    --mkz-ink: #1E2226; --mkz-ink-soft: #5A6169; --mkz-ink-faint: #8A9199;
    --mkz-line: #E4E7EA; --mkz-accent: #3f8f4a;
  }
  .mkz-intro-inner { max-width: 1400px; margin: 0 auto; padding: 60px 24px 44px; }
  .mkz-crumbs { font-size: 13px; color: var(--mkz-ink-faint); margin-bottom: 20px; }
  .mkz-crumbs a { color: var(--mkz-ink-faint); text-decoration: none; }
  .mkz-crumbs a:hover { text-decoration: underline; }
  .mkz-crumbs span { margin: 0 6px; }
  .mkz-headline {
    margin: 0 0 14px; font-weight: 700; line-height: 1.15; letter-spacing: -0.01em;
    color: var(--mkz-ink); font-size: var(--mkz-h1, 36px);
  }
  .mkz-body { font-size: 16px; line-height: 1.6; color: var(--mkz-ink-soft); max-width: 800px; }
  .mkz-body p { margin: 0 0 10px; }
  .mkz-body p:last-child { margin-bottom: 0; }

  .mkz-chips {
    display: flex; flex-wrap: wrap; gap: 10px;
    margin: 26px 0 0; padding: 0; list-style: none;
  }
  .mkz-chip {
    display: inline-flex; align-items: center;
    padding: 9px 18px; border: 1.5px solid var(--mkz-line); border-radius: 999px;
    font-size: 14px; font-weight: 600; color: var(--mkz-ink);
    text-decoration: none; transition: border-color .15s ease, color .15s ease, background-color .15s ease;
  }
  .mkz-chip:hover { border-color: var(--mkz-accent); color: var(--mkz-accent); background: #F3F8F4; }

  @media screen and (max-width: 749px) {
    .mkz-intro-inner { padding: 36px 16px 32px; }
    .mkz-headline { font-size: var(--mkz-h1-m, 24px); }
    .mkz-body { font-size: 15px; }
  }
/* END_SECTION:mk-azuschnitte-intro */

/* START_SECTION:mk-azuschnitte-material (INDEX:49) */
.mkzm { background: #F3F8F4; }
  .mkzm-inner { max-width: 1400px; margin: 0 auto; padding: 56px 24px; }
  .mkzm-heading { font-size: 30px; font-weight: 700; color: #1E2226; margin: 0 0 16px; letter-spacing: -0.005em; }
  .mkzm-body { max-width: 850px; font-size: 15.5px; line-height: 1.7; color: #5A6169; margin-bottom: 32px; }
  .mkzm-body p { margin: 0 0 14px; }
  .mkzm-body p:last-child { margin-bottom: 0; }

  .mkzm-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .mkzm-card { background: #FFFFFF; border: 1px solid #DCE3DE; border-radius: 10px; padding: 22px; }
  .mkzm-icon { display: block; width: 24px; height: 24px; color: #3f8f4a; margin-bottom: 12px; }
  .mkzm-icon svg { display: block; width: 100%; height: 100%; }
  .mkzm-card-title { font-size: 15.5px; font-weight: 700; color: #1E2226; margin: 0 0 6px; }
  .mkzm-card-text { font-size: 14px; line-height: 1.55; color: #5A6169; margin: 0; }

  @media screen and (max-width: 989px) {
    .mkzm-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  }
  @media screen and (max-width: 749px) {
    .mkzm-inner { padding: 36px 16px; }
    .mkzm-heading { font-size: 22px; }
    .mkzm-grid { grid-template-columns: 1fr; }
  }
/* END_SECTION:mk-azuschnitte-material */

/* START_SECTION:mk-azuschnitte-quality (INDEX:50) */
.mkzq { background: #F3F8F4; }
  .mkzq-inner { max-width: 1400px; margin: 0 auto; padding: 56px 24px; }
  .mkzq-heading { font-size: 30px; font-weight: 700; color: #1E2226; margin: 0 0 16px; letter-spacing: -0.005em; text-align: center; }
  .mkzq-body { max-width: 700px; margin: 0 auto 36px; font-size: 15.5px; line-height: 1.7; color: #5A6169; text-align: center; }

  .mkzq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .mkzq-item { display: flex; flex-direction: column; gap: 6px; }
  .mkzq-icon { width: 22px; height: 22px; color: #3f8f4a; }
  .mkzq-icon svg { display: block; width: 100%; height: 100%; }
  .mkzq-title { font-size: 15.5px; font-weight: 700; color: #1E2226; }
  .mkzq-text { font-size: 14px; color: #5A6169; line-height: 1.55; }

  @media screen and (max-width: 989px) {
    .mkzq-grid { grid-template-columns: 1fr 1fr; }
  }
  @media screen and (max-width: 749px) {
    .mkzq-inner { padding: 36px 16px; }
    .mkzq-heading { font-size: 22px; }
    .mkzq-grid { grid-template-columns: 1fr; }
  }
/* END_SECTION:mk-azuschnitte-quality */

/* START_SECTION:mk-azuschnitte-seo (INDEX:51) */
.mkzs { background: #FFFFFF; }
  .mkzs-inner { max-width: 1400px; margin: 0 auto; padding: 56px 24px; }
  .mkzs-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
  .mkzs-heading { font-size: 30px; font-weight: 700; color: #1E2226; margin: 0 0 18px; letter-spacing: -0.005em; }
  .mkzs-body { max-width: 750px; font-size: 15.5px; line-height: 1.7; color: #5A6169; }
  .mkzs-body p { margin: 0 0 14px; }
  .mkzs-body p:last-child { margin-bottom: 0; }

  .mkzs-points { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .mkzs-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #1E2226; font-weight: 600; }
  .mkzs-check { flex: none; width: 20px; height: 20px; margin-top: 1px; color: #3f8f4a; }
  .mkzs-check svg { display: block; width: 100%; height: 100%; }

  .mkzs-media img { display: block; width: 100%; height: auto; border-radius: 10px; object-fit: cover; }
  .mkzs-media-ph {
    aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center;
    background: #F6F8F6; border-radius: 10px; color: #C9D2CD;
  }
  .mkzs-media-ph svg { width: 30%; height: 30%; }

  @media screen and (max-width: 989px) {
    .mkzs-grid { grid-template-columns: 1fr; gap: 32px; }
    .mkzs-inner { padding: 40px 20px; }
  }
  @media screen and (max-width: 749px) {
    .mkzs-inner { padding: 32px 16px; }
    .mkzs-heading { font-size: 22px; }
    .mkzs-body { font-size: 15px; }
  }
/* END_SECTION:mk-azuschnitte-seo */

/* START_SECTION:mk-azuschnitte-trust (INDEX:52) */
.mkzt-section { background: #FFFFFF; border-top: 1px solid #E4E7EA; border-bottom: 1px solid #E4E7EA; }
  .mkzt-inner { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
  .mkzt-list {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px; margin: 0; padding: 22px 0; list-style: none;
  }
  .mkzt-item { display: flex; align-items: center; gap: 12px; }
  .mkzt-icon { flex: none; width: 24px; height: 24px; color: #3f8f4a; }
  .mkzt-icon svg { display: block; width: 100%; height: 100%; }
  .mkzt-body { display: flex; flex-direction: column; min-width: 0; }
  .mkzt-title { font-size: 14.5px; font-weight: 600; color: #1E2226; line-height: 1.3; }
  .mkzt-sub { font-size: 12.5px; color: #8A9199; line-height: 1.35; }

  @media screen and (max-width: 989px) {
    .mkzt-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; padding: 18px 0; }
  }
  @media screen and (max-width: 749px) {
    .mkzt-inner { padding: 0 16px; }
    .mkzt-list { grid-template-columns: 1fr; gap: 13px; padding: 16px 0; }
  }
/* END_SECTION:mk-azuschnitte-trust */

/* START_SECTION:mk-azuschnitte-usecases (INDEX:53) */
.mkzu { background: #FFFFFF; }
  .mkzu-inner { max-width: 1400px; margin: 0 auto; padding: 56px 24px; }
  .mkzu-heading { font-size: 30px; font-weight: 700; color: #1E2226; margin: 0 0 16px; letter-spacing: -0.005em; }
  .mkzu-body { max-width: 850px; font-size: 15.5px; line-height: 1.7; color: #5A6169; margin-bottom: 32px; }

  .mkzu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .mkzu-tile { display: flex; flex-direction: column; gap: 6px; padding: 18px; border: 1px solid #E4E7EA; border-radius: 10px; }
  .mkzu-icon { width: 22px; height: 22px; color: #3f8f4a; }
  .mkzu-icon svg { display: block; width: 100%; height: 100%; }
  .mkzu-title { font-size: 15px; font-weight: 700; color: #1E2226; }
  .mkzu-text { font-size: 13.5px; color: #5A6169; line-height: 1.5; }

  @media screen and (max-width: 989px) {
    .mkzu-grid { grid-template-columns: 1fr 1fr; }
  }
  @media screen and (max-width: 749px) {
    .mkzu-inner { padding: 36px 16px; }
    .mkzu-heading { font-size: 22px; }
    .mkzu-grid { grid-template-columns: 1fr; }
  }
/* END_SECTION:mk-azuschnitte-usecases */

/* START_SECTION:mk-cart-header (INDEX:75) */
.mk-cart-header {
    background: var(--mk-cart-header-bg);
    padding: 32px 24px;
  }

  @media screen and (min-width: 750px) {
    .mk-cart-header {
      padding: 40px 60px;
    }
  }

  .mk-cart-header__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
  }

  .mk-cart-header__spacer {
    justify-self: start;
  }

  .mk-cart-header__title {
    justify-self: center;
    text-align: center;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: var(--mk-cart-header-heading-color);
  }

  @media screen and (min-width: 750px) {
    .mk-cart-header__title {
      font-size: 36px;
    }
  }

  .mk-cart-header__back {
    justify-self: end;
  }

  .mk-cart-header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--mk-cart-header-button-border);
    background: var(--mk-cart-header-button-bg);
    color: var(--mk-cart-header-button-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease;
  }

  .mk-cart-header__button:hover {
    background: var(--mk-cart-header-button-border);
  }
/* ============ Zweispaltiges Warenkorb-Layout ============ */
  main:has([id$="__cart-footer"]) {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-template-areas:
      "header header"
      "items footer"
      "progress progress"
      "recommendations recommendations";
    align-items: start;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  main:has([id$="__cart-footer"]) [id$="__cart-items"] .page-width,
  main:has([id$="__cart-footer"]) [id$="__cart-footer"] .page-width {
    max-width: none;
    padding: 0;
    margin: 0;
  }

  main:has([id$="__cart-footer"]) > [id^="shopify-section-"]:has(.mk-cart-header) {
    grid-area: header;
  }

  main:has([id$="__cart-footer"]) [id$="__cart-items"] {
    grid-area: items;
    padding-right: 32px;
  }

  main:has([id$="__cart-footer"]) [id$="__cart-footer"] {
    grid-area: footer;
  }

  main:has([id$="__cart-footer"]) .mk-cart-progress-wrapper {
    grid-area: progress;
  }

  main:has([id$="__cart-footer"]) .mk-cart-recommendations-wrapper {
    grid-area: recommendations;
  }

  @media screen and (max-width: 749px) {
    main:has([id$="__cart-footer"]) {
      display: block;
      padding: 0;
      max-width: none;
    }
  }

  @media screen and (max-width: 749px) {
    .mk-cart-header__inner {
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 20px;
      text-align: center;
    }

    .mk-cart-header__spacer,
    .mk-cart-header__back {
      justify-self: center;
    }
  }
/* END_SECTION:mk-cart-header */

/* START_SECTION:mk-cart-recommendations (INDEX:76) */
.mk-cart-reco {
    background: var(--mk-reco-bg);
    padding: 32px 24px;
    font-family: var(--font-body-family);
  }

  .mk-cart-reco__inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .mk-cart-reco__heading {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #1E2226;
  }

  .mk-cart-reco__subheading {
    margin: 0 0 20px;
    font-size: 14px;
    color: #5A6169;
  }

  .mk-cart-reco__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  @media screen and (max-width: 989px) {
    .mk-cart-reco__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 600px) {
    .mk-cart-reco__grid {
      grid-template-columns: 1fr;
    }
  }

  .mk-cart-reco-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #DCE3DE;
    border-radius: 12px;
    overflow: hidden;
  }

  .mk-cart-reco-card__image-wrap {
    display: block;
    aspect-ratio: 1 / 1;
    background: #F3F4F6;
  }

  .mk-cart-reco-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mk-cart-reco-card__body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .mk-cart-reco-card__title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: #5A6169;
    text-decoration: none;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mk-cart-reco-card__price {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: #1E2226;
  }

  .mk-cart-reco-card__button {
    margin-top: auto;
    width: 100%;
    padding: 9px 12px;
    background: #ffffff;
    border: 1px solid #3f8f4a;
    border-radius: 6px;
    color: #3f8f4a;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--font-body-family);
    transition: background 0.15s ease, color 0.15s ease;
  }

  .mk-cart-reco-card__button:hover {
    background: #3f8f4a;
    color: #ffffff;
  }

  .mk-cart-reco-card__button:disabled {
    opacity: 0.6;
    cursor: default;
  }

  .mk-cart-reco {
    display: none;
  }

  .mk-cart-reco.is-visible {
    display: block;
  }
/* END_SECTION:mk-cart-recommendations */

/* START_SECTION:mk-cart-shipping-progress (INDEX:77) */
.mk-cart-progress-stack {
    background: var(--mk-progress-bg);
    padding: 18px 24px;
    font-family: var(--font-body-family);
  }

  .mk-cart-progress-stack [hidden] {
    display: none !important;
  }

  .mk-cart-progress-stack > * {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .mk-cart-progress-stack > * + * {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--mk-progress-track);
  }

  .mk-cart-progress__row {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .mk-cart-progress__icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mk-cart-progress__icon svg {
    width: 24px;
    height: 24px;
    color: var(--mk-progress-fill);
  }

  .mk-cart-progress--complete .mk-cart-progress__icon svg {
    color: var(--mk-progress-complete);
  }

  .mk-cart-progress__content {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mk-cart-progress__textrow {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin: 0 0 8px;
  }

  .mk-cart-progress__text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--mk-progress-text);
    font-family: var(--font-body-family);
  }

  .mk-cart-progress__target {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--mk-progress-text);
    opacity: 0.65;
    white-space: nowrap;
    font-family: var(--font-body-family);
  }

  .mk-cart-progress__target svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
  }

  .mk-cart-progress__track {
    position: relative;
    height: 8px;
    background: var(--mk-progress-track);
    border-radius: 4px;
    overflow: hidden;
  }

  .mk-cart-progress__fill {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    border-radius: 4px;
    transition: width 0.4s ease, background-color 0.3s ease;
  }

  /* Mindermengenzuschlag */
  .mk-min-order .mk-cart-progress__icon svg {
    color: var(--mk-min-fill);
  }

  .mk-min-order .mk-cart-progress__track {
    background: var(--mk-min-track);
  }

  .mk-min-order__fill {
    background-color: var(--mk-min-fill);
  }

  .mk-min-order--complete .mk-cart-progress__icon svg,
  .mk-min-order--complete .mk-cart-progress__text {
    color: var(--mk-progress-fill);
  }

  .mk-min-order--complete .mk-cart-progress__track,
  .mk-min-order--complete .mk-cart-progress__target {
    display: none;
  }

  .mk-min-order--complete .mk-cart-progress__textrow {
    margin-bottom: 0;
  }

  /* Sperrgut-Hinweis */
  .mk-cart-progress__sperrgut {
    margin-bottom: 0;
    padding-left: 48px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--mk-progress-text);
    opacity: 0.75;
  }

  @media screen and (max-width: 749px) {
    .mk-cart-progress-stack {
      padding: 16px;
    }

    .mk-cart-progress__textrow {
      flex-wrap: wrap;
    }

    .mk-cart-progress__sperrgut {
      padding-left: 0;
    }
  }
/* END_SECTION:mk-cart-shipping-progress */

/* START_SECTION:mk-collechtions-seo-block-one (INDEX:78) */
.mk-seo-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-ink-faint: #8A9199;
    --mk-line: #E4E7EA;
  }

  .mk-seo-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 24px;
  }

  .mk-seo-grid {
    display: grid;
    grid-template-columns: minmax(0, 750px) minmax(0, 1fr);
    align-items: start;
    gap: 64px;
  }

  .mk-seo-grid--left {
    grid-template-columns: minmax(0, 1fr) minmax(0, 750px);
  }

  .mk-seo-grid--left .mk-seo-text {
    order: 2;
  }

  .mk-seo-grid--left .mk-seo-media {
    order: 1;
  }

  /* --- Text --- */
  .mk-seo-text {
    max-width: 750px;
  }

  .mk-seo-heading {
    margin: 0 0 20px;
    font-size: var(--mk-seo-h2, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-seo-body {
    font-size: var(--mk-seo-body, 16px);
    line-height: 1.7;
    color: var(--mk-ink-soft);
  }

  .mk-seo-body p {
    margin: 0 0 16px;
  }

  .mk-seo-body p:last-child {
    margin-bottom: 0;
  }

  .mk-seo-body strong {
    color: var(--mk-ink);
    font-weight: 600;
  }

  /* --- Vorteile --- */
  .mk-seo-benefits {
    display: grid;
    gap: 18px;
    margin: 30px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--mk-line);
    list-style: none;
  }

  .mk-seo-benefit {
    display: flex;
    gap: 12px;
    margin: 0;
  }

  .mk-seo-benefit-icon {
    flex: none;
    margin-top: 1px;
    color: var(--mk-seo-accent, #1E8E4A);
  }

  .mk-seo-benefit-icon svg {
    display: block;
    width: 19px;
    height: 19px;
  }

  .mk-seo-benefit-text {
    display: block;
    min-width: 0;
  }

  .mk-seo-benefit-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--mk-ink);
  }

  .mk-seo-benefit-desc {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--mk-ink-soft);
  }

  /* --- Bild --- */
  .mk-seo-media {
    display: flex;
    justify-content: flex-start;
  }

  .mk-seo-grid--left .mk-seo-media {
    justify-content: flex-end;
  }

  .mk-seo-img,
  .mk-seo-placeholder {
    width: 100%;
    max-width: var(--mk-seo-imgw, 440px);
  }

  .mk-seo-img {
    display: block;
    height: auto;
    aspect-ratio: var(--mk-seo-ratio, 4 / 3);
    object-fit: cover;
  }

  .mk-seo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    aspect-ratio: var(--mk-seo-ratio, 4 / 3);
    border: 1px dashed var(--mk-line);
    background: #FAFBFC;
    color: var(--mk-ink-faint);
    font-size: 13px;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 16px;
  }

  .mk-seo-placeholder svg {
    width: 45%;
    max-width: 200px;
    height: auto;
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-seo-inner {
      padding: 44px 20px;
    }

    .mk-seo-grid,
    .mk-seo-grid--left {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .mk-seo-grid--left .mk-seo-text,
    .mk-seo-grid--left .mk-seo-media {
      order: 0;
    }

    .mk-seo-media,
    .mk-seo-grid--left .mk-seo-media {
      justify-content: flex-start;
    }

    .mk-seo-img,
    .mk-seo-placeholder {
      max-width: 480px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-seo-inner {
      padding: 34px 16px;
    }

    .mk-seo-heading {
      font-size: var(--mk-seo-h2-m, 22px);
      margin-bottom: 14px;
    }

    .mk-seo-body {
      font-size: 15px;
      line-height: 1.6;
    }

    .mk-seo-body p {
      margin-bottom: 13px;
    }

    .mk-seo-benefits {
      gap: 15px;
      margin-top: 24px;
      padding-top: 20px;
    }

    .mk-seo-benefit-title {
      font-size: 14px;
    }

    .mk-seo-benefit-desc {
      font-size: 13px;
    }

    .mk-seo-img,
    .mk-seo-placeholder {
      max-width: 100%;
    }
  }
/* END_SECTION:mk-collechtions-seo-block-one */

/* START_SECTION:mk-collection-intro (INDEX:80) */
.mk-intro-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-ink-faint: #8A9199;
    --mk-line: #E4E7EA;
  }

  .mk-intro-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 24px 44px;
  }

  /* --- Breadcrumb --- */
  .mk-crumbs {
    margin-bottom: 22px;
  }

  .mk-crumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.2px;
  }

  .mk-crumb {
    display: inline-flex;
    align-items: center;
    color: var(--mk-ink-faint);
  }

  .mk-crumb a {
    color: var(--mk-ink-faint);
    text-decoration: none;
    transition: color 0.15s ease;
  }

  .mk-crumb a:hover {
    color: var(--mk-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .mk-crumb-sep {
    margin: 0 8px;
  }

  .mk-crumb--current {
    color: var(--mk-ink-soft);
    font-weight: 500;
  }

  /* --- Kopfbereich --- */
  .mk-intro-head {
    max-width: 860px;
  }

  .mk-intro-headline {
    margin: 0 0 14px;
    font-size: var(--mk-h1, 36px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-intro-body {
    font-size: var(--mk-body, 16px);
    line-height: 1.6;
    color: var(--mk-ink-soft);
  }

  .mk-intro-body p {
    margin: 0 0 10px;
  }

  .mk-intro-body p:last-child {
    margin-bottom: 0;
  }

  /* --- Kacheln --- */
  .mk-tiles-heading {
    margin: 40px 0 20px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: var(--mk-ink);
  }

  .mk-tiles {
    display: grid;
    gap: 16px;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
  }

  .mk-tiles-heading + .mk-tiles {
    margin-top: 0;
  }

  .mk-tiles--3 { grid-template-columns: repeat(3, 1fr); }
  .mk-tiles--4 { grid-template-columns: repeat(4, 1fr); }
  .mk-tiles--5 { grid-template-columns: repeat(5, 1fr); }

  .mk-tile {
    margin: 0;
  }

  .mk-tile-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--mk-line);
    background: #FFFFFF;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .mk-tile-link:hover {
    border-color: var(--mk-ink-faint);
    box-shadow: 0 2px 12px rgba(30, 34, 38, 0.06);
  }

  .mk-tile-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 18px;
    background: #FFFFFF;
    overflow: hidden;
  }

  .mk-tile-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  .mk-tile-link:hover .mk-tile-img {
    transform: scale(1.04);
  }

  .mk-tile-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--mk-line);
  }

  .mk-tile-ph svg {
    width: 50%;
    height: auto;
  }

  .mk-tile-text {
    display: block;
    padding: 14px 16px 18px;
    border-top: 1px solid var(--mk-line);
    text-align: center;
  }

  .mk-tile-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.1px;
    color: var(--mk-ink);
  }

  .mk-tile-desc {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.45;
    color: var(--mk-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-intro-inner {
      padding: 16px 20px 36px;
    }

    .mk-tiles--3,
    .mk-tiles--4,
    .mk-tiles--5 {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-intro-inner {
      padding: 12px 16px 28px;
    }

    .mk-crumbs {
      margin-bottom: 14px;
    }

    .mk-crumb-list {
      font-size: 12px;
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      scrollbar-width: none;
    }

    .mk-crumb-list::-webkit-scrollbar {
      display: none;
    }

    .mk-intro-headline {
      font-size: var(--mk-h1-m, 24px);
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .mk-intro-body {
      font-size: var(--mk-body-m, 15px);
      line-height: 1.55;
    }

    .mk-tiles-heading {
      margin: 28px 0 14px;
      font-size: 16px;
    }

    .mk-tiles {
      margin-top: 26px;
      gap: 10px;
    }

    .mk-tiles--3,
    .mk-tiles--4,
    .mk-tiles--5 {
      grid-template-columns: repeat(2, 1fr);
    }

    .mk-tile-media {
      padding: 12px;
    }

    .mk-tile-text {
      padding: 11px 10px 14px;
    }

    .mk-tile-title {
      font-size: 13px;
    }

    .mk-tile-desc {
      font-size: 12px;
    }
  }
/* END_SECTION:mk-collection-intro */

/* START_SECTION:mk-collections-quality (INDEX:81) */
.mk-q-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-line: #E4E7EA;
  }

  .mk-q-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 24px;
  }

  .mk-q-head {
    max-width: 820px;
    margin-bottom: 38px;
  }

  .mk-q-heading {
    margin: 0 0 14px;
    font-size: var(--mk-q-h2, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-q-intro {
    font-size: 16px;
    line-height: 1.65;
    color: var(--mk-ink-soft);
  }

  .mk-q-intro p {
    margin: 0;
  }

  /* --- Raster --- */
  .mk-q-grid {
    display: grid;
    gap: 34px 44px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-q-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .mk-q-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .mk-q-grid--4 { grid-template-columns: repeat(4, 1fr); }

  .mk-q-item {
    display: flex;
    gap: 14px;
    margin: 0;
  }

  /* Icon oberhalb statt links */
  .mk-q-grid--stacked .mk-q-item,
  .mk-q-section .mk-q-item.is-stacked {
    flex-direction: column;
    gap: 12px;
  }

  .mk-q-icon {
    flex: none;
    color: var(--mk-q-accent, #1E8E4A);
  }

  .mk-q-icon svg {
    display: block;
    width: 28px;
    height: 28px;
  }

  .mk-q-text {
    display: block;
    min-width: 0;
  }

  .mk-q-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.003em;
    color: var(--mk-ink);
  }

  .mk-q-desc {
    display: block;
    margin-top: 6px;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--mk-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-q-inner {
      padding: 44px 20px;
    }

    .mk-q-head {
      margin-bottom: 30px;
    }

    .mk-q-grid--2,
    .mk-q-grid--3,
    .mk-q-grid--4 {
      grid-template-columns: repeat(2, 1fr);
      gap: 28px 32px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-q-inner {
      padding: 34px 16px;
    }

    .mk-q-head {
      margin-bottom: 24px;
    }

    .mk-q-heading {
      font-size: var(--mk-q-h2-m, 22px);
    }

    .mk-q-intro {
      font-size: 15px;
    }

    .mk-q-grid--2,
    .mk-q-grid--3,
    .mk-q-grid--4 {
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .mk-q-item {
      gap: 12px;
    }

    .mk-q-icon svg {
      width: 25px;
      height: 25px;
    }

    .mk-q-title {
      font-size: 15px;
    }

    .mk-q-desc {
      font-size: 14px;
      margin-top: 4px;
    }
  }
/* END_SECTION:mk-collections-quality */

/* START_SECTION:mk-collections-tischaufsteller-custom (INDEX:82) */
.mk-c-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-ink-faint: #8A9199;
    --mk-line: #DCE3DE;
    --mk-btn: #232A31;
  }

  .mk-c-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 24px;
  }

  .mk-c-grid {
    display: grid;
    grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
    align-items: center;
    gap: 64px;
  }

  /* --- Text --- */
  .mk-c-heading {
    margin: 0 0 18px;
    font-size: var(--mk-c-h2, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-c-body {
    font-size: 16px;
    line-height: 1.7;
    color: var(--mk-ink-soft);
  }

  .mk-c-body p {
    margin: 0 0 14px;
  }

  .mk-c-body p:last-child {
    margin-bottom: 0;
  }

  /* --- Aktionen --- */
  .mk-c-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 26px;
  }

  .mk-c-btn {
    display: inline-flex;
    align-items: center;
    height: 52px;
    padding: 0 28px;
    border: 1px solid var(--mk-btn);
    border-radius: 4px;
    background: var(--mk-btn);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .mk-c-btn:hover {
    background: #11161B;
    border-color: #11161B;
  }

  .mk-c-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--mk-line);
    font-size: 15px;
    font-weight: 500;
    color: var(--mk-ink);
    text-decoration: none;
    transition: border-color 0.2s ease;
  }

  .mk-c-link:hover {
    border-color: var(--mk-ink);
  }

  .mk-c-link svg {
    width: 15px;
    height: 15px;
    flex: none;
    transition: transform 0.2s ease;
  }

  .mk-c-link:hover svg {
    transform: translateX(3px);
  }

  /* --- Liste --- */
  .mk-c-list-wrap {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--mk-line);
  }

  .mk-c-list-title {
    display: block;
    margin-bottom: 12px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--mk-ink-faint);
  }

  .mk-c-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-c-list li {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0;
    font-size: 14.5px;
    line-height: 1.45;
    color: var(--mk-ink-soft);
  }

  .mk-c-tick {
    flex: none;
    align-self: flex-start;
    margin-top: 2px;
    color: var(--mk-c-accent, #1E8E4A);
  }

  .mk-c-tick svg {
    display: block;
    width: 15px;
    height: 15px;
  }

  /* --- Skizze --- */
  .mk-c-media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mk-c-img {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .mk-c-sketch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 480px;
  }

  .mk-c-sketch svg {
    display: block;
    width: 100%;
    height: auto;
  }

  .mk-c-sketch-caption {
    font-size: 12.5px;
    letter-spacing: 0.4px;
    color: var(--mk-ink-faint);
    text-align: center;
  }

  /* Linienstile der Skizze */
  .mk-s-solid {
    stroke: var(--mk-ink);
    stroke-width: 1.6;
    stroke-linejoin: round;
    stroke-linecap: round;
    fill: none;
  }

  .mk-s-base {
    stroke: var(--mk-ink-faint);
    stroke-width: 1.2;
    stroke-linecap: round;
    fill: none;
  }

  .mk-s-hint {
    stroke: var(--mk-ink-faint);
    stroke-width: 1.2;
    stroke-linecap: round;
    opacity: 0.55;
    fill: none;
  }

  .mk-s-dim {
    stroke: var(--mk-c-accent, #1E8E4A);
    stroke-width: 1.1;
    stroke-linecap: round;
    fill: none;
  }

  .mk-s-center {
    stroke: var(--mk-c-accent, #1E8E4A);
    stroke-width: 1;
    stroke-dasharray: 5 3 1.5 3;
    stroke-linecap: round;
    fill: none;
  }

  .mk-s-label {
    fill: var(--mk-c-accent, #1E8E4A);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-c-inner {
      padding: 46px 20px;
    }

    .mk-c-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .mk-c-media {
      order: 2;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-c-inner {
      padding: 36px 16px;
    }

    .mk-c-heading {
      font-size: var(--mk-c-h2-m, 22px);
      margin-bottom: 14px;
    }

    .mk-c-body {
      font-size: 15px;
      line-height: 1.6;
    }

    .mk-c-actions {
      gap: 18px;
      margin-top: 22px;
    }

    .mk-c-btn {
      width: 100%;
      justify-content: center;
    }

    .mk-c-list-wrap {
      margin-top: 24px;
      padding-top: 20px;
    }

    .mk-c-list {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .mk-c-list li {
      font-size: 14px;
    }

    .mk-s-label {
      font-size: 15px;
    }
  }
/* END_SECTION:mk-collections-tischaufsteller-custom */

/* START_SECTION:mk-colloctions-trust-bar (INDEX:83) */
.mk-trust-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-line: #E4E7EA;
  }

  .mk-trust-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .mk-trust-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--mk-line);
    border-bottom: 1px solid var(--mk-line);
  }

  .mk-trust-item {
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 22px 24px;
    border-left: 1px solid var(--mk-line);
  }

  .mk-trust-item:first-child {
    border-left: 0;
    padding-left: 0;
  }

  /* Icon oberhalb statt links */
  .mk-trust-list--stacked .mk-trust-item {
    flex-direction: column;
    gap: 10px;
  }

  .mk-trust-icon {
    display: block;
    flex: none;
    color: var(--mk-trust-accent, #1E8E4A);
  }

  .mk-trust-icon svg {
    display: block;
    width: 26px;
    height: 26px;
  }

  .mk-trust-text {
    display: block;
    min-width: 0;
  }

  .mk-trust-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.1px;
    color: var(--mk-ink);
  }

  .mk-trust-desc {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--mk-ink-soft);
  }

  /* --- Tablet: zwei Spalten --- */
  @media screen and (max-width: 989px) {
    .mk-trust-inner {
      padding: 0 20px;
    }

    .mk-trust-list {
      grid-template-columns: repeat(2, 1fr);
    }

    .mk-trust-item {
      padding: 20px;
    }

    .mk-trust-item:nth-child(2n + 1) {
      border-left: 0;
      padding-left: 0;
    }

    .mk-trust-item:nth-child(n + 3) {
      border-top: 1px solid var(--mk-line);
    }
  }

  /* --- Mobil: untereinander --- */
  @media screen and (max-width: 749px) {
    .mk-trust-inner {
      padding: 0 16px;
    }

    .mk-trust-list--m-list {
      grid-template-columns: 1fr;
    }

    .mk-trust-list--m-list .mk-trust-item {
      padding: 16px 0;
      border-left: 0;
      border-top: 1px solid var(--mk-line);
      flex-direction: row;
      gap: 12px;
      align-items: flex-start;
    }

    .mk-trust-list--m-list .mk-trust-item:first-child {
      border-top: 0;
    }

    /* Mobil: horizontal scrollbar */
    .mk-trust-list--m-scroll {
      display: flex;
      grid-template-columns: none;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      margin: 0 -16px;
      padding: 0 16px;
    }

    .mk-trust-list--m-scroll::-webkit-scrollbar {
      display: none;
    }

    .mk-trust-list--m-scroll .mk-trust-item {
      flex: 0 0 68%;
      scroll-snap-align: start;
      padding: 18px 16px;
      border-left: 1px solid var(--mk-line);
    }

    .mk-trust-list--m-scroll .mk-trust-item:first-child {
      padding-left: 0;
      border-left: 0;
    }

    .mk-trust-icon svg {
      width: 23px;
      height: 23px;
    }

    .mk-trust-title {
      font-size: 13px;
    }

    .mk-trust-desc {
      font-size: 12px;
      margin-top: 4px;
    }
  }
/* END_SECTION:mk-colloctions-trust-bar */

/* START_SECTION:mk-dinsubcategory-intro (INDEX:87) */
.mk-subintro-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-ink-faint: #8A9199;
    --mk-line: #E4E7EA;
  }

  .mk-subintro-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mk-pt, 20px) 24px var(--mk-pb, 16px);
  }

  /* --- Breadcrumb --- */
  .mk-crumbs {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
  }

  .mk-crumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.2px;
  }

  .mk-crumb {
    display: inline-flex;
    align-items: center;
    color: var(--mk-ink-faint);
  }

  .mk-crumb a {
    color: var(--mk-ink-faint);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease;
  }

  .mk-crumb a:hover {
    color: var(--mk-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .mk-crumb-sep {
    margin: 0 8px;
  }

  .mk-crumb--current {
    color: var(--mk-ink-soft);
    font-weight: 500;
  }

  /* --- Kopfbereich --- */
  .mk-subintro-head {
    max-width: 860px;
  }

  .mk-subintro-headline {
    margin: 0 0 14px;
    font-size: var(--mk-h1, 36px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-subintro-body {
    font-size: var(--mk-body, 16px);
    line-height: 1.6;
    color: var(--mk-ink-soft);
  }

  .mk-subintro-body p {
    margin: 0 0 10px;
  }

  .mk-subintro-body p:last-child {
    margin-bottom: 0;
  }

  .mk-subintro-body p:empty {
    display: none;
  }

  /* --- Formatzeile --- */
  .mk-formatbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin-top: var(--mk-bar-gap, 24px);
  }

  .mk-formatbar--divided {
    padding-top: var(--mk-bar-gap, 24px);
    border-top: 1px solid var(--mk-line);
  }

  .mk-formatbar-label {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--mk-ink-faint);
  }

  .mk-formatbar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-chip {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid var(--mk-line);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    color: var(--mk-ink);
    background: #FFFFFF;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  }

  .mk-chip:hover {
    border-color: var(--mk-accent, #3F8F4A);
    color: var(--mk-accent, #3F8F4A);
  }

  .mk-chip--active {
    border-color: var(--mk-accent, #3F8F4A);
    background: var(--mk-accent, #3F8F4A);
    color: #FFFFFF;
  }

  .mk-chip--active:hover {
    color: #FFFFFF;
    opacity: 0.9;
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-subintro-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-subintro-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mk-crumbs {
      margin-bottom: 14px;
    }

    .mk-crumb-list {
      font-size: 12px;
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      scrollbar-width: none;
    }

    .mk-crumb-list::-webkit-scrollbar {
      display: none;
    }

    .mk-subintro-headline {
      font-size: var(--mk-h1-m, 24px);
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .mk-subintro-body {
      font-size: var(--mk-body-m, 15px);
      line-height: 1.55;
    }

    .mk-formatbar {
      display: block;
    }

    .mk-formatbar-label {
      display: block;
      margin-bottom: 10px;
      font-size: 12px;
    }

    .mk-formatbar-list {
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 6px;
      margin: 0 -16px;
      padding: 2px 16px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .mk-formatbar-list::-webkit-scrollbar {
      display: none;
    }

    .mk-chip {
      padding: 6px 13px;
      font-size: 13px;
    }
  }
/* END_SECTION:mk-dinsubcategory-intro */

/* START_SECTION:mk-footer-start (INDEX:88) */
.mkfs {
    display: block;
    --mkfs-ink: #FFFFFF;
    --mkfs-ink-soft: #C3CAC6;
    --mkfs-ink-faint: #99A29E;
    --mkfs-accent: #7FC98D;
    --mkfs-line: rgba(255, 255, 255, 0.14);
    font-family: 'Assistant', sans-serif;
  }

  .mkfs-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mkfs-main { background: #3C423F; }

  .mkfs-cols {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 40px;
    padding: 48px 0 40px;
  }

  .mkfs-col { min-width: 0; }

  .mkfs-col-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--mkfs-ink);
    text-align: left;
    cursor: default;
  }

  .mkfs-col-chevron {
    display: none;
    flex: none;
    width: 16px;
    height: 16px;
    color: var(--mkfs-ink-faint);
    transition: transform 0.2s ease;
  }

  .mkfs-col-chevron svg { display: block; width: 100%; height: 100%; }

  .mkfs-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mkfs-link {
    display: inline-block;
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
    color: var(--mkfs-ink-soft);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease;
  }

  .mkfs-link:hover { color: var(--mkfs-accent); }

  .mkfs-link--accent {
    font-weight: 600;
    color: var(--mkfs-accent);
  }

  .mkfs-address {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--mkfs-line);
    font-style: normal;
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--mkfs-ink-soft);
  }

  .mkfs-address-name {
    font-weight: 600;
    color: var(--mkfs-ink);
  }

  .mkfs-contact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 7px;
    font-size: 13.5px;
    color: var(--mkfs-ink-soft);
    text-decoration: none;
    transition: color 0.15s ease;
  }

  .mkfs-contact:first-of-type { margin-top: 11px; }
  .mkfs-contact:hover { color: var(--mkfs-accent); }
  .mkfs-contact svg { flex: none; width: 15px; height: 15px; color: var(--mkfs-accent); }

  .mkfs-bottom {
    background: #333835;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .mkfs-bottom .mkfs-wrap {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mkfs-copy {
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--mkfs-ink-faint);
  }

  @media screen and (max-width: 989px) {
    .mkfs-wrap { padding-left: 20px; padding-right: 20px; }
    .mkfs-cols {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 34px;
      padding: 36px 0 34px;
    }
  }

  @media screen and (max-width: 749px) {
    .mkfs-wrap { padding-left: 16px; padding-right: 16px; }
    .mkfs-cols {
      grid-template-columns: 1fr;
      gap: 0;
      padding: 0;
    }
    .mkfs-col-toggle {
      padding: 16px 0;
      border-bottom: 1px solid var(--mkfs-line);
    }
    .mkfs-cols > .mkfs-col:first-child > .mkfs-col-toggle { padding-top: 16px; }
    .mkfs-col-title { margin: 0; cursor: pointer; }
    .mkfs-col-chevron { display: block; }
    .mkfs-col-toggle.is-open .mkfs-col-chevron svg { transform: rotate(180deg); }
    .mkfs-col-body { display: none; margin-top: 16px; }
    .mkfs-col-toggle.is-open .mkfs-col-body { display: block; }
  }
/* END_SECTION:mk-footer-start */

/* START_SECTION:mk-footer (INDEX:89) */
.mkfo {
    --mkfo-ink: #1E2226;
    --mkfo-ink-soft: #5A6169;
    --mkfo-ink-faint: #868E95;
    display: block;
  }

  /* --- Farbschema: Dunkel --- */
  .mkfo--dark {
    --mkfo-ink: #FFFFFF;
    --mkfo-ink-soft: #C3CAC6;
    --mkfo-ink-faint: #99A29E;
    --mkfo-accent: #7FC98D;
    --mkfo-line: rgba(255, 255, 255, 0.14);
  }

  /* Helle Zonen im dunklen Schema behalten dunkle Schrift */
  .mkfo--dark .mkfo-trust,
  .mkfo--dark .mkfo-mid {
    --mkfo-ink: #1E2226;
    --mkfo-ink-soft: #5A6169;
    --mkfo-ink-faint: #868E95;
    --mkfo-accent: #3f8f4a;
    --mkfo-line: #DDE2DF;
  }

  .mkfo--dark .mkfo-trust { background: #F1F3F2; }
  .mkfo--dark .mkfo-mid { background: #E7EBE9; border-bottom-color: #DDE2DF; }
  .mkfo--dark .mkfo-main { background: #3C423F; }
  .mkfo--dark .mkfo-bottom { background: #333835; border-top-color: rgba(255, 255, 255, 0.1); }

  .mkfo--dark .mkfo-b2b { border-left-color: #D5DBD7; }

  .mkfo--dark .mkfo-pay-tile {
    border-color: rgba(255, 255, 255, 0.18);
    background: #FFFFFF;
  }

  .mkfo--dark .mkfo-pay-tile--text span { color: #4A5450; }

  .mkfo--dark .mkfo-address { border-top-color: rgba(255, 255, 255, 0.14); }

  .mkfo-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mkfo-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  /* ---------- 1. Vertrauensleiste ---------- */
  .mkfo-trust {
    background: var(--mkfo-trust-bg, #FFFFFF);
    border-top: 1px solid var(--mkfo-line, #E4E7EA);
    border-bottom: 1px solid var(--mkfo-line, #E4E7EA);
  }

  .mkfo-trust-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 18px 0;
    list-style: none;
  }

  .mkfo-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }

  .mkfo-trust-icon {
    flex: none;
    display: block;
    width: 22px;
    height: 22px;
    color: var(--mkfo-accent, #3f8f4a);
  }

  .mkfo-trust-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkfo-trust-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .mkfo-trust-title {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--mkfo-ink);
  }

  .mkfo-trust-sub {
    font-size: 12.5px;
    line-height: 1.35;
    color: var(--mkfo-ink-faint);
  }

  /* ---------- 2. Newsletter + B2B ---------- */
  .mkfo-mid {
    background: var(--mkfo-mid-bg, #F3F6F4);
    border-bottom: 1px solid var(--mkfo-line, #E4E7EA);
  }

  .mkfo-mid-grid {
    display: grid;
    grid-template-columns: 55fr 45fr;
    align-items: start;
    gap: 40px;
    padding: 24px 0;
  }

  .mkfo-mid-title {
    display: block;
    margin-bottom: 9px;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--mkfo-ink);
  }

  .mkfo-news-form {
    margin: 0;
  }

  .mkfo-news-row {
    display: flex;
    gap: 8px;
    max-width: 440px;
  }

  .mkfo-news-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    padding: 0 13px;
    border: 1px solid #D5DBD7;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 14px;
    color: var(--mkfo-ink);
  }

  .mkfo-news-input:focus {
    outline: none;
    border-color: var(--mkfo-accent, #3f8f4a);
  }

  .mkfo-news-btn {
    flex: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #232A31;
    border-radius: 4px;
    background: #232A31;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .mkfo-news-btn:hover {
    background: #11161B;
    border-color: #11161B;
  }

  .mkfo-news-msg {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .mkfo-news-msg--ok { color: var(--mkfo-accent, #3f8f4a); }
  .mkfo-news-msg--error { color: #B4232A; }

  .mkfo-news-note {
    margin: 9px 0 0;
    max-width: 440px;
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--mkfo-ink-faint);
  }

  .mkfo-b2b {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 40px;
    border-left: 1px solid #DCE2DE;
  }

  .mkfo-b2b-icon {
    flex: none;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    color: var(--mkfo-accent, #3f8f4a);
  }

  .mkfo-b2b-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkfo-b2b-body { min-width: 0; }

  .mkfo-b2b-text {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--mkfo-ink-soft);
  }

  /* ---------- 3. Hauptfooter ---------- */
  .mkfo-main {
    background: var(--mkfo-main-bg, #FFFFFF);
  }

  .mkfo-cols {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 44px 0 40px;
  }

  .mkfo-col { min-width: 0; }

  /* Standard (Desktop/Tablet): Titel als reiner Text, Body immer sichtbar */
  .mkfo-col-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--mkfo-ink);
    text-align: left;
    cursor: default;
  }

  .mkfo-col-chevron {
    display: none;
    flex: none;
    width: 16px;
    height: 16px;
    color: var(--mkfo-ink-faint);
    transition: transform 0.2s ease;
  }

  .mkfo-col-chevron svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkfo-col-body {
    display: block;
  }

  .mkfo-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mkfo-links li { margin: 0; }

  .mkfo-link {
    display: inline-block;
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
    color: var(--mkfo-ink-soft);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease;
  }

  .mkfo-link:hover {
    color: var(--mkfo-accent, #3f8f4a);
  }

  .mkfo-link--accent {
    font-weight: 600;
    color: var(--mkfo-accent, #3f8f4a);
  }

  .mkfo-link--accent:hover {
    color: var(--mkfo-ink);
  }

  /* Zahlungsarten */
  .mkfo-pay-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 260px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }

  .mkfo-pay-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 32px;
    margin: 0;
    padding: 3px;
    border: 1px solid var(--mkfo-line, #E4E7EA);
    border-radius: 4px;
    background: #FFFFFF;
  }

  .mkfo-pay-tile svg,
  .mkfo-pay-tile img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }

  .mkfo-pay-tile--text {
    width: auto;
    min-width: 48px;
    padding: 0 9px;
  }

  .mkfo-pay-tile--text span {
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.1px;
    text-align: center;
    color: var(--mkfo-ink-soft);
  }

  .mkfo-paypoint {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
  }

  .mkfo-paypoint-icon {
    flex: none;
    display: block;
    width: 19px;
    height: 19px;
    margin-top: 1px;
    color: var(--mkfo-accent, #3f8f4a);
  }

  .mkfo-paypoint-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkfo-paypoint-title {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--mkfo-ink);
  }

  .mkfo-paypoint-text {
    display: block;
    margin-top: 2px;
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--mkfo-ink-faint);
  }

  /* Anschrift */
  .mkfo-address {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--mkfo-line, #E4E7EA);
    font-style: normal;
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--mkfo-ink-soft);
  }

  .mkfo-address-name {
    font-weight: 600;
    color: var(--mkfo-ink);
  }

  .mkfo-address-lines {
    display: block;
  }

  .mkfo-contact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 7px;
    font-size: 13.5px;
    color: var(--mkfo-ink-soft);
    text-decoration: none;
    transition: color 0.15s ease;
  }

  .mkfo-contact:first-of-type {
    margin-top: 11px;
  }

  .mkfo-contact:hover {
    color: var(--mkfo-accent, #3f8f4a);
  }

  .mkfo-contact svg {
    flex: none;
    width: 15px;
    height: 15px;
    color: var(--mkfo-accent, #3f8f4a);
  }

  /* ---------- 4. Abschlusszeile ---------- */
  .mkfo-bottom {
    background: var(--mkfo-bottom-bg, #F3F6F4);
    border-top: 1px solid var(--mkfo-line, #E4E7EA);
  }

  .mkfo-bottom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 24px;
    padding: 14px 0;
  }

  .mkfo-copy,
  .mkfo-bottom-note {
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--mkfo-ink-faint);
  }

  /* ---------- Tablet ---------- */
  @media screen and (max-width: 989px) {
    .mkfo-wrap {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkfo-trust-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px 24px;
      padding: 20px 0;
    }

    .mkfo-mid-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .mkfo-b2b {
      padding-left: 0;
      padding-top: 22px;
      border-left: 0;
      border-top: 1px solid #DCE2DE;
    }

    .mkfo-cols {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 34px;
      padding: 36px 0 34px;
    }
  }

  /* ---------- Mobil: Spalten aufklappbar ---------- */
  @media screen and (max-width: 749px) {
    .mkfo-wrap {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkfo-trust-list {
      grid-template-columns: 1fr;
      gap: 13px;
      padding: 18px 0;
    }

    .mkfo-news-row {
      flex-wrap: wrap;
      max-width: none;
    }

    .mkfo-news-input {
      flex: 1 1 100%;
    }

    .mkfo-news-btn {
      flex: 1 1 100%;
    }

    .mkfo-news-note {
      max-width: none;
    }

    .mkfo-cols {
      grid-template-columns: 1fr;
      gap: 0;
      padding: 0;
    }

    .mkfo-col-toggle {
      padding: 16px 0;
      border-bottom: 1px solid var(--mkfo-line, #E4E7EA);
    }

    .mkfo-cols > .mkfo-col:first-child > .mkfo-col-toggle {
      padding-top: 16px;
    }

    .mkfo-col-title {
      margin: 0;
      cursor: pointer;
    }

    .mkfo-col-chevron {
      display: block;
    }

    .mkfo-col-toggle.is-open .mkfo-col-chevron svg {
      transform: rotate(180deg);
    }

    /* Erst hier, im Mobil-Query, wird der Body standardmäßig versteckt */
    .mkfo-col-body {
      display: none;
      margin-top: 16px;
    }

    .mkfo-col-toggle.is-open .mkfo-col-body {
      display: block;
    }

    .mkfo-pay-list {
      max-width: none;
    }

    .mkfo-bottom-row {
      justify-content: flex-start;
      gap: 5px;
    }
  }
/* END_SECTION:mk-footer */

/* START_SECTION:mk-format-bar (INDEX:91) */
.mk-formatbar-section {
    --mk-fb-ink: #1E2226;
    --mk-fb-faint: #8A9199;
    --mk-fb-line: #E4E7EA;
  }

  .mk-formatbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mk-fb-pt, 8px) 24px var(--mk-fb-pb, 24px);
  }

  .mk-formatbar-inner--divided .mk-formatbar {
    padding-top: 20px;
    border-top: 1px solid var(--mk-fb-line);
  }

  .mk-formatbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
  }

  .mk-formatbar-label {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--mk-fb-faint);
  }

  .mk-formatbar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-fchip {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid var(--mk-fb-line);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    color: var(--mk-fb-ink);
    background: #FFFFFF;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  }

  .mk-fchip:hover {
    border-color: var(--mk-fb-accent, #3F8F4A);
    color: var(--mk-fb-accent, #3F8F4A);
  }

  .mk-fchip--active {
    border-color: var(--mk-fb-accent, #3F8F4A);
    background: var(--mk-fb-accent, #3F8F4A);
    color: #FFFFFF;
  }

  .mk-fchip--active:hover {
    color: #FFFFFF;
    opacity: 0.9;
  }

  @media screen and (max-width: 989px) {
    .mk-formatbar-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media screen and (max-width: 749px) {
    .mk-formatbar-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mk-formatbar {
      display: block;
    }

    .mk-formatbar-inner--divided .mk-formatbar {
      padding-top: 16px;
    }

    .mk-formatbar-label {
      display: block;
      margin-bottom: 10px;
      font-size: 12px;
    }

    .mk-formatbar-list {
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 6px;
      margin: 0 -16px;
      padding: 2px 16px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .mk-formatbar-list::-webkit-scrollbar {
      display: none;
    }

    .mk-fchip {
      padding: 6px 13px;
      font-size: 13px;
    }
  }
/* END_SECTION:mk-format-bar */

/* START_SECTION:mk-formats (INDEX:92) */
.mk-fmt-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-ink-faint: #8A9199;
    --mk-line: #E4E7EA;
  }

  .mk-fmt-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 24px;
  }

  .mk-fmt-head {
    max-width: 820px;
    margin-bottom: 34px;
  }

  .mk-fmt-heading {
    margin: 0 0 14px;
    font-size: var(--mk-fmt-h2, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-fmt-intro {
    font-size: 16px;
    line-height: 1.65;
    color: var(--mk-ink-soft);
  }

  .mk-fmt-intro p {
    margin: 0;
  }

  /* --- Raster --- */
  .mk-fmt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-fmt-card {
    margin: 0;
  }

  .mk-fmt-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--mk-line);
    background: #FFFFFF;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .mk-fmt-link:hover {
    border-color: var(--mk-ink-faint);
    box-shadow: 0 2px 12px rgba(30, 34, 38, 0.06);
  }

  /* --- Schema --- */
  .mk-fmt-schema {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: calc(var(--mk-fmt-box, 116px) + 32px);
    padding: 16px;
    background: #FAFBFC;
    border-bottom: 1px solid var(--mk-line);
  }

  .mk-fmt-shape {
    display: block;
    border: 1px solid var(--mk-ink-faint);
    background: #FFFFFF;
    transition: border-color 0.2s ease;
  }

  .mk-fmt-link:hover .mk-fmt-shape {
    border-color: var(--mk-fmt-accent, #1E8E4A);
  }

  /* --- Text --- */
  .mk-fmt-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 18px 18px;
  }

  .mk-fmt-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--mk-ink);
  }

  .mk-fmt-dim {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--mk-ink-faint);
  }

  .mk-fmt-text {
    display: block;
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--mk-ink-soft);
  }

  .mk-fmt-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--mk-line);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: var(--mk-ink);
  }

  .mk-fmt-cta svg {
    width: 14px;
    height: 14px;
    flex: none;
    transition: transform 0.2s ease;
  }

  .mk-fmt-link:hover .mk-fmt-cta svg {
    transform: translateX(3px);
  }

  /* --- Hinweis --- */
  .mk-fmt-note {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    padding: 16px 18px;
    background: #F4F5F6;
  }

  .mk-fmt-note-icon {
    flex: none;
    margin-top: 1px;
    color: var(--mk-ink-faint);
  }

  .mk-fmt-note-icon svg {
    display: block;
    width: 18px;
    height: 18px;
  }

  .mk-fmt-note-text {
    font-size: 14px;
    line-height: 1.55;
    color: var(--mk-ink-soft);
  }

  .mk-fmt-note-text p {
    margin: 0;
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-fmt-inner {
      padding: 44px 20px;
    }

    .mk-fmt-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-fmt-inner {
      padding: 34px 16px;
    }

    .mk-fmt-head {
      margin-bottom: 24px;
    }

    .mk-fmt-heading {
      font-size: var(--mk-fmt-h2-m, 22px);
    }

    .mk-fmt-intro {
      font-size: 15px;
    }

    .mk-fmt-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    /* Mobil: Schema links, Text rechts */
    .mk-fmt-link {
      flex-direction: row;
      align-items: stretch;
    }

    .mk-fmt-schema {
      flex: none;
      width: 40%;
      max-width: 150px;
      height: auto;
      padding: 14px;
      border-bottom: 0;
      border-right: 1px solid var(--mk-line);
    }

    .mk-fmt-info {
      padding: 14px 16px 16px;
    }

    .mk-fmt-name {
      font-size: 15px;
    }

    .mk-fmt-text {
      margin-top: 8px;
      font-size: 13px;
    }

    .mk-fmt-cta {
      margin-top: 12px;
      padding-top: 10px;
      font-size: 12.5px;
    }
  }
/* END_SECTION:mk-formats */

/* START_SECTION:mk-home-categories (INDEX:96) */
.mkk-section {
    --mkk-ink: #1E2226;
    --mkk-ink-soft: #5A6169;
    --mkk-ink-faint: #8A9199;
    --mkk-line: #E4E7EA;
  }

  .mkk-outer {
    background: var(--mkk-bg, #FFFFFF);
  }

  .mkk-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mkk-pt, 40px) 24px var(--mkk-pb, 40px);
  }

  .mkk-head {
    max-width: 700px;
    margin-bottom: 24px;
  }

  .mkk-heading {
    margin: 0 0 8px;
    font-size: var(--mkk-h2, 26px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mkk-ink);
  }

  .mkk-intro {
    font-size: 15px;
    line-height: 1.55;
    color: var(--mkk-ink-soft);
  }

  .mkk-intro p { margin: 0 0 8px; }
  .mkk-intro p:last-child { margin-bottom: 0; }

  .mkk-grid {
    display: grid;
    grid-template-columns: repeat(var(--mkk-cols, 4), minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mkk-cell { margin: 0; }

  .mkk-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--mkk-line);
    border-radius: 4px;
    background: #FFFFFF;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .mkk-tile:hover {
    border-color: var(--mkk-accent, #3f8f4a);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  }

  .mkk-media {
    display: block;
    width: 100%;
    aspect-ratio: var(--mkk-ratio, 4 / 3);
    background: #FAFBFA;
    overflow: hidden;
  }

  .mkk-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.3s ease;
  }

  .mkk-tile:hover .mkk-img {
    transform: scale(1.03);
  }

  .mkk-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .mkk-ph-svg {
    width: 55%;
    height: 55%;
    fill: #D8DEDA;
  }

  .mkk-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 12px 14px 14px;
    border-top: 1px solid var(--mkk-line);
  }

  .mkk-title {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--mkk-ink);
  }

  .mkk-text {
    display: block;
    flex: 1 1 auto;
    font-size: 13px;
    line-height: 1.45;
    color: var(--mkk-ink-soft);
  }

  .mkk-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--mkk-accent, #3f8f4a);
  }

  .mkk-cta svg {
    width: 13px;
    height: 13px;
    flex: none;
    transition: transform 0.2s ease;
  }

  .mkk-tile:hover .mkk-cta svg {
    transform: translateX(3px);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkk-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkk-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .mkk-head {
      margin-bottom: 20px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkk-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkk-heading {
      font-size: var(--mkk-h2-m, 21px);
    }

    .mkk-intro {
      font-size: 14px;
    }

    .mkk-grid {
      grid-template-columns: repeat(var(--mkk-cols-m, 2), minmax(0, 1fr));
      gap: 10px;
    }

    .mkk-body {
      padding: 10px 11px 12px;
    }

    .mkk-title {
      font-size: 14px;
    }

    .mkk-text {
      font-size: 12.5px;
    }

    .mkk-cta {
      margin-top: 8px;
      font-size: 12.5px;
    }
  }
/* END_SECTION:mk-home-categories */

/* START_SECTION:mk-home-custom (INDEX:98) */
.mkc-section {
    --mkc-ink: #1E2226;
    --mkc-ink-soft: #5A6169;
    --mkc-ink-faint: #8A9199;
    --mkc-line: #E4E7EA;
    --mkc-btn: #232A31;
  }

  .mkc-outer {
    background: var(--mkc-bg, #FFFFFF);
  }

  .mkc-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mkc-pt, 56px) 24px var(--mkc-pb, 56px);
  }

  .mkc-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    align-items: center;
    gap: 56px;
  }

  .mkc-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--mkc-accent, #3f8f4a);
  }

  .mkc-heading {
    margin: 0 0 16px;
    font-size: var(--mkc-h2, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mkc-ink);
  }

  .mkc-body {
    max-width: 640px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--mkc-ink-soft);
  }

  .mkc-body p { margin: 0 0 14px; }
  .mkc-body p:last-child { margin-bottom: 0; }

  .mkc-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 26px;
  }

  .mkc-btn {
    display: inline-flex;
    align-items: center;
    height: 52px;
    padding: 0 28px;
    border: 1px solid var(--mkc-btn);
    border-radius: 4px;
    background: var(--mkc-btn);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .mkc-btn:hover {
    background: #11161B;
    border-color: #11161B;
  }

  .mkc-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--mkc-line);
    font-size: 15px;
    font-weight: 500;
    color: var(--mkc-ink);
    text-decoration: none;
    transition: border-color 0.2s ease;
  }

  .mkc-link:hover {
    border-color: var(--mkc-ink);
  }

  .mkc-link svg {
    width: 15px;
    height: 15px;
    flex: none;
    transition: transform 0.2s ease;
  }

  .mkc-link:hover svg {
    transform: translateX(3px);
  }

  /* --- Icon-Karte --- */
  .mkc-panel {
    padding: 26px 28px 24px;
    border: 1px solid var(--mkc-panel-line, #D3E3D8);
    border-radius: 6px;
    background: var(--mkc-panel-bg, #F3F8F4);
  }

  .mkc-panel-title {
    display: block;
    margin-bottom: 18px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #6B7A70;
  }

  .mkc-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mkc-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
  }

  .mkc-item-icon {
    flex: none;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    color: #2E7A3C;
  }

  .mkc-item-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkc-item-body {
    min-width: 0;
  }

  .mkc-item-label {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.35;
    color: #17211A;
  }

  .mkc-item-hint {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.45;
    color: #4C5B51;
  }

  .mkc-panel-note {
    margin: 20px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--mkc-panel-line, #D3E3D8);
    font-size: 13px;
    line-height: 1.5;
    color: #6B7A70;
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkc-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkc-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .mkc-panel {
      max-width: 560px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkc-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkc-heading {
      font-size: var(--mkc-h2-m, 22px);
      margin-bottom: 12px;
    }

    .mkc-body {
      font-size: 15px;
      line-height: 1.6;
    }

    .mkc-actions {
      gap: 18px;
      margin-top: 22px;
    }

    .mkc-btn {
      width: 100%;
      justify-content: center;
    }

    .mkc-panel {
      padding: 20px 18px 18px;
    }

    .mkc-items {
      grid-template-columns: 1fr;
      gap: 15px;
    }
  }
/* END_SECTION:mk-home-custom */

/* START_SECTION:mk-home-faq (INDEX:99) */
.mkhf-section {
    --mkhf-ink: #1E2226;
    --mkhf-ink-soft: #5A6169;
    --mkhf-line: #E4E7EA;
  }

  .mkhf-outer {
    background: var(--mkhf-bg, #FFFFFF);
  }

  .mkhf-inner {
    max-width: var(--mkhf-width, 850px);
    margin: 0 auto;
    padding: var(--mkhf-pt, 64px) 24px var(--mkhf-pb, 64px);
  }

  .mkhf-heading {
    margin: 0 0 14px;
    font-size: var(--mkhf-h2, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mkhf-ink);
  }

  .mkhf-intro {
    margin-bottom: 8px;
    font-size: var(--mkhf-body, 16px);
    line-height: 1.6;
    color: var(--mkhf-ink-soft);
  }

  .mkhf-intro p { margin: 0 0 10px; }
  .mkhf-intro p:last-child { margin-bottom: 0; }

  .mkhf-list {
    margin-top: 28px;
    border-top: 1px solid var(--mkhf-line);
  }

  .mkhf-item {
    border-bottom: 1px solid var(--mkhf-line);
  }

  .mkhf-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--mkhf-ink);
    transition: color 0.15s ease;
  }

  .mkhf-question::-webkit-details-marker {
    display: none;
  }

  .mkhf-question:hover {
    color: var(--mkhf-accent, #3f8f4a);
  }

  .mkhf-question-text {
    min-width: 0;
  }

  .mkhf-plus {
    flex: 0 0 auto;
    display: block;
    width: 22px;
    height: 22px;
    color: var(--mkhf-accent, #3f8f4a);
  }

  .mkhf-plus svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkhf-plus-v {
    transform-origin: 50% 50%;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .mkhf-item[open] .mkhf-plus-v {
    transform: rotate(90deg);
    opacity: 0;
  }

  .mkhf-answer {
    padding: 0 40px 22px 0;
    font-size: var(--mkhf-body, 16px);
    line-height: 1.65;
    color: var(--mkhf-ink-soft);
  }

  .mkhf-answer p { margin: 0 0 10px; }
  .mkhf-answer p:last-child { margin-bottom: 0; }

  .mkhf-answer-link a {
    font-weight: 600;
    color: var(--mkhf-accent, #3f8f4a);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }

  .mkhf-answer-link a:hover {
    color: var(--mkhf-ink);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkhf-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkhf-inner {
      max-width: none;
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkhf-heading {
      font-size: var(--mkhf-h2-m, 22px);
    }

    .mkhf-question {
      gap: 14px;
      padding: 16px 0;
      font-size: 16px;
    }

    .mkhf-answer {
      padding-right: 0;
      padding-bottom: 18px;
    }
  }
/* END_SECTION:mk-home-faq */

/* START_SECTION:mk-home-quality (INDEX:101) */
.mkq-section {
    --mkq-ink: #1E2226;
    --mkq-ink-soft: #5A6169;
  }

  .mkq-outer {
    background: var(--mkq-bg, #F3F8F4);
  }

  .mkq-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mkq-pt, 56px) 24px var(--mkq-pb, 56px);
  }

  .mkq-head {
    max-width: 720px;
    margin-bottom: 36px;
  }

  .mkq-heading {
    margin: 0 0 12px;
    font-size: var(--mkq-h2, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mkq-ink);
  }

  .mkq-intro {
    font-size: var(--mkq-body, 16px);
    line-height: 1.65;
    color: var(--mkq-ink-soft);
  }

  .mkq-intro p { margin: 0 0 10px; }
  .mkq-intro p:last-child { margin-bottom: 0; }

  .mkq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 40px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mkq-item {
    margin: 0;
  }

  .mkq-icon {
    display: block;
    width: var(--mkq-icon, 26px);
    height: var(--mkq-icon, 26px);
    margin-bottom: 12px;
    color: var(--mkq-accent, #3f8f4a);
  }

  .mkq-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkq-title {
    display: block;
    margin-bottom: 6px;
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--mkq-ink);
  }

  .mkq-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--mkq-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkq-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkq-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px 30px;
    }

    .mkq-head {
      margin-bottom: 28px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkq-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkq-heading {
      font-size: var(--mkq-h2-m, 22px);
    }

    .mkq-intro {
      font-size: 15px;
    }

    .mkq-grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .mkq-icon {
      margin-bottom: 9px;
    }

    .mkq-title {
      font-size: 15.5px;
    }

    .mkq-text {
      font-size: 14px;
    }
  }
/* END_SECTION:mk-home-quality */

/* START_SECTION:mk-home-trust (INDEX:105) */
.mkt-section {
    --mkt-ink: #17211A;
    --mkt-ink-soft: #4C5B51;
  }

  .mkt-outer {
    background: var(--mkt-bg, #F3F8F4);
  }

  .mkt-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mkt-pt, 32px) 24px var(--mkt-pb, 32px);
  }

  .mkt-inner--rules {
    border-top: 1px solid var(--mkt-line-color, #D3E3D8);
    border-bottom: 1px solid var(--mkt-line-color, #D3E3D8);
  }

  .mkt-grid {
    display: grid;
    grid-template-columns: repeat(var(--mkt-cols, 4), minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mkt-grid--dividers .mkt-point + .mkt-point {
    padding-left: 28px;
    border-left: 1px solid var(--mkt-line-color, #D3E3D8);
  }

  .mkt-point {
    margin: 0;
  }

  .mkt-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
  }

  .mkt-icon {
    flex: none;
    display: block;
    width: var(--mkt-icon, 24px);
    height: var(--mkt-icon, 24px);
    color: var(--mkt-accent, #2E7A3C);
  }

  .mkt-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkt-title {
    font-size: var(--mkt-title, 16px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--mkt-ink);
  }

  .mkt-text {
    margin: 0;
    font-size: var(--mkt-text, 15px);
    line-height: 1.55;
    color: var(--mkt-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkt-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkt-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .mkt-grid--dividers .mkt-point + .mkt-point {
      padding-left: 0;
      border-left: 0;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkt-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkt-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .mkt-head {
      margin-bottom: 5px;
    }

    .mkt-text {
      font-size: 14px;
    }
  }
/* END_SECTION:mk-home-trust */

/* START_SECTION:mk-l-aufsteller-aufbau (INDEX:108) */
.mka-section {
    --mka-ink: #1E2226;
    --mka-ink-soft: #5A6169;
    --mka-line: #E4E7EA;
  }

  .mka-outer {
    background: var(--mka-bg, #FFFFFF);
  }

  .mka-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mka-pt, 56px) 24px var(--mka-pb, 56px);
  }

  .mka-head {
    max-width: 760px;
    margin-bottom: 36px;
  }

  .mka-heading {
    margin: 0 0 12px;
    font-size: var(--mka-h2, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mka-ink);
  }

  .mka-intro {
    font-size: var(--mka-body, 16px);
    line-height: 1.6;
    color: var(--mka-ink-soft);
  }

  .mka-intro p { margin: 0 0 10px; }
  .mka-intro p:last-child { margin-bottom: 0; }

  /* --- Grafiken --- */
  .mka-figures {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .mka-figure {
    margin: 0;
    border: 1px solid var(--mka-line);
    background: #FFFFFF;
  }

  .mka-canvas {
    padding: 12px 8px 4px;
  }

  .mka-canvas svg {
    display: block;
    width: 100%;
    height: auto;
    font-family: inherit;
  }

  .mka-ground {
    stroke: var(--mka-line);
    stroke-width: 1.5;
    stroke-dasharray: 5 5;
  }

  .mka-body-shape {
    fill: rgba(180, 200, 210, 0.14);
    stroke: var(--mka-ink);
    stroke-width: 1.8;
    stroke-linejoin: round;
  }

  .mka-sheet {
    fill: #FFFFFF;
    stroke: var(--mka-ink-soft);
    stroke-width: 1.4;
    stroke-linejoin: round;
  }

  .mka-sheet-line {
    stroke: var(--mka-ink-soft);
    stroke-width: 1;
    stroke-dasharray: 3 3;
  }

  .mka-guide {
    stroke: var(--mka-accent, #3F8F4A);
    stroke-width: 1.1;
    stroke-dasharray: 4 4;
    fill: none;
  }

  .mka-note polyline,
  .mka-note line {
    fill: none;
    stroke: var(--mka-accent, #3F8F4A);
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mka-note circle {
    fill: var(--mka-accent, #3F8F4A);
  }

  .mka-note text {
    font-size: 14px;
    font-weight: 500;
    fill: var(--mka-ink);
  }

  .mka-caption {
    padding: 12px 16px 14px;
    border-top: 1px solid var(--mka-line);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--mka-ink-soft);
  }

  /* --- Textspalten --- */
  .mka-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 48px;
    margin-top: 40px;
  }

  .mka-subheading {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--mka-ink);
  }

  .mka-deflist {
    margin: 0;
    padding: 0;
  }

  .mka-defitem {
    padding: 12px 0;
    border-top: 1px solid var(--mka-line);
  }

  .mka-defitem:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .mka-term {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: var(--mka-ink);
  }

  .mka-desc {
    margin: 0;
    font-size: var(--mka-body, 16px);
    line-height: 1.55;
    color: var(--mka-ink-soft);
  }

  .mka-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
  }

  .mka-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 14px;
  }

  .mka-step-num {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--mka-accent, #3F8F4A);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }

  .mka-step-text {
    font-size: var(--mka-body, 16px);
    line-height: 1.55;
    color: var(--mka-ink-soft);
    padding-top: 3px;
  }

  .mka-hint {
    margin: 20px 0 0;
    padding: 12px 16px;
    border-left: 2px solid var(--mka-line);
    font-size: 14px;
    line-height: 1.55;
    color: var(--mka-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mka-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mka-columns {
      gap: 24px 32px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mka-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mka-head {
      margin-bottom: 26px;
    }

    .mka-heading {
      font-size: var(--mka-h2-m, 22px);
    }

    .mka-figures,
    .mka-columns {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .mka-columns {
      margin-top: 28px;
      gap: 28px;
    }

    .mka-note text {
      font-size: 16px;
    }
  }
/* END_SECTION:mk-l-aufsteller-aufbau */

/* START_SECTION:mk-l-aufsteller-category-intro (INDEX:109) */
.mk-subintro-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-ink-faint: #8A9199;
    --mk-line: #E4E7EA;
  }

  .mk-subintro-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 24px 44px;
  }

  /* --- Breadcrumb --- */
  .mk-crumbs {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
  }

  .mk-crumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.2px;
  }

  .mk-crumb {
    display: inline-flex;
    align-items: center;
    color: var(--mk-ink-faint);
  }

  .mk-crumb a {
    color: var(--mk-ink-faint);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease;
  }

  .mk-crumb a:hover {
    color: var(--mk-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .mk-crumb-sep {
    margin: 0 8px;
  }

  .mk-crumb--current {
    color: var(--mk-ink-soft);
    font-weight: 500;
  }

  /* --- Kopfbereich --- */
  .mk-subintro-head {
    max-width: 860px;
  }

  .mk-subintro-headline {
    margin: 0 0 14px;
    font-size: var(--mk-h1, 36px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-subintro-body {
    font-size: var(--mk-body, 16px);
    line-height: 1.6;
    color: var(--mk-ink-soft);
  }

  .mk-subintro-body p {
    margin: 0 0 10px;
  }

  .mk-subintro-body p:last-child {
    margin-bottom: 0;
  }

  /* --- Schnellwahl --- */
  .mk-quickpick {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-top: 28px;
  }

  .mk-quickpick-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: var(--mk-ink-soft);
  }

  .mk-quickpick-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-chip {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid var(--mk-line);
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    color: var(--mk-ink);
    background: #FFFFFF;
    transition: border-color 0.15s ease, color 0.15s ease;
  }

  .mk-chip:hover {
    border-color: var(--mk-accent, #3F8F4A);
    color: var(--mk-accent, #3F8F4A);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-subintro-inner {
      padding: 16px 20px 36px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-subintro-inner {
      padding: 12px 16px 28px;
    }

    .mk-crumbs {
      margin-bottom: 14px;
    }

    .mk-crumb-list {
      font-size: 12px;
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      scrollbar-width: none;
    }

    .mk-crumb-list::-webkit-scrollbar {
      display: none;
    }

    .mk-subintro-headline {
      font-size: var(--mk-h1-m, 24px);
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .mk-subintro-body {
      font-size: var(--mk-body-m, 15px);
      line-height: 1.55;
    }

    .mk-quickpick {
      margin-top: 22px;
      gap: 8px 10px;
    }

    .mk-quickpick-list {
      gap: 6px;
    }

    .mk-chip {
      padding: 6px 13px;
      font-size: 13px;
    }
  }
/* END_SECTION:mk-l-aufsteller-category-intro */

/* START_SECTION:mk-l-aufsteller-einsatz (INDEX:110) */
.mke-section {
    --mke-ink: #1E2226;
    --mke-ink-soft: #5A6169;
    --mke-line: #E4E7EA;
  }

  .mke-outer {
    background: var(--mke-bg, #FFFFFF);
  }

  .mke-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mke-pt, 56px) 24px var(--mke-pb, 56px);
  }

  .mke-head {
    max-width: 760px;
    margin-bottom: 32px;
  }

  .mke-heading {
    margin: 0 0 12px;
    font-size: var(--mke-h2, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mke-ink);
  }

  .mke-intro {
    font-size: var(--mke-body, 16px);
    line-height: 1.6;
    color: var(--mke-ink-soft);
  }

  .mke-intro p { margin: 0 0 10px; }
  .mke-intro p:last-child { margin-bottom: 0; }

  /* --- Kacheln --- */
  .mke-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 32px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mke-grid--boxed {
    gap: 0;
    border-top: 1px solid var(--mke-line);
    border-left: 1px solid var(--mke-line);
  }

  .mke-card {
    margin: 0;
  }

  .mke-grid--boxed .mke-card {
    padding: 24px 26px;
    border-right: 1px solid var(--mke-line);
    border-bottom: 1px solid var(--mke-line);
  }

  .mke-icon {
    display: block;
    width: var(--mke-iconsize, 28px);
    height: var(--mke-iconsize, 28px);
    margin-bottom: 12px;
    color: var(--mke-accent, #3F8F4A);
  }

  .mke-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mke-card-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--mke-ink);
  }

  .mke-card-text {
    margin: 0;
    font-size: var(--mke-body, 16px);
    line-height: 1.55;
    color: var(--mke-ink-soft);
  }

  .mke-outro {
    max-width: 860px;
    margin-top: 32px;
    font-size: var(--mke-body, 16px);
    line-height: 1.6;
    color: var(--mke-ink-soft);
  }

  .mke-outro p { margin: 0 0 10px; }
  .mke-outro p:last-child { margin-bottom: 0; }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mke-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mke-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px 28px;
    }

    .mke-grid--boxed {
      gap: 0;
    }

    .mke-grid--boxed .mke-card {
      padding: 20px 22px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mke-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mke-head {
      margin-bottom: 24px;
    }

    .mke-heading {
      font-size: var(--mke-h2-m, 22px);
    }

    .mke-grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .mke-grid--boxed {
      gap: 0;
    }

    .mke-grid--boxed .mke-card {
      padding: 18px 0;
      border-right: 0;
      border-left: 0;
    }

    .mke-outro {
      margin-top: 26px;
    }
  }
/* END_SECTION:mk-l-aufsteller-einsatz */

/* START_SECTION:mk-l-aufsteller-faq (INDEX:111) */
.mkf-section {
    --mkf-ink: #1E2226;
    --mkf-ink-soft: #5A6169;
    --mkf-line: #E4E7EA;
  }

  .mkf-outer {
    background: var(--mkf-bg, #FFFFFF);
  }

  .mkf-inner {
    max-width: var(--mkf-width, 850px);
    margin: 0 auto;
    padding: var(--mkf-pt, 64px) 24px var(--mkf-pb, 64px);
  }

  .mkf-heading {
    margin: 0 0 14px;
    font-size: var(--mkf-h2, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mkf-ink);
  }

  .mkf-intro {
    margin-bottom: 8px;
    font-size: var(--mkf-body, 16px);
    line-height: 1.6;
    color: var(--mkf-ink-soft);
  }

  .mkf-intro p { margin: 0 0 10px; }
  .mkf-intro p:last-child { margin-bottom: 0; }

  .mkf-list {
    margin-top: 28px;
    border-top: 1px solid var(--mkf-line);
  }

  .mkf-item {
    border-bottom: 1px solid var(--mkf-line);
  }

  .mkf-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--mkf-ink);
    transition: color 0.15s ease;
  }

  .mkf-question::-webkit-details-marker {
    display: none;
  }

  .mkf-question:hover {
    color: var(--mkf-accent, #3F8F4A);
  }

  .mkf-question-text {
    min-width: 0;
  }

  .mkf-plus {
    flex: 0 0 auto;
    display: block;
    width: 22px;
    height: 22px;
    color: var(--mkf-accent, #3F8F4A);
  }

  .mkf-plus svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkf-plus-v {
    transform-origin: 50% 50%;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .mkf-item[open] .mkf-plus-v {
    transform: rotate(90deg);
    opacity: 0;
  }

  .mkf-answer {
    padding: 0 40px 22px 0;
    font-size: var(--mkf-body, 16px);
    line-height: 1.65;
    color: var(--mkf-ink-soft);
  }

  .mkf-answer p { margin: 0 0 10px; }
  .mkf-answer p:last-child { margin-bottom: 0; }

  .mkf-answer-link a {
    font-weight: 600;
    color: var(--mkf-accent, #3F8F4A);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }

  .mkf-answer-link a:hover {
    color: var(--mkf-ink);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkf-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkf-inner {
      max-width: none;
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkf-heading {
      font-size: var(--mkf-h2-m, 22px);
    }

    .mkf-question {
      gap: 14px;
      padding: 16px 0;
      font-size: 16px;
    }

    .mkf-answer {
      padding-right: 0;
      padding-bottom: 18px;
    }
  }
/* END_SECTION:mk-l-aufsteller-faq */

/* START_SECTION:mk-l-aufsteller-kaufen (INDEX:112) */
.mkk-section {
    --mkk-ink: #1E2226;
    --mkk-ink-soft: #5A6169;
    --mkk-line: #E4E7EA;
  }

  .mkk-outer {
    background: var(--mkk-bg, #FFFFFF);
  }

  .mkk-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: var(--mkk-pt, 64px) 24px var(--mkk-pb, 64px);
  }

  .mkk-grid {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 56px;
    align-items: start;
  }

  /* --- Text --- */
  .mkk-heading {
    margin: 0 0 16px;
    font-size: var(--mkk-h2, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mkk-ink);
  }

  .mkk-body {
    max-width: 680px;
    font-size: var(--mkk-body, 16px);
    line-height: 1.65;
    color: var(--mkk-ink-soft);
  }

  .mkk-body p { margin: 0 0 12px; }
  .mkk-body p:last-child { margin-bottom: 0; }

  /* --- Vorteile --- */
  .mkk-benefits {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
  }

  .mkk-benefit {
    padding: 14px 18px;
    background: rgba(63, 143, 74, 0.05);
    border-left: 3px solid var(--mkk-accent, #3F8F4A);
  }

  .mkk-benefit-title {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--mkk-ink);
  }

  .mkk-benefit-text {
    display: block;
    font-size: 15px;
    line-height: 1.55;
    color: var(--mkk-ink-soft);
  }

  /* --- Buttons --- */
  .mkk-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 24px;
    margin-top: 30px;
  }

  .mkk-button {
    display: inline-block;
    padding: 13px 26px;
    background: var(--mkk-accent, #3F8F4A);
    color: #FFFFFF;
    border: 1px solid var(--mkk-accent, #3F8F4A);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.15s ease;
  }

  .mkk-button:hover {
    opacity: 0.88;
    color: #FFFFFF;
  }

  .mkk-textlink {
    font-size: 15px;
    font-weight: 600;
    color: var(--mkk-ink);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }

  .mkk-textlink:hover {
    color: var(--mkk-accent, #3F8F4A);
  }

  /* --- Bild --- */
  .mkk-media {
    min-width: 0;
  }

  .mkk-figure {
    margin: 0;
    border: 1px solid var(--mkk-line);
    background: #FFFFFF;
    overflow: hidden;
  }

  .mkk-photo,
  .mkk-figure svg {
    display: block;
    width: 100%;
    height: auto;
    font-family: inherit;
  }

  .mkk-ph-bg { fill: #FBFCFB; }
  .mkk-ph-counter { fill: #F0F2F1; }
  .mkk-ph-edge { stroke: #DFE3E1; stroke-width: 1.5; }

  .mkk-ph-product {
    fill: #EDEFF0;
    stroke: #C9CFD3;
    stroke-width: 1.4;
  }

  .mkk-ph-detail { fill: #C9CFD3; }

  .mkk-ph-stand {
    fill: rgba(150, 185, 200, 0.16);
    stroke: #6C757C;
    stroke-width: 1.6;
    stroke-linejoin: round;
  }

  .mkk-ph-sheet {
    fill: #FFFFFF;
    stroke: #C9CFD3;
    stroke-width: 1.2;
  }

  .mkk-ph-name {
    font-size: 17px;
    font-weight: 700;
    fill: #1E2226;
  }

  .mkk-ph-price {
    font-size: 24px;
    font-weight: 700;
    fill: var(--mkk-accent, #3F8F4A);
  }

  .mkk-ph-line { fill: #D6DBDE; }

  .mkk-ph-qr rect {
    fill: none;
    stroke: #6C757C;
    stroke-width: 1.4;
  }

  .mkk-ph-qr rect:not(:first-child) {
    fill: #6C757C;
    stroke: none;
  }

  .mkk-caption {
    padding: 11px 16px 13px;
    border-top: 1px solid var(--mkk-line);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--mkk-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkk-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkk-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .mkk-media {
      max-width: 520px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkk-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkk-heading {
      font-size: var(--mkk-h2-m, 22px);
    }

    .mkk-actions {
      gap: 12px 18px;
    }

    .mkk-button {
      width: 100%;
      text-align: center;
    }
  }
/* END_SECTION:mk-l-aufsteller-kaufen */

/* START_SECTION:mk-l-aufsteller-material (INDEX:113) */
.mkm-section {
    --mkm-ink: #1E2226;
    --mkm-ink-soft: #5A6169;
    --mkm-line: #D9E0DA;
  }

  .mkm-outer {
    background: var(--mkm-bg, #F2F6F2);
  }

  .mkm-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: var(--mkm-pt, 64px) 24px var(--mkm-pb, 64px);
  }

  .mkm-grid {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 48px;
    align-items: start;
  }

  /* --- Grafiken --- */
  .mkm-visuals {
    display: grid;
    gap: 16px;
  }

  .mkm-figure {
    margin: 0;
    background: #FFFFFF;
    border: 1px solid var(--mkm-line);
  }

  .mkm-canvas {
    display: block;
  }

  .mkm-canvas svg,
  .mkm-photo {
    display: block;
    width: 100%;
    height: auto;
    font-family: inherit;
  }

  .mkm-face-top {
    fill: rgba(150, 185, 200, 0.20);
    stroke: var(--mkm-ink);
    stroke-width: 1.6;
    stroke-linejoin: round;
  }

  .mkm-face-edge {
    fill: rgba(150, 185, 200, 0.38);
    stroke: var(--mkm-ink);
    stroke-width: 1.6;
    stroke-linejoin: round;
  }

  .mkm-hairline {
    stroke: #FFFFFF;
    stroke-width: 1.2;
    opacity: 0.8;
  }

  .mkm-profile {
    fill: none;
    stroke: var(--mkm-ink);
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.85;
  }

  .mkm-ground {
    stroke: var(--mkm-line);
    stroke-width: 1.5;
    stroke-dasharray: 5 5;
  }

  .mkm-guide {
    fill: none;
    stroke: var(--mkm-accent, #3F8F4A);
    stroke-width: 1.1;
    stroke-dasharray: 4 4;
  }

  .mkm-note polyline,
  .mkm-note line {
    fill: none;
    stroke: var(--mkm-accent, #3F8F4A);
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mkm-note circle {
    fill: var(--mkm-accent, #3F8F4A);
  }

  .mkm-note text {
    font-size: 14px;
    font-weight: 500;
    fill: var(--mkm-ink);
  }

  .mkm-caption {
    padding: 11px 16px 13px;
    border-top: 1px solid var(--mkm-line);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--mkm-ink-soft);
  }

  /* --- Text --- */
  .mkm-heading {
    margin: 0 0 14px;
    font-size: var(--mkm-h2, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mkm-ink);
  }

  .mkm-body {
    max-width: 640px;
    font-size: var(--mkm-body, 16px);
    line-height: 1.65;
    color: var(--mkm-ink-soft);
  }

  .mkm-body p { margin: 0 0 12px; }
  .mkm-body p:last-child { margin-bottom: 0; }

  .mkm-points {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
  }

  .mkm-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid var(--mkm-line);
  }

  .mkm-point:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .mkm-check {
    flex: 0 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--mkm-accent, #3F8F4A);
  }

  .mkm-check svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mkm-point-body {
    min-width: 0;
  }

  .mkm-point-title {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--mkm-ink);
  }

  .mkm-point-text {
    display: block;
    font-size: var(--mkm-body, 16px);
    line-height: 1.55;
    color: var(--mkm-ink-soft);
  }

  .mkm-care {
    display: block;
    margin-top: 26px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.7);
    border-left: 3px solid var(--mkm-accent, #3F8F4A);
  }

  .mkm-care-title {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: var(--mkm-ink);
  }

  .mkm-care-text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: var(--mkm-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkm-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkm-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .mkm-visuals {
      grid-template-columns: repeat(2, 1fr);
      order: 2;
    }

    .mkm-content {
      order: 1;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkm-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkm-visuals {
      grid-template-columns: 1fr;
    }

    .mkm-heading {
      font-size: var(--mkm-h2-m, 22px);
    }

    .mkm-note text {
      font-size: 16px;
    }
  }
/* END_SECTION:mk-l-aufsteller-material */

/* START_SECTION:mk-l-aufsteller-trust-bar (INDEX:114) */
.mkt-section {
    --mkt-ink: #1E2226;
    --mkt-ink-soft: #5A6169;
    --mkt-line: #E4E7EA;
  }

  .mkt-outer {
    background: var(--mkt-bg, #FFFFFF);
  }

  .mkt-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mkt-pt, 28px) 24px var(--mkt-pb, 28px);
  }

  .mkt-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mkt-list--ruled {
    border-top: 1px solid var(--mkt-line);
    border-bottom: 1px solid var(--mkt-line);
  }

  .mkt-list--1 { grid-template-columns: 1fr; }
  .mkt-list--2 { grid-template-columns: repeat(2, 1fr); }
  .mkt-list--3 { grid-template-columns: repeat(3, 1fr); }
  .mkt-list--4 { grid-template-columns: repeat(4, 1fr); }

  .mkt-item {
    margin: 0;
    padding: 24px 30px;
    border-left: 1px solid var(--mkt-line);
  }

  .mkt-item:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .mkt-item:last-child {
    padding-right: 0;
  }

  .mkt-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }

  .mkt-icon {
    flex: 0 0 auto;
    display: block;
    width: var(--mkt-iconsize, 24px);
    height: var(--mkt-iconsize, 24px);
    color: var(--mkt-accent, #3F8F4A);
  }

  .mkt-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .mkt-title {
    margin: 0;
    font-size: var(--mkt-title, 16px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1px;
    color: var(--mkt-ink);
  }

  .mkt-text {
    margin: 0;
    font-size: var(--mkt-text, 15px);
    line-height: 1.55;
    color: var(--mkt-ink-soft);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mkt-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mkt-item {
      padding: 20px 18px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mkt-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkt-list--1,
    .mkt-list--2,
    .mkt-list--3,
    .mkt-list--4 {
      grid-template-columns: 1fr;
    }

    .mkt-item {
      padding: 18px 0;
      border-left: 0;
      border-top: 1px solid var(--mkt-line);
    }

    .mkt-item:first-child {
      border-top: 0;
    }
  }
/* END_SECTION:mk-l-aufsteller-trust-bar */

/* START_SECTION:mk-ladenbau-hero (INDEX:115) */
.mk-ladenbau-hero {
    --mk-accent: #3f8f4a;
    --mk-ink: #1E2226;
    --mk-ink-secondary: #5A6169;
    --mk-line: #DCE3DE;
    background: #FFFFFF;
    padding: 60px 24px;
  }

  .mk-ladenbau-hero__top {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }

  .mk-ladenbau-hero__content {
  flex: 0 1 680px;
  display: flex;
  flex-direction: column;
}

  .mk-ladenbau-hero__eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--mk-accent);
    text-transform: uppercase;
    margin: 0 0 12px;
  }

  .mk-ladenbau-hero__heading {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.15;
    color: var(--mk-ink);
    margin: 0 0 20px;
  }

  .mk-ladenbau-hero__subheading {
    font-size: 17px;
    line-height: 1.6;
    color: var(--mk-ink-secondary);
    margin: 0;
  }

  .mk-ladenbau-hero__media {
    flex: 1;
    aspect-ratio: 16 / 9;
  }

  .mk-ladenbau-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
  }

  .mk-ladenbau-hero__trustbar {
    max-width: 1400px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .mk-ladenbau-hero__trustbox {
    border: 1px solid var(--mk-line);
    border-radius: 6px;
    padding: 16px;
    background: #FFFFFF;
  }

  .mk-ladenbau-hero__trusticon {
    display: inline-flex;
    margin-bottom: 10px;
  }

  .mk-ladenbau-hero__trustheading {
    font-size: 14px;
    font-weight: 700;
    color: var(--mk-ink);
    margin: 0 0 4px;
    line-height: 1.3;
  }

  .mk-ladenbau-hero__trusttext {
    font-size: 13px;
    color: var(--mk-ink-secondary);
    margin: 0;
    line-height: 1.45;
  }

  @media screen and (max-width: 989px) {
    .mk-ladenbau-hero {
      padding: 46px 20px;
    }
    .mk-ladenbau-hero__top {
      flex-direction: column;
      gap: 32px;
    }
    .mk-ladenbau-hero__content {
      flex: 1;
    }
    .mk-ladenbau-hero__heading {
      font-size: 30px;
    }
    .mk-ladenbau-hero__media {
      order: -1;
      width: 100%;
    }
    .mk-ladenbau-hero__trustbar {
      grid-template-columns: 1fr 1fr;
      margin-top: 32px;
    }
  }

  @media screen and (max-width: 749px) {
    .mk-ladenbau-hero {
      padding: 36px 16px;
    }
    .mk-ladenbau-hero__heading {
      font-size: 26px;
    }
    .mk-ladenbau-hero__trustbar {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:mk-ladenbau-hero */

/* START_SECTION:mk-legal-page (INDEX:116) */
#mk-legal-{{ section.id }} {
    padding: 56px 24px 80px;
  }
  #mk-legal-{{ section.id }} * { box-sizing: border-box; }

  #mk-legal-{{ section.id }} .mk-legal-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  #mk-legal-{{ section.id }} .mk-breadcrumb {
    font-size: 13px;
    color: var(--mk-ink-3);
    margin-bottom: 20px;
  }
  #mk-legal-{{ section.id }} .mk-breadcrumb a { color: var(--mk-ink-3); text-decoration: none; }
  #mk-legal-{{ section.id }} .mk-breadcrumb a:hover { text-decoration: underline; }
  #mk-legal-{{ section.id }} .mk-breadcrumb span { margin: 0 6px; }

  #mk-legal-{{ section.id }} .mk-legal-headline {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--mk-ink);
    margin: 0 0 10px;
    letter-spacing: -0.01em;
  }

  #mk-legal-{{ section.id }} .mk-legal-stand {
    font-size: 13.5px;
    color: var(--mk-ink-3);
    margin: 0 0 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--mk-line);
  }

  #mk-legal-{{ section.id }} .mk-legal-body {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--mk-ink-2);
  }
  #mk-legal-{{ section.id }} .mk-legal-body h2 {
    font-size: 21px;
    font-weight: 700;
    color: var(--mk-ink);
    margin: 40px 0 14px;
  }
  #mk-legal-{{ section.id }} .mk-legal-body h2:first-child { margin-top: 0; }
  #mk-legal-{{ section.id }} .mk-legal-body h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--mk-ink);
    margin: 28px 0 10px;
  }
  #mk-legal-{{ section.id }} .mk-legal-body p { margin: 0 0 16px; }
  #mk-legal-{{ section.id }} .mk-legal-body ul,
  #mk-legal-{{ section.id }} .mk-legal-body ol {
    margin: 0 0 16px;
    padding-left: 22px;
  }
  #mk-legal-{{ section.id }} .mk-legal-body li { margin-bottom: 6px; }
  #mk-legal-{{ section.id }} .mk-legal-body a {
    color: var(--mk-ink);
    text-decoration: underline;
  }
  #mk-legal-{{ section.id }} .mk-legal-body a:hover { color: var(--mk-accent); }
  #mk-legal-{{ section.id }} .mk-legal-body strong { color: var(--mk-ink); }
  #mk-legal-{{ section.id }} .mk-legal-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 16px;
    font-size: 14.5px;
  }
  #mk-legal-{{ section.id }} .mk-legal-body table td,
  #mk-legal-{{ section.id }} .mk-legal-body table th {
    border: 1px solid var(--mk-line);
    padding: 8px 10px;
    text-align: left;
  }

  @media screen and (max-width: 749px) {
    #mk-legal-{{ section.id }} { padding: 36px 16px 56px; }
    #mk-legal-{{ section.id }} .mk-legal-headline { font-size: 26px; }
    #mk-legal-{{ section.id }} .mk-legal-body h2 { font-size: 19px; }
  }
/* END_SECTION:mk-legal-page */

/* START_SECTION:mk-materials-overview (INDEX:121) */
.mk-mat-heading {
    font-size: 30px;
    font-weight: 700;
    color: #1E2226;
    margin: 0 0 40px;
  }

  .mk-mat-family {
    margin-bottom: 56px;
  }
  .mk-mat-family-head {
    padding-top: 12px;
    margin-bottom: 24px;
  }
  .mk-mat-family-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px;
  }
  .mk-mat-family-desc {
    font-size: 15px;
    color: #5A6169;
    margin: 0 0 4px;
    max-width: 720px;
  }
  .mk-mat-family-note {
    font-size: 13px;
    color: #8A9199;
    font-style: italic;
    margin: 0;
  }

  .mk-mat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .mk-mat-card {
    background: #ffffff;
    border: 1px solid #E4E7EA;
    border-radius: 8px;
    padding: 20px 22px 22px;
  }
  .mk-mat-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1E2226;
    margin: 0 0 14px;
  }

  .mk-mat-brands {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E7EA;
  }
  .mk-mat-brand {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
  }
  .mk-mat-brand-name {
    font-size: 13px;
    font-weight: 700;
    padding: 2px 9px;
    border: 1px solid;
    border-radius: 20px;
    white-space: nowrap;
  }
  .mk-mat-brand-maker {
    font-size: 13px;
    color: #8A9199;
  }

  .mk-mat-block {
    margin-top: 14px;
  }
  .mk-mat-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #8A9199;
    margin-bottom: 6px;
  }
  .mk-mat-list {
    margin: 0;
    padding-left: 18px;
  }
  .mk-mat-list li {
    font-size: 14px;
    color: #5A6169;
    line-height: 1.5;
    margin-bottom: 3px;
  }

  @media screen and (max-width: 989px) {
    .mk-mat-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 749px) {
    .mk-mat-grid {
      grid-template-columns: 1fr;
    }
    .mk-mat-heading {
      font-size: 22px;
    }
  }
/* END_SECTION:mk-materials-overview */

/* START_SECTION:mk-pos-certs (INDEX:122) */
.mk-pos-certs {
    background: #FFFFFF;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid var(--mk-line, #E5E8EB);
  }

  .mk-pos-certs__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .mk-pos-certs__heading {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8A9199;
    margin: 0;
    text-align: center;
  }

  .mk-pos-certs__badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  .mk-pos-certs__badge {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 4px;
  }

  .mk-pos-certs__badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .mk-pos-certs__badge-text strong {
    font-size: 14px;
    font-weight: 700;
    color: #1E2226;
  }

  .mk-pos-certs__badge-link {
    font-size: 12px;
    color: #3f8f4a;
    text-decoration: underline;
  }

  .mk-pos-certs__badge:hover .mk-pos-certs__badge-link {
    color: #2f6e38;
  }

  @media screen and (max-width: 749px) {
    .mk-pos-certs {
      padding-left: 20px;
      padding-right: 20px;
    }
    .mk-pos-certs__badges {
      gap: 24px;
    }
  }
/* END_SECTION:mk-pos-certs */

/* START_SECTION:mk-pos-cta-bar (INDEX:123) */
.mk-pos-ctabar {
    --mk-accent: #3f8f4a;
    --mk-ink-secondary: #8A9199;
    background: #FFFFFF;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mk-pos-ctabar__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .mk-pos-ctabar__text {
    color: var(--mk-ink-secondary);
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    text-align: right;
  }

  .mk-pos-ctabar__text strong {
    font-weight: 700;
  }

  .mk-pos-ctabar__text-line2 {
    font-size: 15px;
  }

  .mk-pos-ctabar__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--mk-accent);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(63, 143, 74, 0.28);
    transition: transform 0.15s ease;
    flex-shrink: 0;
  }

  .mk-pos-ctabar__button:hover {
    transform: translateY(-1px);
  }

  @media screen and (max-width: 749px) {
    .mk-pos-ctabar {
      padding-left: 20px;
      padding-right: 20px;
    }
    .mk-pos-ctabar__inner {
      flex-direction: column;
      gap: 20px;
    }
    .mk-pos-ctabar__text {
      text-align: center;
    }
    .mk-pos-ctabar__button {
      width: 100%;
      justify-content: center;
    }
  }
/* END_SECTION:mk-pos-cta-bar */

/* START_SECTION:mk-pos-faq (INDEX:124) */
.mk-pos-faq {
    background: #FFFFFF;
    padding: 56px 24px;
  }

  .mk-pos-faq__inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .mk-pos-faq__heading-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 40px;
  }

  .mk-pos-faq__heading-icon {
    display: inline-flex;
    flex-shrink: 0;
  }

  .mk-pos-faq__heading {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #5A6169;
    margin: 0;
    text-align: left;
  }

  .mk-pos-faq__grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 56px;
    align-items: start;
  }

  .mk-pos-faq__list {
    border-top: 1px solid #DCE3DE;
  }

  .mk-pos-faq__item {
    border-bottom: 1px solid #DCE3DE;
  }

  .mk-pos-faq__item summary {
    list-style: none;
    cursor: pointer;
  }

  .mk-pos-faq__item summary::-webkit-details-marker {
    display: none;
  }

  .mk-pos-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 4px;
    font-size: 15.5px;
    font-weight: 600;
    color: #1E2226;
  }

  .mk-pos-faq__icon {
    flex-shrink: 0;
    display: flex;
    transition: transform 0.2s ease;
  }

  .mk-pos-faq__item[open] .mk-pos-faq__icon {
    transform: rotate(45deg);
  }

  .mk-pos-faq__answer {
    padding: 0 4px 20px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #5A6169;
  }

    .mk-pos-faq__media {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #DCE3DE;
    align-self: start;
    margin-top: 0;
  }

  .mk-pos-faq__media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @media screen and (max-width: 989px) {
    .mk-pos-faq__grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
        .mk-pos-faq__media {
      max-width: 320px;
      margin: 0 auto;
      order: -1;
    }
  }

  @media screen and (max-width: 749px) {
    .mk-pos-faq {
      padding: 40px 16px;
    }
    .mk-pos-faq__heading {
      font-size: 19px;
    }
    .mk-pos-faq__question {
      font-size: 14.5px;
    }
  }
/* END_SECTION:mk-pos-faq */

/* START_SECTION:mk-pos-final-trust-bar (INDEX:125) */
.mk-pos-tb {
    background: var(--tb-bg);
    border-top: 1px solid var(--tb-line);
    border-bottom: 1px solid var(--tb-line);
    padding: 32px 24px;
  }

  .mk-pos-tb__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }

  .mk-pos-tb__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .mk-pos-tb__icon {
    display: inline-flex;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: var(--tb-accent);
    margin-top: 2px;
  }

  .mk-pos-tb__icon svg {
    width: 100%;
    height: 100%;
  }

  .mk-pos-tb__title {
    color: var(--tb-ink-1);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 3px;
  }

  .mk-pos-tb__sub {
    color: var(--tb-ink-3);
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
  }

  @media (max-width: 989px) {
    .mk-pos-tb__inner {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
  }

  @media (max-width: 599px) {
    .mk-pos-tb {
      padding: 24px 16px;
    }
    .mk-pos-tb__inner {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
/* END_SECTION:mk-pos-final-trust-bar */

/* START_SECTION:mk-pos-hero (INDEX:127) */
.mk-pos-hero {
    --mk-accent: #3f8f4a;
    --mk-ink: #1E2226;
    --mk-ink-secondary: #5A6169;
    --mk-line: #DCE3DE;
    background: #FFFFFF;
    padding: 60px 24px;
  }

  .mk-pos-hero__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 48px;
  }

  .mk-pos-hero__content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .mk-pos-hero__eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--mk-accent);
    text-transform: uppercase;
    margin: 0 0 12px;
  }

  .mk-pos-hero__heading {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.15;
    color: var(--mk-ink);
    margin: 0 0 20px;
  }

  .mk-pos-hero__subheading {
    font-size: 17px;
    line-height: 1.6;
    color: var(--mk-ink-secondary);
    margin: 0 0 32px;
    max-width: 480px;
  }

  .mk-pos-hero__trustgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: auto;
  }

  .mk-pos-hero__trustbox {
    border: 1px solid var(--mk-line);
    border-radius: 6px;
    padding: 16px;
    background: #FFFFFF;
  }

  .mk-pos-hero__trusticon {
    display: inline-flex;
    margin-bottom: 10px;
  }

  .mk-pos-hero__trustheading {
    font-size: 14px;
    font-weight: 700;
    color: var(--mk-ink);
    margin: 0 0 4px;
    line-height: 1.3;
  }

  .mk-pos-hero__trusttext {
    font-size: 13px;
    color: var(--mk-ink-secondary);
    margin: 0;
    line-height: 1.45;
  }

  .mk-pos-hero__media {
    flex: 1;
  }

  .mk-pos-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
  }

  @media screen and (max-width: 989px) {
    .mk-pos-hero {
      padding: 46px 20px;
    }
    .mk-pos-hero__inner {
      flex-direction: column;
      gap: 32px;
    }
    .mk-pos-hero__heading {
      font-size: 30px;
    }
    .mk-pos-hero__media {
      order: -1;
    }
    .mk-pos-hero__image {
      height: auto;
    }
  }

  @media screen and (max-width: 749px) {
    .mk-pos-hero {
      padding: 36px 16px;
    }
    .mk-pos-hero__heading {
      font-size: 26px;
    }
    .mk-pos-hero__trustgrid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:mk-pos-hero */

/* START_SECTION:mk-pos-industries (INDEX:128) */
.mk-pos-industries {
    background: #FFFFFF;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mk-pos-industries__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .mk-pos-industries__heading {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1E2226;
    margin: 0 0 12px;
    text-align: center;
  }

  .mk-pos-industries__subheading {
    font-size: 15px;
    color: #5A6169;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 40px;
    line-height: 1.5;
  }

  .mk-pos-industries__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
  }

  .mk-pos-industries__all-refs {
    text-align: center;
    margin-top: 32px;
  }

  .mk-pos-industries__all-refs-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #1E2226;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid #3f8f4a;
  }

  .mk-pos-industries__all-refs-link:hover {
    color: #3f8f4a;
  }

  .mk-pos-industries__tile {
    position: relative;
    border-radius: 12px;
    overflow: visible;
    background: #F4F6F5;
  }

  .mk-pos-industries__tile.is-open {
    z-index: 30;
  }

  .mk-pos-industries__trigger {
    all: unset;
    box-sizing: border-box;
    display: block;
    width: 100%;
    aspect-ratio: 8 / 3;
    padding: 16px 20px;
    cursor: pointer;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }

  .mk-pos-industries__image {
    position: absolute;
    inset: 0;
  }

  .mk-pos-industries__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mk-pos-industries__tile:has(.mk-pos-industries__image) .mk-pos-industries__trigger::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.45) 100%);
    z-index: 0;
  }

  .mk-pos-industries__label {
    position: absolute;
    left: 20px;
    bottom: 16px;
    font-size: 17px;
    font-weight: 700;
    color: #1E2226;
    z-index: 1;
  }

  .mk-pos-industries__tile:has(.mk-pos-industries__image) .mk-pos-industries__label {
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    font-size: 19px;
  }

  .mk-pos-industries__icon-plus {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
  }

  .mk-pos-industries__icon-plus::before,
  .mk-pos-industries__icon-plus::after {
    content: '';
    position: absolute;
    background: #1E2226;
  }

  .mk-pos-industries__icon-plus::before {
    top: 50%;
    left: 6px;
    right: 6px;
    height: 2px;
    transform: translateY(-50%);
  }

  .mk-pos-industries__icon-plus::after {
    left: 50%;
    top: 6px;
    bottom: 6px;
    width: 2px;
    transform: translateX(-50%);
  }

  .mk-pos-industries__tile.is-open .mk-pos-industries__icon-plus::after {
    opacity: 0;
  }

  /* Panel: schwebt als Overlay unter der Kachel, verschiebt das Grid nicht */
  .mk-pos-industries__panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 24px 48px rgba(20,22,20,0.18), 0 6px 16px rgba(20,22,20,0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    pointer-events: none;
  }

  .mk-pos-industries__tile.is-open .mk-pos-industries__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mk-pos-industries__panel-inner {
    padding: 20px;
  }

  .mk-pos-industries__text {
    font-size: 14px;
    line-height: 1.6;
    color: #3f4750;
  }

  .mk-pos-industries__text strong {
    color: #1E2226;
    font-weight: 700;
  }

  .mk-pos-industries__text p {
    margin: 0;
  }

  .mk-pos-industries__gallery {
    margin-bottom: 24px;
  }

  .mk-pos-industries__gallery-inner {
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .mk-pos-industries__gallery-inner img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    border-radius: 9px;
    display: block;
    box-shadow: 0 14px 28px rgba(20,22,20,0.20), 0 4px 10px rgba(20,22,20,0.08);
    border: 4px solid #fff;
  }

  .mk-pos-industries__gallery-inner img:first-child { transform: rotate(-3deg); }
  .mk-pos-industries__gallery-inner img:last-child { transform: rotate(3deg); }

  @media screen and (min-width: 990px) {
    .mk-pos-industries__gallery-inner img {
      width: 170px;
      height: 227px;
    }
  }

  @media screen and (max-width: 989px) {
    .mk-pos-industries__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .mk-pos-industries {
      padding-left: 20px;
      padding-right: 20px;
    }
    .mk-pos-industries__grid {
      grid-template-columns: 1fr;
    }
    .mk-pos-industries__heading {
      font-size: 22px;
    }
    .mk-pos-industries__gallery-inner img {
      width: 130px;
      height: 173px;
    }
  }
/* END_SECTION:mk-pos-industries */

/* START_SECTION:mk-pos-material-comparison (INDEX:129) */
.mk-matcomp {
    background: var(--mc-bg);
    padding: 60px 24px;
  }

  .mk-matcomp__inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .mk-matcomp__head {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
  }

  .mk-matcomp__kicker {
    color: var(--mc-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 10px;
  }

  .mk-matcomp__title {
    color: var(--mc-ink-1);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .mk-matcomp__subline {
    color: var(--mc-ink-3);
    font-size: 15px;
    margin: 0;
  }

  .mk-matcomp__intro {
    max-width: 760px;
    margin: 0 auto 40px;
    color: var(--mc-ink-2);
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }

  .mk-matcomp__table {
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid var(--mc-line-2);
    border-radius: 12px;
    overflow: hidden;
  }

  .mk-matcomp__row {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    border-top: 1px solid var(--mc-line-2);
  }

  .mk-matcomp__row:first-child {
    border-top: none;
  }

  .mk-matcomp__row--head {
    background: #FAFBFA;
  }

  .mk-matcomp__cell {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .mk-matcomp__cell--label {
    color: var(--mc-ink-1);
    font-weight: 600;
  }

  .mk-matcomp__cell--val {
    color: var(--mc-ink-2);
    gap: 10px;
  }

  .mk-matcomp__cell--win {
    background: var(--mc-accent-bg);
  }

  .mk-matcomp__row--head .mk-matcomp__cell--win {
    background: transparent;
  }

  .mk-matcomp__cell--colhead {
    gap: 10px;
  }

  .mk-matcomp__colhead-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .mk-matcomp__colhead-title {
    color: var(--mc-ink-1);
    font-weight: 700;
    font-size: 14px;
  }

  .mk-matcomp__row--head .mk-matcomp__cell--win .mk-matcomp__colhead-title {
    color: var(--mc-accent);
  }

  .mk-matcomp__colhead-sub {
    color: var(--mc-ink-3);
    font-size: 11.5px;
    font-weight: 400;
  }

  .mk-matcomp__colicon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--mc-ink-3);
  }

  .mk-matcomp__row--head .mk-matcomp__cell--win .mk-matcomp__colicon {
    color: var(--mc-accent);
  }

  .mk-matcomp__colicon svg {
    width: 100%;
    height: 100%;
  }

  .mk-matcomp__valicon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .mk-matcomp__valicon svg {
    width: 100%;
    height: 100%;
  }

  .mk-matcomp__valicon--yes {
    color: var(--mc-accent);
  }

  .mk-matcomp__valicon--no {
    color: var(--mc-x-color);
  }

  .mk-matcomp__mobile-label {
    display: none;
  }

  .mk-matcomp__closing {
    max-width: 720px;
    margin: 32px auto 0;
    text-align: center;
    color: var(--mc-ink-2);
    font-size: 15px;
    line-height: 1.6;
  }

  @media (max-width: 749px) {
    .mk-matcomp {
      padding: 36px 16px;
    }

    .mk-matcomp__title {
      font-size: 22px;
    }

    .mk-matcomp__subline,
    .mk-matcomp__intro,
    .mk-matcomp__closing {
      font-size: 13px;
    }

    .mk-matcomp__table {
      border: none;
      border-radius: 0;
    }

    .mk-matcomp__row--head {
      display: none;
    }

    .mk-matcomp__row {
      grid-template-columns: 1fr;
      border: 1px solid var(--mc-line-2);
      border-radius: 12px;
      margin-bottom: 12px;
      overflow: hidden;
    }

    .mk-matcomp__cell {
      grid-column: 1 !important;
    }

    .mk-matcomp__row:first-child {
      border-top: 1px solid var(--mc-line-2);
    }

    .mk-matcomp__cell--label {
      background: #FAFBFA;
      border-bottom: 1px solid var(--mc-line-2);
    }

    .mk-matcomp__cell--val {
      align-items: flex-start;
    }

    .mk-matcomp__mobile-label {
      display: block;
      width: 100%;
      color: var(--mc-ink-3);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 4px;
    }
  }
/* END_SECTION:mk-pos-material-comparison */

/* START_SECTION:mk-pos-materials (INDEX:130) */
.mk-pos-materials {
    --mk-accent: #3f8f4a;
    --mk-ink: #1E2226;
    --mk-ink-secondary: #5A6169;
    --mk-line: #DCE3DE;
    background: #FFFFFF;
    padding: 56px 24px;
  }

  .mk-pos-materials__inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .mk-pos-materials__heading {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: var(--mk-ink);
    margin: 0 0 10px;
  }

  .mk-pos-materials__intro {
    font-size: 15px;
    color: var(--mk-ink-secondary);
    margin: 0 0 32px;
    max-width: 620px;
  }

  .mk-pos-materials__group-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mk-ink-secondary);
    margin: 0 0 12px;
  }

  .mk-pos-materials__group-label--second {
    margin-top: 28px;
  }

  .mk-pos-materials__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .mk-pos-materials__tile {
    border: 1px solid var(--mk-line);
    border-radius: 10px;
    padding: 20px 14px;
    text-align: center;
  }

  .mk-pos-materials__tile-icon {
    display: inline-flex;
    margin-bottom: 10px;
  }

  .mk-pos-materials__tile-label {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--mk-ink);
    margin: 0;
    line-height: 1.4;
  }

  .mk-pos-materials__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--mk-accent);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 28px;
  }

  @media screen and (max-width: 989px) {
    .mk-pos-materials {
      padding: 44px 20px;
    }
    .mk-pos-materials__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .mk-pos-materials {
      padding: 36px 16px;
    }
    .mk-pos-materials__heading {
      font-size: 22px;
    }
  }
/* END_SECTION:mk-pos-materials */

/* START_SECTION:mk-pos-process (INDEX:131) */
.mk-pos-process {
    background: #FFFFFF;
    padding: 56px 24px;
  }

  .mk-pos-process__inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .mk-pos-process__heading {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1E2226;
    margin: 0 0 56px;
    text-align: center;
  }

  .mk-pos-process__steps {
    display: flex;
    align-items: flex-start;
  }

  .mk-pos-process__step {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .mk-pos-process__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #3f8f4a;
    flex: none;
  }

  .mk-pos-process__connector {
    flex: 1 1 auto;
    height: 3px;
    background-color: #b9c4bd;
    margin: 22px 4px 0;
    align-self: flex-start;
  }

  .mk-pos-process__label {
    width: 100%;
    max-width: 220px;
    margin: 16px auto 0;
  }

  .mk-pos-process__step-heading {
    font-size: 15px;
    font-weight: 700;
    color: #1E2226;
    margin: 0 0 6px;
  }

  .mk-pos-process__step-text {
    font-size: 13.5px;
    color: #5A6169;
    margin: 0;
    line-height: 1.5;
  }

  @media screen and (max-width: 989px) {
    .mk-pos-process {
      padding: 44px 20px;
    }
    .mk-pos-process__heading {
      font-size: 22px;
      margin-bottom: 44px;
    }
  }

  @media screen and (max-width: 749px) {
    .mk-pos-process {
      padding: 36px 16px;
    }
    .mk-pos-process__steps {
      flex-direction: column;
      align-items: stretch;
    }
    .mk-pos-process__step {
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      gap: 16px;
      width: 100%;
      max-width: 420px;
      margin: 0 auto;
    }
    .mk-pos-process__label {
      max-width: none;
      margin: 0;
      padding-top: 10px;
    }
    .mk-pos-process__connector {
      display: block;
      width: 3px;
      height: 28px;
      margin: 4px 0 4px 22.5px;
      align-self: flex-start;
    }
  }
/* END_SECTION:mk-pos-process */

/* START_SECTION:mk-pos-why (INDEX:132) */
.mk-pos-why {
    --mk-accent: #3f8f4a;
    --mk-ink: #1E2226;
    --mk-ink-secondary: #5A6169;
    --mk-line: #DCE3DE;
    background: #F3F8F4;
    padding: 56px 24px;
  }

  .mk-pos-why__inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .mk-pos-why__heading {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: var(--mk-ink);
    margin: 0 0 28px;
    max-width: 720px;
  }

  .mk-pos-why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .mk-pos-why__card {
    display: flex;
    align-items: stretch;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 18px rgba(30, 34, 38, 0.07);
  }

  .mk-pos-why__card-content {
    flex: 1;
    min-width: 0;
  }

  .mk-pos-why__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--mk-accent);
    margin-bottom: 12px;
  }

  .mk-pos-why__card-heading {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--mk-ink);
    margin: 0 0 6px;
    line-height: 1.3;
  }

  .mk-pos-why__card-text {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--mk-ink-secondary);
    margin: 0;
  }

  .mk-pos-why__card-media {
    flex: 0 0 128px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--mk-line);
  }

  .mk-pos-why__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @media screen and (max-width: 989px) {
    .mk-pos-why {
      padding: 44px 20px;
    }
    .mk-pos-why__heading {
      font-size: 24px;
      margin-bottom: 24px;
    }
    .mk-pos-why__grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }

  @media screen and (max-width: 749px) {
    .mk-pos-why {
      padding: 36px 16px;
    }
    .mk-pos-why__card {
      padding: 18px;
      gap: 16px;
    }
    .mk-pos-why__card-media {
      flex-basis: 96px;
    }
  }
/* END_SECTION:mk-pos-why */

/* START_SECTION:mk-produkt-faq (INDEX:135) */
.mkq-section {
    --mkq-ink: #1E2226;
    --mkq-ink-soft: #5A6169;
    --mkq-line: #E4E7EA;
  }

  .mkq-inner {
    max-width: var(--mkq-width, 850px);
    margin: 0 auto;
    padding: var(--mkq-pt, 48px) 24px var(--mkq-pb, 48px);
  }

  .mkq-heading {
    margin: 0 0 20px;
    font-size: var(--mkq-h2, 24px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--mkq-ink);
  }

  .mkq-list {
    border-top: 1px solid var(--mkq-line);
  }

  .mkq-item {
    border-bottom: 1px solid var(--mkq-line);
  }

  .mkq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    cursor: pointer;
    list-style: none;
    font-size: var(--mkq-body, 16px);
    font-weight: 600;
    line-height: 1.45;
    color: var(--mkq-ink);
    transition: color 0.15s ease;
  }

  .mkq-q::-webkit-details-marker {
    display: none;
  }

  .mkq-q:hover {
    color: var(--mkq-accent, #4A7A4E);
  }

  .mkq-icon {
    position: relative;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
  }

  .mkq-icon::before,
  .mkq-icon::after {
    content: '';
    position: absolute;
    background: var(--mkq-accent, #4A7A4E);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .mkq-icon::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
  }

  .mkq-icon::after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
  }

  .mkq-item[open] .mkq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .mkq-a {
    padding: 0 0 18px;
    font-size: var(--mkq-body, 16px);
    line-height: 1.65;
    color: var(--mkq-ink-soft);
  }

  .mkq-a p:first-child { margin-top: 0; }
  .mkq-a p:last-child { margin-bottom: 0; }

  .mkq-a a {
    color: var(--mkq-accent, #4A7A4E);
    text-underline-offset: 0.25em;
  }

  .mkq-empty {
    margin: 0;
    padding: 16px 18px;
    border-left: 3px solid var(--mkq-accent, #4A7A4E);
    background: rgba(30, 34, 38, 0.03);
    font-size: 14px;
    line-height: 1.6;
    color: var(--mkq-ink-soft);
  }

  @media screen and (max-width: 749px) {
    .mkq-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkq-q,
    .mkq-a {
      font-size: 15px;
    }
  }
/* END_SECTION:mk-produkt-faq */

/* START_SECTION:mk-produkt-formate (INDEX:136) */
.mkf-section {
    --mkf-ink: #1E2226;
    --mkf-ink-soft: #5A6169;
  }

  .mkf-inner {
    max-width: var(--mkf-width, 1200px);
    margin: 0 auto;
    padding: var(--mkf-pt, 48px) 24px var(--mkf-pb, 48px);
  }

  .mkf-heading {
    margin: 0 0 8px;
    font-size: var(--mkf-h2, 24px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--mkf-ink);
  }

  .mkf-intro {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--mkf-ink-soft);
  }

  .mkf-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (var(--mkf-cols) - 1) * 20px) / var(--mkf-cols));
    gap: 20px;
    margin: 0;
    padding: 0 0 12px;
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .mkf-item {
    scroll-snap-align: start;
    min-width: 0;
  }

  .mkf-empty {
    margin: 0;
    padding: 16px 18px;
    border-left: 3px solid #4A7A4E;
    background: rgba(30, 34, 38, 0.03);
    font-size: 14px;
    line-height: 1.6;
    color: var(--mkf-ink-soft);
  }

  @media screen and (max-width: 989px) {
    .mkf-track {
      grid-auto-columns: calc((100% - 20px) / 2.2);
    }
  }

  @media screen and (max-width: 749px) {
    .mkf-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkf-track {
      grid-auto-columns: calc((100% - 16px) / 1.6);
      gap: 16px;
    }
  }
/* END_SECTION:mk-produkt-formate */

/* START_SECTION:mk-produkt-sonderanfertigung (INDEX:137) */
.mks-section {
    --mks-ink: #1E2226;
    --mks-ink-soft: #5A6169;
  }

  .mks-outer {
    background: var(--mks-bg, #F2F6F2);
  }

  .mks-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    max-width: var(--mks-width, 1200px);
    margin: 0 auto;
    padding: var(--mks-pt, 28px) 24px var(--mks-pb, 28px);
  }

  .mks-text {
    min-width: 0;
  }

  .mks-title {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--mks-ink);
  }

  .mks-body {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--mks-ink-soft);
  }

  .mks-note {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--mks-ink-soft);
  }

  .mks-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    background: var(--mks-accent, #4A7A4E);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease;
  }

  .mks-button:hover {
    background: #3D6641;
    color: #FFFFFF;
  }

  @media screen and (max-width: 749px) {
    .mks-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
      padding-left: 16px;
      padding-right: 16px;
    }

    .mks-button {
      width: 100%;
    }
  }
/* END_SECTION:mk-produkt-sonderanfertigung */

/* START_SECTION:mk-produkt-tabs (INDEX:138) */
.mkt-section {
    --mkt-ink: #1E2226;
    --mkt-ink-soft: #5A6169;
    --mkt-line: #E4E7EA;
  }

  .mkt-inner {
    max-width: var(--mkt-width, 900px);
    margin: 0 auto;
    padding: var(--mkt-pt, 48px) 24px var(--mkt-pb, 48px);
  }

  .mkt-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    border-bottom: 1px solid var(--mkt-line);
  }

  .mkt-tab {
    appearance: none;
    border: 1px solid transparent;
    border-bottom: none;
    background: transparent;
    padding: 12px 22px;
    font-family: inherit;
    font-size: var(--mkt-body, 15px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--mkt-ink-soft);
    cursor: pointer;
    transition: color 0.15s ease, background-color 0.15s ease;
  }

  .mkt-tab:hover {
    color: var(--mkt-accent, #3F8F4A);
  }

  .mkt-tab.is-active {
    background: #FFFFFF;
    border-color: var(--mkt-line);
    color: var(--mkt-ink);
    margin-bottom: -1px;
    padding-bottom: 13px;
  }

  .mkt-panel {
    display: none;
    padding-top: 28px;
  }

  .mkt-panel.is-active {
    display: block;
  }

  .mkt-heading {
    margin: 0 0 16px;
    font-size: var(--mkt-h2, 24px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--mkt-ink);
  }

  .mkt-rte {
    font-size: var(--mkt-body, 15px);
    line-height: 1.65;
    color: var(--mkt-ink-soft);
  }

  .mkt-rte p:first-child { margin-top: 0; }
  .mkt-rte p:last-child { margin-bottom: 0; }

  .mkt-table {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--mkt-line);
  }

  .mkt-row {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--mkt-line);
  }

  .mkt-table--striped .mkt-row {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mkt-table--striped .mkt-row:nth-child(odd) {
    background: rgba(30, 34, 38, 0.02);
  }

  .mkt-key {
    margin: 0;
    font-size: var(--mkt-body, 15px);
    font-weight: 600;
    line-height: 1.5;
    color: var(--mkt-ink);
  }

  .mkt-val {
    margin: 0;
    font-size: var(--mkt-body, 15px);
    line-height: 1.5;
    color: var(--mkt-ink-soft);
  }

  .mkt-note {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--mkt-ink-soft);
  }

  .mkt-empty {
    margin: 24px 0 0;
    padding: 16px 18px;
    border-left: 3px solid var(--mkt-accent, #3F8F4A);
    background: rgba(30, 34, 38, 0.03);
    font-size: 14px;
    line-height: 1.6;
    color: var(--mkt-ink-soft);
  }

  @media screen and (max-width: 749px) {
    .mkt-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkt-tab {
      flex: 1 1 auto;
      padding: 11px 12px;
      font-size: 14px;
      text-align: center;
    }

    .mkt-row {
      grid-template-columns: 1fr;
      gap: 2px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
/* END_SECTION:mk-produkt-tabs */

/* START_SECTION:mk-produkt-technische-daten (INDEX:139) */
.mkd-section {
    --mkd-ink: #1E2226;
    --mkd-ink-soft: #5A6169;
    --mkd-line: #E4E7EA;
  }

  .mkd-outer {
    background: var(--mkd-bg, #FFFFFF);
  }

  .mkd-inner {
    max-width: var(--mkd-width, 900px);
    margin: 0 auto;
    padding: var(--mkd-pt, 48px) 24px var(--mkd-pb, 48px);
  }

  .mkd-heading {
    margin: 0 0 20px;
    font-size: var(--mkd-h2, 24px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--mkd-ink);
  }

  .mkd-table {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--mkd-line);
  }

  .mkd-row {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--mkd-line);
  }

  .mkd-table--striped .mkd-row {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mkd-table--striped .mkd-row:nth-child(odd) {
    background: rgba(30, 34, 38, 0.02);
  }

  .mkd-key {
    margin: 0;
    font-size: var(--mkd-body, 15px);
    font-weight: 600;
    line-height: 1.5;
    color: var(--mkd-ink);
  }

  .mkd-val {
    margin: 0;
    font-size: var(--mkd-body, 15px);
    line-height: 1.5;
    color: var(--mkd-ink-soft);
  }

  .mkd-empty {
    margin: 0;
    padding: 16px 18px;
    border-left: 3px solid var(--mkd-accent, #3F8F4A);
    background: rgba(30, 34, 38, 0.03);
    font-size: 14px;
    line-height: 1.6;
    color: var(--mkd-ink-soft);
  }

  .mkd-note {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--mkd-ink-soft);
  }

  @media screen and (max-width: 989px) {
    .mkd-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media screen and (max-width: 749px) {
    .mkd-inner {
      padding-left: 16px;
      padding-right: 16px;
    }

    .mkd-row {
      grid-template-columns: 1fr;
      gap: 2px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
/* END_SECTION:mk-produkt-technische-daten */

/* START_SECTION:mk-produkt-trustleiste (INDEX:140) */
.mktl-section {
    background: #FFFFFF;
    border-top: 1px solid #E4E7EA;
    border-bottom: 1px solid #E4E7EA;
  }
  .mktl-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--mktl-pt, 32px) 24px var(--mktl-pb, 32px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mktl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 0 24px;
    border-left: 1px solid #E4E7EA;
  }
  .mktl-item:first-child { border-left: none; }
  .mktl-icon { width: 26px; height: 26px; color: var(--mktl-accent, #3f8f4a); }
  .mktl-icon svg { display: block; width: 100%; height: 100%; }
  .mktl-title { font-size: 15px; font-weight: 700; color: #1E2226; }
  .mktl-text { font-size: 13.5px; color: #5A6169; line-height: 1.5; }

  @media screen and (max-width: 749px) {
    .mktl-inner { grid-template-columns: 1fr; gap: 24px; padding: 28px 16px; }
    .mktl-item { border-left: none; border-top: 1px solid #E4E7EA; padding-top: 20px; }
    .mktl-item:first-child { border-top: none; padding-top: 0; }
  }
/* END_SECTION:mk-produkt-trustleiste */

/* START_SECTION:mk-reference-category (INDEX:143) */
.mk-ref-cat__container { max-width: 1400px; margin: 0 auto; padding: 32px 60px; }
.mk-ref-cat__heading { font-family: 'Assistant', sans-serif; font-weight: 700; font-size: 26px; color: #1E2226; margin: 0 0 24px; }
.mk-ref-cat__intro { font-size: 14px; color: #5A6169; margin: -10px 0 24px; max-width: 700px; }
.mk-ref-cat__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.mk-ref-card { position: relative; border: 1px solid #E4E7EA; border-radius: 6px; overflow: visible; background: #fff; }

.mk-ref-card__image { position: relative; aspect-ratio: 3 / 4; background: #F3F8F4; }
.mk-ref-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 6px 6px 0 0; }
.mk-ref-card__placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #8A9199; font-size: 12px; border-radius: 6px 6px 0 0; }

.mk-ref-card__more-wrap {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  outline: none;
  z-index: 30;
}
.mk-ref-card__more {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.94);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 600;
  color: #1E2226;
  cursor: default;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: background 0.2s ease;
  white-space: nowrap;
}
.mk-ref-card__more-wrap:hover .mk-ref-card__more,
.mk-ref-card__more-wrap:focus .mk-ref-card__more { background: #3f8f4a; color: #fff; }

.mk-ref-card__gallery {
  position: absolute;
  bottom: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 40;
}
.mk-ref-card__gallery-inner {
  display: flex;
  gap: 12px;
}
.mk-ref-card__gallery-inner img {
  width: 260px;
  height: 347px;
  object-fit: cover;
  border-radius: 9px;
  display: block;
  box-shadow: 0 22px 46px rgba(20,22,20,0.28), 0 5px 12px rgba(20,22,20,0.10);
  border: 4px solid #fff;
}
.mk-ref-card__gallery-inner img:first-child { transform: translateY(14px) rotate(-4deg); }
.mk-ref-card__gallery-inner img:last-child { transform: translateY(-4px) rotate(3deg); }

.mk-ref-card--pos-left .mk-ref-card__gallery,
.mk-ref-card--pos-mid .mk-ref-card__gallery {
  left: 100%;
  margin-left: -32px;
  transform: translateY(10px);
}
.mk-ref-card--pos-right .mk-ref-card__gallery {
  right: 100%;
  left: auto;
  margin-right: -32px;
  transform: translateY(10px);
}

.mk-ref-card__more-wrap:hover .mk-ref-card__gallery,
.mk-ref-card__more-wrap:focus .mk-ref-card__gallery,
.mk-ref-card__more-wrap:focus-within .mk-ref-card__gallery {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mk-ref-card__more-wrap:hover,
.mk-ref-card__more-wrap:focus-within { z-index: 50; }

.mk-ref-card__body { padding: 14px 14px 16px; border-radius: 0 0 6px 6px; }
.mk-ref-card__kicker { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #3f8f4a; margin-bottom: 6px; }
.mk-ref-card__title { font-family: 'Assistant', sans-serif; font-size: 15px; font-weight: 700; color: #1E2226; margin: 0 0 12px; line-height: 1.25; }
.mk-ref-card__divider { height: 1px; background: #E4E7EA; margin-bottom: 12px; }
.mk-ref-card__fields { display: flex; flex-direction: column; gap: 9px; }
.mk-ref-card__field { display: flex; flex-direction: column; gap: 1px; font-size: 12px; }
.mk-ref-card__field span { font-weight: 600; color: #1E2226; }
.mk-ref-card__field p { margin: 0; color: #5A6169; line-height: 1.4; }

@media (max-width: 1200px) {
  .mk-ref-cat__grid { grid-template-columns: repeat(3, 1fr); }
  .mk-ref-card--pos-mid.mk-ref-card:nth-child(3n) .mk-ref-card__gallery { right: 100%; left: auto; margin-right: 14px; margin-left: 0; }
}
@media (max-width: 989px) {
  .mk-ref-cat__container { padding: 26px 20px; }
  .mk-ref-cat__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  .mk-ref-card--pos-left .mk-ref-card__gallery,
  .mk-ref-card--pos-mid .mk-ref-card__gallery,
  .mk-ref-card--pos-right .mk-ref-card__gallery {
    left: 50%;
    right: auto;
    margin: 0;
    bottom: 40px;
    transform: translateX(-50%) translateY(10px);
  }
  .mk-ref-card__more-wrap:hover .mk-ref-card__gallery,
  .mk-ref-card__more-wrap:focus-within .mk-ref-card__gallery {
    transform: translateX(-50%) translateY(0);
  }
  .mk-ref-card__gallery-inner img { width: 120px; height: 160px; }
}
@media (max-width: 749px) {
  .mk-ref-cat__container { padding: 20px 16px; }
  .mk-ref-cat__grid { grid-template-columns: 1fr; }
  .mk-ref-card__gallery-inner img { width: 130px; height: 173px; }
}
/* END_SECTION:mk-reference-category */

/* START_SECTION:mk-reference-cta (INDEX:144) */
.mk-ref-cta__container { max-width: 900px; margin: 0 auto; padding: 60px 60px 80px; text-align: center; }
.mk-ref-cta__heading { font-family: 'Assistant', sans-serif; font-weight: 700; font-size: 30px; color: #1E2226; margin: 0 0 12px; }
.mk-ref-cta__text { font-size: 15px; color: #5A6169; margin: 0 0 28px; }
.mk-ref-cta__buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.mk-ref-cta__btn { background: #3f8f4a; color: #fff; padding: 14px 26px; border-radius: 6px; font-weight: 600; font-size: 14px; text-decoration: none; }
.mk-ref-cta__btn:hover { background: #357a3f; }
@media (max-width: 749px) {
  .mk-ref-cta__container { padding: 40px 16px 60px; }
  .mk-ref-cta__buttons { flex-direction: column; align-items: stretch; }
}
/* END_SECTION:mk-reference-cta */

/* START_SECTION:mk-reference-intro (INDEX:145) */
.mk-ref-intro__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 60px 40px;
  text-align: center;
}
.mk-ref-intro__heading {
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1E2226;
  margin: 0 0 16px;
}
.mk-ref-intro__text {
  font-size: 17px;
  line-height: 1.6;
  color: #5A6169;
  max-width: 680px;
  margin: 0 auto;
}
.mk-ref-intro__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.mk-ref-intro__chip {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #DCE3DE;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #1E2226;
  text-decoration: none;
  transition: all 0.2s ease;
}
.mk-ref-intro__chip:hover {
  border-color: #3f8f4a;
  color: #3f8f4a;
  background: #F3F8F4;
}
@media (max-width: 989px) {
  .mk-ref-intro__container { padding: 46px 20px 30px; }
  .mk-ref-intro__heading { font-size: 26px; }
}
@media (max-width: 749px) {
  .mk-ref-intro__container { padding: 36px 16px 24px; }
  .mk-ref-intro__heading { font-size: 24px; }
  .mk-ref-intro__nav { flex-direction: column; align-items: stretch; }
  .mk-ref-intro__chip { text-align: center; }
}
/* END_SECTION:mk-reference-intro */

/* START_SECTION:mk-tischaufsteller-usecases (INDEX:147) */
.mk-uc-section {
    --mk-ink: #1E2226;
    --mk-ink-soft: #5A6169;
    --mk-ink-faint: #8A9199;
    --mk-line: #E4E7EA;
  }

  .mk-uc-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 24px;
  }

  .mk-uc-head {
    max-width: 820px;
    margin-bottom: 34px;
  }

  .mk-uc-heading {
    margin: 0 0 14px;
    font-size: var(--mk-uc-h2, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--mk-ink);
  }

  .mk-uc-intro {
    font-size: 16px;
    line-height: 1.65;
    color: var(--mk-ink-soft);
  }

  .mk-uc-intro p {
    margin: 0;
  }

  /* --- Raster --- */
  .mk-uc-grid {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-uc-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .mk-uc-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .mk-uc-grid--4 { grid-template-columns: repeat(4, 1fr); }

  .mk-uc-card {
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 1px solid var(--mk-line);
    background: #FFFFFF;
  }

  /* --- Bild --- */
  .mk-uc-media {
    overflow: hidden;
    border-bottom: 1px solid var(--mk-line);
  }

  .mk-uc-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--mk-uc-ratio, 1 / 1);
    max-height: var(--mk-uc-maxh, 260px);
    object-fit: cover;
  }

  .mk-uc-ph {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    aspect-ratio: var(--mk-uc-ratio, 1 / 1);
    max-height: var(--mk-uc-maxh, 260px);
    background: #FAFBFC;
    color: var(--mk-ink-faint);
    font-size: 12px;
    letter-spacing: 0.3px;
  }

  .mk-uc-ph svg {
    width: 38%;
    max-width: 110px;
    height: auto;
    color: var(--mk-line);
  }

  /* --- Text --- */
  .mk-uc-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px 24px;
  }

  .mk-uc-title {
    margin: 0 0 9px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.005em;
    color: var(--mk-ink);
  }

  .mk-uc-text {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--mk-ink-soft);
  }

  /* --- Anwendungsliste --- */
  .mk-uc-list-wrap {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--mk-line);
  }

  .mk-uc-list-title {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--mk-ink-faint);
  }

  .mk-uc-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mk-uc-grid--2 .mk-uc-list,
  .mk-uc-grid--3 .mk-uc-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 20px;
  }

  .mk-uc-list li {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0;
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--mk-ink-soft);
  }

  .mk-uc-dot {
    flex: none;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--mk-uc-accent, #1E8E4A);
  }

  /* --- Tablet --- */
  @media screen and (max-width: 989px) {
    .mk-uc-inner {
      padding: 44px 20px;
    }

    .mk-uc-grid--2,
    .mk-uc-grid--3,
    .mk-uc-grid--4 {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .mk-uc-grid--4 .mk-uc-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 7px 20px;
    }

    .mk-uc-body {
      padding: 18px 18px 22px;
    }
  }

  /* --- Mobil --- */
  @media screen and (max-width: 749px) {
    .mk-uc-inner {
      padding: 34px 16px;
    }

    .mk-uc-head {
      margin-bottom: 24px;
    }

    .mk-uc-heading {
      font-size: var(--mk-uc-h2-m, 22px);
    }

    .mk-uc-intro {
      font-size: 15px;
    }

    .mk-uc-grid--2,
    .mk-uc-grid--3,
    .mk-uc-grid--4 {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .mk-uc-img,
    .mk-uc-ph {
      max-height: 220px;
    }

    .mk-uc-title {
      font-size: 17px;
    }

    .mk-uc-text {
      font-size: 14.5px;
    }

    .mk-uc-grid--2 .mk-uc-list,
    .mk-uc-grid--3 .mk-uc-list,
    .mk-uc-grid--4 .mk-uc-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 6px 16px;
    }
  }
/* END_SECTION:mk-tischaufsteller-usecases */