.alre-category-title-section {
  padding: 150px 0;
  text-align: center;
  color: #fff;
    min-height: 588px; 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.alre-category-title-section .wp-block-wd-container,
.alre-category-title-section .wp-block-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1; /* Über das Overlay */
}

.alre-category-title-section h1 {
    margin: 0;
    text-align: center;
}

.alre-category-title-section .alre-category-icon {
    width: 100px;
    margin: 0 auto 16px;
}

.alre-breadcrumb {
    margin: 24px 0 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.alre-breadcrumb__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 14px;
    row-gap: 6px;
}

.alre-breadcrumb__prefix {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #888;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}

.alre-breadcrumb__icon {
    display: block;
    width: 14px;
    height: 14px;
    color: #e87f20;
    flex-shrink: 0;
    position: relative;
    top: -1px;
}

.alre-breadcrumb__trail {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.alre-breadcrumb__link,
.alre-breadcrumb__current {
    padding: 0 6px;
}

.alre-breadcrumb__link {
    color: #666;
    text-decoration: none;
    transition: color 0.15s ease;
}

.alre-breadcrumb__link:hover,
.alre-breadcrumb__link:focus {
    color: #e87f20;
    text-decoration: none;
}

.alre-breadcrumb__sep {
    color: #ccc;
    font-size: 16px;
    line-height: 1;
    padding: 0 2px;
    user-select: none;
}

.alre-breadcrumb__current {
    color: #1a1a1a;
    font-weight: 600;
}

.alre-category-title-section .alre-category-icon__img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
  .alre-category-title-section {
      min-height: 300px;
  }
}

/* FacetWP-Pager auf Kategorie-Seiten */
.alre-facetwp-pager {
    display: flex;
    justify-content: center;
    margin: 40px 0 32px;
}

.alre-facetwp-pager:empty {
    display: none;
}

.alre-facetwp-pager .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}