/*custom here*/
form.kalendarForm {
  max-width: 1000px !important;
  padding: 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
/* Hide all steps by default: */
.tab {
  display: none;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #ff9901;
}
.step-wrap {
  display: flex;
  justify-content: space-between;

  margin: 0 auto;
  position: relative;

  padding: 15px;
  border-radius: 6px;
}

.step-wrap .step-item:not(.step-wrap .step-item:nth-child(4))::before {
  content: "";
  position: absolute;
  --line-width: calc(100% - 25px);
  width: var(--line-width);
  height: 2px;
  top: 12px;
  right: calc(0px - var(--line-width) / 2);
  background: #bbbbbb;
  opacity: 0.5;
}
.step-wrap .step-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 25%;
}
.step-wrap .step-item span {
  text-align: center;
}
.step-wrap .step-item span.step {
  color: #fff;
  line-height: 1.4;
  height: 25px;
  width: 25px;
}
.step-wrap .step-item span.text {
  width: 100%;
  padding: 4px;
}
.tab-wrap {
  margin-top: 40px;
}
.kalendarForm .tab-wrap .tab {
  display: none;
}
.fc table {
  margin: 0;
}
.fc-day-other {
  color: #c9cac5;
}
.fc .fc-daygrid-day.fc-day-today {
  background: #fff1f0;
}
.fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
  color: #e9b8b4;
}
.fc .fc-daygrid-event-harness {
  text-align: center;
}
.fc .fc-daygrid-event {
  display: inline-block;
  background: transparent;
  color: #000;
  border: none;
}
.fc-daygrid-block-event .fc-event-title {
  color: #000;
  font-size: 1.8em;
  font-weight: bold;
}
body .fc .fc-daygrid-day-top {
  flex-direction: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
body .fc .fc-daygrid-day-top a {
  text-decoration: none;
  color: #666;
}
body .fc .fc-day-sun .fc-daygrid-day-top a,
body .fc .fc-day-sat .fc-daygrid-day-top a {
  color: #666;
}
.fc .fc-col-header th {
  border: 2px solid transparent;
}
.fc .fc-col-header th .fc-scrollgrid-sync-inner {
  background: none;
}
.fc .fc-col-header th.fc-day-sun .fc-scrollgrid-sync-inner,
.fc .fc-col-header th.fc-day-sat .fc-scrollgrid-sync-inner {
  background: none;
}
.fc .fc-col-header th .fc-scrollgrid-sync-inner a {
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
.fc .fc-scrollgrid-liquid,
.fc .fc-scrollgrid-section.fc-scrollgrid-section-header > th {
  border: none;
}
.fc .fc-scroller-harness-liquid {
  border: 1px dashed #c6c3d5;
  margin-top: 10px;
}
.fc .fc-scrollgrid-section-liquid > td {
  border: none;
}
.fc .fc-scroller-harness-liquid .fc-scroller-liquid-absolute {
  overflow: hidden !important;
}
.fc.fc-theme-standard .fc-scrollgrid-section-body .fc-scrollgrid-sync-table td {
  border: none;
  background-clip: padding-box;
}

.fc .fc-view-harness {
  min-height: 410px;
}

.fc-day.disabled,
.fc.fc-theme-standard
  .fc-scrollgrid-section-body
  .fc-scrollgrid-sync-table
  td.fc-day-past,
.fc-day-future:not(.avaiable) {
  background: #f5f5f5;
  cursor: not-allowed;
}
.fc-day.avaiable {
  background: #ffffff;
}
.fc-daygrid-day-events {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.fc .fc-daygrid-event-harness,
.fc .fc-daygrid-event-harness .fc-event {
  width: 100%;
  height: 100%;
}
.fc-daygrid-block-event .fc-event-title {
  opacity: 0 !important;
}

.fc-day.avaiable.selected,
.fc-day.avaiable:hover {
  background: #f1a500;
  color: #fff;
  cursor: pointer;
}
body .fc-day.avaiable:hover .fc-daygrid-day-top a,
body .fc-day.avaiable.selected .fc-daygrid-day-top a {
  color: #fff;
}
td.selected .fc-daygrid-day-top a {
  color: #fff;
}

.kalendarForm .tab h2 {
  font-size: 34px;
  font-style: italic;
  text-align: center;
}
.kalendarForm .tab p {
  text-align: center;
}

.artwork-cats {
  text-align: center;
}
.artwork-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li.artwork-cat {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  line-height: 1;
  margin: 3px;
  cursor: pointer;
  text-transform: uppercase;
}
li.artwork-cat.active,
li.artwork-cat:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.artwork-anzahl {
  text-align: center;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
span.anzahl-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 3px 8px;
  cursor: pointer;
}
span.anzahl-square {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a9;
  margin: 0 3px 0 0;
  position: relative;
}

.artworks-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 500px;
  overflow-y: auto;
  justify-content: center;
}
.artwork-item {
  width: 32%;
  padding: 10px 5px;
}
.artwork-inputs {
  display: flex;
  padding: 0;
  margin: 0 0 5px 0;
}
input.describe-text {
  width: 100%;
  padding: 4px 10px;
  height: 32px;
  box-sizing: border-box;
}
span.checkbox-input {
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  margin: 0 5px 0 0;
}
.artwork-inputs input[type="checkbox"],
.kalendarForm input[type="radio"] {
  width: 0;
  height: 0;
  display: none;
}
.artwork-inputs .checkbox-input span {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #a9a9a9;
  position: relative;
}
.checkbox-input label {
  line-height: 1.3;
}
.kalendarForm .step-3 .checkbox-input span {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a9;
  position: relative;
  margin: 0 5px 0 0;
}
.artwork-img img {
  max-width: 100%;
  height: auto;
}

.artwork-inputs input[type="checkbox"]:checked + span::after,
span.anzahl-item.active .anzahl-square::after,
input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 4px;
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 11px;
  border-bottom: 5px solid #fbb900;
  border-right: 5px solid #fbb900;
}
.artwork-inputs input[type="checkbox"]:disabled + span {
  opacity: 0.2;
}
span.anzahl-item.active .anzahl-square::after,
input[type="radio"]:checked + span::after {
  left: 5px;
  bottom: 1px;
  transform: rotate(35deg);
  height: 18px;
  width: 9px;
  border-bottom: 3px solid #fbb900;
  border-right: 3px solid #fbb900;
}
.cal-msg {
  display: none;
  color: red;
}
.cal-btns {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.cal-btns button {
  background: #f1a500;
  padding: 10px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.cal-btns button:hover,
.cal-btns button:focus {
  background: #ffbc2c;
  border: none;
}
.step-1 .cal-nextBtn {
  width: 100%;
}
.form-input-row {
  margin: 0 0 40px 0;
}
.fc .fc-toolbar.fc-header-toolbar {
  background: #f1a500;
  padding: 5px 10px;
}
.fc .fc-header-toolbar .fc-toolbar-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.fc-scrollgrid-section-header .fc-scroller {
  overflow: hidden !important;
}
.fc .fc-scrollgrid table {
  width: 100% !important;
}
.fc .fc-scroller-harness-liquid {
  border: none;
  margin-top: 0;
}
.woocommerce-page
  table.shop_table
  tbody
  .product-name
  .variation
  dd.variation-Druckvorlage1 {
  clear: both;
}
.fc.fc-theme-standard .fc-scrollgrid-section-body .fc-scrollgrid-sync-table td {
  height: 16.66%;
}
.fc .fc-daygrid-body {
  width: 100% !important;
}
.kalendarForm table.fc-scrollgrid-liquid thead th {
  padding-bottom: 0.4em;
}

.kalendarForm .fc .fc-button-primary {
  background: none;
  border: none;
  box-shadow: none;
}
.kalendarForm .cal-mobile-title {
  display: none;
  font-size: 24px;
  text-align: center;
}
.kalendarForm .step-1 .cal-btns {
  justify-content: end;
  margin-top: 30px;
}
.print-num-section {
  display: none;
}
#kalendar {
  border: 1px solid #e5e5e5;
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none !important;
  outline: none !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  border: none !important;
  background: none;
  outline: none !important;
  box-shadow: none !important;
}
.fc-event-selected:before,
.fc-event:focus:before,
.fc-event-selected:after,
.fc-event:focus:after {
  content: none;
}
.fc-event-selected,
.fc-event:focus {
  box-shadow: none !important;
}

.bo-cal-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.8);
}
.bo-cal-lightbox .lightbox-wrap {
  max-width: 1000px;
  padding: 30px;
}
.bo-lightbox-content {
  position: relative;
}
.bo-lightbox-content img {
  max-width: 100%;
  max-height: 100%;
}
.bo-lightbox-close {
  color: red;
  position: absolute;
  right: -13px;
  top: -15px;
  font-size: 30px;
  line-height: 17px;
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  transform: rotate(45deg);
  cursor: pointer;
}

a.back-step3-btn {
  background: #f1a500;
  border: none;
  color: #fff !important;
  font-weight: 700;
  padding: 18px 30px;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  a.back-step3-btn {
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .e-checkout__container {
    display: flex;
    flex-wrap: wrap;
  }
  .elementor-widget-woocommerce-checkout-page
    .e-checkout__container
    .e-checkout__column.e-checkout__column-end {
    min-width: 0;
  }
}
@media only screen and (max-width: 768px) {
  form.kalendarForm {
    padding: 5px;
  }
  .artwork-item {
    width: 48%;
  }

  .kalendarForm .fc .fc-view-harness {
  }
  .kalendarForm .fc .fc-header-toolbar .fc-toolbar-title {
    font-size: 1.2em;
  }

  .kalendarForm .cal-mobile-title {
    display: block;
  }
  .step-wrap .step-item span.text {
    display: none;
  }
  .tab-wrap {
    margin-top: 10px;
  }
  .kalendarForm .tab h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 480px) {
  .artwork-item {
    width: 100%;
  }
}
