/* ============================================
   DRUCKZEUG CHILD TEMPLATE – custom.css
   Geladen via <link> in footer.tpl
   ============================================ */


/* ============================================
   1. BENEFIT BAR (Topbar)
   ============================================ */
.dz-benefit-bar {
  background: #14171C;
  color: #fff;
  padding: 7px 0;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .2px;
}

.dz-benefit-bar > .container-fluid {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dz-benefit-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.dz-benefit-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.dz-benefit-item i {
  opacity: .8;
  font-size: 11px;
}

.dz-topbar-wrap { display: none; }

@media (max-width: 991.98px) {
  .dz-benefit-items {
    justify-content: center;
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .dz-benefit-bar > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dz-benefit-items {
    gap: 12px 20px;
    font-size: 11.5px;
  }
  .dz-benefit-phone {
    display: none;
  }
}

@media (max-width: 479px) {
  .dz-benefit-items {
    flex-direction: column;
    gap: 4px;
  }
}


/* ============================================
   2. HEADER – Hauptzeile (Logo | Suche | Actions)
   ============================================ */

/* Gesamter Header: weiss, dezenter Schatten */
header#jtl-nav-wrapper {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: none;
  transition: box-shadow .3s;
}

header#jtl-nav-wrapper.is-scrolled {
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

/* Hauptzeile: engerer vertikaler Abstand */
.dz-header-main .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Logo: kompakt */
.dz-header-main .navbar-brand img {
  height: 44px;
  width: auto;
}

/* Suchleiste: breit, prominent, Druckzeug-Stil */
.dz-search-col {
  flex: 1 1 0 !important;
  max-width: 560px !important;
  min-width: 200px;
}

.dz-search-col .form-control,
.dz-search-col input[type="text"],
.dz-search-col input[type="search"] {
  border: 2px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 9px 48px 9px 16px !important;
  font-size: 14px !important;
  background: #f5f7fa !important;
  transition: border-color .2s, box-shadow .2s, background .2s !important;
  height: auto !important;
}

.dz-search-col .form-control:focus,
.dz-search-col input[type="text"]:focus,
.dz-search-col input[type="search"]:focus {
  border-color: #1652E0 !important;
  box-shadow: 0 0 0 3px rgba(36,101,245,.12) !important;
  background: #fff !important;
  outline: none !important;
}

/* Such-Button: blau */
.dz-search-col .btn,
.dz-search-col button[type="submit"] {
  background: #1652E0 !important;
  border: none !important;
  border-radius: 0 6px 6px 0 !important;
  color: #fff !important;
  min-width: 42px;
  transition: background .2s !important;
}

.dz-search-col .btn:hover,
.dz-search-col button[type="submit"]:hover {
  background: #1140B8 !important;
}

/* Action-Icons: aufgeraeumter mit mehr Platz */
.dz-icons-col .shop-nav {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.dz-icons-col .shop-nav > li {
  list-style: none;
}

.dz-icons-col .shop-nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  font-size: 11px;
  color: #424242;
  transition: color .2s;
  padding: 4px 6px !important;
  text-decoration: none;
}

.dz-icons-col .shop-nav .nav-link:hover {
  color: #1652E0;
}

.dz-icons-col .shop-nav .nav-link i,
.dz-icons-col .shop-nav .nav-link .fas,
.dz-icons-col .shop-nav .nav-link .far {
  font-size: 20px;
  color: #424242;
  transition: color .2s;
}

.dz-icons-col .shop-nav .nav-link:hover i,
.dz-icons-col .shop-nav .nav-link:hover .fas,
.dz-icons-col .shop-nav .nav-link:hover .far {
  color: #1652E0;
}

/* Warenkorb/Merkliste/Vergleich Badge: orange */
.dz-icons-col .badge,
.cart-count,
.comparelist-count,
.wishlist-count {
  background: #f97316 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50% !important;
  padding: 0 4px !important;
}


/* ============================================
   3. HEADER – Navigationszeile (Kategorien)
   ============================================ */

.dz-nav-row {
  border-top: 1px solid #e5e7eb;
  background: #fff;
}

.dz-nav-row .navbar {
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
}

/* Kategorie-Links: Mockup-Stil */
.dz-nav-row .navbar-nav .nav-item .nav-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #424242;
  padding: 11px 18px;
  border-bottom: 3px solid transparent;
  transition: color .2s, border-color .2s, background .2s;
  position: relative;
}

.dz-nav-row .navbar-nav .nav-item .nav-link:hover,
.dz-nav-row .navbar-nav .nav-item.active .nav-link,
.dz-nav-row .navbar-nav .nav-item .nav-link.active {
  color: #1652E0;
  border-bottom-color: #1652E0;
  background: rgba(36,101,245,.04);
}

/* Dropdown-Caret etwas dezenter */
.dz-nav-row .navbar-nav .nav-item .nav-link .fa-chevron-down,
.dz-nav-row .navbar-nav .nav-item .nav-link .caret {
  font-size: 10px;
  opacity: .5;
  margin-left: 4px;
}

/* Hamburger-Menu-Toggle: blau */
.dz-nav-row .navbar-toggler,
.dz-header-main .navbar-toggler {
  border-color: #1652E0;
  color: #1652E0;
}

/* Custom Nav-Items (Bambu Lab, Ratgeber, Sale) */
header#jtl-nav-wrapper .dz-nav-row .navbar-nav li.dz-nav-sale > a.nav-link,
header .dz-nav-row li.dz-nav-sale .nav-link,
.dz-nav-sale > .nav-link {
  color: #EA5A1B !important;
  font-weight: 700 !important;
}

header#jtl-nav-wrapper .dz-nav-row .navbar-nav li.dz-nav-sale > a.nav-link:hover,
header .dz-nav-row li.dz-nav-sale .nav-link:hover,
.dz-nav-sale > .nav-link:hover {
  color: #EA5A1B !important;
  background: #FDF0E9 !important;
  border-bottom-color: #EA5A1B !important;
}

/* ============================================
   LAYOUT: Kompaktere Seitenbreite (Mockup: 1240px)
   ============================================ */
header#jtl-nav-wrapper .dz-header-main,
header#jtl-nav-wrapper .dz-nav-row {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}


/* ============================================
   4. NEWSLETTER-CTA (Startseite)
   ============================================ */
.dz-newsletter-cta {
  background: #1652E0;
  color: #fff;
  padding: 48px 0;
}

.dz-newsletter-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
}

.dz-newsletter-text {
  flex: 1;
}

.dz-newsletter-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #fff;
}

.dz-newsletter-sub {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.85);
  margin: 0;
}

.dz-newsletter-sub strong {
  color: #fff;
}

.dz-newsletter-form {
  flex: 0 0 380px;
}

.dz-nl-input-row {
  display: flex;
  gap: 0;
}

.dz-nl-email {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid rgba(255,255,255,.3);
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color .2s, background .2s;
}

.dz-nl-email::placeholder {
  color: rgba(255,255,255,.5);
}

.dz-nl-email:focus {
  border-color: #fff;
  background: rgba(255,255,255,.2);
}

.dz-nl-btn {
  padding: 12px 24px;
  background: #14171C;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}

.dz-nl-btn:hover {
  background: #ea580c;
}

.dz-nl-privacy {
  font-size: 11.5px;
  color: rgba(255,255,255,.5);
  margin: 10px 0 0;
}

.dz-nl-privacy a {
  color: rgba(255,255,255,.7);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .dz-newsletter-cta {
    padding: 32px 0;
  }
  .dz-newsletter-inner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .dz-newsletter-form {
    flex: none;
    width: 100%;
  }
  .dz-newsletter-heading {
    font-size: 22px;
  }
}


/* ============================================
   5. SEO-TEXTBLOCK (Startseite)
   ============================================ */
.dz-seo-block {
  background: #f5f7fa;
  padding: 48px 0;
  border-top: 1px solid #e5e7eb;
}

/* Toggle-Button */
.dz-seo-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.dz-seo-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #424242;
  margin: 0;
}

.dz-seo-chevron {
  font-size: 14px;
  color: #9ca3af;
  transition: transform .3s;
  flex-shrink: 0;
  margin-left: 16px;
}

.dz-seo-toggle[aria-expanded="true"] .dz-seo-chevron {
  transform: rotate(180deg);
}

/* Text: standardmaessig eingeklappt */
.dz-seo-text {
  max-width: 860px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, margin .3s ease;
  margin-top: 0;
}

.dz-seo-text.dz-seo-open {
  max-height: 600px;
  margin-top: 16px;
}

.dz-seo-text p {
  font-size: 14px;
  line-height: 1.75;
  color: #6b7280;
  margin: 0 0 12px;
}

.dz-seo-text p:last-child {
  margin-bottom: 0;
}

.dz-seo-text a {
  color: #1652E0;
  text-decoration: underline;
}

.dz-seo-text strong {
  color: #424242;
}

@media (max-width: 767.98px) {
  .dz-seo-block {
    padding: 32px 0;
  }
  .dz-seo-heading {
    font-size: 18px;
  }
}


