.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6081538 .elementor-element.elementor-element-4fc5f1c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6081538 .elementor-element.elementor-element-4fc5f1c:not(.elementor-motion-effects-element-type-background), .elementor-6081538 .elementor-element.elementor-element-4fc5f1c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-6081538 .elementor-element.elementor-element-3664e6f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;grid-column:span 3;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6081538 .elementor-element.elementor-element-8f3f3d5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 25px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-6081538 .elementor-element.elementor-element-8f3f3d5.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-6081538 .elementor-element.elementor-element-8f3f3d5 .elementor-heading-title{-webkit-text-stroke-color:#000;stroke:#000;color:var( --e-global-color-898101c );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6081538 .elementor-element.elementor-element-7e0d19b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-6081538 .elementor-element.elementor-element-3664e6f{--width:90%;}}@media(min-width:768px){.elementor-6081538 .elementor-element.elementor-element-3664e6f{--width:1280px;}}@media(max-width:1200px) and (min-width:768px){.elementor-6081538 .elementor-element.elementor-element-3664e6f{--width:90%;}}/* Start custom CSS for html, class: .elementor-element-7e0d19b *//* ================================
   WRAPPER
================================ */
.manufacturer-filter {
  width: 100%;
}

/* ================================
   SUCHFELD
================================ */
.manufacturer-search-wrap {
  position: relative;
  margin-bottom: 30px;
}

#manufacturerSearch {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 600;
  color: #bf0d13;
  background: #ffffff;
  border: 2px solid rgba(217, 15, 22, 0.22);
  border-radius: 8px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.05),
    0 2px 8px rgba(217, 15, 22, 0.04);
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

#manufacturerSearch::placeholder {
  color: #bf0d13;
  font-weight: 600;
}

#manufacturerSearch:focus {
  border-color: #d90f16;
  box-shadow:
    0 0 0 4px rgba(217, 15, 22, 0.12),
    0 12px 28px rgba(0, 0, 0, 0.07);
}

/* ================================
   GRID
================================ */
.manufacturer-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 170px));
  gap: 14px;
  justify-content: flex-start;
}

/* ================================
   BASIS KACHEL
================================ */
.manufacturer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s ease;
}

/* ================================
   MIT LINK (has-page)
   → WEISS + ROT
================================ */
.manufacturer.has-page {
  background: #ffffff;
  color: #d90f16;
  border: 1px solid #ffffff;
  box-shadow: 0 8px 18px rgba(217, 15, 22, 0.12);
  cursor: pointer;
}

.manufacturer.has-page:hover {
  color: #bf0d13;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(217, 15, 22, 0.18);
}

/* ================================
   OHNE LINK (no-page)
   → KEIN BG + WEISSER BORDER + WEISSE SCHRIFT
================================ */
.manufacturer.no-page {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: none;
  cursor: default;
}

.manufacturer.no-page:hover {
  transform: none;
  box-shadow: none;
}

.manufacturer-load-more {
  margin-top: 16px;
  width: 100%;
  padding: 12px 16px;
  background: transparent; /* kein Hintergrund */
  color: #ffffff; /* oder #d90f16 je nach Design */
  border: none; /* kein Border */
  border-radius: 0;
  font-weight: 800; /* dicker */
  font-size: 14px;
  cursor: pointer;
  box-shadow: none;
  transition: none; /* verhindert Animationen */
}

/* KEIN Hover Effekt */
.manufacturer-load-more:hover {
 background: white;
  border: none;
  box-shadow: none;
  transform: none;
}

/* ================================
   TABLET
================================ */
@media (max-width: 1024px) {
  .manufacturer-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
  }

  .manufacturer {
    min-height: 50px;
    font-size: 14px;
  }
}

/* ================================
   MOBILE
================================ */
@media (max-width: 767px) {
  .manufacturer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .manufacturer {
    min-height: 48px;
    font-size: 13px;
  }
  
    .manufacturer-list .manufacturer {
    display: none;
  }

  .manufacturer-list .manufacturer.visible {
    display: flex;
  }

  .manufacturer-load-more {
    margin-top: 16px;
    width: 100%;
    padding: 12px 16px;
    background: #ffffff;
    color: #d90f16;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  }
}

/* ================================
   SMALL MOBILE
================================ */
@media (max-width: 480px) {
  .manufacturer-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */