/* Page */

.konfigurator-master {
  overflow: hidden;
}

.produkt-konfigurator {}

.produkt-konfigurator-page {}

.konfigurator-header {
  background-color: #DADADA;
  padding: 25px 15px;
}

.konfigurator-title {
  text-decoration-color: #004494;
  padding-bottom: 10px;
}

.konfigurator-page-question {
  padding-bottom: 15px;
  font-size: 20px;
}

.konfigurator-subtitle {}

.konfigurator-page-title {
  text-decoration-color: #004494;
  padding-bottom: 15px;
}

.konfigurator-page-title h2 {
  display: inline;
}

.konfigurator-page-title button {
  min-width: 100px;
}

.konfigurator-page-description {
  padding: 15px 0px;
  font-size: 16px;
  line-height: 30px

}

.element-wraper {
  padding: 15px;
  display: table;
  width: 100%;
}

/* Navigation */

.konfigurator-nav {
  padding: 5px 0px;
  margin: 10px 0px;
  /* background: #fff; */
  /* border: 1px solid grey; */
  min-height: 30px;
}

.konfigurator-nav .active {
  color: #004494;
  font-weight: bold;
  /* text-decoration: underline; */
}

.konfigurator-page-point .nav-dot {
  text-align: center;
  padding-top: 10px;
}

.konfigurator-page-point .nav-dot::after {
  content: '';
  height: 25px;
  width: 25px;
  /* color: #004494; */
  border: 1px solid #004494;
  /* border-color: #004494; */
  /* background-color: red; */
  /* font-size: 10px; */
  border-radius: 50%;
  display: inline-block;
}

.konfigurator-page-point.active .nav-dot::after {
  content: '';
  height: 25px;
  width: 25px;
  /* color: #004494; */
  border: 1px solid #004494;
  /* border-color: #004494; */
  background-color: #004494;
  /* font-size: 10px; */
  border-radius: 50%;
  display: inline-block;
}

.konfigurator-page-point .active::after {
  content: '';
  height: 25px;
  width: 25px;
  color: #004494;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.konfigurator-page-point {
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  color: #004494;
  text-align: center;
}

.konfigurator-counter {
  display: inline-block;
  padding: 0px 10px;
}

/* Input */

.konfigurator-element {
  /* width: 25%;
  display: inline-block; */
  /* align-self: flex-start;
    flex: 1; */
  /* display: table-cell; */
  width: calc(25% - 40px);
  margin: 0px 40px 40px 0px;
  display: inline-block;
  /* text-align: center; */
  position: relative;
  padding: 10px;
  background: #DADADA;
}

.element-subbox {
  background-color: #DADADA;
  padding: 5px;
  min-height: 150px;
}

.element-input {
  float: left;
}

.element-info {
  float: right;
}

.owl-item .info-point,
.info-point {
  width: 25px !important;
  /* float: right; */
}

.wishlist-multi {
  float: right;
}

.wishlist-multiamount-modal {
  display: none;
}

.modal-text {
  padding: 20px 0px;
}

.wishlist-ok-wraper {
  text-align: center;
}

.wishlist-modal-image {
  width: 50% !important;
}

.wishlist-multiamount-wrapper .konfigurator-buttons button {
  min-width: 210px;
  ;
  margin-bottom: 15px;
}

.konfigurator-checkbox img {
  cursor: pointer;
  /* padding: 15px;
  display: table;
  width: 100%; */
  /* text-align: center; */
}

.konfigurator-select {
  position: relative;
}

.konfigurator-select select {
  width: 100%;
}

.select-wraper {
  bottom: 50px;
  /* left: 0; */
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.konfigurator-radio {
  cursor: pointer;
}

/* All Elements */

.element-input input {
  margin-right: 10px;
}

.element-text {
  line-height: 22px;
}

.element-info img {
  cursor: pointer;
}

/* Buttons */

.konfigurator-buttons {
  width: 100%;
}

.konfigurator-buttons button {
  min-width: 100px;
}

.konfigurator-prev.button,
.konfigurator-restart.button {
  padding-right: 0px;
}

.konfigurator-prev.button:after,
.konfigurator-restart.button:after {
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
  right: unset;
}

.konfigurator-prev {
  float: left;
  display: none;
}

.konfigurator-next {
  float: right;
}

.konfigurator-restart {
  float: right;
}

.components-wraper {
  display: table;
  vertical-align: middle;
  /* width: 100%; */
}

.components-wraper .element-input,
.components-wraper .accessory-image,
.components-wraper .accessory-text-wraper,
.components-wraper .element-info {
  padding: 20px;
}

.components-wraper .element-info {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.accessory-wraper {
  display: table-row;
  vertical-align: middle;
  width: 100%;
}

.accessory-wraper input {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  margin-right: 20px;
}

.accessory-wraper .element-input {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.accessory-required,
.accessory-additional {
  font-size: 20px;
  line-height: 30px;
  color: #58585a;
  font-weight: bold !important;
  padding-bottom: 10px !important;
}

.accessory-for {
  padding-bottom: 15px;
}

/* 
.accessory-additional {

} */

.accessory-image,
.accessory-input {
  display: table-cell;
  vertical-align: middle;
}

.accessory-text-wraper {
  display: table-cell;
  vertical-align: middle;
}

.accessory-wraper .article_detail_button {
  display: table-cell;
  vertical-align: middle;
}

.select-input {
  background-color: #fff;
  min-height: 50px;
  font-size: 18px;
  color: #004494;
  padding-left: 10px;
}

input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox]+label {
  font-weight: 300;
  background-image: url(../images/check-box.jpg);
  background-size: 20px;
  padding-left: 30px;
  display: inline-block;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:checked+label {
  background-image: url(../images/check-box-check.jpg);
}

input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio]+label {
  font-weight: 300;
  background-image: url(../images/radio-button.png);
  background-size: 20px;
  padding-left: 30px;
  display: inline-block;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio]:checked+label {
  background-image: url(../images/radio-button-check.png);
}

.input-label {
  font-size: 18px;
  color: #004494;
}

.konfigurator-layouter {
  /* display: flex;
    flex-flow: row nowrap; */
  /* display:table; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-overlay {
  background-color: black !important;
  background-image: none !important;
  opacity: 0.5 !important;
  z-index: 1260;
}

/******
TestAreal Slider Range Carousel
******/

input[type='range'] {
  box-sizing: border-box;
  border: 0px solid transparent;
  padding: 0px;
  margin: 0px;
  width: 210px;
  height: 50px;
  cursor: pointer;
  background-size: 122px 25px;
  font-size: 16px;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 200px;
  height: 5px;
  border-radius: 2px;
  background: #777;
}

input[type='range']::-moz-range-track {
  box-sizing: border-box;
  width: 200px;
  height: 5px;
  border-radius: 2px;
  padding: 0px;
  background: #777;
}

input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 20px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid;
  background: #EEE;
}

input[type='range']::-ms-track {
  box-sizing: border-box;
  width: 210px;
  height: 5px;
  border-radius: 2px;
  padding: 0px;
  background: #777;
  color: #777;
}

input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 20px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid;
  margin-top: -8px;
  background: #EEE;
}

input[type='range']::-ms-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 20px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid;
  background: #EEE;
}

