.thumb-select {
  max-width: 300px;
  height: auto;
}

.thumb {
  width: 100%;
  transition: 0.3s filter;
  height: 100%;
  bottom: 70px;
}

.flex {
  display: flex;
}

.smaller-heading {
  font-size: 21px !important;
}

.bigger-heading {
  font-size: 28px;
  line-height: 21px;
}

.preview-wrapper {
  filter: blur(0px);
  transition: 0.3s all;
}

.blurred {
  filter: blur(2px);
}

.thumb {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-thumb {
  position: relative;
}

.selectionContainer {
  position: relative;
  top: 530px;
}

.night-section {
  position: fixed;
  right: 10%;
  top: 30px;
}

.disabled {
  color: gray;
}

.activeSection {
  color: red;
}

/** Swiper */
.swiper {
  margin: 0;
}

.custom-upload-btn {
  transition: 0.3s all;
}
.custom-upload-btn:hover {
  transform: scale(1.05);
}

.fk_main_menu_calc_wrapper {
  max-height: 40px;
  position: relative;
  overflow: hidden;
}
.fk_main_menu_calc_wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0), rgb(248, 248, 248) 90%);
  width: 100%;
  height: 60px;
}

.dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog .dialog-btns .btn-custom {
  margin-right: 15px;
}

.second-section-box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}/*# sourceMappingURL=konfigurator.css.map */