/* ============================================
   6. PRIMARY BUTTON OVERRIDE
   ============================================ */
.btn-primary {
  background-color: #1652E0 !important;
  border-color: #1652E0 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1140B8 !important;
  border-color: #1140B8 !important;
}


/* ============================================
   7. FOOTER
   ============================================ */

.dz-footer-grid {
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.dz-footer-col {
  margin-bottom: 1.5rem;
}

.dz-footer-logo-img {
  height: 36px;
  width: auto;
  filter: brightness(10);
}

.dz-footer-address,
.dz-footer-contact {
  font-size: .8125rem;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
  margin-bottom: .5rem;
}

.dz-footer-contact i {
  width: 16px;
  text-align: center;
  margin-right: 4px;
  color: rgba(255,255,255,.4);
}

.dz-footer-social {
  display: flex;
  gap: 10px;
}

.dz-social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  transition: background .2s, transform .2s;
  text-decoration: none;
}

.dz-social-icon:hover {
  background: #1652E0;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

#footer .dz-footer-col h4.dz-footer-heading,
#footer .dz-footer-grid .dz-footer-col h4,
#footer h4.dz-footer-heading,
footer#footer h4 {
  font-size: .875rem;
  font-weight: 700;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 1rem;
  padding: 0;
  border: none;
}

.dz-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dz-footer-links li {
  margin-bottom: .5rem;
}

.dz-footer-links a {
  color: rgba(255,255,255,.6);
  font-size: .8125rem;
  text-decoration: none;
  transition: color .2s;
}

.dz-footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

footer#footer .dz-footer-payments {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1.25rem 0;
  margin: 0 1rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  flex-wrap: wrap;
}

footer#footer .dz-payments-label {
  font-size: .75rem;
  color: rgba(255,255,255,.4);
}

footer#footer .dz-payment-badge {
  display: inline-block;
  padding: .3rem .75rem;
  background: rgba(255,255,255,.12);
  border-radius: 4px;
  font-size: .75rem;
  color: rgba(255,255,255,.7);
  font-weight: 600;
  letter-spacing: .25px;
}

.dz-visitor-count {
  font-size: .75rem;
  color: rgba(255,255,255,.5);
}

.dz-visitor-count i {
  margin-right: 2px;
}

@media (max-width: 767.98px) {
  .dz-footer-grid {
    text-align: center;
  }
  .dz-footer-social {
    justify-content: center;
  }
  .dz-footer-payments {
    padding: 1rem 0;
  }
  .dz-footer-logo {
    text-align: center;
  }
}

/* ============================================
   RATGEBER & WISSEN - NEWS TEASER
   ============================================ */
