@font-face {
  font-family: "Configurator";
  src: url("./configurator.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* =========================
   BASIS
========================= */

.symbol {
  font-family: "Configurator", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 52px;
  cursor: pointer;
}

.number__error {
  display: flex;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  width: 100%;
  background: #e52427;
  margin-bottom: 15px;
  color: #fff;
  align-items: center;
}

.number__error.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.number__error.is-hiding {
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}

.number__error-img {
  height: 100%;
  padding: 8px;
}

.number__error-text {
  font-size: 14px;
  margin: 0;
  padding: 4px 4px 4px 10px;
  color: #fff;
}

.show13,
.show14,
.show2,
.show20,
.show16 .options_name {
  display: none;
}

#col_right .col_right_inner {
  margin-left: 0;
  padding: 0;
}

@media only screen and (min-width: 985px) {
  #col_left {
    display: none !important;
  }
}

.number h3 {
  font-size: 14px;
  margin: 10px 0;
}

.number__bg {
  z-index: 1300;
}

/* =========================
   DESKTOP LAYOUT
========================= */

.number__container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 30px;
  box-sizing: border-box;
  color: #666;
  font-weight: normal;
}

.number__title {
  font-size: 36px;
  color: #666;
  margin-bottom: 36px;
  line-height: 1.2;
}

.number__wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-top: 10px;
}

.number__wrap-left {
  flex: 0 0 350px;
  width: 350px;
  max-width: 350px;
  min-width: 350px;
  order: 1;
}

.number__wrap-right {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  order: 2;
  position: relative;
  box-sizing: border-box;
}

/* =========================
   BREADCRUMBS / STEPS
========================= */

.number__breadcrumbs {
  width: 100%;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  align-items: stretch;
}

.number__breadcrumbs-arrow,
.number__breadcrumbs-arrow-one,
.number__breadcrumbs-item-num,
#set-zero {
  display: none;
}

.number__breadcrumbs-item {
  width: 160px;
  min-height: auto;
  padding: 15px 14px;
  border-radius: 8px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  color: #666;
  box-sizing: border-box;
  cursor: pointer;
}

.number__breadcrumbs-item.active {
  background: #004494;
  color: #fff;
  font-weight: 700;
}

/* =========================
   TITEL / TEXT
========================= */

.settings__one-title,
.settings__two-title,
.settings__zero-title {
  font-size: 28px;
  line-height: 1.15;
  color: #555;
  margin: 0 0 14px;
  font-weight: 700;
}

.settings__one-input-title {
  display: block;
  margin: 18px 0 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #555;
  text-transform: none;
}

.settings__one-hr,
.settings__two-hr,
.settings__zero-hr {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 10px 0 16px;
}

/* =========================
   SCHRIFTSTIL BUTTONS
========================= */

.settings__one-swag {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 6px;
  align-items: center;
}

.settings__one-swag button,
.settings__one-swag .cart__btn {
  width: auto;
  min-height: 60px;
  padding: 10px;
  border: 3px solid #d8d8d8;
  border-radius: 8px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.settings__one-swag button.active,
.settings__one-swag .cart__btn.active {
  border-color: #004494;
  background: #f2f8fc;
  color: #004494;
}

/* =========================
   INPUTS
========================= */

.settings__one-box {
  display: block;
}

.settings__one-wrap-add,
.settings__one-remove,
.settings__one-add,
.settings__one-remove.active,
.settings__one-add.active {
  display: none;
}

.settings__one-inputs {
  max-width: 100%;
  display: block;
  flex: 1;
}

.settings__one-inputs input,
.settings__one-inputs #text1,
.settings__one-inputs #text2,
.settings__one-inputs #text3 {
  height: 52px;
  min-height: 52px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Configurator", Arial, sans-serif;
  color: #444;
  width: 100%;
  line-height: 52px;
  text-transform: uppercase;
  outline: none;
}

#text1,
#text2,
#text3 {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  gap: 4px;
  user-select: all;
  vertical-align: auto;
}

#text2,
#text3,
.cart__btn--three {
  display: none;
}

.number__inline-svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
  display: inline;
  user-select: all;
}

/* =========================
   BUTTONS
========================= */

.settings__one-symbol-btn {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #004494;
  background: #f6f6f6;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 20px;
  cursor: pointer;
}

