/** Shopify CDN: Minification failed

Line 556:18 Expected identifier but found bad string token
Line 556:19 Unterminated string token

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}


/* kj-term-box styling 2026 */
  .kj-term-box {
    margin: 2rem 0 2.2rem;
    padding: 1.1rem 1.25rem 1rem;
    background: #f7f2e8;
    border: 1px solid #e7dcc8;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  }
  .kj-term-box h4 {
    margin: 0 0 0.55rem;
    font-size: 0.9rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a5c2e;
  }
  .kj-term-box p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.72;
    color: #2d2a26;
    max-width: none;
  }
  .kj-term-box strong {
    color: #1f1c18;
    font-weight: 700;
  }
  @media (max-width: 768px) {
    .kj-term-box {
      margin: 1.5rem 0 1.8rem;
      padding: 1rem 1rem 0.95rem;
      border-radius: 12px;
    }
    .kj-term-box h4 {
      font-size: 0.82rem;
      margin-bottom: 0.45rem;
    }
    .kj-term-box p {
      font-size: 0.98rem;
      line-height: 1.68;
    }
  }

/* kj-meta-box styling 2026 */
  .kj-meta-box {
    margin: 1.4rem 0 2rem;
    padding: 1rem 1.1rem;
    background: #f7f3eb;
    border: 1px solid #e5ddd0;
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.4rem;
  }
  .kj-meta-item {
    min-width: 0;
  }
  .kj-meta-label {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a5c2e;
  }
  .kj-meta-item p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #2d2a26;
  }

/* pullquote-titled 2026 */
.kj-pullquote-titled {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid #c2410c;
  border-radius: 0.375rem;
}
.kj-pullquote-titled h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.kj-pullquote-titled p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}  

/* kj-pullquote 2026 */   
  .kj-pullquote {
    margin: 2rem 0 2.2rem;
    padding: 0.25rem 0 0.25rem 1.2rem;
    border-left: 3px solid #b79a68;
  }
  .kj-pullquote p {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
    font-style: italic;
    color: #3a342d;
    max-width: 60ch;
  }

  /* kj-meta-box, pullquote mobile 2026 */ 
  @media (max-width: 768px) {
    .kj-meta-box {
      grid-template-columns: 1fr;
      gap: 0.85rem;
      padding: 0.95rem 1rem;
      margin: 1.2rem 0 1.7rem;
      border-radius: 12px;
    }
    .kj-meta-label {
      font-size: 0.74rem;
    }
    .kj-meta-item p {
      font-size: 0.95rem;
      line-height: 1.55;
    }
    .kj-pullquote {
      margin: 1.6rem 0 1.8rem;
      padding-left: 1rem;
    }
    .kj-pullquote p {
      font-size: 1rem;
      line-height: 1.68;
    }
  }