.dz-guides-teaser {
  padding: 56px 0;
  background: #f5f7fa;
}
.dz-guides-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.dz-section-header {
  text-align: left;
  margin-bottom: 40px;
}
.dz-section-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.dz-section-header p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}
.dz-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dz-guide-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  text-decoration: none !important;
  display: block;
  color: inherit;
}
.dz-guide-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-3px);
  text-decoration: none !important;
  color: inherit;
}
.dz-guide-thumb {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dz-guide-thumb-fallback {
  background: #EAF0FB;
}
.dz-guide-content {
  padding: 20px;
}
.dz-guide-tag {
  display: inline-block;
  padding: 3px 10px;
  background: #e8effd;
  color: #1652E0;
  font-size: 11px;
  font-weight: 700;
  border-radius: 100px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.dz-guide-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
  line-height: 1.4;
}
.dz-guide-content p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 12px;
}
.dz-guide-link {
  font-size: 13px;
  font-weight: 600;
  color: #1652E0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}
.dz-guide-card:hover .dz-guide-link {
  gap: 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .dz-guides-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dz-guide-thumb {
    height: 180px;
  }
  .dz-guides-teaser {
    padding: 40px 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .dz-guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   TOP-PRODUKTE - 4-Spalten Grid (Mockup)
   ============================================ */
.dz-top-products {
  padding: 56px 0;
  background: #fff;
}
.dz-top-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.dz-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dz-product-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.dz-product-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}
.dz-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
  letter-spacing: 0.3px;
}
.dz-badge-top {
  background: #1652E0;
  color: #fff;
}
.dz-badge-sale {
  background: #EA5A1B;
  color: #fff;
}
.dz-badge-new {
  background: #1C871E;
  color: #fff;
}
.dz-product-link {
  text-decoration: none !important;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dz-product-link:hover {
  text-decoration: none !important;
  color: inherit;
}
.dz-product-image {
  height: 200px;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
}
.dz-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.dz-product-card:hover .dz-product-image img {
  transform: scale(1.05);
}
.dz-product-info {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dz-product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.4;
  min-height: 40px;
}
.dz-product-price {
  margin-bottom: 8px;
}
.dz-price-current {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}
.dz-price-sale {
  color: #EA5A1B;
}
.dz-price-old {
  font-size: 13px;
  color: #6b7280;
  text-decoration: line-through;
  margin-right: 6px;
}
.dz-product-delivery {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.4;
}
.dz-stock-ok {
  color: #1C871E;
  font-weight: 500;
}
.dz-stock-out {
  color: #a56823;
  font-weight: 500;
}
.dz-product-actions {
  padding: 0 16px 16px;
}
.dz-btn-cart {
  display: block;
  width: 100%;
  padding: 10px 16px;
  background: #fff;
  color: #14171C !important;
  border: 1px solid #C9CFD8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s;
}
.dz-btn-cart:hover {
  background: #F7F8FA;
  border-color: #14171C;
  color: #14171C !important;
  color: #fff !important;
  text-decoration: none !important;
}
.dz-top-more {
  text-align: center;
  margin-top: 32px;
}
.dz-link-more {
  font-size: 14px;
  font-weight: 600;
  color: #1652E0;
  text-decoration: none;
  transition: gap 0.2s;
}
.dz-link-more:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1199px) {
  .dz-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .dz-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .dz-top-products {
    padding: 40px 0;
  }
  .dz-product-image {
    height: 160px;
  }
  .dz-product-name {
    font-size: 13px;
    min-height: unset;
  }
  .dz-price-current {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .dz-product-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   GOOGLE BEWERTUNGEN - Breitenbegrenzung
   ============================================ */
.dzm-script-and-consent-portlet {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 24px;
}
.dzm-script-and-consent-portlet + div {
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px 24px;
  font-size: 12px;
  color: #6b7280;
}

/* ============================================
   HERO (Mockup: light gradient, 2-col grid)
   ============================================ */
.dz-hero {
  background: #F7F8FA;
  padding: 60px 0;
  overflow: hidden;
}
.dz-hero-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.dz-hero-title {
  font-size: clamp(40px, 4.6vw, 58px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
  color: #14171C;
}
.dz-hero-title span {
  color: inherit;
}
.dz-hero-sub {
  font-size: 17px;
  color: #6b7280;
  margin: 0 0 28px;
  max-width: 440px;
  line-height: 1.7;
}
.dz-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.dz-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #1652E0;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none !important;
}
.dz-btn-primary:hover {
  background: #1140B8;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(22,82,224,0.30);
  color: #fff !important;
}
.dz-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #fff;
  color: #14171C !important;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #C9CFD8;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none !important;
}
.dz-btn-secondary:hover {
  background: #F7F8FA;
  border-color: #14171C;
  color: #14171C !important;
}
.dz-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dz-hero-img {
  width: 100%;
  max-width: 560px;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  aspect-ratio: 4/3;
}

/* ============================================
   TRUST BAR (Mockup: white bg, card items)
   ============================================ */
.dz-trust-bar {
  background: #fff;
  padding: 28px 0;
  border-bottom: 1px solid #e5e7eb;
}
.dz-trust-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.dz-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #f5f7fa;
  border-radius: 8px;
  transition: box-shadow 0.2s, transform 0.15s;
}
.dz-trust-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.dz-trust-icon {
  width: 48px;
  height: 48px;
  background: #e8effd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.dz-trust-text {
  display: flex;
  flex-direction: column;
}
.dz-trust-text strong {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.dz-trust-text span {
  font-size: 12px;
  color: #6b7280;
}

/* ============================================
   QUICK FILTER (Pill-Buttons)
   ============================================ */
.dz-quick-filter {
  padding: 24px 0;
  background: #fff;
}
.dz-quick-filter-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.dz-quick-filter-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.dz-filter-pill {
  padding: 8px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #525252;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  background: #fff;
  text-decoration: none !important;
}
.dz-filter-pill:hover,
.dz-filter-pill.dz-pill-active {
  background: #1652E0;
  color: #fff !important;
  border-color: #1652E0;
}
.dz-filter-pill.dz-pill-sale {
  border-color: #EA5A1B;
  color: #EA5A1B;
}
.dz-filter-pill.dz-pill-sale:hover {
  background: #EA5A1B;
  color: #fff !important;
  border-color: #EA5A1B;
}

/* ============================================
   KATEGORIEN (Mockup: light bg, vertical cards)
   ============================================ */
.dz-categories {
  padding: 56px 0;
  background: #f5f7fa;
}
.dz-cat-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.dz-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.dz-cat-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  text-decoration: none !important;
  display: block;
  color: inherit;
}
.dz-cat-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-4px);
  text-decoration: none !important;
  color: inherit;
}
.dz-cat-thumb {
  height: 180px;
  position: relative;
  overflow: hidden;
}
.dz-cat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.dz-cat-card:hover .dz-cat-thumb img {
  transform: scale(1.05);
}
.dz-cat-1 { background: #e8effd; }
.dz-cat-2 { background: #fef3c7; }
.dz-cat-3 { background: #d1fae5; }
.dz-cat-info {
  padding: 18px 20px;
  position: relative;
}
.dz-cat-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.dz-cat-desc {
  font-size: 13px;
  color: #6b7280;
}
.dz-cat-arrow {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
  color: #1652E0;
  transition: transform 0.2s;
}
.dz-cat-card:hover .dz-cat-arrow {
  transform: translateX(4px);
}
.dz-subcat-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.dz-subcat {
  text-align: center;
  padding: 12px 8px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  color: #424242 !important;
  border: 1px solid #e5e7eb;
  transition: border-color 0.2s, color 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.dz-subcat-icon {
  font-size: 24px;
  display: block;
}
.dz-subcat:hover {
  border-color: #1652E0;
  color: #1652E0 !important;
}

/* Responsive Hero */
@media (max-width: 991px) {
  .dz-hero-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .dz-hero-image {
    display: none;
  }
  .dz-hero-title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .dz-hero {
    padding: 40px 0;
  }
  .dz-hero-title {
    font-size: 26px;
  }
  .dz-hero-sub {
    font-size: 15px;
  }
}
/* Responsive Trust */
@media (max-width: 991px) {
  .dz-trust-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .dz-trust-container {
    grid-template-columns: 1fr;
  }
}
/* Responsive Categories */
@media (max-width: 991px) {
  .dz-cat-grid {
    grid-template-columns: 1fr;
  }
  .dz-subcat-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 575px) {
  .dz-subcat-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .dz-categories {
    padding: 40px 0;
  }
}

/* ============================================
   BLOG: Page Header
   ============================================ */
.dz-blog-header {
  background: #F7F8FA;
  padding: 48px 0 40px;
  border-bottom: 1px solid #e5e7eb;
}
.dz-blog-header-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.dz-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}
.dz-breadcrumb a { color: #1652E0; font-weight: 500; text-decoration: none; }
.dz-breadcrumb a:hover { color: #1140B8; }
.dz-bc-sep { color: #e5e7eb; }
.dz-blog-header h1 {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.dz-blog-header-sub {
  font-size: 16px;
  color: #6b7280;
  max-width: 600px;
  margin: 0;
}

/* ============================================
   BLOG: Filter Bar
   ============================================ */
.dz-blog-filters {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 10;
}
.dz-blog-filters-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.dz-blog-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dz-blog-filter-form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.dz-filter-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.dz-blog-pill {
  padding: 8px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #525252;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  background: #fff;
  text-decoration: none !important;
}
.dz-blog-pill:hover,
.dz-blog-pill.active {
  background: #1652E0;
  color: #fff !important;
  border-color: #1652E0;
}
.dz-blog-sort {
  margin-left: auto;
  flex-shrink: 0;
}
.dz-sort-select {
  padding: 8px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #525252;
  background: #fff;
  cursor: pointer;
}

/* ============================================
   BLOG: Grid Section
   ============================================ */
.dz-blog-grid-section {
  padding: 48px 0 64px;
  background: #f5f7fa;
}
.dz-blog-grid-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.dz-blog-cat-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Featured Post */
.dz-featured-post {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-bottom: 40px;
  transition: box-shadow 0.3s, transform 0.2s;
  text-decoration: none !important;
  color: inherit;
}
.dz-featured-post:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-2px);
  color: inherit;
}
.dz-featured-img {
  background: #e8effd;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
.dz-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.dz-featured-content {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dz-featured-content h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #1a1a1a;
}

/* Post Badges */
.dz-post-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  width: fit-content;
}
.dz-badge-news { background: #e8effd; color: #1652E0; }
.dz-badge-tutorial { background: #d1fae5; color: #059669; }
.dz-badge-tips { background: #fef3c7; color: #b45309; }
.dz-badge-new { background: #fce7f3; color: #be185d; }

/* Post Meta */
.dz-post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}
.dz-meta-author { font-weight: 600; color: #1a1a1a; }
.dz-meta-dot {
  width: 3px;
  height: 3px;
  background: #6b7280;
  border-radius: 50%;
  flex-shrink: 0;
}
.dz-post-excerpt {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 16px;
}
.dz-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #1652E0;
  margin-top: auto;
  padding-top: 16px;
}

/* Blog Card Grid */
.dz-blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.dz-blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  color: inherit;
}
.dz-blog-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-4px);
  color: inherit;
}
.dz-blog-card-img {
  height: 200px;
  background: #e8effd;
  position: relative;
  overflow: hidden;
}
.dz-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.dz-blog-card:hover .dz-blog-card-img img {
  transform: scale(1.05);
}
.dz-blog-card-img .dz-post-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
}
.dz-blog-card-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dz-blog-card-body h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.dz-blog-card-body .dz-post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dz-blog-card-body .dz-post-meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
}

/* Pagination */
.dz-pagination-wrap {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.dz-pagination-wrap .pagination {
  gap: 6px;
}
.dz-pagination-wrap .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #e5e7eb;
  color: #525252;
  background: #fff;
}
.dz-pagination-wrap .page-item.active .page-link {
  background: #1652E0;
  color: #fff;
  border-color: #1652E0;
}
.dz-pagination-wrap .page-item .page-link:hover {
  background: #1652E0;
  color: #fff;
  border-color: #1652E0;
}

/* ============================================
   BLOG: Article Detail
   ============================================ */
.dz-article-section {
  padding: 48px 0 80px;
}
.dz-article-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.dz-article-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: start;
}

/* Article Hero Image */
.dz-article-hero-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.dz-article-hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Author Meta Bar */
.dz-article-meta-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.dz-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8effd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #1652E0;
  flex-shrink: 0;
}
.dz-author-info {}
.dz-author-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.dz-author-role {
  font-size: 12px;
  color: #6b7280;
}
.dz-meta-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: #6b7280;
}
.dz-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6b7280;
  text-decoration: none;
}
.dz-meta-item:hover { color: #1652E0; }

/* Article Content */
.dz-article-content h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 40px 0 16px;
  color: #1a1a1a;
}
.dz-article-content h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 32px 0 12px;
  color: #1a1a1a;
}
.dz-article-content p {
  margin-bottom: 18px;
  line-height: 1.8;
}
.dz-article-content ul, .dz-article-content ol {
  margin: 0 0 18px 24px;
  line-height: 1.8;
}
.dz-article-content li { margin-bottom: 6px; }
.dz-article-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 24px 0;
  height: auto;
}
.dz-article-content a {
  color: #1652E0;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dz-article-content blockquote {
  border-left: 4px solid #1652E0;
  padding: 16px 24px;
  margin: 24px 0;
  background: #e8effd;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #1a1a1a;
}

/* Article CTA */
.dz-article-cta {
  background: #1652E0;
  border-radius: 12px;
  padding: 32px;
  margin: 36px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.dz-article-cta h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.dz-article-cta p {
  font-size: 14px;
  opacity: 0.85;
  margin: 0;
}
.dz-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #f97316;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s;
}
.dz-cta-btn:hover { background: #ea580c; color: #fff !important; }

/* Comments */
.dz-comment-form, .dz-comments-list {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}
.dz-comment-form h2, .dz-comments-list h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.dz-comment {
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
}
.dz-comment-header { margin-bottom: 8px; }
.dz-comment-date { font-size: 12px; color: #6b7280; margin-left: 12px; }
.dz-comment-reply {
  margin-top: 12px;
  padding: 12px 16px;
  background: #f5f7fa;
  border-radius: 8px;
  font-size: 14px;
}

/* ============================================
   BLOG: Sidebar
   ============================================ */
.dz-sidebar {
  position: sticky;
  top: 80px;
}
.dz-sidebar-cta {
  background: #1652E0;
  border-radius: 12px;
  padding: 28px 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.dz-sidebar-cta h4 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.dz-sidebar-cta p {
  font-size: 13px;
  opacity: 0.85;
  margin-bottom: 16px;
  line-height: 1.5;
}
.dz-sidebar-related {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.dz-sidebar-related h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
  color: #1a1a1a;
}
.dz-related-item {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  text-decoration: none !important;
  color: inherit;
}
.dz-related-item:last-child { border-bottom: none; }
.dz-related-img {
  width: 72px;
  height: 54px;
  border-radius: 4px;
  background: #e8effd;
  flex-shrink: 0;
  overflow: hidden;
}
.dz-related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dz-related-text h5 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.dz-related-text span { font-size: 12px; color: #6b7280; }
.dz-related-item:hover h5 { color: #1652E0; }

/* Related Section */
.dz-related-section {
  padding: 56px 0;
  background: #f5f7fa;
}
.dz-related-section-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   BLOG: Responsive
   ============================================ */
/* ============================================
   BLOG: Breadcrumb fix – match content width
   ============================================ */
body#news .breadcrumb-container.container-fluid {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ============================================
   BLOG: FAQ Accordion (details/summary)
   ============================================ */
.dz-article-content details {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.dz-article-content details summary {
  padding: 16px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: background 0.2s;
  list-style: none;
}
.dz-article-content details summary::-webkit-details-marker {
  display: none;
}
.dz-article-content details summary::after {
  content: '\25BC';
  font-size: 11px;
  color: #6b7280;
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 12px;
}
.dz-article-content details[open] summary::after {
  transform: rotate(180deg);
}
.dz-article-content details summary:hover {
  background: #f5f7fa;
}
.dz-article-content details > div,
.dz-article-content details > p {
  padding: 0 20px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #525252;
}

/* ============================================
   BLOG: Title Accent Color
   ============================================ */
.dz-blog-header h1 span {
  color: #1652E0;
}
.dz-detail-title {
  font-weight: 800;
  margin-top: 12px;
}

/* ============================================
   BLOG: Share Button
   ============================================ */
.dz-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  transition: all 0.2s;
}
.dz-share-btn:hover {
  background: #1652E0;
  color: #fff;
  border-color: #1652E0;
}

/* ============================================
   BLOG: Post Tags (Keyword Pills)
   ============================================ */
.dz-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
.dz-post-tag {
  padding: 6px 14px;
  background: #f5f7fa;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.2s;
}
.dz-post-tag:hover {
  background: #1652E0;
  color: #fff;
}

/* ============================================
   BLOG: Prev/Next Navigation
   ============================================ */
.dz-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 40px 0;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}
.dz-post-nav-item {
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
}
.dz-post-nav-item:hover {
  border-color: #1652E0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.dz-post-nav-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6b7280;
  margin-bottom: 6px;
}
.dz-post-nav-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
}
.dz-post-nav-item.dz-next {
  text-align: right;
}

/* ============================================
   BLOG: Table of Contents (Sidebar)
   ============================================ */
.dz-toc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.dz-toc-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}
.dz-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dz-toc-list li {
  margin-bottom: 2px;
}
.dz-toc-list a {
  display: block;
  padding: 7px 12px;
  font-size: 13px;
  color: #6b7280;
  border-radius: 4px;
  transition: all 0.15s;
  text-decoration: none;
  border-left: 2px solid transparent;
}
.dz-toc-list a:hover {
  background: #e8effd;
  color: #1652E0;
  border-left-color: #1652E0;
}

/* ============================================
   BLOG: Responsive Overrides
   ============================================ */
@media (max-width: 991px) {
  .dz-featured-post { grid-template-columns: 1fr; }
  .dz-featured-img { min-height: 240px; }
  .dz-blog-card-grid { grid-template-columns: repeat(2, 1fr); }
  .dz-article-layout { grid-template-columns: 1fr; }
  .dz-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .dz-toc-card { display: none; }
  .dz-post-nav { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .dz-blog-header h1 { font-size: 28px; }
  .dz-blog-card-grid { grid-template-columns: 1fr; }
  .dz-article-content h2 { font-size: 20px; }
  .dz-article-cta { flex-direction: column; text-align: center; }
  .dz-sidebar { grid-template-columns: 1fr; }
  .dz-blog-filter-form { flex-wrap: wrap; }
  .dz-blog-sort { margin-left: 0; }
  .dz-article-meta-bar { flex-wrap: wrap; }
  .dz-meta-right { margin-left: 0; width: 100%; }
}


/* ============================================
   KONTAKTFORMULAR (body[data-page=5])
   ============================================ */

/* Page container: helles Grau als Hintergrund, Whitespace oben */
body[data-page="5"] #main-wrapper {
  background: #f5f7fa;
  padding-bottom: 48px;
}

/* Page heading: Hero-aehnlich, zentriert */
body[data-page="5"] .title.h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #1a1a1a;
  text-align: center;
  margin: 40px auto 8px;
  padding: 0 16px;
  letter-spacing: -0.3px;
}

/* Intro line unter headline */
body[data-page="5"] .title.h2::after {
  content: "Sie haben Fragen? Wir melden uns schnellstmoeglich.";
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 10px;
  letter-spacing: 0;
}

/* Form card: weisse Karte mit subtle shadow */
.contact-form {
  background: #fff;
  border-radius: 12px;
  padding: 40px 48px;
  box-shadow: 0 2px 20px rgba(0,0,0,.05);
  max-width: 920px;
  margin: 28px auto 40px;
  border: 1px solid #eef0f3;
}

/* Required-Hinweis: dezent rechts */
.contact-form .required-info {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-bottom: 8px;
  font-style: italic;
}

/* Section headings im Formular (Kontaktdaten / Nachricht) */
.contact-form .h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 0;
  padding-top: 4px;
  border-left: 3px solid #1652E0;
  padding-left: 12px;
}

/* Horizontale Trenner */
.contact-form hr,
.contact-form .contact-form-hr {
  border: 0;
  border-top: 1px solid #eef0f3;
  margin: 28px 0;
}

/* Form-Groups: mehr Abstand */
.contact-form .form-group {
  margin-bottom: 16px;
}

/* Input-Felder: matchen die Suchleiste im Header */
.contact-form .form-control,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select,
.contact-form .custom-select {
  border: 2px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 11px 16px !important;
  font-size: 14px !important;
  background: #f5f7fa !important;
  transition: border-color .2s, box-shadow .2s, background .2s !important;
  height: auto !important;
  box-shadow: none !important;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form .form-control:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.contact-form .custom-select:focus {
  border-color: #1652E0 !important;
  box-shadow: 0 0 0 3px rgba(36,101,245,.12) !important;
  background: #fff !important;
  outline: none !important;
}

/* Floating labels: angepasst */
.contact-form .label-slide label {
  color: #888;
  font-size: 14px;
}

/* Checkboxen (Datenschutz-Einwilligung) */
.contact-form .custom-checkbox .custom-control-label {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  padding-top: 2px;
}

.contact-form .custom-checkbox .custom-control-label a {
  color: #1652E0;
  text-decoration: underline;
}

/* Fehler-Meldungen */
.contact-form .form-error-msg,
.contact-form .invalid-feedback {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.contact-form .has-error .form-control,
.contact-form .is-invalid {
  border-color: #dc3545 !important;
}

/* Datenschutz-Hinweis unter Form */
.contact-form-privacy {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-top: 20px;
  margin-bottom: 8px;
}

.contact-form-privacy a {
  color: #1652E0;
  text-decoration: underline;
}

/* Submit-Button: prominent, mit Icon-Platz */
.contact-form button[type="submit"],
.contact-form .btn.btn-primary {
  background: #1652E0 !important;
  border: none !important;
  color: #fff !important;
  padding: 14px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  border-radius: 8px !important;
  letter-spacing: .3px;
  box-shadow: 0 4px 14px rgba(36,101,245,.25);
  transition: background .2s, transform .15s, box-shadow .2s;
  text-transform: none;
  text-align: center !important;
  width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  white-space: normal;
}

.contact-form button[type="submit"]:hover,
.contact-form .btn.btn-primary:hover {
  background: #1d52c7 !important;
  box-shadow: 0 6px 18px rgba(36,101,245,.35);
  transform: translateY(-1px);
}

.contact-form button[type="submit"]:active,
.contact-form .btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(36,101,245,.3);
}

/* Alerts (Fehler / Erfolg) oberhalb der Form */
body[data-page="5"] .alert {
  border-radius: 8px;
  max-width: 920px;
  margin: 0 auto 20px;
  border: none;
  padding: 14px 18px;
  font-size: 14px;
}

body[data-page="5"] .alert-success {
  background: #e6f6ed;
  color: #1e7f4a;
}

body[data-page="5"] .alert-danger {
  background: #fdecea;
  color: #b02a37;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form {
    padding: 24px 20px;
    margin: 16px;
    border-radius: 10px;
  }
  body[data-page="5"] .title.h2 {
    font-size: 24px;
    margin: 24px 16px 8px;
  }
  body[data-page="5"] .title.h2::after {
    font-size: 13px;
  }
  .contact-form .h3 {
    font-size: 15px;
  }
  .contact-form textarea {
    min-height: 140px;
  }
}

/* ============================================
   FOOTER: Hintergrund + Farben (5.7 Spezifizitäts-Override)
   ============================================ */

/* Dunkler Footer-Hintergrund */
footer#footer,
#footer {
  background-color: #1e2330 !important;
  color: rgba(255,255,255,.8);
}

/* Link-Farbe im Footer (höhere Spezifizität als clear.css) */
footer#footer a:not(.btn),
#footer .dz-footer-links a,
#footer .dz-footer-col a {
  color: rgba(255,255,255,.6) !important;
  text-decoration: none;
}

