@charset "utf-8";
/* CSS Document */
@media (max-width: 1200px) {
  .jconfirm .jconfirm-box-container {
    width: 80% !important;
}
@media (max-width: 768px) {
  .jconfirm .jconfirm-box-container {
    width: 100% !important;
  }
}

}
.jconfirm .form_bewertung{
  padding: 20px;
}
.jconfirm .form_bewertung h2 {
  margin-bottom: 30px;
  text-align: left;
}
.jconfirm .form_bewertung .form-group {
  display: flex;
  margin-top: 80px;
}
.jconfirm .form_bewertung .form-label {
  width: 40%;
  font-weight: bold;
}
.jconfirm .form_bewertung .form-input.slider {
  width: 60%;
}
@media (max-width: 992px) {
  .jconfirm .form_bewertung .form-group {
    display: block;
    margin-top: 20px;
  }
  .jconfirm .form_bewertung .form-label {
    width: 100%;
  }
  .jconfirm .form_bewertung .form-input.slider {
    width: 100%;
    margin-top: 40px;
  }
}
label {
	font-size: 20px;
}
.range {
  position: relative;
}
.range input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 80%;
  height: 22px;
  cursor: pointer;
  display: block;
}
.range input[type=range]:focus {
  outline: none;
}
.range input[type=range][disabled] {
  opacity: 0.3;
  cursor: default;
}
input[type=range]:not(:placeholder-shown):valid {
	border: none !important;
}
.range .rangeslider {
  position: relative;
  height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.range .rangeslider:before {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.range input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}
.range input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}
.range input::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  color: transparent;
  padding: 11px 0;
  background: transparent;
  border-color: transparent;
}
.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
}
.range input::-ms-fill-lower {
  background: #60cd18;
}
.range .rangeslider-fill-lower {
  background-color: #60cd18;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  will-change: width;
}
.range input::-webkit-slider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transform: translateY(-50%);
  margin-top: 2px;
}
.range input::-moz-range-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
}
.range input::-ms-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
}
.range .rangeslider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
  position: absolute;
  touch-action: pan-x;
  top: 50%;
  transform: translateY(-50%);
  will-change: left;
}
.range .range-output {
  position: absolute;
  left: 6px;
  top: 6px;
  transform-origin: 0 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.range .range-output .output {
  display: block;
  position: absolute;
  height: 40px;
  line-height: 40px;
  min-width: 32px;
  padding: 0 20px;
  top: -15px;
	left: 6px;
  transform: translate(-50%, -100%);
  background: #383c42;
	background: hsl(0deg 93% 44%);
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
@media (max-width: 992px) {
  .range input[type=range] {
    width: 100%;
  }
  .range .range-output .output {
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    padding: 0 10px;
    font-size: 1em;
  }
}

/*.range .range-output .output:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  border: 10px solid;
	border-color: hsl(105,99%,34%);
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}*/
.jconfirm .jconfirm-content {
  overflow: hidden !important;
}
.jconfirm .form_bewertung h4 {
  margin-top: 50px;
  text-align: left;
}
.jconfirm .form_bewertung #rating-diagramm {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.jconfirm .form_bewertung #rating-diagramm img {
  width: 100%;
}
#rating-diagramm .matrix-output {
  display: none;
  position: relative;
  transform-origin: 0 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#rating-diagramm .matrix-output .output {
  display: block;
  height: 20px;
  line-height: 24px;
  width: 20px;
  padding: 0;
  transform: translate(-50%, -100%);
  background: #383c42;
	background: hsl(0deg 93% 44%);
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}


