

.page-line,
.category-search,
.filter-bar,
.scroll-controls,
.product-scroller,
.product-container,
.productWrapper,
.productContainer,
.active-filters,
.paginationWrapper,
.section-title {
    max-width: 1800px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.filter-item.price-range {
  display: flex;
  align-items: center;
  gap: 0.75rem;      /* Abstand zwischen Label und Eingabefeldern */
  flex-wrap: nowrap; /* kein Umbrechen */
}

.contain{
  max-width: 1800px !important;
}

.filter-item.price-range .filter-label {
  margin-bottom: 0;  /* entferne den Unterabstand */
  white-space: nowrap;
}

.price-range-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price-range-inputs .filter-input {
  max-width: 100px;
}

.category-search {
    max-width: 1800px;
    margin: 2rem auto;          /* zentriert und Abstand nach oben/unten */
   /*  padding: 0 1rem;            innen ein wenig Luft */
  }
  .search-form {
    display: flex;
    gap: 0.5rem;
  }
  .search-form .filter-input {
    flex: 1;                    /* Input füllt den Rest auf */
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    color: #070707; 
  }
  .search-form .btn-enter {
    padding: 0 1.5rem;
    font-size: 1rem;
    background-color: #1A253C;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .search-form .btn-enter:hover {
    transform: translateY(-1px);
    background-color: #c98d4a; 
  }

/* Nur Fallback-Bild im Category-Listing */
.category-grid .lux-card-img img[src*="herando-weblogo.png"],
.category-grid .lux-card-img img.is-placeholder {
  object-fit: contain;
}

  .selfDef{
    position: relative; 
    top: 120px; 
    right: 120px;
  }

  .section-title {
  font-size: 18pt;
  margin: 0 auto 25px auto; 
  padding-left: 10px;
  max-width: 1800px; 
  width: 90%;
  color: black;
}

.fi-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Abstand zwischen den Elementen */
}

.fi-row .fi {
  flex: 1 1 48%; /* zwei nebeneinander mit etwas Platz */
  min-width: 250px; /* auf kleinen Bildschirmen umbrechen */
}