.settings__one-symbol-btn:hover {
  background-color: #c9c9c9;
}

.settings__one-symbol-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #898989;
  margin: 20px 0;
}

.settings__one-next,
.settings__zero-next {
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 10px;
  background: #004494;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 18px;
  margin-top: 18px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.settings__one-next:hover,
.settings__zero-next:hover {
  background: #00689c;
  color: #fff;
}

.settings__two-step-prev,
.settings__one-step-prev {
  width: 100%;
  background-color: transparent;
  padding: 10px;
  border: none;
  color: #c9c9c9;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s linear;
  margin: 5px 0;
  text-align: center;
}

.settings__two-step-prev:hover,
.settings__one-step-prev:hover {
  color: #898989;
}

.settings__one-step-prev {
  display: none;
}

/* =========================
   SECTIONS
========================= */

.settings__one,
.settings__two,
.settings__zero {
  display: none;
}

.settings__one.active,
.settings__two.active,
.settings__zero.active {
  display: block;
}

.settings__zero-info {
  display: flex;
  gap: 8px;
  padding: 10px;
}

.settings__zero-info-text {
  margin: 0;
  color: #898989;
  font-size: 12px;
}

/* =========================
   RECHTE SPALTE / CANVAS
========================= */

.number__wrap-right-canvas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.number__wrap-right-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  flex-direction: column;
}

canvas#plate {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

#number__bg-show {
  margin-top: 10px;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  position: static;
  margin-left: auto;
  background: transparent;
  border: none;
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  color: #004494;
}

/* =========================
   PREIS / WARENKORB
========================= */

.addtobasket {
  margin-top: 10px;
}

.addtobasket_input {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}

.addtobasket_input input,
.addtobasket_input select,
.addtobasket_input .qty {
  height: 36px;
}

#pd_puprice {
  margin-top: 14px;
}

#pd_puprice .standard_price {
  font-size: 18px;
}

.tax-info-container {
  margin-top: 8px;
}

.tax-info-container .pd_tax,
.tax-info-container .pd_inforow {
  font-size: 14px;
  line-height: 1.4;
}

.tax-info-container .pd_tax {
  text-align: left;
}

/* =========================
   DOCK / EXTRA BUTTONS
========================= */

.dock-btn {
  width: 50px;
  margin-right: 10px;
  min-height: 50px;
  padding: 10px;
  border: 3px solid #d8d8d8;
  border-radius: 8px;
  background: #f8f8f8;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
}

.dock-btn.active {
  border-color: #004494;
  background: #f2f8fc;
  color: #004494;
}

/* =========================
   FARBAUSWAHL
========================= */

.settings__two ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.settings__two-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.settings__two-item-title {
  font-weight: 700;
}

