/* ================================================
   BOOTMATES — Lokale Google Fonts
   Pfad: /media/image/fonts/
   ================================================ */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/media/image/fonts/playfair-display-v40-latin-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/media/image/fonts/playfair-display-v40-latin-900.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/media/image/fonts/barlow-v13-latin-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/media/image/fonts/barlow-v13-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/media/image/fonts/barlow-v13-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/media/image/fonts/barlow-v13-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/media/image/fonts/barlow-condensed-v13-latin-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/media/image/fonts/barlow-condensed-v13-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/media/image/fonts/barlow-condensed-v13-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/media/image/fonts/barlow-condensed-v13-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/media/image/fonts/barlow-condensed-v13-latin-700.woff2') format('woff2');
}

/* ================================================
   Bootmates Custom CSS
   NOVAChild Theme by Futurewise
   ================================================ */

/* -- ZOOM-EFFEKT DEAKTIVIEREN -- */
.opc-area .container-fluid,
.opc-area .container-fluid:hover,
.opc-area [class*="background-image"],
.opc-area [class*="background-image"]:hover,
.portlet-background,
.portlet-background:hover {
  transform: none !important;
  transition: none !important;
}
* { transform-origin: center center; }
[style*="background-image"]:hover { transform: none !important; }

/* -- CSS VARIABLEN -- */
:root {
  --bm-gold:   #e8c84a;
  --bm-dark:   #1a1a1a;
  --bm-green:  #2d4a28;
  --bm-white:  #ffffff;
  --bm-gray:   #f5f5f3;
  --bm-amber:  #c4741a;
  --bm-earth:  #2c2416;
}

/* ================================================
   HERO BANNER (statisch / OPC)
   ================================================ */
.bm-hero {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #1a1a1a;
}
.bm-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('/mediafiles/banner_home.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: none !important;
  transition: none !important;
}
.bm-hero:hover .bm-hero__bg {
  transform: none !important;
  background-size: cover !important;
}
.bm-hero__overlay { display: none; }
.bm-hero__accent {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, transparent, #e8c84a, transparent);
}
.bm-hero__content {
  position: relative;
  z-index: 2;
  padding: 80px;
  max-width: 680px;
  animation: bm-fadeUp 0.9s ease both;
}
@keyframes bm-fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.bm-hero__tag {
  display: inline-block;
  background: #e8c84a;
  color: #1a1a1a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 2px;
  margin-bottom: 24px;
}
.bm-hero__headline {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 20px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.5);
}
.bm-hero__headline em { font-style: normal; color: #e8c84a; }
.bm-hero__sub {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  font-weight: 300;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin: 0 0 40px;
  max-width: 500px;
}
.bm-hero__buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.bm-hero-container {
  background-position: center center !important;
  background-size: cover !important;
  min-height: 700px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ================================================
   HERO SLIDER — Portlet-Wrapper + innere Klassen
   Benutzerdefinierte Klasse im OPC: bm-hero-wrap
   ================================================ */

.portlet.bm-hero-wrap,
.opc-portlet.bm-hero-wrap,
[class*="portlet"].bm-hero-wrap,
div.bm-hero-wrap {
  position: relative !important;
  width: 100% !important;
  min-height: 780px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

.bm-hero-wrap .bm-hero-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-size: cover !important;
  opacity: 0 !important;
  z-index: 0 !important;
  transition: opacity .7s ease !important;
}
.bm-hero-wrap .bm-hero-slide.bm-hero-slide--active {
  opacity: 1 !important;
  z-index: 1 !important;
}

#ff1-s0 {
  background-image: url('/media/image/bootmates_kette.png') !important;
  background-position: center 65% !important;
}
#ff1-s1 {
  background-image: url('/media/image/bild_stall.png') !important;
  background-position: center bottom !important;
}
#ff1-s2 {
  background-image: url('/media/image/bootmates_jagd.png') !important;
  background-position: center 40% !important;
}

.bm-hero-wrap .bm-hero-overlay {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(
    105deg,
    rgba(44,36,22,.9) 0%,
    rgba(44,36,22,.55) 45%,
    rgba(44,36,22,.1) 100%
  ) !important;
  z-index: 1 !important;
}

