.uacf7-multisetp-form h3 {
	text-align: center;
	margin-bottom: .5rem;
	font-size: 2.5rem !important;
}

.uacf7-multisetp-form h3 + p {
	text-align: center;
	margin-bottom: 4rem;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	.uacf7-multisetp-form h3 {
		font-size: 1.25rem  !important;
	}
	.uacf7-multisetp-form h3 + p {
		font-size: 1rem;
	}
}

.steps-row.setup-panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.steps-form .steps-row .steps-step a {
	color: #FFF;
}

.steps-form .steps-row .steps-step .btn {
	width: 80px;
	height: unset;
	border: none;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-family: 'Poppins';
	background-color: var(--e-global-color-accent) !important;
}

.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active,
.steps-form .steps-row .steps-step .btn:hover {
	background-color: var(--e-global-color-f5ef5df) !important;
}

.wpcf7-list-item.first {
	margin: 0;
}

.uacf7-next, .uacf7-prev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.75em 0.9em 0.75em 0.9em;
	border: none;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	background-color: var(--e-global-color-accent);
	color: #FFF;
}

.uacf7-next {
	margin-left: auto;
}

.uacf7-prev {
	margin-right: auto;
}

.uacf7-next:hover, .uacf7-prev:hover,
.uacf7-next:focus, .uacf7-prev:focus  {
	background-color: var(--e-global-color-f5ef5df);
}

.uacf7-next:focus-visible, .uacf7-prev:focus-visible {
	outline: solid 2px #242424;
}

.uacf7-next i {
	font-size: 14px;
	margin-left: 10px;
}

.uacf7-prev i {
	font-size: 14px;
	margin-right: 10px;
}

.uacf7-step > .uacf7-row + p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	margin: 0;
	bottom: -28px;
	right: -12px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.steps-form .steps-row .steps-step {
	height: 44px;
}

.steps-form .steps-row::before {
	top: 22px;
}

#progressbar {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.progress-bar-container {
	position: relative;
	height: 10px;
	background-color: #F3F3F4;
}

.progress-bar {
	position: absolute;
	height: 100%;
	background-color: var(--e-global-color-primary);
	width: 0%;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.progress-indicator {
	margin-bottom: 2.5rem;
}

.progress-step-indicator {
	position: absolute;
	top: -15px;
	left: 0;
	padding: .5em .75em;
	background-color: var(--e-global-color-primary);
	color: white;
	font-weight: 600;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
	white-space: nowrap;
}

.label-branche {
	color:#808080;
	font-size: 15px;
}

.uacf7-step > p:not(h3 + p) {
	margin-top: 4rem;
}

.wpcf7-not-valid-tip {
	text-align: center;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(5) .wpcf7-not-valid-tip {
	text-align: left;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) .wpcf7-not-valid-tip,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) .wpcf7-not-valid-tip,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) .wpcf7-not-valid-tip {
	-webkit-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
}

.wpcf7-form-control-wrap[data-name="Anfragetyp"],
.wpcf7-form-control-wrap[data-name="datenschutz"] {
	margin-bottom: unset;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) input,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) input,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) input {
	display: none;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) .wpcf7-list-item label,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) .wpcf7-list-item label,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) .wpcf7-list-item label {
	display: block;
	text-align: center;
	cursor: pointer;
	height: 300px;
	width: 300px !important;
	position: relative;
	margin-bottom: -30px;
	border-color: #F3F3F4;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease; 
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) .wpcf7-list-item label .wpcf7-list-item-label,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) .wpcf7-list-item label .wpcf7-list-item-label,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) .wpcf7-list-item label .wpcf7-list-item-label {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 0;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: .5rem;
	-webkit-box-shadow: 0 0 0 2px transparent;
	        box-shadow: 0 0 0 2px transparent;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
}
@media screen and (max-width: 767px) {
	.uacf7-form-1884 .uacf7-step:nth-of-type(2) .wpcf7-list-item label .wpcf7-list-item-label,
	.uacf7-form-1884 .uacf7-step:nth-of-type(3) .wpcf7-list-item label .wpcf7-list-item-label,
	.uacf7-form-1884 .uacf7-step:nth-of-type(4) .wpcf7-list-item label .wpcf7-list-item-label {
		font-size: 1rem  !important;
	}
}
.wpcf7-form-control-wrap[data-name="Getraenkeautomat"] .wpcf7-list-item,
.wpcf7-form-control-wrap[data-name="Getraenkeart"] .wpcf7-list-item,
.wpcf7-form-control-wrap[data-name="Wasseranschluss"] .wpcf7-list-item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 75%;
	-o-background-size: 75%;
	background-size: 75%;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.wpcf7-form-control-wrap[data-name="Getraenkeautomat"] .wpcf7-list-item:nth-child(1) {
	background-image: url('./img/standgeraete.png');
	background-position-x: 34%;
}
.wpcf7-form-control-wrap[data-name="Getraenkeautomat"] .wpcf7-list-item:nth-child(2) {
	background-image: url('./img/wandmontage.png');
}
.wpcf7-form-control-wrap[data-name="Getraenkeautomat"] .wpcf7-list-item:nth-child(3) {
	background-image: url('./img/einbau.png');
}