footer#footer a:not(.btn):hover,
#footer .dz-footer-links a:hover,
#footer .dz-footer-col a:hover {
  color: #fff !important;
  text-decoration: none;
}

/* Newsletter-active Margin zurücksetzen */
#footer.newsletter-active #footer-boxes {
  margin-top: 0 !important;
}

/* Widerrufsbutton im Footer */
#footer .dz-withdrawal-btn {
  display: inline-block;
  margin-top: .75rem;
  padding: .5rem 1rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  color: #fff !important;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}

#footer .dz-withdrawal-btn:hover {
  background: rgba(255,255,255,.2) !important;
  color: #fff !important;
  text-decoration: none;
}



/* ============================================
   NAV: Ratgeber + Sale rechtsbuendig (Desktop)
   ============================================ */
@media (min-width: 992px) {
  header#jtl-nav-wrapper .dz-nav-row .navbar-nav > li.dz-nav-ratgeber {
    margin-left: auto;
  }
}


/* ============================================
   GOLD-KILLER: NOVA clear-Theme Gold (#F8BF00)
   vollstaendig durch Markenblau ersetzen
   Mapping:
     #F8BF00              -> #1652E0
     #ffcc22 (Hover)      -> #1140B8
     #fbde7a (Border)     -> #bcd2fc
     #F9F2DC (Warning-BG) -> #fff4e5
     rgba(248,191,0,x)    -> rgba(36,101,245,x)
   ============================================ */

/* --- Buttons --- */
.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 101, 245, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #7ba0f9;
  border-color: #7ba0f9;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #1140B8;
  border-color: #1140B8;
}
.btn-outline-primary {
  color: #1652E0;
  border-color: #1652E0;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #1652E0;
  border-color: #1652E0;
  color: #fff;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #7ba0f9;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 101, 245, 0.5);
}
.btn-link:hover {
  color: #1140B8;
}
.btn-icon-primary:hover {
  border-color: #1652E0;
  color: #1652E0;
}
.btn-icon-primary:not(:disabled):not(.disabled):active,
.btn-icon-primary:not(:disabled):not(.disabled).active,
.show > .btn-icon-primary.dropdown-toggle,
.btn-icon-secondary:not(:disabled):not(.disabled):active,
.btn-icon-secondary:not(:disabled):not(.disabled).active,
.show > .btn-icon-secondary.dropdown-toggle {
  border-color: #1652E0;
  background-color: #1652E0;
}
.btn-animated .btn-primary:hover {
  background-color: #1140B8;
  border-color: #1140B8;
}
.btn-animated .btn-outline-primary::after,
.btn-animated .btn-outline-primary:hover::after {
  background: #1652E0;
}
.btn-animated .btn-outline-primary:hover {
  border-color: #1652E0;
}

/* --- Formulare --- */
.form-control:focus {
  border-color: #1652E0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.form-control:focus + .input-group-append .input-group-text {
  border-color: #1652E0;
}
.custom-select:focus {
  border-color: #1652E0;
  box-shadow: 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1652E0;
  box-shadow: 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1652E0;
  background-color: #1652E0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1652E0;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1652E0;
  background-color: #1652E0;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(36, 101, 245, 0.5);
}
.custom-range::-webkit-slider-thumb { background-color: #1652E0; }
.custom-range::-moz-range-thumb { background-color: #1652E0; }
.custom-range::-ms-thumb { background-color: #1652E0; }
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.form-icon-trigger-label:hover {
  color: #1652E0;
}
.bootstrap-select.custom-select button.dropdown-toggle:focus,
.bootstrap-select.custom-select.show button.dropdown-toggle {
  border-color: #1652E0;
}

/* --- Preis-Slider (noUiSlider im Filter) --- */
.noUi-horizontal .noUi-connect {
  background: #1652E0;
}
.noUi-horizontal .noUi-handle {
  background: #1652E0;
  box-shadow: 0px 0px 0px 5px rgba(36, 101, 245, 0.5);
}

/* --- Navigation / Pagination / Filter --- */
.page-link:hover {
  color: #1140B8;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 101, 245, 0.25);
}
.tab-navigation .nav-link::after {
  border-color: #1652E0;
}
aside .nav-panel > .nav > .active > .nav-link {
  border-bottom: 0.375rem solid #1652E0;
}
.productlist-filter-categories > .nav-item > .nav-link::before {
  border-color: #1652E0;
}
.filter-item.active .filter-img,
.filter-item:active .filter-img {
  border: 3px solid #1652E0;
}
.filter-search-wrapper.input-group-selected .input-group-text,
.filter-search-wrapper.input-group-selected .filter-search {
  border-color: #1652E0;
}

/* --- Badges --- */
.badge-primary {
  background-color: #1652E0;
}
a.badge-primary:focus,
a.badge-primary.focus,
a.badge-outline-primary:focus,
a.badge-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 101, 245, 0.5);
}
.badge-outline-primary {
  border-color: #1652E0;
  color: #1652E0;
}
.badge-check {
  border: 2px solid #1652E0;
}
.badge-check .badge-circle,
.badge-circle:hover,
.badge-circle:focus {
  background-color: #1652E0;
  border-color: #1652E0;
}
.badge-circle-1.on-list {
  border: 1px solid #1652E0;
  background-color: #1652E0;
}

/* --- Utility-Klassen --- */
.bg-primary {
  background-color: #1652E0 !important;
}
.border-primary {
  border-color: #1652E0 !important;
}
.text-primary {
  color: #1652E0 !important;
}

/* --- Komponenten --- */
.progress-bar {
  background-color: #1652E0;
}
.list-group-item.active {
  background-color: #1652E0;
  border-color: #1652E0;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #bcd2fc;
}
.slick-arrow:hover,
#image_wrapper #gallery .slick-arrow:hover {
  background-color: #1652E0;
}
.carousel-thumbnails .slick-slide.slick-current {
  border: 1px solid #1652E0;
}
.swatches-image.active,
.swatches-text.active {
  border: 1px solid #1652E0;
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item .badge-circle {
  background-color: #1652E0;
  border-color: #1652E0;
}
.modal-header .close:hover,
.modal-header .close:focus {
  background-color: #1652E0;
  background: #1652E0;
}
#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close:hover {
  background-color: #1652E0;
}
.fa-sup {
  background-color: #1652E0;
}
.consent-modal-close:hover,
.consent-modal-close:focus {
  color: #1652E0;
}
a.give-consent-preview:focus-visible {
  color: #1652E0;
}
.jqcloud-word a:hover {
  color: #1652E0 !important;
}
.box_login .register .fa {
  color: #1652E0;
}
.account-head-data .account-head-data-credit {
  border: 1px solid #1652E0;
}
#rmaStickyPositions.loadingAJAX::after,
#rmaStickyPositions.loadingAJAX::before {
  border: 8px solid #1652E0;
  border-color: #1652E0 #1652E0 transparent transparent;
}

/* --- Checkout --- */
.stepper .step-active .step-content::after,
.stepper .step-current .step-content::after {
  background: #1652E0;
}
.checkout-steps .step-check {
  color: #34c759;
}

/* --- Footer: Hover auf dunklem Grund hell-blau statt gold --- */
#footer a:not(.btn):hover {
  color: #9db9fa;
}

/* --- Warning-Toene: warm-neutral statt gold-gelb --- */
.alert-warning {
  background-color: #fff4e5;
  border-color: #ffe4bd;
}
.bg-warning {
  background-color: #fff4e5 !important;
}

/* Skip-Links (Inline-Crit-CSS von NOVA): Gold -> Blau */
.btn-skip-to {
  border-color: #1652E0;
}

/* Consent-Banner: Beschreibungstext auf Mobil deckeln (scrollbar),
   damit er nicht groesster Textblock = LCP-Element wird */
@media (max-width: 767px) {
  #consent-manager .consent-banner-body {
    max-height: 72px;
    overflow-y: auto;
  }
}

/* =====================================================================
   RICHTUNG A — Confident Specialist  (2026-07-25)
   Token-Layer + Polish. CSS-only, keine TPL-Logik angefasst.
   ===================================================================== */
:root{
  --dz-blue:#1652E0; --dz-blue-d:#1140B8;
  --dz-ground:#F7F8FA; --dz-ink:#14171C;
  --dz-orange:#EA5A1B; --dz-orange-d:#C64912;
  --dz-line:#E4E7EC; --dz-steel:#5B6472;
}
body{ background:var(--dz-ground); color:var(--dz-ink); }

/* Sale-Pill: solides Orange, ans rechte Nav-Ende (Anleihe Ist-Shop) */
header#jtl-nav-wrapper .dz-nav-row .navbar-nav li.dz-nav-sale{
  margin-left:auto;
}
header#jtl-nav-wrapper .dz-nav-row .navbar-nav li.dz-nav-sale > a.nav-link,
header .dz-nav-row li.dz-nav-sale .nav-link,
.dz-nav-sale > .nav-link{
  color:#fff !important;
  background:var(--dz-orange) !important;
  border-radius:999px !important;
  padding:.35rem .9rem !important;
  border-bottom:0 !important;
  line-height:1.1 !important;
}
header#jtl-nav-wrapper .dz-nav-row .navbar-nav li.dz-nav-sale > a.nav-link:hover,
header .dz-nav-row li.dz-nav-sale .nav-link:hover,
.dz-nav-sale > .nav-link:hover{
  color:#fff !important;
  background:var(--dz-orange-d) !important;
  border-bottom:0 !important;
}