.bm-hero-wrap .bm-hero-bar {
  position: absolute !important;
  left: 0; top: 0; bottom: 0;
  width: 5px !important;
  background: linear-gradient(180deg, transparent, #c4741a, transparent) !important;
  z-index: 2 !important;
}

.bm-hero-wrap .bm-hero-content {
  position: absolute !important;
  bottom: 0; left: 0; right: 0;
  z-index: 3 !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px 64px;
}

.bm-hero-wrap .bm-hero-badge {
  display: inline-block;
  background: #c4741a;
  padding: 5px 18px;
  margin-bottom: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
}

.bm-hero-wrap .bm-hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 7vw, 6rem);
  color: #f5f0e8;
  margin: 0 0 24px;
  line-height: .88;
  letter-spacing: -.02em;
}
.bm-hero-wrap .bm-hero-title--accent { color: #c4741a; }

.bm-hero-wrap .bm-hero-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: rgba(245,240,232,.88);
  line-height: 1.7;
  letter-spacing: .02em;
  max-width: 480px;
  margin: 0 0 36px;
}

.bm-hero-wrap .bm-hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.bm-hero-wrap .bm-hero-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.bm-hero-wrap .bm-hero-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(44,36,22,.45);
  border: 1px solid rgba(196,116,26,.3);
  padding: 8px 16px;
  border-radius: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(245,240,232,.85);
}
.bm-hero-wrap .bm-hero-tag::before {
  content: '';
  width: 6px; height: 6px;
  background: #c4741a;
  border-radius: 50%;
  flex-shrink: 0;
}