.wpcf7-form-control-wrap[data-name="Getraenkeart"] .wpcf7-list-item:nth-child(1) {
	background-image: url('./img/mineral-wasser-still.jpg');
	-webkit-background-size: 75% 75%;
	     -o-background-size: 75%;
	        background-size: 75%;
}
.wpcf7-form-control-wrap[data-name="Getraenkeart"] .wpcf7-list-item:nth-child(2) {
	background-image: url('./img/mineral-wasser-laut.jpg');
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.wpcf7-form-control-wrap[data-name="Getraenkeart"] .wpcf7-list-item:nth-child(3) {
	background-image: url('./img/wasser-laut.jpg');
	-webkit-background-size: 56% 56%;
	     -o-background-size: 56%;
	        background-size: 56%;
}

.wpcf7-form-control-wrap[data-name="Wasseranschluss"] .wpcf7-list-item:nth-child(1) {
	background-image: url('./img/festwasseranschluss.jpg');
}
.wpcf7-form-control-wrap[data-name="Wasseranschluss"] .wpcf7-list-item:nth-child(2) {
	background-image: url('./img/gallone-pumpe.jpg');
}

.wpcf7-form-control-wrap[data-name="Getraenkeautomat"],
.wpcf7-form-control-wrap[data-name="Getraenkeart"],
.wpcf7-form-control-wrap[data-name="Wasseranschluss"] {
	width: 100%;
}

.wpcf7-form-control-wrap[data-name="Getraenkeautomat"] .wpcf7-form-control,
.wpcf7-form-control-wrap[data-name="Getraenkeart"] .wpcf7-form-control,
.wpcf7-form-control-wrap[data-name="Wasseranschluss"] .wpcf7-form-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) input:checked + .wpcf7-list-item-label,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) input:checked + .wpcf7-list-item-label,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) input:checked + .wpcf7-list-item-label {
	-webkit-box-shadow: 0 0 0 2px var(--e-global-color-primary);
	        box-shadow: 0 0 0 2px var(--e-global-color-primary);
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) input:checked + .wpcf7-list-item-label::after,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) input:checked + .wpcf7-list-item-label::after,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) input + .wpcf7-list-item-label::before,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) input + .wpcf7-list-item-label::before,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) input + .wpcf7-list-item-label::before {
	opacity: 0;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) input:checked + .wpcf7-list-item-label::before,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) input:checked + .wpcf7-list-item-label::before,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) input:checked + .wpcf7-list-item-label::before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	right: .5rem;
	-webkit-border-radius: 100px;
	        border-radius: 100px;
	top: .5rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	font-size: 1.5rem;
	text-align: center;
	color: var(--e-global-color-primary);
	opacity: 1;
}

/* Smooth box shadow on hover */
.uacf7-form-1884 .uacf7-step:nth-of-type(2) .wpcf7-list-item-label::after,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) .wpcf7-list-item-label::after,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
			box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.uacf7-form-1884 .uacf7-step:nth-of-type(2) .wpcf7-list-item-label:hover::after,
.uacf7-form-1884 .uacf7-step:nth-of-type(3) .wpcf7-list-item-label:hover::after,
.uacf7-form-1884 .uacf7-step:nth-of-type(4) .wpcf7-list-item-label:hover::after {
	opacity: 1;
}

#\31 884step-4 {
	background-color: #F3F3F4;
	padding: 2rem;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

@media screen and (max-width: 1024px) {
	.uacf7-col-12 .wpcf7-form-control {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.wpcf7-list-item {
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		margin: 2rem 0 !important;
	}
	.wpcf7-list-item:first-child {
		margin-top: 0 !important;
	}
	.wpcf7-list-item:last-child {
		margin-bottom: 0 !important;
	}
	#\31 884step-4 {
		padding: 1rem;
	}
	.wpcf7-form-control-wrap[data-name="Anfragetyp"] .wpcf7-list-item {
		margin: 0 !important;
	}
	.wpcf7-form-control-wrap[data-name="Anfragetyp"] .wpcf7-list-item.last {
		padding-left: 1rem;
	}
	.uacf7-step.step-end h3 + p {
		margin-bottom: 2rem !important;
	}
}

.wpcf7-form-control-wrap[data-name="fullname"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="company"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="plz-ort"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="phone"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="email"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="captcha"] .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form-control-wrap[data-name="Anfragetyp"] .wpcf7-not-valid-tip {
	position: absolute;
    white-space: nowrap;
	bottom: -20px;
}

div#\31 884step-4 .wpcf7-form-control-wrap input {
	/* border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent; */
	outline: 2px solid transparent;
}

.wpcf7-form-control-wrap input.invalid-input,
.wpcf7-form-control-wrap[data-name="fullname"] .wpcf7-not-valid,
.wpcf7-form-control-wrap[data-name="company"] .wpcf7-not-valid,
.wpcf7-form-control-wrap[data-name="plz-ort"] .wpcf7-not-valid,
.wpcf7-form-control-wrap[data-name="phone"] .wpcf7-not-valid,
.wpcf7-form-control-wrap[data-name="email"] .wpcf7-not-valid,
.wpcf7-form-control-wrap[data-name="captcha"] .wpcf7-not-valid {
	outline: 2px solid #dc3232 !important;
	border-bottom: 2px solid #dc3232 !important;
}