/* Button-Kontrast: weiße Schrift auf gefüllten Buttons garantieren (Mockup-Fix).
   .dz-btn-cart ist seit Pass 2 outlined (Ink auf Weiß) und gehört NICHT hierher. */
a.btn-primary,.btn-primary,button.btn-primary,
.dz-nl-btn,.dz-hero-ctas .btn-primary{
  color:#fff !important;
}

/* Karten/Tiles: ruhige Design-A-Kanten statt weicher Verläufe */
.dz-product-card,.dz-cat-card{
  border:1px solid var(--dz-line);
  border-radius:12px;
  box-shadow:0 1px 2px rgba(20,23,28,.04);
  background:#fff;
}
.dz-product-card:hover,.dz-cat-card:hover{
  box-shadow:0 6px 20px rgba(20,23,28,.08);
  border-color:#D3DAE4;
}
/* Blaue Flächen ohne Verlauf sauber halten */
.dz-hero,.dz-categories{ background:var(--dz-ground); }

/* =====================================================================
   RICHTUNG A — Fidelity Pass 2 (2026-07-25): Mockup-Angleich
   Quellen: Gap-Analyse (Workflow) + Mockups 12/14/15
   ===================================================================== */

/* Hero-Eyebrow (Mockup: blaue Kicker-Zeile ueber dem Titel) */
.dz-hero-content::before{
  content:"Ersatzteile · Zubehör · Filament";
  display:block;
  color:var(--dz-blue);
  font-size:12.5px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:14px;
}

/* ==== startseite :: footer-light (prio 1) ==== */
footer#footer,
#footer{
  background-color:#fff !important;
  color:var(--dz-ink);
  border-top:1px solid var(--dz-line);
}
footer#footer a:not(.btn),
#footer .dz-footer-links a,
#footer .dz-footer-col a{
  color:var(--dz-ink) !important;
}
footer#footer a:not(.btn):hover,
#footer .dz-footer-links a:hover,
#footer .dz-footer-col a:hover{
  color:var(--dz-blue) !important;
}
#footer .dz-footer-col h4.dz-footer-heading,
#footer .dz-footer-grid .dz-footer-col h4,
#footer h4.dz-footer-heading,
footer#footer h4{
  color:var(--dz-steel) !important;
  font-size:13px;
  letter-spacing:.04em;
}
#footer .dz-footer-address,
#footer .dz-footer-contact{ color:var(--dz-steel); font-size:14px; }
#footer .dz-footer-contact i{ color:#C4CAD3; }
#footer .dz-footer-links a{ font-size:14px; }
#footer .dz-footer-links li{ margin-bottom:.35rem; }
footer#footer a.dz-social-icon{ background:#EEF1F5; color:var(--dz-ink) !important; }
footer#footer a.dz-social-icon:hover{ background:var(--dz-blue); color:#fff !important; transform:none; }
footer#footer .dz-footer-payments{ border-top:1px solid var(--dz-line); }
footer#footer .dz-payments-label{ color:var(--dz-steel); }
footer#footer .dz-payment-badge{
  background:transparent;
  border:1px solid var(--dz-line);
  border-radius:0;
  color:var(--dz-steel);
  font-weight:400;
  font-size:12px;
  padding:4px 8px;
  letter-spacing:0;
}
footer#footer a.dz-withdrawal-btn{
  background:transparent;
  border:none;
  border-radius:0;
  padding:0;
  margin-top:.25rem;
  color:var(--dz-orange) !important;
  font-weight:700;
  font-size:14px;
}
footer#footer a.dz-withdrawal-btn:hover{
  background:transparent !important;
  color:var(--dz-orange-d) !important;
  text-decoration:underline;
}
#footer .dz-visitor-count{ color:var(--dz-steel); }
#footer #copyright{
  background:transparent;
  color:var(--dz-steel);
  border-top:1px solid var(--dz-line);
  font-size:13px;
}
#footer .footnote-vat .small{ color:var(--dz-steel); }