.bm-hero-wrap .bm-hero-nav {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(196,116,26,.85);
  border: none;
  width: 52px; height: 52px;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #fff;
  z-index: 20 !important;
  border-radius: 3px;
  line-height: 1;
  transition: background .2s ease;
}
.bm-hero-wrap .bm-hero-nav:hover { background: #c4741a; }
.bm-hero-wrap .bm-hero-nav--prev { left: 24px; }
.bm-hero-wrap .bm-hero-nav--next { right: 24px; }

.bm-hero-wrap .bm-hero-dots {
  position: absolute !important;
  bottom: 28px; left: 64px;
  display: flex;
  gap: 8px;
  z-index: 20 !important;
}
.bm-hero-wrap .bm-hero-dot {
  width: 36px; height: 3px;
  background: rgba(245,240,232,.25);
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 1px;
  transition: background .3s ease;
}
.bm-hero-wrap .bm-hero-dot--active { background: #c4741a; }

/* ================================================
   BUTTONS (global)
   ================================================ */
.bm-btn {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
}
.bm-hero-wrap .bm-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .1em;
  padding: 15px 32px;
  border-radius: 4px;
}
.bm-btn--primary { background: #e8c84a; color: #1a1a1a; }
.bm-btn--primary:hover {
  background: #f5d76a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232,200,74,0.35);
  color: #1a1a1a;
  text-decoration: none;
}
.bm-btn--amber { background: #c4741a; color: #fff; }
.bm-btn--amber:hover {
  background: #a85e14;
  color: #fff;
  text-decoration: none;
}
.bm-btn--outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.45);
}
.bm-btn--outline:hover {
  border-color: #e8c84a;
  color: #e8c84a;
  text-decoration: none;
}
.bm-btn--ghost {
  background: transparent;
  color: rgba(245,240,232,.55);
  border: 1px solid rgba(245,240,232,.2);
}
.bm-btn--ghost:hover {
  color: #f5f0e8;
  border-color: rgba(245,240,232,.5);
  text-decoration: none;
}

/* ================================================
   USP LEISTE
   ================================================ */
.bm-usp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-top: 3px solid #e8c84a;
  border-bottom: 1px solid #e8e8e8;
}
.bm-usp__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 32px;
  border-right: 1px solid #e8e8e8;
  transition: background 0.2s ease;
}
.bm-usp__item:last-child { border-right: none; }
.bm-usp__item:hover { background: #f5f5f3; }
.bm-usp__icon {
  width: 52px; height: 52px;
  background: rgba(232,200,74,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.bm-usp__text h4 { font-size: 0.95rem; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.bm-usp__text p  { font-size: 0.82rem; color: #777; margin: 0; }

/* ================================================
   B2B TEASER
   ================================================ */
.bm-b2b-teaser {
  background: linear-gradient(135deg, #141f12 0%, #2d4a28 50%, #3a5c32 100%);
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.bm-b2b-teaser::before {
  content: '';
  position: absolute;
  right: -10%; top: -30%;
  width: 60%; height: 160%;
  background: rgba(232,200,74,0.04);
  transform: skewX(-8deg);
  border-left: 1px solid rgba(232,200,74,0.1);
}
.bm-b2b-teaser__badge {
  display: inline-block;
  background: #e8c84a;
  color: #1a1a1a;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.bm-b2b-teaser h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
}
.bm-b2b-teaser h2 em { font-style: normal; color: #e8c84a; }
.bm-b2b-teaser__text { font-size: 1rem; color: rgba(255,255,255,0.72); line-height: 1.7; margin: 0 0 28px; }
.bm-b2b-teaser__benefits {
  list-style: none; padding: 0; margin: 0 0 36px;
  display: flex; flex-direction: column; gap: 10px;
}
.bm-b2b-teaser__benefits li {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.82);
  display: flex;
  align-items: center;
  gap: 10px;
}
.bm-b2b-teaser__benefits li::before {
  content: '';
  width: 20px; height: 20px;
  background: rgba(232,200,74,0.15);
  border-radius: 50%;
  border: 1px solid rgba(232,200,74,0.4);
  flex-shrink: 0;
}
.bm-b2b-teaser__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.bm-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(232,200,74,0.15);
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
}
.bm-stat__number { font-size: 2rem; font-weight: 900; color: #e8c84a; display: block; margin-bottom: 6px; }
.bm-stat__label { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.1em; }

/* ================================================
   FOOTER
   ================================================ */
#footer h3, #footer h4, #footer h5,
#footer .box-title, #footer strong,
body #footer h3, body #footer h4, body #footer h5,
body #footer .box-title, body #footer strong {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  color: #c4741a !important;
  border-bottom: 1px solid rgba(0,0,0,.1) !important;
  padding-bottom: 10px !important;
  margin-bottom: 18px !important;
}
#footer a, body #footer a,
#footer li a, body #footer li a {
  font-family: 'Barlow', sans-serif !important;
  font-size: 13px !important;
  color: #555 !important;
  text-decoration: none !important;
}
#footer a:hover, body #footer a:hover {
  color: #c4741a !important;
  text-decoration: none !important;
}
#footer p, body #footer p,
#footer span, body #footer span {
  font-family: 'Barlow', sans-serif !important;
  font-size: 13px !important;
}
#footer a.btn, body #footer a.btn,
#footer .btn-primary, body #footer .btn-primary,
footer a.withdrawal-link {
  background: #c4741a !important;
  border-color: #c4741a !important;
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
}
#footer a.btn:hover, body #footer a.btn:hover,
footer a.withdrawal-link:hover {
  background: #a85e14 !important;
  border-color: #a85e14 !important;
  color: #fff !important;
}
#copyright, body #copyright,
#copyright span, body #copyright span,
#copyright a, body #copyright a {
  font-family: 'Barlow', sans-serif !important;
  font-size: 11px !important;
}

/* ================================================
   PRODUKTLISTE — Kein Abstand unter Header
   ================================================ */
#content, .content-wrapper, #content-wrapper,
.opc-area, .container.opc-area, #main-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.category-wrapper, .product-list-wrapper, #category-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
[id^="opc_"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 768px) {
  .bm-hero { min-height: 480px; }
  .bm-hero__content { padding: 40px 24px; max-width: 100%; }
  .bm-hero-container { min-height: 480px !important; }
  .bm-hero-wrap,
  .portlet.bm-hero-wrap { min-height: 520px !important; }
  .bm-hero-wrap .bm-hero-content { padding: 0 24px 40px; }
  .bm-hero-wrap .bm-hero-dots { left: 24px; bottom: 16px; }
  .bm-hero-wrap .bm-hero-nav { width: 40px; height: 40px; font-size: 1.2rem; }
  .bm-hero-wrap .bm-hero-title { font-size: clamp(2.2rem, 8vw, 3.5rem); }
  .bm-hero-wrap .bm-hero-tags { display: none; }
  .bm-usp { grid-template-columns: 1fr; }
  .bm-usp__item { border-right: none; border-bottom: 1px solid #e8e8e8; }
  .bm-b2b-teaser { grid-template-columns: 1fr; padding: 40px 24px; gap: 40px; }
  .bm-b2b-teaser__stats { grid-template-columns: 1fr 1fr; }
  .bm-hero__buttons { flex-direction: column; }
  .bm-btn { text-align: center; }
  #footer .col-12 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    border-bottom: 1px solid rgba(245,240,232,.06) !important;
  }
}
@media (max-width: 480px) {
  .bm-hero-wrap,
  .portlet.bm-hero-wrap { min-height: 420px !important; }
  .bm-hero-wrap .bm-hero-nav { display: none; }
  .bm-hero-wrap .bm-hero-content { padding: 0 16px 32px; }
}

/* ================================================
   RESPONSIVE ERGÄNZUNGEN — Mobile First
   Stand: 27.05.2026
   ================================================ */

/* --- NAVBAR --- */
@media (max-width: 991px) {
  #jtl-nav-wrapper .navbar-brand img,
  #jtl-nav-wrapper .navbar-brand {
    max-width: 160px !important;
  }
}

/* --- HERO SLIDER --- */
@media (max-width: 991px) {
  .portlet.bm-hero-wrap,
  .opc-portlet.bm-hero-wrap,
  div.bm-hero-wrap {
    min-height: 600px !important;
  }
  .bm-hero-wrap .bm-hero-content {
    padding: 0 32px 48px !important;
  }
  .bm-hero-wrap .bm-hero-title {
    font-size: clamp(2.8rem, 6vw, 4.5rem) !important;
  }
  .bm-hero-wrap .bm-hero-dots {
    left: 32px !important;
  }
}

@media (max-width: 767px) {
  .portlet.bm-hero-wrap,
  .opc-portlet.bm-hero-wrap,
  div.bm-hero-wrap {
    min-height: 520px !important;
  }
  .bm-hero-wrap .bm-hero-content {
    padding: 0 20px 40px !important;
  }
  .bm-hero-wrap .bm-hero-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem) !important;
    line-height: 1 !important;
    margin-bottom: 16px !important;
  }
  .bm-hero-wrap .bm-hero-title--accent {
    display: block;
  }
  .bm-hero-wrap .bm-hero-sub {
    font-size: 0.9rem !important;
    margin-bottom: 24px !important;
  }
  .bm-hero-wrap .bm-hero-badge {
    font-size: 9px !important;
    padding: 4px 12px !important;
    margin-bottom: 14px !important;
  }
  .bm-hero-wrap .bm-hero-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 28px !important;
  }
  .bm-hero-wrap .bm-hero-buttons .bm-btn {
    text-align: center !important;
    width: 100% !important;
    max-width: 280px !important;
  }
  .bm-hero-wrap .bm-hero-tags {
    display: none !important;
  }
  .bm-hero-wrap .bm-hero-nav {
    width: 38px !important;
    height: 38px !important;
    font-size: 1.1rem !important;
  }
  .bm-hero-wrap .bm-hero-nav--prev { left: 10px !important; }
  .bm-hero-wrap .bm-hero-nav--next { right: 10px !important; }
  .bm-hero-wrap .bm-hero-dots {
    left: 20px !important;
    bottom: 14px !important;
  }
  .bm-hero-wrap .bm-hero-dot {
    width: 24px !important;
  }
}

