.steps-form .steps-row .steps-step .btn-circle {
	padding: 20px!important;
	line-height: 5px!important;
	text-align: center!important;
	background-color: #FFF;
}

a[title-id=".step-1"],
a[title-id=".step-2"],
a[title-id=".step-3"],
a[title-id=".step-4"]
{
    text-indent: -9999px; /* Text ausblenden */
    overflow: hidden; /* Textverlauf ausblenden */
    display: inline-block; /* Blockeigenschaften für Links */
}

a[title-id=".step-1"] {
	background: url(/wp-content/uploads/2024/07/haus-icon-form.png);
	background-size: cover;
}
a[title-id=".step-2"] {
	background: url(/wp-content/uploads/2024/07/ort-icon-form-1.png);
	background-size: cover;
}
a[title-id=".step-3"] {
	background: url(/wp-content/uploads/2024/07/kontakt-icon-form-1.png);
	background-size: cover;
}
a[title-id=".step-4"] {
	background: url(/wp-content/uploads/2024/07/sonstiges-icon-form-1.png);
	background-size: cover;
}

.steps-form .steps-row .steps-step p {
	font-size: 20px;
	color: #ec661b;
	margin-top:20px;	
}
.uacf7-step.step-content {
	display:flex;
	justify-content: center;
	flex-direction: column;
}
.uacf7-step.step-content.step-start {
	display:flex;
	justify-content: center;
	flex-direction: column;
}
.uacf7-step.step-content p {
	display: flex;
	justify-content: flex-end;
	padding-right: 3%;
}

@media (max-width: 1000px) {
.uacf7-step.step-content p {
	justify-content: center;
	padding-right: 0;
	}
	.uacf7-step.step-content .wpcf7-spinner {
	order: 2;
	}
}

.wpcf7-select {
	border: 1px solid #FF6500;
	border-radius: 5px;
	background-color: #FFF;
	cursor: pointer;
}
.border-gsorange {
	border-color: #FF6500
}
.submit-form-btn .custom-bg-submit:hover {
	background-color: #FFF;
	color: #FF6500;
}
.custom-bg-submit {
	background-color: #55BF21;
    color: white;
	text-align: center;
	display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 17px 24px;
    border: none;
    border-radius: 5px;
	transition: all 0.3s ease-in;
}
.custom-file-upload{
    color: white;
	background-color: #FF6500;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 12px 18px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in;
}

.wpcf7 form .wpcf7-response-output{
	padding: 15px;
	text-align: center;
	margin: 20px 0!important;
	font-size: 1.125rem;
	font-weight: bold;
}

.custom-file-upload:hover{
	background-color: #FFF !important;
  	color: #FF6500 !important;
}