/* 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';
  }
}
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;
}
.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;
}
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 16px;
}
.tag {
  background-color: #edf5f7;
  color: #000;
  padding: 5px 32px 5px 8px;
  border-radius: 2px;
  position: relative;
  line-height: 22px;
}
.tag-remove {
  cursor: pointer;
  font-weight: bold;
  width: 32px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  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: #edf5f7;
}
.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;
}
.callout.primary {
  background: #edf5f7;
  color: #000;
}
.callout.secondary {
  background: #edf5f7;
  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 {
  margin-bottom: 0.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.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;
}
.categories-container {
  margin-top: 1rem;
}
.add-form-btn {
  margin: 1rem 0;
}
.last-saved-info {
  margin-top: 1rem;
  color: #666;
  font-style: italic;
}
.quality-row .button-group {
  margin: 0;
  gap: 0;
}
.quality-row .button-group .button {
  margin: 0;
  border-radius: 0;
  border: none;
}
.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;
}