@media (max-width: 480px) {
  .portlet.bm-hero-wrap,
  .opc-portlet.bm-hero-wrap,
  div.bm-hero-wrap {
    min-height: 440px !important;
  }
  .bm-hero-wrap .bm-hero-nav {
    display: none !important;
  }
  .bm-hero-wrap .bm-hero-content {
    padding: 0 16px 32px !important;
  }
  .bm-hero-wrap .bm-hero-title {
    font-size: clamp(1.9rem, 10vw, 2.6rem) !important;
  }
}

/* --- PRODUKTSLIDER --- */
@media (max-width: 767px) {
  .container-fluid .slick-track,
  .container-fluid .slick-list {
    padding-left: 0 !important;
  }
}

/* --- FOOTER --- */
@media (max-width: 991px) {
  #footer {
    padding-top: 40px !important;
  }
}

@media (max-width: 767px) {
  #footer {
    padding-top: 32px !important;
  }
  #footer-boxes {
    flex-direction: column !important;
  }
  #footer-boxes .col,
  #footer-boxes [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(0,0,0,.07) !important;
  }
  #footer-boxes .col:last-child,
  #footer-boxes [class*="col-"]:last-child {
    border-bottom: none !important;
  }
  .footnote-vat {
    padding: 0 16px !important;
    text-align: center !important;
  }
  #copyright .row {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
  }
}