input[type="range"]::-ms-fill-lower {
  background: transparent;
}

input[type='range']:focus {
  outline: none;
}

/*input[type='range']:after{
  position: absolute;
  content: '20 40 60 80';
  padding: 25px 4035px;
  word-spacing: 20px;
  left: 0px;
  top: 0px;
}*/

.container:after {
  position: absolute;
  color: #777;
  content: '20 40 60 80';
  padding: 40px;
  word-spacing: 20px;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.container {
  padding: 0px;
  position: relative;
}

/* Just for demo */

output {
  display: block;
  margin-top: 20px;
  color: #777;
}

output:before {
  content: "Selected Value: ";
  font-weight: bold;
}

body {
  font-family: Calibri, Arial;
}

#slider2 {
  width: 100%;
}

.steps-2 {
  border: 1px solid transparent;
  /*follows #slider2 style for sizing purposes */
  /* width: 800px;  */
  position: relative;
  height: 30px;
}

.tick {
  border: 1px solid transparent;
  /*follows slide handle style for sizing purposes*/
  position: absolute;
  width: 1.2em;
  margin-left: -.6em;
  text-align: center;
  left: 0;
}

.slider-wraper {
  width: 85%;
  padding: 45px 0px;
  margin: 0 auto;
}

.slider-subelement .element-text {
  position: absolute;
  bottom: 15px;
}

.ui-slider-handle {
  left: 0%;
  border: 1px solid rgb(0, 68, 148) !important;
  border-radius: 25px !important;
  width: 25px !important;
  height: 25px !important;
  background: rgb(0, 68, 148) !important;
}

.ui-widget.ui-widget-content {
  width: 100%;
  border: 1px solid #fff !important;
  border-radius: 0;
  height: 1px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.8em !important;
  margin-left: -.8em !important;
}

.ui-slider::after {
  content: '';
  height: 20px;
  width: 20px;
  border: 2px solid #004494;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: 1;
}

.ui-slider::before {
  content: '';
  height: 20px;
  width: 20px;
  border: 2px solid #004494;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}

.restricted-country {
  margin-top:10px;
  color: red;
}

@media (max-width: 1000px) {
  .konfigurator-element {
    width: calc(33% - 40px);
    margin: 20px 20px 20px 20px;
  }
  /* .konfigurator-layouter .konfigurator-element:first-child {
    margin: 20px 20px 20px 20px;
  } */
  /* .konfigurator-layouter .konfigurator-element:last-child {
    margin: 20px 20px 20px 20px;
  } */
  .produkt-konfigurator {
    padding: 0px 20px;
  }
  .konfigurator-nav {
    padding: 0px 20px;
  }
}

@media (max-width: 750px) {
  .konfigurator-element {
    width: calc(50% - 40px);
    margin: 20px 20px 20px 20px;
  }
}

@media (max-width: 500px) {
  .konfigurator-element {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
  .components-wraper {
    display: block;
  }
  .accessory-wraper {
    display: block;
    /* border-bottom: 1px solid #58585a; */
  }
  .accessory-wraper .element-input {
    display: block;
  }
  .accessory-wraper img {
    max-width: unset;
  }
  .all-chosen-wraper .accessory-input {
    display: block;
  }
  .all-chosen-wraper .accessory-input input {
    width: 150px;
  }
  .all-chosen-wraper .accessory-image {
    padding-left: 0px;
  }
  .all-chosen-wraper .accessory-text-wraper {
    padding-left: 0px;
  }
  .all-chosen-wraper .accessory-title {
    color: #004494;
    padding-bottom: 10px;
  }
  .konfigurator-page-point .nav-dot {
    padding-top: 5px;
  }
  .konfigurator-page-point {
    padding-bottom: 10px;
  }
  .konfigurator-page-point .nav-dot::after {
    height: 15px;
    width: 15px;
  }
  .konfigurator-page-point.active .nav-dot::after {
    height: 15px;
    width: 15px;
  }
  .konfigurator-page-title h2 {
    font-size: 22px;
  }
}