/* ==== startseite :: trust-bar (prio 1) ==== */
.dz-trust-bar{
  background:var(--dz-ink);
  border-bottom:none;
  padding:0;
}
.dz-trust-container{ gap:0; }
.dz-trust-item{
  background:transparent;
  border-radius:0;
  border-left:1px solid #2B2F36;
  padding:22px 24px;
  gap:0;
}
.dz-trust-item:first-child{ border-left:none; }
.dz-trust-item:hover{ box-shadow:none; transform:none; }
.dz-trust-icon{ display:none; }
.dz-trust-text strong{ color:#fff; font-size:16px; font-weight:700; margin-bottom:3px; }
.dz-trust-text span{ color:#C4CAD3; font-size:13.5px; }
.dz-trust-text span a{ color:#C4CAD3; }
@media (max-width:991px){
  .dz-trust-container{ grid-template-columns:repeat(2,1fr); }
  .dz-trust-item{ border-top:1px solid #2B2F36; }
  .dz-trust-item:nth-child(odd){ border-left:none; }
  .dz-trust-item:nth-child(-n+2){ border-top:none; }
}
@media (max-width:575px){
  .dz-trust-container{ grid-template-columns:1fr; }
  .dz-trust-item{ border-left:none; border-top:1px solid #2B2F36; }
  .dz-trust-item:first-child{ border-top:none; }
}


/* ==== startseite :: hero-typography (prio 1) ==== */
.dz-hero{
  background:#fff;
  border-bottom:1px solid var(--dz-line);
  padding:72px 0;
}
.dz-hero-container{
  grid-template-columns:minmax(0,5fr) minmax(0,7fr);
}
.dz-hero-title{
  font-size:clamp(38px,4.6vw,58px);
  font-weight:800;
  letter-spacing:-.03em;
  line-height:1.05;
  color:var(--dz-ink);
}
.dz-hero-sub{
  font-size:17px;
  color:var(--dz-steel);
  line-height:1.5;
  max-width:46ch;
}
.dz-hero-img{
  border-radius:0;
  box-shadow:none;
  max-width:none;
  width:100%;
  min-height:420px;
  aspect-ratio:auto;
  object-fit:cover;
}
@media (max-width:991px){
  .dz-hero{ padding:48px 0; }
  .dz-hero-container{ grid-template-columns:1fr; }
  .dz-hero-title{ font-size:clamp(32px,6vw,40px); }
}
@media (max-width:575px){
  .dz-hero{ padding:40px 0; }
  .dz-hero-title{ font-size:30px; }
  .dz-hero-sub{ font-size:15px; }
}


/* ==== startseite :: hero-cta-buttons (prio 2) ==== */
.dz-btn-primary{
  background:var(--dz-blue);
  border-radius:0;
  font-weight:700;
  padding:14px 26px;
}
.dz-btn-primary:hover{
  background:var(--dz-blue-d);
  transform:none;
  box-shadow:none;
}
.dz-btn-secondary{
  border:1.5px solid var(--dz-ink);
  color:var(--dz-ink) !important;
  border-radius:0;
  font-weight:700;
  padding:14px 26px;
}
.dz-btn-secondary:hover{
  background:transparent;
  border-color:var(--dz-blue);
  color:var(--dz-blue) !important;
}


/* ==== startseite :: section-headers (prio 2) ==== */
.dz-section-header{
  text-align:left;
  margin-bottom:32px;
}
.dz-section-header h2{
  font-size:30px;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--dz-ink);
  margin:0 0 6px;
}
.dz-section-header p{
  font-size:14.5px;
  color:var(--dz-steel);
}
.dz-top-more{ text-align:left; margin-top:24px; }
.dz-link-more{ font-weight:700; }
@media (max-width:575px){
  .dz-section-header h2{ font-size:24px; }
}


/* ==== startseite :: category-tiles (prio 2) ==== */
.dz-cat-thumb{ height:220px; }
.dz-cat-info{ padding:20px 22px 24px; }
.dz-cat-info h3{ font-size:20px; font-weight:800; color:var(--dz-ink); margin-bottom:6px; }
.dz-cat-desc{ font-size:13.5px; color:var(--dz-steel); }
.dz-cat-card:hover{ transform:none; }
.dz-cat-card:hover .dz-cat-thumb img{ transform:none; }
.dz-cat-card:hover .dz-cat-arrow{ transform:translateX(4px); }
@media (max-width:991px){ .dz-cat-thumb{ height:200px; } }


/* ==== startseite :: product-card (prio 2) ==== */
.dz-price-current{
  font-size:20px;
  font-weight:800;
  color:var(--dz-ink);
  font-variant-numeric:tabular-nums;
}
.dz-product-name{ font-size:14.5px; color:var(--dz-ink); }
.dz-product-delivery{ font-size:12.5px; color:var(--dz-steel); }
.dz-stock-ok{ color:#1A7A3D; font-weight:600; }
.dz-product-card:hover{ transform:none; }
.dz-product-card:hover .dz-product-image img{ transform:none; }
.dz-btn-cart{
  border-radius:0;
  font-weight:700;
  font-size:13.5px;
}
.dz-btn-cart:hover{ background:var(--dz-blue-d); }
@media (max-width:767px){
  .dz-price-current{ font-size:18px; }
  .dz-product-name{ font-size:13.5px; }
}


/* ==== startseite :: newsletter (prio 2) ==== */
.dz-newsletter-heading{ font-size:26px; letter-spacing:-.02em; }
.dz-nl-email{
  background:#fff;
  color:var(--dz-ink);
  border:1.5px solid #fff;
  border-radius:0;
  font-size:15px;
}
.dz-nl-email::placeholder{ color:var(--dz-steel); }
.dz-nl-email:focus{ background:#fff; border-color:var(--dz-ink); }
.dz-nl-btn{
  background:var(--dz-ink);
  border:1.5px solid var(--dz-ink);
  border-radius:0;
  padding:12px 22px;
}
.dz-nl-btn:hover{ background:#000; border-color:#000; }
.dz-nl-privacy{ color:rgba(255,255,255,.65); }
@media (max-width:767px){
  .dz-newsletter-heading{ font-size:22px; }
}


/* ==== startseite :: reviews-styling (prio 2) ==== */
.tz-reviews{ background:var(--dz-ground); }
.tz-reviews__header h2{
  text-transform:none;
  letter-spacing:-.02em;
  font-size:30px;
  font-weight:800;
  color:var(--dz-ink);
}
.tz-reviews__rating{ font-size:20px; font-weight:800; color:var(--dz-ink); font-variant-numeric:tabular-nums; }
.tz-star-full{ color:var(--dz-orange); }
.tz-reviews__card-stars{ color:var(--dz-orange); }
.tz-reviews__meta{ color:var(--dz-steel); }
.tz-reviews__meta strong{ color:#1A7A3D; }
.tz-reviews__card{
  background:#fff;
  border:1px solid var(--dz-line);
  border-radius:12px;
  box-shadow:0 1px 2px rgba(20,23,28,.04);
}
.tz-reviews__text{ font-style:normal; color:var(--dz-ink); font-size:14.5px; }
.tz-reviews__source{ color:var(--dz-steel); }
.tz-reviews__source a{ color:var(--dz-blue); }
@media (max-width:768px){
  .tz-reviews__header h2{ font-size:24px; }
}


/* ==== startseite :: benefit-topbar (prio 2) ==== */
.dz-benefit-bar{
  background:var(--dz-ink);
  font-size:13px;
  padding:8px 0;
}
.dz-benefit-item{ color:#C4CAD3; }
.dz-benefit-item i{ opacity:.7; }
@media (max-width:767.98px){
  .dz-benefit-items{ gap:12px 20px; font-size:11.5px; }
}
@media (max-width:479px){
  .dz-benefit-items{ gap:6px; }
}


/* ==== startseite :: section-rhythm (prio 3) ==== */
.dz-top-products,
.dz-categories,
.dz-guides-teaser{ padding:64px 0; }
.dz-guides-teaser{ background:var(--dz-ground); }
.dz-seo-block{ background:var(--dz-ground); }
.dzm-script-and-consent-portlet{ padding-top:0; padding-bottom:0; }
.tz-reviews{ padding:64px 0; }
@media (max-width:767px){
  .dz-top-products,
  .dz-categories,
  .dz-guides-teaser,
  .tz-reviews{ padding:44px 0; }
}


/* ==== startseite :: quick-filter-pills (prio 3) ==== */
.dz-quick-filter{ padding:20px 0; border-bottom:1px solid var(--dz-line); }
.dz-filter-pill{
  border-width:1px;
  border-color:#C4CAD3;
  color:var(--dz-steel);
}
.dz-filter-pill:hover,
.dz-filter-pill.dz-pill-active{
  background:var(--dz-blue);
  border-color:var(--dz-blue);
  color:#fff !important;
}
.dz-filter-pill.dz-pill-sale{ border-width:1px; }


/* ==== startseite :: header-search (prio 3) ==== */
.dz-search-col .form-control,
.dz-search-col input[type="text"],
.dz-search-col input[type="search"]{
  background:#fff !important;
  border:1.5px solid #C4CAD3 !important;
  border-radius:0 !important;
  font-size:15px !important;
}
.dz-search-col .btn,
.dz-search-col button[type="submit"]{
  background:var(--dz-ink) !important;
  border-radius:0 !important;
}
.dz-search-col .btn:hover,
.dz-search-col button[type="submit"]:hover{
  background:var(--dz-blue) !important;
}


/* ==== startseite :: guide-cards (prio 3) ==== */
.dz-guide-card{
  border:1px solid var(--dz-line);
  box-shadow:0 1px 2px rgba(20,23,28,.04);
}
.dz-guide-card:hover{
  box-shadow:0 6px 20px rgba(20,23,28,.08);
  transform:none;
  border-color:#D3DAE4;
}
.dz-guide-content h3{ font-size:17px; color:var(--dz-ink); }
.dz-guide-content p{ color:var(--dz-steel); }
.dz-guide-link{ font-weight:700; font-size:13.5px; }


/* ==== kategorie :: kategorie-header (prio 1) ==== */
body[data-page="2"] .dz-category-header{
  background:none !important;
  border-radius:0;
  border-bottom:1px solid var(--dz-line);
  margin:0 0 24px;
  padding:8px 0 32px;
}
body[data-page="2"] .dz-category-header h1.h2{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:clamp(30px,4vw,44px);
  font-weight:800;
  letter-spacing:-.02em;
  line-height:1.1;
  color:var(--dz-ink);
  margin-bottom:14px;
}
body[data-page="2"] .dz-category-stats{
  font-size:13.5px;
  font-weight:700;
  color:var(--dz-blue);
  margin-top:6px;
}
body[data-page="2"] .dz-category-stats strong{
  color:var(--dz-blue);
  font-weight:700;
}


/* ==== kategorie :: typografie-systemfont (prio 1) ==== */
body[data-page="2"],
body[data-page="2"] h1,body[data-page="2"] h2,body[data-page="2"] h3,body[data-page="2"] h4,
body[data-page="2"] .h1,body[data-page="2"] .h2,body[data-page="2"] .h3,
body[data-page="2"] .btn,
body[data-page="2"] .form-control,
body[data-page="2"] .dropdown-menu,
body[data-page="2"] .badge,
body[data-page="2"] .productbox-title a,
body[data-page="2"] .price_wrapper .price,
body[data-page="2"] #sidepanel_left .btn-filter-box,
body[data-page="2"] .productlist-filter-headline,
body[data-page="2"] .content-cats-small .sub-categories .caption a,
body[data-page="2"] .dz-category-seo-text h1,
body[data-page="2"] .dz-category-seo-text h2,
body[data-page="2"] .dz-category-seo-text h3{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}
body[data-page="2"]{ color:var(--dz-ink); }


/* ==== kategorie :: akzentfarben-migration (prio 1) ==== */
body[data-page="2"] #product-list .productbox-quick-actions .btn:hover{
  background:var(--dz-blue);
  border-color:var(--dz-blue) !important;
  color:#fff;
}
body[data-page="2"] #sidepanel_left .filter-item:hover .snippets-filter-item-icon-right,
body[data-page="2"] #sidepanel_left .filter-item.active .snippets-filter-item-icon-right,
body[data-page="2"] #sidepanel_left .filter-item .fa-check-square{
  color:var(--dz-blue);
}
body[data-page="2"] .snippets-filter-active .badge{
  background:#E8EEFC !important;
  color:var(--dz-blue) !important;
}
body[data-page="2"] #sidepanel_left .box-categories .nav-panel .nav-link:hover,
body[data-page="2"] #sidepanel_left .box-categories .nav-panel .nav-item.active > .nav-link,
body[data-page="2"] #sidepanel_left .box-categories .nav-panel a:hover{
  color:var(--dz-blue);
  background:transparent;
}
body[data-page="2"] .productlist-filter .custom-control-input:checked ~ .custom-control-label::before,
body[data-page="2"] .productlist-filter .noUi-connect{
  background-color:var(--dz-blue);
  border-color:var(--dz-blue);
}


/* ==== kategorie :: product-card (prio 2) ==== */
body[data-page="2"] #product-list .productbox.productbox-column{
  border:1px solid var(--dz-line);
  border-radius:12px;
  box-shadow:0 1px 2px rgba(20,23,28,.04);
  transition:box-shadow .2s ease,border-color .2s ease;
}
body[data-page="2"] #product-list .productbox.productbox-column:hover{
  box-shadow:0 6px 20px rgba(20,23,28,.08);
  border-color:#D3DAE4;
}
body[data-page="2"] #product-list .productbox-title{ padding:16px 18px 6px; }
body[data-page="2"] #product-list .productbox-title a{
  font-size:14.5px;
  font-weight:600;
  line-height:1.4;
  color:var(--dz-ink) !important;
}
body[data-page="2"] #product-list .productbox-title a:hover{ color:var(--dz-blue) !important; }
body[data-page="2"] #product-list .price_wrapper{ padding:4px 18px 16px; }
body[data-page="2"] #product-list .productbox.productbox-column .price_wrapper .price{
  font-size:20px !important;
  font-weight:800 !important;
  color:var(--dz-ink) !important;
  font-variant-numeric:tabular-nums;
}
body[data-page="2"] #product-list .price_wrapper .price-note,
body[data-page="2"] #product-list .price_wrapper .base-price{
  font-size:12px;
  color:var(--dz-steel);
}
@media (max-width:767.98px){
  body[data-page="2"] #product-list .productbox-title a{ font-size:13px; }
  body[data-page="2"] #product-list .productbox.productbox-column .price_wrapper .price{ font-size:16px !important; }
}


/* ==== kategorie :: sortierleiste (prio 2) ==== */
body[data-page="2"] #result-options{
  background:transparent;
  border:none;
  border-radius:0;
  padding:0;
  margin-bottom:8px;
}
body[data-page="2"] .productlist-page-nav .btn-outline-secondary,
body[data-page="2"] #result-options .btn-outline-secondary{
  background:#fff !important;
  border:1.5px solid #C4CAD3 !important;
  border-radius:0 !important;
  font-size:14px;
  font-weight:600;
  color:var(--dz-ink) !important;
  padding:9px 14px;
}
body[data-page="2"] .productlist-page-nav .btn-outline-secondary:hover,
body[data-page="2"] .productlist-page-nav .btn-outline-secondary:focus,
body[data-page="2"] #result-options .btn-outline-secondary:hover,
body[data-page="2"] #result-options .btn-outline-secondary:focus{
  background:#fff !important;
  color:var(--dz-blue) !important;
  border-color:var(--dz-blue) !important;
}
body[data-page="2"] .productlist-page-nav .dropdown-item.active,
body[data-page="2"] .productlist-page-nav .dropdown-item:active{
  background:var(--dz-blue);
  color:#fff;
}
body[data-page="2"] .productlist-page-nav{ margin-bottom:16px; }