/* kj-bigcard styling 2026 */ 
  .kj-big-section {
    margin-top: 4.5rem;
  }
  .section-lead {
    font-size: 1.28rem;
    line-height: 1.6;
    color: #5f5a52;
    max-width: 62ch;
    margin: 0 0 2.6rem;
  }
  .kj-big-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
  .kj-big-card {
    background: #faf8f3;
    border: 1px solid #e7dfd1;
    border-radius: 16px;
    padding: 1.5rem 1.5rem 1.15rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  }
  .kj-big-number {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #8a6b3f;
    margin-bottom: 0.85rem;
  }
  .kj-big-card h3 {
    margin: 0 0 0.65rem;
    font-size: 1.28rem;
    line-height: 1.25;
  }
  .kj-big-highlight {
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #2f2f2f;
  }
  .kj-big-card p:last-child {
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .kj-big-grid {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    .section-lead {
      font-size: 1.15rem;
      margin-bottom: 2rem;
    }
    .kj-big-card {
      padding: 1.3rem 1.2rem 1rem;
    }
  }        

/* kj-intro-box styling 2026 */ 
  .kj-intro-box {
    margin: 1.6rem 0 2.2rem;
    padding: 1.15rem 1.2rem 1.05rem;
    background: #f7f2e8;
    border: 1px solid #e5dccc;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  }
  .kj-intro-box h3 {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    color: #76592f;
  }
  .kj-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem 1.2rem;
  }
  .kj-intro-item {
    min-width: 0;
  }
  .kj-intro-label {
    display: inline-block;
    margin-bottom: 0.3rem;
    font-size: 0.82rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #8a6b3f;
  }
  .kj-intro-item p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.68;
    color: #2f2b25;
  }
  .kj-intro-box strong {
    color: #1f1c18;
    font-weight: 700;
  }
  @media (max-width: 768px) {
    .kj-intro-box {
      margin: 1.3rem 0 1.8rem;
      padding: 1rem 1rem 0.95rem;
      border-radius: 12px;
    }
    .kj-intro-box h3 {
      margin-bottom: 0.7rem;
      font-size: 0.92rem;
    }
    .kj-intro-grid {
      grid-template-columns: 1fr;
      gap: 0.8rem;
    }
    .kj-intro-label {
      font-size: 0.76rem;
    }
    .kj-intro-item p {
      font-size: 0.95rem;
      line-height: 1.62;
    }
  } 

/* kj-minicard styling 2026 */
.kj-minicard-wrapper {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0;
}
.kj-minicard {
  padding: 0.9rem 1rem;
  border-left: 4px solid #0b5701;
  background: #fafafa;
  border-radius: 0.375rem;
}
.kj-minicard p {
  margin: 0;
}
.kj-minicard p:first-child {
  margin-bottom: 0.2rem;
}
.kj-minicard-meta {
  font-size: 0.95rem;
}  

/* kj-gridcard styling 2026 */ 
  .kj-gridcard-section {
    margin: 40px 0;
    padding: 28px 24px;
    background: linear-gradient(180deg, rgba(11,87,1,0.10) 0%, rgba(11,87,1,0.18) 100%);
    border: 1px solid rgba(11,87,1,0.35);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  }
  .kj-gridcard-heading {
    margin: 0 0 10px 0;
    font-size: 28px;
    line-height: 1.2;
    color: #0b5701;
  }
  .kj-gridcard-intro {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #2b2b2b;
    max-width: 760px;
  }
  .kj-gridcard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }
  .kj-gridcard-card {
    background: #ffffff;
    border: 1px solid rgba(11,87,1,0.15);
    border-radius: 10px;
    padding: 18px 16px;
  }
  .kj-gridcard-label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0b5701;
  }
  .kj-gridcard-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #2b2b2b;
  } 

  /* infobox 2026 */
    /* Generelles Styling für das Infobox Main div */
    #infobox  {
      background: linear-gradient(135deg, #f8f5e6 0%, #fff8e7 100%);
      border: 2px solid #d4a574; 
      padding: 25px; 
      margin: 30px 0; 
      border-radius: 8px; 
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    /* Generelles Styling innerhalb der Infobox */
    #infobox h3 {
      margin-top: 0; 
      color: #8b4513; 
      font-size: 22px; 
      border-bottom: 2px solid #d4a574; 
      padding-bottom: 10px;
    }  
    #infobox ul  {
      list-style: none; 
      padding-left: 0; 
      line-height: 1.8; 
      font-size: 16px;
      margin-bottom: 6px; 
    }
    #infobox li {
      margin-bottom: 6px; 
    }
    #why-this-article-is-important {
      background-color: #fff; 
      padding: 15px; 
      margin-top: 20px; 
      border-radius: 5px; 
      border-left: 4px solid #d4a574;
    }
    #why-this-article-is-important p {
      margin: 0; 
      font-size: 15px; 
      color: #555;"
    }
    #infobox-key-data {
      margin-bottom: 0; 
      margin-top: 15px; 
      font-size: 14px; 
      color: #666;
    }      
    /* Versteckt die Infobox Logik-Checkbox */
    #infobox-toggle-check { display: none; }
    /* Standardmäßig den Infobox Langtext verstecken */
    .full-text { display: none; }
    /* Wenn Infobox expand checkbox aktiv: Langtext zeigen */
    #infobox-toggle-check:checked ~ ul .full-text {
      display: inline;
    }
    /* Styling für die Infobox expand/collapse Buttons */
    .trigger-label {
      display: inline-block;
      margin-top: 15px;
      color: #d4a574;
      cursor: pointer;
      text-decoration: underline;
      font-size: 15px;
    }
    /* Infobox "Weniger anzeigen" standardmäßig verstecken */
    .hide-text { display: none; }
    /* Wechsel der Infobox expand/collaps Button-Texte je nach Status */
    #infobox-toggle-check:checked ~ .trigger-label .show-text { display: none; }
    #infobox-toggle-check:checked ~ .trigger-label .hide-text { display: inline; }

