/* raleway-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/raleway-v34-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v34-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v34-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font: 400 16px / 24px 'Raleway';
  color: #000;
  background: #FFFFFF;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media print, screen and (min-width: 1024px) {
  body {
    font: 400 16px / 24px 'Raleway';
  }
}
@media print, screen and (min-width: 1440px) {
  body {
    font: 400 18px / 24px 'Raleway';
  }
}
p {
  font: 400 16px / 24px 'Raleway';
}
@media print, screen and (min-width: 1024px) {
  p {
    font: 400 16px / 24px 'Raleway';
  }
}
@media print, screen and (min-width: 1440px) {
  p {
    font: 400 18px / 24px 'Raleway';
  }
}
h1,
.h1 {
  font: 400 40px / 48px 'Raleway';
}
@media print, screen and (min-width: 1024px) {
  h1,
  .h1 {
    font: 400 48px / 48px 'Raleway';
  }
}
@media print, screen and (min-width: 1440px) {
  h1,
  .h1 {
    font: 400 56px / 56px 'Raleway';
  }
}
h2,
.h2 {
  font: 400 40px / 56px 'Raleway';
}
@media print, screen and (min-width: 1024px) {
  h2,
  .h2 {
    font: 400 40px / 56px 'Raleway';
  }
}
@media print, screen and (min-width: 1440px) {
  h2,
  .h2 {
    font: 400 40px / 56px 'Raleway';
  }
}
h3,
.h3 {
  font: 400 24px / 24px 'Raleway';
}
@media print, screen and (min-width: 1024px) {
  h3,
  .h3 {
    font: 400 24px / 24px 'Raleway';
  }
}
@media print, screen and (min-width: 1440px) {
  h3,
  .h3 {
    font: 400 32px / 32px 'Raleway';
  }
}
h3 + .callout,
.h3 + .callout,
h3 + .card,
.h3 + .card {
  margin-top: 16px;
}
h3 small,
.h3 small {
  color: #939393;
}
h4,
.h4 {
  font: 700 24px / 32px 'Raleway';
}
@media print, screen and (min-width: 1024px) {
  h4,
  .h4 {
    font: 700 24px / 32px 'Raleway';
  }
}
@media print, screen and (min-width: 1440px) {
  h4,
  .h4 {
    font: 700 24px / 32px 'Raleway';
  }
}
a {
  color: #000;
  transition: all 0.3s;
}
a:hover {
  color: #c32b41;
  opacity: 0.9;
}
.mb {
  margin-bottom: 16px !important;
}
.grid-container {
  max-width: 1400px;
}
.swiper {
  width: 600px;
  height: 300px;
}
main {
  min-height: 600px;
  margin-top: 96px;
}
main > :first-child:not(.brick_header) {
  padding-top: 12px;
}
.dropzone .dz-message .dz-button {
  color: #000;
}
.ocm-input {
  padding-left: 30px;
}
.ocm-input + .label {
  position: absolute;
  left: 12px;
  top: 18px;
}
.ocm-input + .label + .label {
  content: "cm";
  position: absolute;
  right: 4px;
  top: 18px;
  background-color: #FFFFFF;
  font-size: 0.8rem;
}
.ocm-input.field-error-input {
  border: 1px solid #c32b41;
}
.ocm-input.field-error-input + .label::after {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c32b41;
  font-size: 24px;
  position: absolute;
  top: -3px;
  left: 54px;
}
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 16px;
  position: relative;
}
.tag-container.no-tags::after {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c32b41;
  font-size: 24px;
  position: absolute;
  top: 3px;
  right: 10px;
}
.tag-container.no-tags input {
  border: 1px solid #c32b41;
}
.tag-container input {
  margin-bottom: 0;
}
.tag {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f7f7f7;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  color: #000;
  padding: 0 36px 0 30px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  text-wrap: nowrap;
}
.tag-remove {
  cursor: pointer;
  font-weight: bold;
  width: 32px;
  height: 32px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 8px;
  line-height: 32px;
}
.remove-tag-btn {
  cursor: pointer;
  font-weight: bold;
  width: 32px;
  height: 32px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 8px;
  line-height: 32px;
}
.tag-input {
  border: none;
  outline: none;
  flex-grow: 1;
  min-width: 120px;
}
.card {
  border: none;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
}
.card .card-divider {
  background: none;
  color: #000;
}
.card > * {
  color: #000;
}
.menu.vertical .is-active a {
  background: none;
  color: #c32b41;
}
table {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}
thead,
tbody,
tfoot {
  border: none;
}
table.unstriped tbody {
  background-color: #FFFFFF;
}
table.unstriped tbody tr {
  background-color: transparent;
  border-bottom: none;
  border-top: 1px solid #FFFFFF;
}
table.unstriped tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.callout {
  border-radius: 8px;
  margin-bottom: 32px;
  border-color: #E5E5E5;
}
.callout.primary {
  background: #f7f7f7;
  color: #000;
}
.callout.secondary {
  background: #f7f7f7;
  color: #000;
}
.callout.warning {
  background-color: #FFFFFF;
  color: #000;
}
.wishlist {
  margin-top: 16px;
}
.wishlist .wishlist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
#product-exists-warning {
  margin-top: 16px;
}
.dropzone.dz-clickable {
  border-radius: 8px;
  border: 2px dashed #05667d;
}
.ql-container {
  height: auto;
}
.badge {
  background-color: #AC7A40;
  color: #FFFFFF;
  border-radius: 0;
}
/* Anpassungen für das Akkordeon */
.custom-accordion {
  list-style-type: none;
  margin-left: 0;
}
.custom-accordion .accordion-item {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.custom-accordion .accordion-item + .accordion-item {
  margin-top: 8px;
}
.custom-accordion .accordion-title {
  padding: 0.75rem 1rem;
  display: block;
  font-weight: bold;
  color: #0a0a0a;
  background-color: #f8f8f8;
  border-bottom: 1px solid transparent;
}
.custom-accordion .accordion-title:hover {
  background-color: #f1f1f1;
}
.custom-accordion .is-active .accordion-title {
  background-color: #e6e6e6;
  border-bottom-color: #cacaca;
}
.custom-accordion .accordion-content {
  padding: 1rem;
  background-color: #fefefe;
  border-top: 1px solid #e6e6e6;
}
.custom-accordion .category-count.has-articles small {
  color: #05667d;
}
.custom-accordion .category-count.has-pieces small {
  color: #4f964f;
}
.categories-container {
  margin-top: 1rem;
}
.add-form-btn {
  margin: 1rem 0;
}
.last-saved-info {
  color: #666;
  font-style: italic;
}
.quality-forms-sort-container {
  margin-bottom: 1.5rem;
}
.search-product-container {
  margin-bottom: 16px;
}
.search-product-container .tag {
  width: auto;
  position: relative;
}
/* Tag-basierte Produktsuche */
.search-product-container .search-product-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.search-product-container .search-product-tag-input {
  flex: 1;
  min-width: 180px;
  border: none;
  outline: none;
}
.search-product-results ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f9f9f9;
}
.search-product-results li {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}
.search-product-results li:last-child {
  border-bottom: none;
}
.search-product-results li.loading,
.search-product-results li.no-results {
  color: #666;
  font-style: italic;
}
.search-product-results a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.search-product-results .product-result-image {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-product-results .product-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-product-results .product-result-image .no-image {
  font-size: 11px;
  color: #999;
}
.search-product-results .product-result-info h4 {
  margin: 0 0 4px 0;
  font-size: 14px;
}
.search-product-results .product-result-info small {
  color: #666;
  display: block;
  word-break: break-word;
  font-size: 12px;
  line-height: 1.4;
}
.quality-form.synced {
  position: relative;
}
.quality-form.synced:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #97ce59;
  right: 10px;
  top: 25px;
}
.quality-form .outbox {
  margin-bottom: 0.5rem;
}
.quality-box {
  position: relative;
}
.quality-box:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E5E5E5;
}
.quality-row {
  align-items: center;
}
.quality-row + .quality-row {
  margin-top: 0.5rem;
}
.quality-row .quality-quantity {
  position: relative;
}
.quality-row .quality-quantity .quality-label {
  position: absolute;
  top: 6px;
  left: 12px;
}
.quality-row .quality-quantity .quality-input {
  padding-left: 30px;
}
.quality-row .button-group {
  margin: 0;
  gap: 0;
  flex-wrap: nowrap;
}
.quality-row .button-group .button {
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 29px;
  flex: 1;
}
.quality-row .button-group .button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.quality-row .button-group .button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.workflow-area {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 8px;
}
.workflow-area-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.workflow-area-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}
.workflow-area-item label {
  margin: 0;
  flex: 1 1 120px;
  min-width: 100px;
}
.workflow-area-item label.workflow-checkbox-label {
  height: 39px;
}
.workflow-area-item .workflow-row-remove-btn {
  flex: 0 0 auto;
  margin: 0 0 0.25rem;
  min-width: auto;
  padding: 0.5rem 0.65rem;
}
.workflow-area-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.workflow-allocation-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1 1 100%;
}
.workflow-allocation-badge {
  font-size: 0.875rem;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  font-weight: 600;
}
.workflow-allocation-badge--under {
  background: #fff3e0;
  color: #e65100;
  border: 1px solid #ff9800;
}
.workflow-allocation-badge--exact {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #4caf50;
}
.workflow-allocation-badge--over {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #e53935;
}
.workflow-area--allocation-ok {
  border-left: 4px solid #4caf50;
}
.workflow-area--allocation-under {
  border-left: 4px solid #ff9800;
}
.workflow-area--allocation-over {
  border-left: 4px solid #e53935;
}
.workflow-quantity--under:not(:focus) {
  border-color: #ff9800;
  background-color: #fff8e1;
}
.workflow-validation-hint {
  font-size: 0.875rem;
  color: #666;
  flex: 1 1 100%;
}
.workflow-validation-hint.has-error {
  color: #cc4b37;
}
.workflow-area.has-validation-error .workflow-validation-hint {
  font-weight: 600;
}
.quality-form {
  padding: 0 0 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #05667d;
}
.quality-label {
  font-weight: bold;
  padding-top: 0.5rem;
}
.button-group .button.active {
  background-color: #1779ba;
  color: white;
}
.save-quality-btn {
  margin-top: 1rem;
}
.quality-input {
  margin-bottom: 0;
}
.forms-container {
  margin-bottom: 1rem;
}
.add-form-btn {
  margin: 1rem 0;
}
/* auswertung styles */
.product-list-container {
  padding: 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.product-list-container .product-list {
  margin-bottom: 1rem;
}
.product-list-container .product-header {
  margin-bottom: 1rem;
}
.product-list-container .product-row {
  padding: 1rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.product-list-container .product-row:nth-child(even) {
  background-color: #f7f7f7;
}
.product-list-container .product-row:nth-child(odd) {
  background-color: #FFFFFF;
}
.product-list-container .product-row .properties {
  margin-top: 8px;
  display: flex;
  flex-flow: row wrap;
  row-gap: 2px;
  column-gap: 8px;
}
.product-list-container .product-row .properties .property {
  flex: 0 1 auto;
  width: auto;
  background-color: #e5e5e5;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 0.9rem;
}
/* Bildergalerie Styles */
.quality-images-grid img {
  height: 287px;
  max-width: none;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.images-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 5px;
  margin-bottom: 5px;
}
.gallery-image-item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.gallery-image-item:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.gallery-image {
  width: 100%;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
}
.delete-single-image-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.delete-single-image-btn:hover {
  background: #ff0000;
}
.image-quality-info {
  font-size: 10px;
  color: #666;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}
.image-gallery-container {
  width: 140px;
  margin-bottom: 10px;
}
/* Qualitäts-Selector Styles */
.quality-selector {
  margin-bottom: 5px;
  text-align: center;
  padding: 5px;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}
.quality-switch-btn {
  margin: 0 2px;
  padding: 2px 6px;
  font-size: 10px;
  border: 1px solid #ccc;
  background: white;
  color: #333;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.quality-switch-btn:hover {
  background: #e9ecef;
}
.quality-switch-btn.active {
  background: #1779ba !important;
  color: white !important;
  border-color: #1779ba;
}
.property-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.property-tags .property-tag {
  padding: 8px 16px;
  background-color: #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.property-tags .property-tag:hover {
  background-color: #e0e0e0;
}
.property-tags .property-tag.selected {
  background-color: #2979ff;
  color: white;
}
.mandatory-properties {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.mandatory-properties .item {
  flex: 0 1 auto;
  width: auto;
}
.mandatory-properties .item .property {
  position: relative;
}
.mandatory-properties .item .property .tag-container {
  margin-bottom: 0;
}
.mandatory-properties .item .property .property-input {
  margin-bottom: 0;
  padding-right: 25px;
}
.mandatory-properties .item .property .property-input.field-error-input {
  border: 1px solid #c32b41;
}
.mandatory-properties .item .property .property-input.field-error-input + .label::after {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c32b41;
  font-size: 24px;
  position: absolute;
  top: 41px;
  left: 14px;
}
.mandatory-properties .item .property .property-input.field-error-select {
  border: 1px solid #c32b41;
}
.mandatory-properties .item .property .property-input.field-error-select + .label::after {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c32b41;
  font-size: 24px;
  position: absolute;
  top: 41px;
  right: 14px;
}
.mandatory-properties .item .property .tag {
  padding-left: 30px;
}
.mandatory-properties .item .property .tag-remove {
  right: auto;
  left: 0px;
  top: 8px;
}
.mandatory-properties .item .property .property-input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.mandatory-properties .item .property .property-input[type="checkbox"] + .property-label {
  position: relative;
  height: 75px;
}
.mandatory-properties .item .property .property-input[type="checkbox"] + .property-label:before {
  content: "";
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 47px;
  transform: translateY(-50%);
}
.mandatory-properties .item .property .property-input[type="checkbox"] + .property-label:after {
  content: "";
  height: 8px;
  width: 4px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 14px;
  top: 47px;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0;
}
.mandatory-properties .item .property .property-input[type="checkbox"]:checked + .property-label:before {
  background-color: #05667d;
  border-color: #05667d;
}
.mandatory-properties .item .property .property-input[type="checkbox"]:checked + .property-label:after {
  opacity: 1;
}
.added-properties {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.added-properties .item {
  flex: 0 1 auto;
  width: auto;
}
.added-properties .item .property {
  position: relative;
}
.added-properties .item .property .tag-container {
  margin-bottom: 0;
}
.added-properties .item .property .property-input {
  margin-bottom: 0;
  padding-right: 25px;
}
.added-properties .item .property .tag {
  padding-left: 30px;
}
.added-properties .item .property .tag-remove {
  right: auto;
  left: 0px;
  top: 8px;
}
.added-properties .item .property .remove-property-btn {
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 25px;
  height: 50px;
  transform: none;
  font-size: 16px;
}
.added-properties .item .property .property-input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.added-properties .item .property .property-input[type="checkbox"] + .property-label {
  position: relative;
  height: 75px;
}
.added-properties .item .property .property-input[type="checkbox"] + .property-label:before {
  content: "";
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 47px;
  transform: translateY(-50%);
}
.added-properties .item .property .property-input[type="checkbox"] + .property-label:after {
  content: "";
  height: 8px;
  width: 4px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 14px;
  top: 47px;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0;
}
.added-properties .item .property .property-input[type="checkbox"]:checked + .property-label:before {
  background-color: #05667d;
  border-color: #05667d;
}
.added-properties .item .property .property-input[type="checkbox"]:checked + .property-label:after {
  opacity: 1;
}
.properties {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.properties .property {
  flex: 0 1 auto;
  width: auto;
}
.property-input {
  width: 100%;
}
.add-building-section {
  margin-bottom: 24px;
}
.accordion-title::before {
  font-size: 32px;
  font-weight: normal;
  margin-top: 0;
  transform: translateY(-50%);
}
.accordion-title {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}
.accordion-title h3 {
  margin-bottom: 0;
  width: auto;
}
.accordion-title .image-container {
  width: 100px;
}
.accordion-title .image-container .image-item img,
.accordion-title .image-container .image-item picture {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.refine-accordion h3 {
  color: #000;
}
.refine-accordion h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 5px;
}
.refine-accordion .error-count small {
  color: #c32b41;
}
.refine-accordion h3 .flows-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.3;
}
.refine-accordion h3 .flows-container .flow-item {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 6px;
  background: #ececec;
  border-radius: 3px;
  white-space: nowrap;
}
.refine-accordion h3 .flows-container .flow-item__quality {
  font-weight: 600;
}
.refine-accordion h3 .flows-container .flow-item__sep {
  opacity: 0.6;
}
.refine-accordion .workflow-area {
  margin-bottom: 24px;
}
.refine-accordion .workflow-area .workflow-area-list .workflow-area-item select {
  margin-bottom: 0;
}
.refine-accordion .workflow-area .workflow-area-list .workflow-area-item input {
  margin-bottom: 0;
}
.clone-stock-progress-modal .clone-stock-activity-log {
  border-top: 1px solid #cacaca;
  padding-top: 12px;
}
.clone-stock-progress-modal .clone-stock-log-item {
  margin-bottom: 8px;
}
.refine-filter-bar {
  position: sticky;
  top: 70px;
  z-index: 30;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 3px;
  padding: 8px 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.refine-filter-bar .filter-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.refine-filter-bar .filter-controls label {
  margin-bottom: 0;
  white-space: nowrap;
}
.refine-filter-bar .filter-controls input[type="range"] {
  width: 200px;
  cursor: pointer;
}
.refine-filter-bar .filter-controls .filter-summary {
  font-size: 0.85rem;
  color: #666;
}
.refine-filter-bar .error-range-filter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.refine-filter-bar .error-range-filter .label {
  margin-bottom: 0;
  white-space: nowrap;
}
.refine-filter-bar .range-slider {
  position: relative;
  width: 200px;
  height: 24px;
}
.refine-filter-bar .range-slider input[type="range"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}
.refine-filter-bar .range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1779ba;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.refine-filter-bar .range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #1779ba;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.refine-filter-bar .range-slider__track,
.refine-filter-bar .range-slider__fill {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 2px;
}
.refine-filter-bar .range-slider__track {
  left: 0;
  width: 100%;
  background: #cacaca;
}
.refine-filter-bar .range-slider__fill {
  background: #1779ba;
}
.room-item h3 i {
  font-size: 20px;
  position: relative;
  top: -3px;
}
.room-item p {
  margin-bottom: 0;
}
.sort-select-container {
  display: flex;
  flex-flow: row nowrap;
  gap: 0px;
  align-items: center;
  justify-content: flex-end;
}
.building-header {
  padding-bottom: 8px;
}
.building-header h4 {
  margin-bottom: 0;
}
/* ===== STICKY ACCORDION STYLES ===== */
.accordion-title.sticky-active {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #1779ba;
}
/* Spacing für den fixierten Header */
.accordion-item.has-sticky-header {
  padding-top: 60px;
}
.fancybox__content {
  max-width: 1024px;
}
/* Stammdaten-Baum: Filter oben */
.stammdaten-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 8px;
  position: sticky;
  /* Sticky-Header liegt bei 70px: Filter darunter andocken */
  top: 70px;
  z-index: 25;
  background: #f1f1f1;
  border: 1px solid #cacaca;
}
.stammdaten-filter-bar .explanation {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  color: #a1a1a1;
}
.stammdaten-filter-bar-label {
  font-weight: 600;
  margin: 0;
}
/* Stammdaten-Baum: Prüf-Toggle + Bearbeiten */
.stammdaten-edit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.stammdaten-product-actions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.stammdaten-in-master-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  cursor: pointer;
  user-select: none;
}
.stammdaten-in-master-text {
  font-weight: 600;
}
.stammdaten-in-master-feedback {
  font-size: 0.875rem;
  font-weight: normal;
  color: #2e8540;
  min-width: 0;
}
.stammdaten-in-master-feedback.is-error {
  color: #cc4b37;
}
/* Stammdaten-Baum: Produktzeile je nach Prüfstatus (Klassen per Twig + Ajax) */
.cell.stammdaten-in-master-checked {
  padding-left: 16px;
}
.cell.stammdaten-in-master-unchecked {
  padding-left: 16px;
}
/* „Geprüft“: jede Baum-Ebene; > :not(.stammdaten-tree-node) vermeidet Opacity-Stapelung bei Kind-Knoten */
.stammdaten-products-root.stammdaten-filter-checked .stammdaten-tree-node.stammdaten-in-master-checked > :not(.stammdaten-tree-node):not(.accordion-content) {
  display: block;
}
.stammdaten-products-root.stammdaten-filter-checked .stammdaten-tree-node.stammdaten-in-master-unchecked > :not(.stammdaten-tree-node):not(.accordion-content):not(.accordion-title) {
  display: none;
}
/* LVL0: accordion-item ausblenden nur wenn kein geprüfter Knoten irgendwo im Teilbaum */
.stammdaten-products-root.stammdaten-filter-checked .stammdaten-category-accordion > li.stammdaten-tree-node:not(.stammdaten-in-master-checked):not(:has(.stammdaten-in-master-checked)) {
  display: none;
}
/* „Nicht geprüft“: gleiche Logik */
.stammdaten-products-root.stammdaten-filter-unchecked .stammdaten-tree-node.stammdaten-in-master-unchecked > :not(.stammdaten-tree-node):not(.accordion-content) {
  display: block;
}
.stammdaten-products-root.stammdaten-filter-unchecked .stammdaten-tree-node.stammdaten-in-master-checked > :not(.stammdaten-tree-node):not(.accordion-content):not(.accordion-title) {
  display: none;
}
/* LVL0: accordion-item ausblenden nur wenn kein ungeprüfter Knoten irgendwo im Teilbaum */
.stammdaten-products-root.stammdaten-filter-unchecked .stammdaten-category-accordion > li.stammdaten-tree-node:not(.stammdaten-in-master-unchecked):not(:has(.stammdaten-in-master-unchecked)) {
  display: none;
}
.stammdaten-tree-node-header {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 116px;
}
.stammdaten-tree-node-header .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  border-radius: 2px;
  overflow: hidden;
}
.stammdaten-tree-node-header .image .image-placeholder {
  width: 80px;
  height: 80px;
  background-color: #f7f7f7;
  border-radius: 2px;
  text-align: center;
  line-height: 80px;
  font-size: 12px;
  color: #a1a1a1;
}
.stammdaten-tree-node-header .center {
  flex: 1;
}
.stammdaten-tree-node-header .right {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #a1a1a1;
}
/* Cut/Paste: aktiv ausgeschnittenes Item visuell markieren */
.is-stammdaten-cut {
  outline: 2px dashed #cc4b37;
  outline-offset: 2px;
  background: rgba(204, 75, 55, 0.06);
}
.is-stammdaten-cut > .stammdaten-edit-actions .stammdaten-cut-btn {
  background-color: #cc4b37;
  color: #fff;
}
/* Paste-Buttons hervorheben, solange ein Cut aktiv ist */
.stammdaten-products-root.stammdaten-has-cut .stammdaten-paste-btn {
  background-color: #2e8540;
  color: #fff;
}
.product-level-4 .stammdaten-tree-node-header {
  padding: 8px;
  background-color: #f7f7f7;
  border-radius: 2px;
}
.product-level-4 .stammdaten-tree-node-header .product-images {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.product-level-4 .stammdaten-tree-node-header .product-images a {
  width: calc(50% - 8px);
}
.product-level-4 .stammdaten-tree-leaf {
  margin-top: 16px;
}
.stammdaten-breadcrumb {
  color: #a1a1a1;
}
.stammdaten-breadcrumb i {
  font-size: 12px;
  top: -1px;
  position: relative;
}
.stammdaten-products-root [class^='headline-'] {
  position: relative;
  padding-left: 32px;
  gap: 10px;
  display: flex;
}
.stammdaten-products-root [class^='headline-']:before {
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  background-color: #f7f7f7;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}
.stammdaten-products-root [class^='headline-'] i {
  color: #a1a1a1;
  font-style: normal;
}
.stammdaten-products-root .headline-2:before {
  content: "\f5fd";
}
.stammdaten-products-root .headline-3:before {
  content: "\f3a5";
}
.stammdaten-products-root .headline-4:before {
  content: "\f1b2";
}
.stammdaten-products-root .headline-5:before {
  content: "\f53f";
}
.stammdaten-products-root .headline-6:before {
  content: "\f02a";
}
.projects-table .create,
.projects-table .modification-date {
  color: #4b4b4b;
}
/* Projektkatalog: Tag-/Suchfeld für Eigenschaften-Filter (clientseitig) */
.project-catalog .catalog-project-main-filter-wrap {
  margin-bottom: 1rem;
}
.project-catalog .catalog-project-main-filter {
  margin-bottom: 0;
  padding: 0.75rem 1rem 1rem;
}
.project-catalog .catalog-project-main-filter .label {
  margin-bottom: 0.2rem;
}
.project-catalog .catalog-project-main-filter select {
  margin-bottom: 0;
  min-width: 7.5rem;
  max-width: 100%;
}
.project-catalog .catalog-project-prop-tag-panel {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}
.project-catalog .catalog-project-prop-search {
  margin-bottom: 0.5rem;
}
.project-catalog .catalog-project-prop-suggestions {
  position: relative;
  z-index: 2;
  max-height: 12rem;
  overflow-y: auto;
  background: #fff;
  border-radius: 2px;
}
.project-catalog .catalog-project-prop-suggestions li {
  margin: 0 0 5px;
}
.project-catalog .catalog-project-prop-suggestions a {
  display: block;
  padding: 0.35rem 0.75rem;
  color: inherit;
}
.project-catalog .catalog-project-prop-suggestions a:hover,
.project-catalog .catalog-project-prop-suggestions a:focus {
  background: #e6e6e6;
}
.project-catalog .catalog-project-prop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  min-height: 0.5rem;
}
.project-catalog .catalog-project-prop-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.15rem 0.35rem 0.15rem 0.5rem;
  font-size: 0.85rem;
  background: #e6e6e6;
  border-radius: 999px;
  max-width: 100%;
}
.project-catalog .catalog-project-prop-chip-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 11rem;
}
.project-catalog .catalog-project-prop-chip-remove {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0 0.2rem;
  color: #666;
}
.project-catalog .catalog-project-prop-chip-remove:hover {
  color: #000;
}
.project-catalog .catalog-project-prop-mode {
  position: relative;
}
.project-catalog .catalog-project-prop-mode label {
  padding-right: 32px;
  position: relative;
  z-index: 3;
}
.project-catalog .catalog-project-prop-mode.active:after,
.project-catalog .catalog-project-prop-mode:not(.active):after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 2px;
  width: 34px;
  height: 20px;
  border-radius: 999px;
  transition: background 0.2s;
  background: #e5e5e5;
  border: 1.5px solid #bbb;
}
.project-catalog .catalog-project-prop-mode.active:after {
  background: #52cc70;
  border-color: #46ad60;
}
.project-catalog .catalog-project-prop-mode.active:before,
.project-catalog .catalog-project-prop-mode:not(.active):before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 16px;
  top: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
  z-index: 2;
}
.project-catalog .catalog-project-prop-mode.active:before {
  transform: translateX(14px);
}
.project-catalog .catalog-project-prop-mode:not(.active):before {
  transform: translateX(0);
}
.project-catalog .product-name {
  overflow-wrap: anywhere;
}
.project-catalog .product-title {
  margin-top: 0;
}
/* Stammdaten: Kategorie-Accordion (LVL0) */
.stammdaten-category-accordion {
  list-style: none;
  margin: 0;
  border: none;
}
.stammdaten-category-accordion > li.accordion-item {
  border: none;
  border-bottom: 1px solid #E5E5E5;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title:hover {
  background: #f7f7f7;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title .stammdaten-cat-title-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
  margin-bottom: 16px;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title .stammdaten-cat-title-inner .stammdaten-acc-thumb {
  flex-shrink: 0;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title .stammdaten-cat-title-inner .stammdaten-acc-thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title .stammdaten-cat-title-inner .stammdaten-cat-name {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title .stammdaten-cat-title-inner .stammdaten-cat-key {
  color: #a1a1a1;
  font-size: 0.85rem;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title .stammdaten-cat-title-inner .stammdaten-cat-unchecked-count {
  font-size: 0.75rem;
  transition: opacity 0.2s;
  background-color: #c32b41;
  color: #FFFFFF;
  position: relative;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title .stammdaten-cat-title-inner .stammdaten-cat-unchecked-count.stammdaten-cat-count-zero {
  opacity: 0;
  pointer-events: none;
}
.stammdaten-category-accordion > li.accordion-item > a.accordion-title .stammdaten-accordion-actions {
  margin: 0;
  flex-shrink: 0;
}
.stammdaten-category-accordion > li.accordion-item.is-active > a.accordion-title {
  background: #f7f7f7;
}
/*# sourceMappingURL=app.css.map */