/* ============================================================
   custom.css — badspiegel.net
   ============================================================ */

.content_medium { max-width:1440px !important; padding:0 24px; }
.pd_col_1 { width:65%!important; }
.pd_heading { width:35%!important; }
.pd_col_2 { width:35%!important; }
.pd_image_big img { width:100%; display:block; }
.col-md-6 { width:50%; }

@media (min-width:992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,
    .col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 { float:left; }
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position:relative; min-height:1px; padding-right:15px; padding-left:15px;
}
table, #specifications_table { width:100%; margin:20px 0; border:solid 1px #f0f0f0; }
tr:nth-child(even), #specifications_table tr:nth-child(even) { background:#f8f7f4; }
td, #specifications_table td { padding:10px; }
td:first-child, #specifications_table td:first-child { padding-left:30px; width:33%; }
.layout_footer { background:#000000; }
.footer_item .content_box_text { color:#ffffff; }
.footer_item ul.content_box_list li a span { color:#ffffff; }
.footer_item ul.content_box_list li a:hover span { color:#ff0000; text-decoration:none; }
@media (max-width:768px) {
    .pd_col_1,.pd_col_2,.pd_heading,.col-md-6 { width:100%; float:none; }
    .content_medium { padding:0 12px; }
}

/* ============================================================
   KATEGORIE-CAROUSEL — homeCarousel1
   Grossformatige Kacheln mit Badge links unten (wie Bild 2)
   ============================================================ */

.hc_section {
  margin: 40px 0;
  padding: 0;
}

/* Header */
.hc_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}

.hc_h2 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

/* Tabs — beide gleich, kein aktiv-Hintergrund, nur Border-Unterschied */
.hc_tabs {
  display: flex;
  gap: 6px;
}

.hc_tab {
  padding: 6px 18px;
  border: 1.5px solid #bbb;
  border-radius: 6px;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
  line-height: 1.5;
}

.hc_tab:hover {
  border-color: #555;
  color: #111;
}

.hc_tab.active {
  border-color: #111;
  color: #111;
  font-weight: 600;
}

/* Panels */
.hc_panel { display: none; }
.hc_panel.active { display: block; }

/* Karte — querformat wie spiegelshop24.com */
.hc_card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  background: #eee;
  /* Querformat 4:3 */
  padding-bottom: 75%;
  height: 0;
}

.hc_card_img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.hc_card:hover .hc_card_img {
  transform: scale(1.04);
}

/* Label — weißer Button unten links, exakt wie spiegelshop24.com */
.hc_label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.08);
  pointer-events: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}

/* Splide Pfeile */
.hc_section .splide__arrow {
  background: #fff;
  width: 34px;
  height: 34px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  opacity: 1;
}

.hc_section .splide__arrow:hover { background: #f5f5f5; }

.hc_section .splide__arrow svg {
  fill: #111;
  width: 12px;
  height: 12px;
}

.hc_section .splide__arrow--prev { left: -15px; }
.hc_section .splide__arrow--next { right: -15px; }

/* Pagination-Balken wie spiegelshop24.com */
.hc_section .splide__pagination {
  bottom: -20px;
}

.hc_section .splide__pagination__page {
  background: #ddd;
  border-radius: 2px;
  width: 24px;
  height: 4px;
  margin: 0 2px;
}

.hc_section .splide__pagination__page.is-active {
  background: #111;
  width: 36px;
  transform: none;
}

.hc_section .splide {
  padding-bottom: 30px;
}

/* Header */

    .col_logo img {
        width: 200px;
        height: none !important;
    }

.layout_header {

    background: #1a2225;
}
.layout_categories {

    background: #e40428;
    border-color: #ffffff;

}
  .menu_items > li > a {

    color: #ffffff; font-size: 18px;

}


/* Productpage */