/* toc 2026 */
    /* Das Standard-Dreieck verstecken */
    .custom-toc summary {
      list-style: none; /* Für Firefox & moderne Browser */
      cursor: pointer;
    }
    .custom-toc summary::-webkit-details-marker {
      display: none; /* Für Chrome & Safari */
    }
    /* Optional: Damit das H2 und dein eigenes Pfeilchen schön aussehen */
    .custom-toc h2 {
      display: inline-block;
      margin: 0;
      font-size: 1.5rem; /* Oder deine gewünschte Größe */
    }
    .custom-toc span {
      font-size: 0.8em; /* Macht dein eigenes ▼ etwas dezenter */
      vertical-align: middle;
      margin-left: 5px;
    } 

/* faq style 2026 */    
      .blog-faq-master[open] .blog-faq-master-icon {
        transform: rotate(180deg);
        color: #0B5701;
      }
      .blog-faq-master summary:hover {
        background: linear-gradient(135deg, #FDE79A 0%, #FDF3CC 100%);
        color: #0B5701;
      }
      .blog-faq-master summary:hover .blog-faq-master-icon {
        color: #0B5701;
        transform: scale(1.1);
      }
      .blog-faq-master[open] summary {
        background: #fffffe;
        border-bottom-color: #0B5701;
      }
      .blog-faq-item[open] .blog-faq-icon {
        transform: rotate(45deg);
        color: #0B5701;
      }
      .blog-faq-item summary::-webkit-details-marker,
      .blog-faq-master summary::-webkit-details-marker {
        display: none;
      }
      .blog-faq-item summary:hover {
        color: #0B5701; 
      }
      .blog-faq-item summary:hover .blog-faq-icon {
        transform: scale(1.15);
        color: #0B5701;
      }
      .blog-faq-item:hover {
        border-color: #0B5701;
        box-shadow: 0 2px 8px rgba(11, 87, 1, 0.12);
        background: #F7DEDE;
      }
      .blog-faq-item[open] {
        border-color: #0B5701;
        background: #fffffe;
      }
      .blog-faq-item:last-child {
        margin-bottom: 0;
      }
      @media (max-width: 768px) {
        .blog-faq-container {
          margin: 35px auto !important;
        }
        .blog-faq-master summary {
          padding: 16px 20px !important;
          font-size: 18px !important;
        }
        .blog-faq-master-icon {
          font-size: 22px !important;
        }
        .faq-inner-wrapper {
          padding: 22px 18px !important;
        }
        .blog-faq-item {
          padding: 13px 16px !important;
          margin-bottom: 11px !important;
        }
        .blog-faq-item summary {
          font-size: 14px !important;
        }
        .blog-faq-icon {
          font-size: 18px !important;
        }
        .blog-faq-item div {
          font-size: 13px !important;
        }
      }
 