.settings__two-item-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.settings__two-item-color {
  background-color: #e5e5e5;
  min-width: 55px;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.settings__two-item-color.active {
  background-color: #fff;
  border: 1px solid #004494;
}

.settings__two-item-color img {
  width: 22px;
  height: 22px;
}

.settings__two-item-color p {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/* =========================
   SYMBOL MODAL
========================= */

.number__symbol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.number__symbol.active {
  display: block;
}

.number__symbol-wrap {
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.number__symbol-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 912px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
}

.number__symbol-title {
  font-size: 20px;
  margin: 0;
}

.number__symbol-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.number__symbol-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.number__symbol-btn {
  font-size: 20px;
  border-bottom: 2px solid #e6e6e6;
  cursor: pointer;
}

.number__symbol-btn.active {
  border-color: #004494;
}

.number__symbol-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.number__symbol-item {
  display: none;
}

.number__symbol-item.active {
  display: block;
}

.number__symbol-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.number__symbol-item-box {
  padding: 12px;
  background-color: #e9e9e9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.number__symbol-item-content img {
  width: 32px;
}

/* =========================
   BG MODAL
========================= */

.number__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.number__bg.active {
  display: block;
}

.number__bg-wrap {
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.number__bg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 12px;
  display: block;
  text-align: center;
  overflow-y: auto;
  max-width: 912px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  height: 100%;
}

.number__bg-title {
  font-size: 20px;
  text-align-last: left;
  margin-bottom: 15px;
}

.number__bg-close {
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.number__bg-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.number__bg-btn {
  font-size: 20px;
  border-bottom: 2px solid #e6e6e6;
  cursor: pointer;
}

.number__bg-btn.active {
  border-color: #004494;
}

.number__bg-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.number__bg-item {
  display: none;
}

.number__bg-item.active {
  display: block;
}

.number__bg-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.number__bg-item-box {
  flex: 0 0 calc((100% - 4 * 40px) / 5);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.number__bg-item-content {
  padding: 12px;
  background-color: #e9e9e9;
  border-radius: 4px;
}

.number__bg-item-content img {
  max-width: 348px;
  width: 100%;
}

.number__bg-item-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.number__bg-item--upload .number__bg-item-content img {
  max-width: 140px;
  width: 100%;
}

/* =========================
   TOGGLE BUTTONS IN MODALS
========================= */

.number__bg-item-btn,
.number__symbol-item-btn {
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  display: none;
}

.number__bg-item-btn p,
.number__symbol-item-btn p {
  color: #004494;
  font-weight: 700;
  font-size: 16px;
}

.number__bg-item-btn span,
.number__symbol-item-btn span {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../images/plate/minus-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.number__bg-item.active .number__bg-item-btn span,
.number__symbol-item.active .number__symbol-item-btn span {
  background-image: url("../images/plate/plus-large-svgrepo-com.svg");
}

/* =========================
   UPLOAD / CANVAS STATES
========================= */

.custom-upload-btn {
  max-width: 100%;
  cursor: pointer;
  background: #555;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 8px 6px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s linear;
  color: #fff;
}

.custom-upload-btn:hover {
  background-color: #ddd;
  color: #555;
}

.canvas-move {
  cursor: move;
}

.canvas-resize {
  cursor: nwse-resize;
}

/* =========================
   SPEZIELLE BILDER
========================= */

#foto-schild-520x110 .number__bg-item-list,
#foto-schild-300x150 .number__bg-item-list {
  width: 49%;
}

#foto-schild-520x110 .number__bg-item-content img,
#foto-schild-300x150 .number__bg-item-content img {
  object-fit: scale-down;
  height: 100px;
}

/* =========================
   SONSTIGES
========================= */

.attributes_list .number__inline-svg {
  max-height: 30px;
  width: auto;
}

ul.plate-data img {
  max-width: 30px;
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 992px) {
  .number__container {
    max-width: 620px;
    padding: 20px 16px 32px;
  }

  .number__wrap {
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
  }

  .number__wrap-left,
  .number__wrap-right {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: unset;
  }

  .number__wrap-right {
    order: -1;
  }

  .number__breadcrumbs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }

  .number__breadcrumbs-item {
    width: auto;
    min-height: 30px;
    font-size: 16px;
  }

  .settings__one-title,
  .settings__two-title,
  .settings__zero-title {
    font-size: 24px;
  }

  .settings__one-swag button,
  .settings__one-swag .cart__btn {
    width: 110px;
    min-height: 50px;
    font-size: 15px;
  }

  .settings__one-inputs input,
  .settings__one-inputs #text1,
  .settings__one-inputs #text2,
  .settings__one-inputs #text3 {
    min-height: 54px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
  }

  .settings__one-next,
  .settings__zero-next {
    min-height: 58px;
    font-size: 17px;
  }

  #number__bg-show {
    bottom: 0;
  }

  .number__bg-item-list {
    flex-direction: column;
  }

  #foto-schild-520x110 .number__bg-item-list,
  #foto-schild-300x150 .number__bg-item-list {
    width: 100%;
  }

  .number__bg-content,
  .number__symbol-content {
    max-width: 90%;
  }

  .number__bg-menu,
  .number__symbol-menu {
    display: none;
  }

  .number__bg-item-btn,
  .number__symbol-item-btn {
    display: flex;
  }

  .number__bg-item,
  .number__symbol-item {
    display: block;
    border-bottom: 1px solid #c9c9c9;
  }

  .number__bg-item-list,
  .number__symbol-item-list {
    display: none;
  }

  .number__bg-item.active .number__bg-item-list,
  .number__symbol-item.active .number__symbol-item-list {
    display: flex;
  }

  .number__symbol-item-list {
    margin-bottom: 10px;
  }
}

.settings__zero-info-text strong, .settings__zero-info-text b{
    color:#004494;
}
.settings__zero-info strong, .settings__zero-info b {
    color: #004494;
}