/* --- MAIN WRAPPER PADDING HERO --- */
@media (max-width: 767px) {
  main#main-wrapper {
    padding-top: 0 !important;
  }
}

/* --- PRODUKTKACHELN --- */
@media (max-width: 575px) {
  .product-list .col-6,
  .product-list [class*="col-6"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* ================================================
   RT2 — USP-STREIFEN
   OPC-Klasse: bm-usp-strip-wrap
   ================================================ */
.bm-usp-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #2c2416;
  padding: 0;
  flex-wrap: wrap;
}
.bm-usp-strip__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-right: 1px solid rgba(196,116,26,.2);
  flex: 1;
  justify-content: center;
}
.bm-usp-strip__item:last-child { border-right: none; }
.bm-usp-strip__dot {
  width: 7px; height: 7px;
  background: #c4741a;
  border-radius: 50%;
  flex-shrink: 0;
}
.bm-usp-strip__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #f5f0e8;
}
@media (max-width: 767px) {
  .bm-usp-strip { flex-direction: column; }
  .bm-usp-strip__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(196,116,26,.15);
    padding: 12px 24px;
    justify-content: flex-start;
  }
  .bm-usp-strip__item:last-child { border-bottom: none; }
}

/* ================================================
   RT3 — PRODUKT-HEADER
   OPC-Klasse: bm-produkt-header-wrap
   ================================================ */
.bm-produkt-header {
  background: #f5f0e8;
  padding: 52px 48px 28px;
}
.bm-produkt-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.bm-produkt-header__left { flex: 1; }
.bm-produkt-header__badge {
  display: inline-block;
  background: #2c2416;
  padding: 4px 14px;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #c4741a;
}
.bm-produkt-header__title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #2c2416;
  margin: 0;
  line-height: .92;
  letter-spacing: -.02em;
}
.bm-produkt-header__sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #8a7a5a;
  line-height: 1.8;
  max-width: 300px;
  margin: 0;
  text-align: right;
}
.bm-produkt-header__line {
  max-width: 1200px;
  margin: 16px auto 0;
  height: 2px;
  background: linear-gradient(90deg, #c4741a 0%, rgba(196,116,26,.1) 100%);
}
@media (max-width: 767px) {
  .bm-produkt-header { padding: 36px 24px 16px; }
  .bm-produkt-header__sub { text-align: left; max-width: 100%; }
  .bm-produkt-header__inner { flex-direction: column; align-items: flex-start; }
}

/* ================================================
   RT4 — SZENARIEN-GRID
   OPC-Klasse: bm-szenarien-wrap
   ================================================ */
.bm-szenarien {
  background: #f5f0e8;
  padding: 72px 48px;
}
.bm-szenarien__header { margin-bottom: 48px; }
.bm-szenarien__badge {
  display: inline-block;
  background: #2c2416;
  padding: 4px 14px;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #c4741a;
}
.bm-szenarien__title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #2c2416;
  margin: 0;
  line-height: .92;
  letter-spacing: -.02em;
}
.bm-szenarien__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
/* Weiße Karten */
.bm-szenarien__kachel-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.bm-szenarien__img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.bm-szenarien__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bm-szenarien__img--30 { object-position: center 30%; }
.bm-szenarien__img--40 { object-position: center 40%; }
.bm-szenarien__img--50 { object-position: center 50%; }
.bm-szenarien__img--60 { object-position: center 60%; }
.bm-szenarien__img-badge {
  position: absolute;
  bottom: 14px; left: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: #c4741a;
  color: #fff;
  padding: 4px 12px;
  border-radius: 2px;
}
.bm-szenarien__card-body { padding: 20px 22px 22px; }
.bm-szenarien__card-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #2c2416;
  margin: 0 0 10px;
  line-height: 1.2;
}
.bm-szenarien__card-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: #8a7a5a;
  line-height: 1.75;
  margin: 0 0 16px;
}
.bm-szenarien__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #c4741a;
  text-decoration: none;
}
.bm-szenarien__link:hover { color: #2c2416; text-decoration: none; }
/* Dunkle CTA-Kachel */
.bm-szenarien__kachel-dark {
  background: #2c2416;
  border-radius: 6px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bm-szenarien__dark-badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #c4741a;
  margin-bottom: 16px;
}
.bm-szenarien__dark-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #f5f0e8;
  margin: 0 0 16px;
  line-height: 1;
  letter-spacing: -.01em;
}
.bm-szenarien__dark-title--accent { color: #c4741a; }
.bm-szenarien__dark-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(245,240,232,.45);
  line-height: 1.75;
  margin: 0 0 28px;
  flex: 1;
}
.bm-szenarien__dark-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .bm-szenarien { padding: 48px 32px; }
  .bm-szenarien__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .bm-szenarien { padding: 36px 20px; }
  .bm-szenarien__grid { grid-template-columns: 1fr; }
}