.fi-range {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fi-range input {
  flex: 1;
}


/* Tablet */
@media (max-width: 1024px) {
  .section-title {
    font-size: 1.6rem;
    margin-left: 5px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .section-title {
    font-size: 1.4rem;
    text-align: left; /* auf Handy mittig für bessere Optik */
    padding-left: 20px !important;
  }

  .hero-section {
    height: 200px;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    display: block;
  }
}


.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media(max-width: 800px){
  .hero-image{
    height: 250px; 
  }
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.hero-caption {
  position: absolute;
  top: 60px;
  left: 40px;
  color: white;
  font-size: 50pt;
  font-family: prata, sans-serif !important;
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 150px;
  left: 40px;
  color: white;
  font-size: 20pt;
  font-family: prata, sans-serif !important;
  z-index: 1;
}


.fetDef{
  margin-left: 220px; 
}

/* Tablet (bis 1024px) */
@media (max-width: 1024px) {
  .hero-caption {
    font-size: 32pt;
    top: 40px;
    left: 20px;
  }

  .hero-text {
    font-size: 16pt;
    top: 100px;
    left: 20px;
  }

  .fetDef{
    margin-left: 80px; 
  }
}

/* Smartphones (bis 600px) */
@media (max-width: 600px) {
  .hero-caption {
    font-size: 22pt;
    top: 20px;
    left: 15px;
  }

  .hero-text {
    font-size: 14pt;
    top: 70px;
    left: 15px;
  }

  .selfDef{
    display: none;
  }

  .fetDef{
    margin-left: 40px; 
  }

}

.filter-bar {
    background: linear-gradient(135deg, #ffffff, #f0f4f8);
    border-radius: 16px;
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.05),
        0 2px 4px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin: 2rem auto;
    max-width: 1500px;
    transition: box-shadow 0.3s;
}

.filter-bar:hover {
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.08),
        0 3px 6px rgba(0, 0, 0, 0.12);
}

.filter-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.filter-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-item {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.02em;
}

.filter-select,
.filter-input {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    border: none;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
}

.filter-select:focus,
.filter-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(100, 150, 250, 0.3);
    transform: translateY(-1px);
}

.action-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.search-btn {
    flex-shrink: 0;
    padding: 0.65rem 1.4rem;
    background: #1A253C;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(13, 2, 46, 0.3);
    transition: box-shadow 0.2s, transform 0.2s;
}

.search-btn:hover {
    box-shadow: 0 6px 12px rgba(15, 4, 78, 0.4);
    transform: translateY(-2px);
}

.reset-link {
    font-size: 0.85rem;
    color: #666;
    text-decoration: underline;
    transition: color 0.2s;
}

.reset-link:hover {
    color: #333;
}

.btn-more {
    background: none;
    border: none;
    color: #1A253C;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
}

.btn-more .icon {
    display: inline-block;
    transition: transform 0.3s;
}

.btn-more:hover .icon {
    transform: rotate(180deg);
}

.filter-extra {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Select2: ausgewählte Items immer dunkelblau mit weißem Text */
.select2-container--default .select2-selection__choice {
    background-color: #0B3D91 !important;
    /* Dunkelblau */
    border: none;
    color: #ffffff !important;
    /* Weißer Text */
}

/* Entfernen-Icon ebenfalls in Weiß */
.select2-container--default .select2-selection__choice__remove {
    color: #ffffff !important;
}

/* Keine Farbänderung beim Hover */
.select2-container--default .select2-selection__choice:hover,
.select2-container--default .select2-selection__choice__remove:hover {
    background-color: #0B3D91 !important;
    color: #ffffff !important;
}

.yachts-video {
    width: 100%;
    /* volle Breite */
    height: 650px;
    /* feste Höhe */
    object-fit: cover;
    /* Video wird zugeschnitten, nicht verzerrt */
    display: block;
}

/* Pagination Styles */
.pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    margin: 1rem 0;
}

.pagination .btn-nav,
.pagination .page-link,
.pagination .page-current {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-weight: bold;
}

.pagination .btn-nav,
.pagination .page-link {
    color: #b6864b;
    /* Gold */
    border: 1px solid #b6864b;
    ;
    background: transparent;
    transition: background .2s, color .2s;
}

.pagination .btn-nav.disabled,
.pagination .page-link.disabled {
    opacity: .4;
    pointer-events: none;
}

.pagination .page-link:hover,
.pagination .btn-nav:hover {
    background: #b6864b;
    ;
    color: #1a1a1a;
}

.pagination .page-current {
    background: #b6864b;
    color: #1a1a1a;
    pointer-events: none;
}

h2 {
    color: #b6864b;
}

.breadcrumb-icon {
  font-size: 1.9rem;  /* größer machen */
  vertical-align: middle;
}

.breadcrumb-separator {
  font-size: 1rem;
  color: #6c757d;
  vertical-align: middle;
}

.cartype-box .info-item {
  margin-right: 15px;
  display: inline-block;
}

.search-form .btn-enter {
    transform: none !important;
}

.search-form .btn-enter:hover {
    background-color: #c98d4a;
    transform: none !important;
}


.dropdown-items:hover {
    background-color: #c98d4a !important;
    color: white; 
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c98d4a;
}

.filter-bar{
  color: #fff !important; 
}

.klaster{
  font-size: 18px;
}

.klaster:hover{
  color: #c98d4a;
}

.klaster .bi-telephone-fill{
  margin-right: 10px;
}

/* ===== Hernando Pagination Layout ===== */

.hernando-pagination{
  width:100%;
  margin:40px auto;
}

.hernando-pagination-container{
  max-width:1780px;
  margin:0 auto;
  padding:0 10px;
}

.hernando-perpage-title{
  font-weight:600;
  margin-bottom:15px;
  font-size:16px;
}

.hernando-pagination-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.hernando-perpage{
  display:flex;
  align-items:center;
}

.hernando-perpage-select{
  width:90px !important;
}

.hernando-pagination-nav{
  display:flex;
  align-items:center;
}

.hernando-pagination-nav .pagination{
  margin:0;
  gap:6px;
}

.hernando-pagination-nav .page-item.active .page-link{
  background:#c98d4a;
  border-color:#c98d4a;
  color:#fff;
}

.hernando-pagination-nav .page-link:hover{
  background:#c98d4a;
  color:#fff;
}

.hernando-pagination-nav .page-link:focus,
.hernando-pagination-nav .page-link:active,
.hernando-pagination-nav .page-link:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}
