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


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

.dz-benefit-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  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: 767.98px) {
  .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: #2465f5 !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: #2465f5 !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: #1a4fd6 !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: #2465f5;
}

.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: #2465f5;
}

/* 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: 'Montserrat', -apple-system, 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: #2465f5;
  border-bottom-color: #2465f5;
  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: #2465f5;
  color: #2465f5;
}

/* 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: #dc2626 !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: #dc2626 !important;
  background: #fef2f2 !important;
  border-bottom-color: #dc2626 !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: linear-gradient(135deg, #2465f5 0%, #1a4fd6 100%);
  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: 'Montserrat', 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: #f97316;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  font-family: 'Montserrat', 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: 'Montserrat', 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: #2465f5;
  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: #2465f5 !important;
  border-color: #2465f5 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1a4fd6 !important;
  border-color: #1a4fd6 !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: #2465f5;
  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: center;
  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: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}
.dz-guide-content {
  padding: 20px;
}
.dz-guide-tag {
  display: inline-block;
  padding: 3px 10px;
  background: #e8effd;
  color: #2465f5;
  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: #2465f5;
  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: #2465f5;
  color: #fff;
}
.dz-badge-sale {
  background: #dc2626;
  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: #dc2626;
}
.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: #2465f5;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s;
}
.dz-btn-cart:hover {
  background: #1b4fcc;
  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: #2465f5;
  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: linear-gradient(135deg, #f5f7fa 0%, #e8effd 100%);
  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: 42px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #1a1a1a;
}
.dz-hero-title span {
  color: #2465f5;
}
.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: #f97316;
  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: #ea580c;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(249,115,22,0.35);
  color: #fff !important;
}
.dz-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  color: #2465f5 !important;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #2465f5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none !important;
}
.dz-btn-secondary:hover {
  background: #2465f5;
  color: #fff !important;
}
.dz-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dz-hero-img {
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  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: #2465f5;
  color: #fff !important;
  border-color: #2465f5;
}
.dz-filter-pill.dz-pill-sale {
  border-color: #dc2626;
  color: #dc2626;
}
.dz-filter-pill.dz-pill-sale:hover {
  background: #dc2626;
  color: #fff !important;
  border-color: #dc2626;
}

/* ============================================
   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: #2465f5;
  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: #2465f5;
  color: #2465f5 !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: linear-gradient(135deg, #f5f7fa 0%, #e8effd 100%);
  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: #2465f5; font-weight: 500; text-decoration: none; }
.dz-breadcrumb a:hover { color: #1b4fcc; }
.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: #2465f5;
  color: #fff !important;
  border-color: #2465f5;
}
.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: #2465f5; }
.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: #2465f5;
  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: #2465f5;
  color: #fff;
  border-color: #2465f5;
}
.dz-pagination-wrap .page-item .page-link:hover {
  background: #2465f5;
  color: #fff;
  border-color: #2465f5;
}

/* ============================================
   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: #2465f5;
  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: #2465f5; }

/* 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: #2465f5;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dz-article-content blockquote {
  border-left: 4px solid #2465f5;
  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: linear-gradient(135deg, #2465f5 0%, #1b4fcc 100%);
  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: linear-gradient(135deg, #2465f5 0%, #1b4fcc 100%);
  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: #2465f5; }

/* 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: 'Montserrat', 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: #2465f5;
}
.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: 'Montserrat', sans-serif;
  transition: all 0.2s;
}
.dz-share-btn:hover {
  background: #2465f5;
  color: #fff;
  border-color: #2465f5;
}

/* ============================================
   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: #2465f5;
  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: #2465f5;
  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: 'Montserrat', 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: #2465f5;
  border-left-color: #2465f5;
}

/* ============================================
   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: 'Montserrat', 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: 'Open Sans', 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: 'Montserrat', 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 #2465f5;
  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: #2465f5 !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: #2465f5;
  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: #2465f5;
  text-decoration: underline;
}

/* Submit-Button: prominent, mit Icon-Platz */
.contact-form button[type="submit"],
.contact-form .btn.btn-primary {
  background: #2465f5 !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;
}