/* ==== kategorie :: pagination (prio 2) ==== */
body[data-page="2"] .pagination .page-item .page-link{
  min-width:38px;
  height:38px;
  border:1.5px solid var(--dz-line);
  border-radius:0 !important;
  font-size:14px;
  font-weight:600;
  color:var(--dz-ink);
  background:#fff;
  margin:0 3px;
}
body[data-page="2"] .pagination .page-item .page-link:hover{
  background:#fff !important;
  color:var(--dz-blue) !important;
  border-color:var(--dz-blue) !important;
}
body[data-page="2"] .pagination .page-item.active .page-link{
  background:var(--dz-ink) !important;
  border-color:var(--dz-ink) !important;
  color:#fff !important;
}
body[data-page="2"] .pagination .page-item.disabled .page-link{
  color:var(--dz-steel);
  border-color:var(--dz-line);
}


/* ==== kategorie :: unterkategorie-kacheln (prio 2) ==== */
body[data-page="2"] .content-cats-small .sub-categories{
  background:#fff;
  border:1px solid var(--dz-line);
  border-radius:12px;
  box-shadow:0 1px 2px rgba(20,23,28,.04);
  padding:14px 16px;
  margin-bottom:12px;
  transition:box-shadow .2s ease,border-color .2s ease;
}
body[data-page="2"] .content-cats-small .sub-categories:hover{
  transform:none;
  box-shadow:0 6px 20px rgba(20,23,28,.08);
  border-color:#D3DAE4;
}
body[data-page="2"] .content-cats-small .sub-categories .caption a{
  font-size:14.5px;
  font-weight:600;
  color:var(--dz-ink);
}
body[data-page="2"] .content-cats-small .sub-categories .caption a:hover{
  color:var(--dz-blue);
}
body[data-page="2"] .content-cats-small{ margin-bottom:24px; }


/* ==== kategorie :: filter-sidebar (prio 2) ==== */
body[data-page="2"] #sidepanel_left .box{
  border:1px solid var(--dz-line);
  border-radius:12px;
  box-shadow:none;
  margin-bottom:12px;
}
body[data-page="2"] #sidepanel_left .btn-filter-box,
body[data-page="2"] #sidepanel_left .productlist-filter-headline,
body[data-page="2"] #sidepanel_left .box-normal-link{
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--dz-steel);
  padding:16px 20px 12px;
  border-bottom:1px solid var(--dz-line);
}
body[data-page="2"] #sidepanel_left .btn-filter-box:hover{ color:var(--dz-blue); }
body[data-page="2"] #sidepanel_left .filter-item{
  font-size:14px;
  color:var(--dz-ink);
  padding:6px;
  border-radius:0;
}
body[data-page="2"] #sidepanel_left .filter-item:hover{
  background:transparent;
  color:var(--dz-blue);
}
body[data-page="2"] #sidepanel_left .filter-item .filter-item-value{ font-size:14px; }
body[data-page="2"] #sidepanel_left .filter-item .badge{
  background:transparent !important;
  color:var(--dz-steel) !important;
  font-size:12.5px;
  font-weight:400;
  font-variant-numeric:tabular-nums;
  padding:0;
  margin-left:auto;
}
body[data-page="2"] #sidepanel_left .box .collapse,
body[data-page="2"] #sidepanel_left .box .collapse.show,
body[data-page="2"] #sidepanel_left .box .collapsing{
  padding:12px 20px 16px;
}


/* ==== kategorie :: product-card-ribbon (prio 3) ==== */
body[data-page="2"] #product-list .productbox-ribbon{
  background:#fff !important;
  color:#1a7a3d !important;
  border:1px solid var(--dz-line);
  border-radius:2px !important;
  font-size:11px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
  padding:4px 9px;
  box-shadow:none;
}


/* ==== kategorie :: seo-textbox (prio 3) ==== */
body[data-page="2"] .dz-category-seo-text{
  border:1px solid var(--dz-line);
  border-radius:12px;
  font-size:15px;
  line-height:1.6;
  color:var(--dz-steel);
}
body[data-page="2"] .dz-category-seo-text h1,
body[data-page="2"] .dz-category-seo-text h2,
body[data-page="2"] .dz-category-seo-text h3{
  font-size:18px;
  font-weight:700;
  color:var(--dz-ink);
}


/* ==== kategorie :: breadcrumb (prio 3) ==== */
body[data-page="2"] #breadcrumb .breadcrumb{
  background:transparent;
  font-size:13px;
  padding:18px 0;
  margin-bottom:0;
}
body[data-page="2"] #breadcrumb .breadcrumb-item a.breadcrumb-link{
  color:var(--dz-steel);
  text-decoration:none;
}
body[data-page="2"] #breadcrumb .breadcrumb-item a.breadcrumb-link:hover{ color:var(--dz-blue); }
body[data-page="2"] #breadcrumb .breadcrumb-item.active,
body[data-page="2"] #breadcrumb .breadcrumb-item:last-child .breadcrumb-link{
  color:var(--dz-ink);
  font-weight:600;
}
body[data-page="2"] #breadcrumb .breadcrumb-item + .breadcrumb-item::before{ color:#C4CAD3; }


/* Trust-Band Startseite: hoehere Spezifitaet gegen product.css
   (das global .dz-trust-item als helle Rundkarte stylt und zuletzt laedt) */
.dz-trust-bar .dz-trust-item{
  background: transparent;
  border-radius: 0;
  border-left: 1px solid #2B2F36;
  padding: 22px 24px;
  box-shadow: none;
  font-size: 13.5px;
  color: #C4CAD3;
  font-weight: 500;
}
.dz-trust-bar .dz-trust-item:first-child{ border-left: none; }
.dz-trust-bar .dz-trust-item:hover{ box-shadow: none; transform: none; }
.dz-trust-bar .dz-trust-item .dz-trust-icon{ display: none; }
.dz-trust-bar .dz-trust-text strong{ color: #fff; font-size: 16px; font-weight: 700; }
.dz-trust-bar .dz-trust-text span{ color: #C4CAD3; }
@media (max-width: 991px){
  .dz-trust-bar .dz-trust-item{ border-top: 1px solid #2B2F36; }
  .dz-trust-bar .dz-trust-item:nth-child(odd){ border-left: none; }
  .dz-trust-bar .dz-trust-item:nth-child(-n+2){ border-top: none; }
}
@media (max-width: 575px){
  .dz-trust-bar .dz-trust-item{ border-left: none; border-top: 1px solid #2B2F36; }
  .dz-trust-bar .dz-trust-item:first-child{ border-top: none; }
}

/* GOLD-KILLER Nachzügler: NOVA zeichnet Aktiv-/Hover-Unterstriche als
   Pseudo-Elemente mit Gold #F8BF00 (Nav + Pagination) -> Markenblau */
.nav-link::before,
.nav-link::after,
.page-link::before,
.page-link::after{
  border-color: #1652E0 !important;
}