/* ================================================
   RT5 — GESCHICHTE
   OPC-Klasse: bm-geschichte-wrap
   ================================================ */
.bm-geschichte {
  background: #2c2416;
  padding: 96px 48px;
  position: relative;
  overflow: hidden;
}
.bm-geschichte__bg {
  position: absolute;
  inset: 0;
  background-image: url('/media/image/bootmates_schaf.png');
  background-size: cover;
  background-position: center center;
}
.bm-geschichte__overlay {
  position: absolute;
  inset: 0;
  background: rgba(44,36,22,.78);
}
.bm-geschichte__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bm-geschichte__badge-wrap {
  margin-bottom: 28px;
}
.bm-geschichte__badge {
  display: inline-block;
  background: #c4741a;
  padding: 5px 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
}
.bm-geschichte__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.bm-geschichte__title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 6vw, 6rem);
  color: #f5f0e8;
  margin: 0 0 36px;
  line-height: .85;
  letter-spacing: -.03em;
}
.bm-geschichte__title--accent { color: #c4741a; }
.bm-geschichte__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f5f0e8;
  border: 1px solid rgba(245,240,232,.25);
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
}
.bm-geschichte__link:hover {
  border-color: #c4741a;
  color: #c4741a;
  text-decoration: none;
}
.bm-geschichte__zahlen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 44px;
  border-left: 3px solid #c4741a;
}
.bm-geschichte__zahl {
  padding: 20px 24px;
  border-right: 1px solid rgba(245,240,232,.07);
}
.bm-geschichte__zahl:last-child { border-right: none; }
.bm-geschichte__zahl-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 3.2rem;
  color: #f5f0e8;
  line-height: 1;
  letter-spacing: -.02em;
}
.bm-geschichte__zahl-num--amber { color: #c4741a; }
.bm-geschichte__zahl-label {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(245,240,232,.4);
  margin-top: 6px;
}
.bm-geschichte__text {
  font-family: 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(245,240,232,.7);
  line-height: 1.9;
  margin: 0 0 18px;
}
.bm-geschichte__text:last-child { margin-bottom: 0; }
.bm-geschichte__text--highlight {
  color: #c4741a;
  font-weight: 600;
}
@media (max-width: 991px) {
  .bm-geschichte { padding: 64px 32px; }
  .bm-geschichte__grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 767px) {
  .bm-geschichte { padding: 48px 20px; }
  .bm-geschichte__title { font-size: clamp(2.5rem, 10vw, 4rem); }
  .bm-geschichte__zahlen { grid-template-columns: repeat(3, 1fr); }
  .bm-geschichte__zahl-num { font-size: 2rem; }
}

/* ================================================
   RT6 — BEWERTUNGEN
   OPC-Klasse: bm-bewertungen-wrap
   ================================================ */
.bm-bewertungen {
  background: #2c2416;
  padding: 64px;
}
.bm-bewertungen__header {
  text-align: center;
  margin-bottom: 48px;
}
.bm-bewertungen__badge {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #c4741a;
  margin-bottom: 12px;
}
.bm-bewertungen__title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #f5f0e8;
  margin: 0 0 16px;
  line-height: 1.05;
}
.bm-bewertungen__title--accent { color: #c4741a; }
.bm-bewertungen__alle {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #c4741a;
  text-decoration: none;
}
.bm-bewertungen__alle:hover { color: #f5f0e8; text-decoration: none; }
.bm-bewertungen__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.bm-bewertungen__karte {
  background: rgba(245,240,232,.06);
  border: 1px solid rgba(196,116,26,.2);
  border-radius: 6px;
  padding: 28px;
}
.bm-bewertungen__sterne {
  color: #c4741a;
  font-size: 1rem;
  margin-bottom: 6px;
}
.bm-bewertungen__quelle {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(245,240,232,.4);
  margin-bottom: 14px;
}
.bm-bewertungen__titel {
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f5f0e8;
  margin: 0 0 10px;
  line-height: 1.4;
}
.bm-bewertungen__text {
  font-family: 'Barlow', sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(245,240,232,.7);
  line-height: 1.7;
  margin: 0 0 20px;
}
.bm-bewertungen__autor {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(245,240,232,.08);
}
.bm-bewertungen__avatar {
  width: 36px; height: 36px;
  background: #c4741a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}
.bm-bewertungen__name {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #f5f0e8;
}
.bm-bewertungen__meta {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.75rem;
  color: rgba(245,240,232,.45);
}
.bm-bewertungen__footer { text-align: center; }
@media (max-width: 991px) {
  .bm-bewertungen { padding: 48px 32px; }
  .bm-bewertungen__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .bm-bewertungen { padding: 36px 20px; }
  .bm-bewertungen__grid { grid-template-columns: 1fr; }
}

/* ================================================
   RT7 — HÄNDLER CTA
   OPC-Klasse: bm-haendler-cta-wrap
   ================================================ */
.bm-haendler-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
}
.bm-haendler-cta__dark {
  background: #2c2416;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bm-haendler-cta__amber {
  background: #c4741a;
  padding: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bm-haendler-cta__badge {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #c4741a;
  margin-bottom: 16px;
}
.bm-haendler-cta__title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: #f5f0e8;
  margin: 0 0 16px;
  line-height: 1.05;
}
.bm-haendler-cta__title--accent { color: #c4741a; }
.bm-haendler-cta__text {
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(245,240,232,.75);
  line-height: 1.7;
  margin: 0 0 24px;
}
.bm-haendler-cta__liste {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bm-haendler-cta__liste li {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  color: rgba(245,240,232,.8);
  padding-left: 18px;
  position: relative;
}
.bm-haendler-cta__liste li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  background: #c4741a;
  border-radius: 50%;
}
.bm-haendler-cta__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.bm-haendler-cta__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}
.bm-haendler-cta__stat { text-align: center; }
.bm-haendler-cta__stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.bm-haendler-cta__stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}
@media (max-width: 991px) {
  .bm-haendler-cta { grid-template-columns: 1fr; }
  .bm-haendler-cta__dark { padding: 48px 32px; }
  .bm-haendler-cta__amber { padding: 48px 32px; }
}
@media (max-width: 767px) {
  .bm-haendler-cta__dark { padding: 36px 20px; }
  .bm-haendler-cta__amber { padding: 36px 20px; }
  .bm-haendler-cta__buttons { flex-direction: column; }
  .bm-haendler-cta__buttons .bm-btn { text-align: center; }
  .bm-haendler-cta__stats { grid-template-columns: repeat(2, 1fr); }
}