/*** eloquium 21.08.2025  | ST ***/

header #mainNavigation {
    margin-right: 0.5rem;
}

#content {
    padding-bottom: 1rem;
}

body > .alert.alert-info {
    font-weight: 600;
    color: #b90000;
    padding: 0.75rem;
    margin-bottom: 0;
}

.title h3 {
    padding: 1rem 0.5rem;
    padding-bottom: 0;
    line-height: 1.4;
}

.vorteile .grid1 {
    text-align: center;
    margin-top: 1rem;
}

.vorteile .grid1 .col {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.vorteile .grid1 .title {
    font-size: 14px;
}

.vorteile .grid1 .subtitle {
    font-size: 10px;
}

.vorteile .grid1 img {
    max-width: 100px;
}

.banner a {
    font-weight: 600;
}

.angebote .gallery {
    padding-left: 100px;
    padding-right: 100px;
    justify-content: center;
}

.angebote .title {
    margin: 50px 0;
}

.angebote .subtitle {
}

.angebote .row.gallery .product-wrapper {
    height: 100% !important;
}

.angebote .panel {
    border-width: 2px;
    margin-bottom: 50px;
}

#footer {
    padding: 2rem 0 0;
}

#product-list .productbox,
#product-list .productbox-inner,
#product-list .productbox-inner > .row {
    height: 100%;
}

#product-list .productbox-inner > .row .col:last-child {
    margin-top: auto;
}

.product-wrapper .text-clamp-2 {
    margin-bottom: 1rem;
}

.price_label.price_invisible,
.price_label.price_on_application {
    font-weight: 600;
}

.subcategories-image .img-fluid {
    height: 130px;
    width: auto;
}

.ws5_wahlheader {
    text-align: center !important;
}

.ws5_wahlheader legend {
    margin: 0;
}

@media only screen and (max-width: 1280px) {
    .angebote .gallery {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 992px) {
    .vorteile .grid1 img {
        max-width: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .productlist-page-nav .displayoptions {
        text-align: center;
    }
}


@media only screen and (max-width: 640px) {
    .search-form-wrapper-fixed {
        padding-top: 0;
    }

    .vorteile .grid1 {
        padding: 0.75rem 0;
    }

    .vorteile .grid1 .title {
        font-size: 13px;
    }

    .seo-text h1 {
        font-size: 1.75rem;
    }

    #product-list .bootstrap-select.custom-select button.dropdown-toggle {
        padding: 0.5rem;
    }

    #product-list .filter-option-inner-inner {
        font-size: 0.75rem;
    }

    #image_wrapper #gallery {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 480px) {

}

#opc #opc-startmenu {
    top: 20% !important;
}

/* Login-Dropdown: "Jetzt registrieren" – nur Hintergrund an Header anpassen */
.dropdown-footer a[href*="/Registrieren"] {
  background-color: #2f4253 !important; /* Header-Farbe */
  color: #ffffff !important;            /* Schrift bleibt weiß */
  padding: 8px 12px !important;
  border-radius: 4px !important;
  display: inline-block !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.dropdown-footer a[href*="/Registrieren"]:hover {
  background-color: #253646 !important; /* etwas dunkler beim Hover */
}
