.quform {
  font-family: "Satoshi", sans-serif;
}
.quform_admin_page_forms_edit .quform {
  font-family: "Satoshi";
}

.quform-page-progress {
    margin-bottom: 0px;
}

.quform-label {
  display: none;
}


.quform-option {
  transition: 0.2s transform;
}
.quform-option:active {
    transform: scale(0.9);
}

.step-current::after {
  content: '';
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f7f9ff;
  clear: both;
}

.js-back-button {
  cursor: pointer;
}
.js-start-button {
  cursor: pointer;
}

.quform-page-26 .quform-input-radio .quform-option .quform-option-label {
  -webkit-user-select: none;
}
.quform-page-26 .quform-input-checkbox .quform-option .quform-option-label,
.quform-page-292 .quform-input-checkbox .quform-option .quform-option-label {
  display: flex;
  align-items: center;
  padding-left: 0;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  -webkit-user-select: none;
}
.quform-page-26 .quform-input-checkbox .quform-option .quform-option-label,
.quform-page-292 .quform-input-checkbox .quform-option .quform-option-label {
  margin-bottom: 20px;
  border-radius: 4px;
}
.quform-page-26 .quform-input-checkbox .quform-option .quform-option-label .quform-option-text,
.quform-page-292 .quform-input-checkbox .quform-option .quform-option-label .quform-option-text {
  padding-left: 65px;
  display: block;
  line-height: 1;
}
.quform-page-26 .quform-input-checkbox .quform-option .quform-option-label .quform-option-text span,
.quform-page-292 .quform-input-checkbox .quform-option .quform-option-label .quform-option-text span {
  display: block;
  font-size: 12px;
  color: #808489;
  margin-top: 3px;
}


@media only screen and (max-width: 600px) {
  .quform-page-26 .quform-input-radio .quform-option {
    padding: 0 3px !important;
  }
  .quform-page-26 .quform-input-radio .quform-option .quform-option-label {
    padding: 8px 2px !important;
  }
  .quform-page-26 .quform-input-checkbox .quform-option .quform-option-label .quform-option-text,
  .quform-page-292 .quform-input-checkbox .quform-option .quform-option-label .quform-option-text {
    font-size: 16px;
  }
  .quform-page-26 .quform-input-checkbox .quform-option .quform-option-label,
  .quform-page-292 .quform-input-checkbox .quform-option .quform-option-label {
    width: 100%;
  }
}


/*
@media only screen and (max-width: 767px) {
	.quform-input-radio .quform-option .quform-option-label {
		width: 100%;
		height: 70px;
		background-position: 20px center;
    	background-size: auto 35px !important;
	}
	.quform-input-radio .quform-option .quform-option-text {
  		align-items: center;
		font-size: 18px !important;
		top: 50%;
		transform: translateY(-50%);
	}
	.quform-input-radio .quform-option {
		width: 100%;
	}
	.quform-options-inline > .quform-option {
		padding: 0 0 10px !important;
	}
}
*/

.quform-option-text a {
	color: #2f3850;
}

.quform-button-back {
  display: none;
}

.quform-element-submit.quform-button-width-full>.quform-button-next-default {
  clear: both;
  width: 100% !important;
}

.quform-element-submit.quform-button-width-full>.quform-button-submit-default {
  clear: both;
  width: 100% !important;
}

.benefit_footer {
	max-width: 450px;
	margin: 0 auto;
}
.benefit-check::before {
    content: '';
    background: url(/wp-content/uploads/2022/07/check.svg);
    position:absolute;
    top: 10px;
    left: -10px;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
}

.fragebogen_container {
	background-color: #fff;
	margin: 40px 100px !important;
	padding: 30px 60px;
	border-radius: 25px;
	min-height: 400px;
}

@media only screen and (max-width: 1199px) {
	.fragebogen_container {
		margin: 40px 0px !important;
		padding: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.fragebogen_container {
		padding: 25px;
	}
	.benefit_footer {
		max-width: 400px;
	}
}

@media only screen and (max-width: 600px) {
  .header_steps {
  }
  .header_steps .mobile-hidden {
    display: none;
  }
}

/* Range Slider */
.rangeslider__fill {
    background: #0f14bd;
}
.rangeslider__handle,
.rangeslider__handle:focus,
.rangeslider__handle:active {
	border: 2px solid #0e13bd;
	background: #fff;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 22px;
	color: #2f3850;
  	min-width: 62px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.rangeslider__handle:after {
	display: none;
}


/* Formular Checkbox */
.quform-page-196 .quform-option:active {
  transform: none;
}
.quform-page-196 .quform-option input[type="checkbox"]::before,
.quform-page-196 .quform-option input[type="checkbox"]::after {
	content: initial;
}
.quform-page-196 .quform-option input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  color: #232F66;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #d2d6dc;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%) !important;
  cursor: pointer;
}
.quform-page-196 .quform-option input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: #2B5BD9;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.quform-page-196 .quform-option input[type="checkbox"]:checked:focus {
  border-color: transparent;
}
.quform-page-196 .quform-option input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgb(164 202 254 / 45%) !important;
  border-color: #a4cafe;
}

.quform-page-196 .quform-options {
    justify-content: start !important;
}

.quform-error > .quform-error-inner { 
	background-color: transparent;
	color: #c41324;
	border-color: ;
	border: 0;
	box-shadow: none;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	font-weight: 400;
}

.quform-page-26 input[type=checkbox],
.quform-page-26 input[type=radio],
.quform-page-292 input[type=checkbox],
.quform-page-292 input[type=radio] {
    display: none;
}

.quform-page-196 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #484848;
}
.quform-page-196 ::-moz-placeholder { /* Firefox 19+ */
  color: #484848;
}
.quform-page-196 :-ms-input-placeholder { /* IE 10+ */
  color: #484848;
}
.quform-page-196 :-moz-placeholder { /* Firefox 18- */
  color: #484848;
}