.muj-karoten-animation-container,
.muj-karoten-animation-container-form {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .muj-karoten-animation-container,
  .muj-karoten-animation-container-form {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 300px) {
  .muj-karoten-animation-container,
  .muj-karoten-animation-container-form {
    display: none;
  }
}
.muj-karoten-animation-container .layer,
.muj-karoten-animation-container .fade-in,
.muj-karoten-animation-container-form .layer,
.muj-karoten-animation-container-form .fade-in {
  position: absolute;
  top: -600px;
  left: 0;
  opacity: 0;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .muj-karoten-animation-container .layer,
  .muj-karoten-animation-container .fade-in,
  .muj-karoten-animation-container-form .layer,
  .muj-karoten-animation-container-form .fade-in {
    top: -300px;
  }
}
.muj-karoten-animation-container .over-top,
.muj-karoten-animation-container-form .over-top {
  z-index: 4;
  position: relative;
}
.muj-karoten-animation-container .top,
.muj-karoten-animation-container-form .top {
  z-index: 3;
  position: relative;
}
.muj-karoten-animation-container .middle,
.muj-karoten-animation-container-form .middle {
  z-index: 2;
  position: relative;
}
.muj-karoten-animation-container .bottom,
.muj-karoten-animation-container-form .bottom {
  z-index: 1;
  position: relative;
}
.muj-karoten-animation-container .komplet-nahled,
.muj-karoten-animation-container-form .komplet-nahled {
  max-height: 600px;
  width: auto;
}

.karoten-order-box {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.karoten-order-box .d-none {
  display: none;
}
.karoten-order-box .preview-box {
  padding-bottom: 50px;
}
.karoten-order-box .preview-box .text-center {
  text-align: center;
}
.karoten-order-box .preview-box .preview-type {
  width: 70%;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .preview-box .preview-type {
    width: 100%;
    height: 185px;
  }
}
.karoten-order-box .row {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.karoten-order-box .row .order-summary {
  padding: 0px 20px;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .order-summary {
    padding: 0;
  }
}
.karoten-order-box .row .order-summary .total_order_price h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .order-summary .total_order_price h3 {
    font-size: 20px;
  }
}
.karoten-order-box .row .add-buttons {
  position: relative;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .add-buttons {
    margin-bottom: 25px;
  }
}
.karoten-order-box .row .add-buttons .vc_col-lg-4:first-child {
  padding-left: 0;
  float: left;
}
.karoten-order-box .row .add-buttons .vc_col-lg-4:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  float: left;
  text-align: center;
}
.karoten-order-box .row .add-buttons .vc_col-lg-4:nth-child(2) div {
  color: #fff;
  background-color: #f29e37;
  border-color: #f29e37;
}
.karoten-order-box .row .add-buttons .vc_col-lg-4:last-child {
  padding-right: 0;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .add-buttons .vc_col-lg-4:last-child {
    text-align: center;
  }
}
.karoten-order-box .row .add-buttons .vc_col-lg-4:last-child div {
  color: #fff;
  background-color: #f29e37;
  border-color: #f29e37;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .add-buttons .vc_col-lg-4 {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.karoten-order-box .row .add-buttons .add-item-to-order {
  float: left;
  margin-right: 10px;
  color: #fff;
  background-color: #85b935;
  border-color: #85b935;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .add-buttons .add-item-to-order {
    width: 100%;
    float: left;
  }
}
.karoten-order-box .row .add-buttons .add-cart-status {
  position: absolute;
  left: 0;
  bottom: -70px;
  padding: 5px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .add-buttons .add-cart-status {
    bottom: -50px;
  }
}
.karoten-order-box .row .add-buttons .add-cart-status.success {
  color: #85b935;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.karoten-order-box .row .add-buttons .add-cart-status.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.karoten-order-box .row .go-to-checkout a,
.karoten-order-box .row .go-to-new a {
  color: #fff;
}
.karoten-order-box .row .product-single-price {
  margin-top: 10px;
  float: right;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .product-single-price {
    width: 100%;
    float: left;
  }
}
.karoten-order-box .row .product-single-price h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .row .product-single-price h3 {
    font-size: 20px;
  }
}
.karoten-order-box .row .product-single-price h6 {
  text-align: right;
}
.karoten-order-box .row .form-group.has-error .input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.karoten-order-box .row .form-group.has-error .help-block {
  font-size: 12px;
  position: relative;
  top: -9px;
}
.karoten-order-box .row .karoten-order-status {
  text-align: center;
}
.karoten-order-box .row .karoten-order-status > div {
  padding: 15px 0;
  margin-bottom: 15px;
}
.karoten-order-box .row .karoten-order-status .success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.karoten-order-box .row .karoten-order-status .error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.karoten-order-box #karoten-custom-item {
  margin-bottom: 25px;
}
.karoten-order-box #karoten-custom-item .eltdf-btn {
  cursor: pointer;
}
.karoten-order-box .order-summary .shop_table {
  margin-top: 26px;
  margin-bottom: 20px;
}
.karoten-order-box .order-summary .eltdf-woocommerce-page {
  margin-top: 40px;
  margin-bottom: 20px;
}
.karoten-order-box .order-summary .responsive-table {
  overflow-y: scroll;
}
.karoten-order-box .karoten-order-form {
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .karoten-order-box .karoten-order-form .eltdf-btn {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */