#topline {
  background-image: url("/static/images/header.407bfe9a0d97.webp");
  background-position-x: center;
  background-repeat: no-repeat;
}
.product-table[data-columns="1"] .table-header,
.product-table[data-columns="1"] .table-row {
  grid-template-columns: repeat(1, minmax(70px, 1fr));
}
.product-table[data-columns="2"] .table-header,
.product-table[data-columns="2"] .table-row {
  grid-template-columns: repeat(2, minmax(70px, 1fr));
}
.product-table[data-columns="3"] .table-header,
.product-table[data-columns="3"] .table-row {
  grid-template-columns: repeat(3, minmax(70px, 1fr));
}
.product-table[data-columns="4"] .table-header,
.product-table[data-columns="4"] .table-row {
  grid-template-columns: repeat(4, minmax(70px, 1fr));
}
.product-table[data-columns="5"] .table-header,
.product-table[data-columns="5"] .table-row {
  grid-template-columns: repeat(5, minmax(70px, 1fr));
}
.product-table[data-columns="6"] .table-header,
.product-table[data-columns="6"] .table-row {
  grid-template-columns: repeat(6, minmax(70px, 1fr));
}
.product-table[data-columns="7"] .table-header,
.product-table[data-columns="7"] .table-row {
  grid-template-columns: repeat(7, minmax(70px, 1fr));
}
.product-table[data-columns="8"] .table-header,
.product-table[data-columns="8"] .table-row {
  grid-template-columns: repeat(8, minmax(70px, 1fr));
}
.product-table[data-columns="9"] .table-header,
.product-table[data-columns="9"] .table-row {
  grid-template-columns: repeat(9, minmax(70px, 1fr));
}
.product-table[data-columns="10"] .table-header,
.product-table[data-columns="10"] .table-row {
  grid-template-columns: repeat(10, minmax(70px, 1fr));
}
.product-table[data-columns="11"] .table-header,
.product-table[data-columns="11"] .table-row {
  grid-template-columns: repeat(11, minmax(70px, 1fr));
}
.product-table[data-columns="12"] .table-header,
.product-table[data-columns="12"] .table-row {
  grid-template-columns: repeat(12, minmax(70px, 1fr));
}
.product-table[data-columns="13"] .table-header,
.product-table[data-columns="13"] .table-row {
  grid-template-columns: repeat(13, minmax(70px, 1fr));
}
.product-table[data-columns="14"] .table-header,
.product-table[data-columns="14"] .table-row {
  grid-template-columns: repeat(14, minmax(70px, 1fr));
}
.product-table[data-columns="15"] .table-header,
.product-table[data-columns="15"] .table-row {
  grid-template-columns: repeat(15, minmax(70px, 1fr));
}
.product-table[data-columns="16"] .table-header,
.product-table[data-columns="16"] .table-row {
  grid-template-columns: repeat(16, minmax(70px, 1fr));
}
.product-table[data-columns="17"] .table-header,
.product-table[data-columns="17"] .table-row {
  grid-template-columns: repeat(17, minmax(70px, 1fr));
}
.product-table[data-columns="18"] .table-header,
.product-table[data-columns="18"] .table-row {
  grid-template-columns: repeat(18, minmax(70px, 1fr));
}
.product-table[data-columns="19"] .table-header,
.product-table[data-columns="19"] .table-row {
  grid-template-columns: repeat(19, minmax(70px, 1fr));
}
.product-table[data-columns="20"] .table-header,
.product-table[data-columns="20"] .table-row {
  grid-template-columns: repeat(20, minmax(70px, 1fr));
}
h1,
h2 {
  margin: 0;
  font-weight: 900 !important;
}
.subcategory-content-container {
  width: 1500px;
  margin: 0 auto;
}
.category-title-container {
  background: #782182;
  color: #fff;
}
.category-title-container h1 {
  color: #fff;
  font-size: 50px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.table-container {
  margin: 75px 0;
}
.table-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  width: 100%;
}
.subcategory-title-container {
  background: #000;
  text-align: center;
  color: #fff;
}
.subcategory-title-container h2 {
  font-size: 35px;
  padding: 8px;
}
.subcategory-linkbox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  padding: 3px 0 10px 0;
  font-family: 'Arial Condensed Bold Regular', Arial, sans-serif;
  font-weight: 700;
  background: #fff;
  position: sticky;
  top: 0;
  /* Abstand zum oberen Viewport-Rand, wenn "sticky" */
  z-index: 500;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.subcategory-linkbox-container .subcategory-linkbox {
  flex: 0 1 auto;
  /* don't stretch, wrap naturally */
}
.subcategory-linkbox-container .subcategory-linkbox a {
  display: inline-block;
  white-space: nowrap;
  /* ❗ prevents line breaks inside the link */
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 20px;
  background: #e6e6e5;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.subcategory-linkbox-container .subcategory-linkbox a.active {
  background-color: #000;
  color: #fff;
}
.subcategory-linkbox-container .subcategory-linkbox a:hover {
  background-color: #000;
  color: #fff;
}
.table-header {
  display: grid;
  font-weight: bold;
  border-bottom: 2px solid #000;
  font-family: 'Arial Condensed Bold Regular', Arial, sans-serif;
  font-weight: 100;
}
.table-header-cell {
  text-align: left;
  padding: 5px 8px;
  margin: 1px;
  background: #e6e6e5;
  line-height: 1.2;
  /* allow header text to wrap in narrow columns */
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.table-row {
  display: grid;
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
.table-row .cell-header {
  display: none;
}
.table-row .table-cell {
  text-align: left;
  padding: 0 8px;
  margin: 0 1px;
}
.table-row .table-cell p {
  /* allow cell content to wrap instead of overflowing */
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-transform: none;
  text-transform: uppercase;
}
.table-row.even .table-cell {
  background: #f3f3f2;
}
.hints p {
  margin-bottom: 0;
}
.divider {
  text-align: center;
  background: #000;
}
.divider,
.value-divider {
  font-family: 'Arial Condensed Bold Regular', Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  padding: 3px 0;
  margin-right: 1px;
  margin-left: 1px;
}
.value-divider .table-cell {
  background: #000;
}
.table-container {
  text-transform: uppercase;
}
.compound-table {
  padding-top: 28px;
}
.compound-table-header {
  font-family: 'Arial Condensed Bold Regular', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1px;
}
.compound-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
.compound-cell {
  flex: 1 1 0;
  margin: 1px;
  background-color: #f3f3f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 26px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /* die Hintergrundfarben-Spalten */
  /* Text über den Farben */
}
.compound-cell > div {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.compound-cell > div > div {
  flex: 1;
  height: 100%;
}
.compound-cell p {
  font-size: clamp(10px, 1.2vw, 16px);
  /* ← automatische Anpassung */
  margin: 2px 4px;
  padding: 0 4px;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  line-height: 1.2;
  color: inherit;
  position: relative;
  z-index: 1;
}
.indent-left,
.indent-right,
.arrow-left-right {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: 'Arial Condensed Bold Regular', Arial, sans-serif;
  font-size: 20px;
  height: 28px;
  color: #fff;
}
.indent-left::before,
.indent-right::before,
.arrow-left-right::before,
.indent-left::after,
.indent-right::after,
.arrow-left-right::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  z-index: 1;
}
.indent-left {
  background-color: #c2160a;
  /* Farbe des Blocks */
  width: 100px;
}
.indent-left span {
  margin-left: 5px;
}
.indent-left::before {
  left: 0;
  border-right: 15px solid #ffffff;
  z-index: 1;
  transform: rotate(180deg);
}
.indent-right {
  background-color: #2196f3;
  width: 100px;
  /* Beispielbreite */
}
.indent-right span {
  margin-left: -5px;
}
.indent-right::after {
  right: 0;
  border-right: 15px solid #ffffff;
  z-index: 1;
}
.arrow-left-right {
  background-color: #000;
  width: 1280px;
  z-index: 10;
}
.arrow-left-right::after {
  right: -15px;
  /* Dies bestimmt die Breite des Pfeils */
  border-left: 15px solid #000;
  z-index: 1;
}
.arrow-left-right::before {
  left: -15px;
  /* Dies bestimmt die Breite des Pfeils */
  border-left: 15px solid #000;
  z-index: 1;
  transform: rotate(180deg);
}
.mobilbar {
  display: none;
}
.picture-collection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 15px;
  justify-content: center;
  margin-top: 60px;
}
.product-image-tag {
  font-weight: 900;
  font-size: 20px;
}
.product-image-tag p {
  margin-top: 0;
}
.product-image {
  text-align: center;
}
.product-image:only-child {
  max-width: 50%;
}
.product-image img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1530px) {
  .subcategory-linkbox-container {
    width: 100%;
    max-width: 900px;
    position: static;
  }
  .subcategory-content-container,
  .subcategory-title-container {
    width: 100%;
    max-width: 900px;
  }
  .subcategory-title-container {
    position: sticky;
    top: 0;
    z-index: 500;
  }
  .table-header {
    display: none;
  }
  .mobilbar {
    display: inline;
  }
  .table-row {
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr)) !important;
    justify-items: stretch;
  }
  .table-row .table-cell {
    width: auto;
    margin: 1px;
    background: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .table-row .item-number-cell {
    width: 100%;
    grid-column: 1 / -1;
    background: #4d4d4c !important;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin: 30px 0 0 0;
  }
  .table-row .cell-header {
    display: flex;
    padding: 0 7px;
    background: #e6e6e5;
  }
  .table-row .cell-header p {
    font-size: 10px;
    font-weight: 600;
  }
  .table-row .cell-value {
    background: #f3f3f2 !important;
    padding: 0 7px;
  }
  .arrow-left-right {
    width: calc(100% - 220px);
  }
  .divider {
    margin-top: 30px;
  }
  .scroll-to-top {
    bottom: 35px;
    right: 35px;
  }
  .product-image:only-child {
    max-width: 50%;
  }
}
/* break COMPOUND table on mobile devices */
@media (max-width: 900px) {
  .compound-table {
    height: 700px;
    justify-content: left;
    display: flex;
    overflow-x: scroll;
  }
  .compound-table-header {
    flex-direction: column;
    height: 500px;
    flex-flow: column-reverse;
  }
  .compound-table {
    height: 500px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .compound-table::-webkit-scrollbar {
    display: none;
    /* scrollbar komplett ausblenden */
  }
  .compound-table-header {
    margin-left: 10px;
  }
  .compound-table-header .indent-left::before,
  .compound-table-header .indent-right::before,
  .compound-table-header .arrow-left-right::before,
  .compound-table-header .indent-left::after,
  .compound-table-header .indent-right::after,
  .compound-table-header .arrow-left-right::after {
    display: none;
  }
  .compound-table-header .triangle {
    width: 0;
    height: 0;
    z-index: 300;
    position: absolute;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
  }
  .compound-table-header .triangle-down {
    border-bottom: 10px solid #fff;
    transform: rotate(180deg);
    top: 0px;
  }
  .compound-table-header .triangle-up {
    border-bottom: 10px solid #fff;
    bottom: 0px;
  }
  .compound-table-header .indent-left {
    height: 100px;
  }
  .compound-table-header .indent-left span {
    padding-bottom: 3px;
  }
  .compound-table-header .indent-right {
    height: 100px;
  }
  .compound-table-header .indent-right span {
    margin-left: 0;
  }
  .compound-table-header .arrow-left-right {
    height: 290px;
    z-index: 400;
  }
  .compound-table-header .arrow-left-right .triangle-down,
  .compound-table-header .arrow-left-right .triangle-up {
    border-bottom: 10px solid #000;
  }
  .compound-table-header .arrow-left-right .triangle-up {
    bottom: -10px;
    transform: rotate(180deg);
  }
  .compound-table-header .arrow-left-right .triangle-down {
    top: -10px;
    transform: rotate(0deg);
  }
  .compound-table-header .indent-left,
  .compound-table-header .indent-right,
  .compound-table-header .arrow-left-right {
    width: 25px;
  }
  .compound-table-header .indent-left span,
  .compound-table-header .indent-right span,
  .compound-table-header .arrow-left-right span {
    transform: rotate(-90deg);
  }
  .compound-rows {
    transform: rotate(-90deg);
    min-width: 500px;
    max-width: 500px;
    margin-top: 0px;
    margin-left: 10px;
  }
  .compound-cell {
    min-height: 50px;
  }
  .compound-cell p {
    transform: rotate(-270deg);
    overflow-wrap: normal;
  }
}
/* smartphones (575px and down) */
@media (max-width: 575px) {
  .subcategory-linkbox-container {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 3px;
  }
  .subcategory-linkbox {
    flex: 0 0 100%;
    width: 100%;
  }
  .subcategory-linkbox a {
    display: block;
    width: 100%;
    padding: 9px !important;
    font-size: 14px;
    box-sizing: border-box;
  }
  .product-image:only-child {
    max-width: 100%;
  }
  .table-row {
    cursor: pointer;
    position: relative;
    transition: max-height 0.3s ease;
    max-height: var(--collapsed-height, 107px);
    overflow: hidden;
  }
  .table-row.expanded {
    max-height: 2000px;
  }
  .table-row::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    transform-origin: 65% 7px;
    right: 25px;
    top: 40px;
    transition: transform 0.3s linear;
  }
  .table-row.expanded::after {
    transform: rotate(-45deg);
  }
  .table-row .item-number-cell {
    padding-right: 40px;
  }
}
/*# sourceMappingURL=product_category_page.css.5e52e7c80018.map */