/*
|--------------------------------------------------------------------------
| Wizard
|--------------------------------------------------------------------------
*/
.cus-cart-steps {
	display: none;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
}
@media (min-width: 768px) {
	.cus-cart-steps {
		display: inline-block;
	}
}
.cus-cart-steps li {
	display: inline-block;
	position: relative;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
}
.cus-cart-steps li.active a {
	color: #65a3d8;
}
.cus-cart-steps li.active:before {
	color: #65a3d8;
	/*background: url("/includes/images/cart-step-arrow-active.svg") center center no-repeat;*/
}
.cus-cart-steps li:before {
	content: "";
	display: inline-block;
	/*background: url("/includes/images/cart-step-arrow.svg") center center no-repeat;*/
	width: 14px;
	height: 26px;
	position: absolute;
	top: 2px;
}
.cus-cart-steps li a {
	font-size: 26px;
	font-weight: bold;
	padding: 0 40px;
	line-height: 1.1;
}
.cus-cart-steps li:first-child a {
	padding-left: 0;
}
.cus-cart-steps li:first-child:before {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Bestellungen
|--------------------------------------------------------------------------
*/
@media (max-width: 767.98px) {
  .order-dashboard {
    border: 1px solid #E5E5E5;
    background-color: #FFF;
    margin-bottom: 1rem;
    padding: 15px;
  }
}
.order {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199.98px) {
  .order {
    border: 1px solid #E5E5E5;
    background-color: #FFF;
    margin-bottom: 1rem;
    padding: 15px;
  }
}
.order.orders-collapse {
  padding: 15px;
  border: 1px solid #E5E5E5;
}
@media (min-width: 1200px) {
  .order.orders-collapse {
    border-color: transparent;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.order.orders-collapse .btn .closed {
  display: inline;
}
.order.orders-collapse .btn .open {
  display: none;
}
.order.orders-collapse.open {
  border-color: #E5E5E5;
  background-color: #FFF;
  margin-bottom: 15px;
}
.order.orders-collapse.open .btn .closed {
  display: none;
}
.order.orders-collapse.open .btn .open {
  display: inline;
}
.order.orders-collapse form.readonly-modus .form-control {
  display: none;
}
.order.orders-collapse form.readonly-modus .edit-modus-btn {
  display: none;
}
.order.orders-collapse form.edit-modus .input-placeholder {
  display: none;
}
.order.orders-collapse form.edit-modus .readonly-modus-btn {
  display: none;
}
.order .form-control[type=number] {
  width: 100px;
}