.form-identifier-funnelKonfiguratoranfrage-771 {
	min-height: 70vh;
}

#funnelKonfiguratoranfrage-771 {
	position: relative;
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 3rem 0 rgba(0,0,0,.1);
}

#funnelKonfiguratoranfrage-771 fieldset .frame-type-html {
	padding: 0;
}

#funnelKonfiguratoranfrage-771 fieldset {
	display: none;
}

#funnelKonfiguratoranfrage-771  #funnelKonfiguratoranfrage-771-fieldset-1 {
	display: block;
}

#funnelKonfiguratoranfrage-771 .form-actions {
	display: none;
}

#funnelKonfiguratoranfrage-771 fieldset legend {
	color: #b40019;
	font-weight: 600;
	text-align: center;
}

#funnelKonfiguratoranfrage-771 .input.checkbox .inputs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

#funnelKonfiguratoranfrage-771 .input.checkbox .inputs-list > div {
	width: calc(33.333333% - .75rem);
	padding: 1rem;
	background: #f6f6f6;
	-moz-transition: box-shadow 0.15s ease-in-out;
	-webkit-transition: box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out;
}

#funnelKonfiguratoranfrage-771 .input.checkbox .inputs-list > div:hover {
	background: #fafafa;
	box-shadow: 0 2rem 3rem 0 rgba(0,0,0,.1);
}

#funnelKonfiguratoranfrage-771 label {
	font-weight: 600;
	margin-bottom: 1rem;
}

#funnelKonfiguratoranfrage-771 .form-check label {
	position: relative;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 35px;
}

#funnelKonfiguratoranfrage-771 .form-check-label input[type="checkbox"] {
	left: 0;
	width: 25px;
	height: 25px;
	margin-left: 0;
}

#funnelKonfiguratoranfrage-771 input[type="text"],
#funnelKonfiguratoranfrage-771 input[type="email"],
#funnelKonfiguratoranfrage-771 input[type="tel"] {
	height: 50px;
}

#funnelKonfiguratoranfrage-771 .form-check {
    padding-left: 0;
}

#funnelKonfiguratoranfrage-771 .form-check .form-check-label input,
#funnelKonfiguratoranfrage-771 .form-check .form-check-label>input + span:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
}

#funnelKonfiguratoranfrage-771 .form-check .form-check-label input {
	opacity: 0;
	margin: 0;
	z-index: 1;
}

#funnelKonfiguratoranfrage-771 .form-check .form-check-label {
	position: relative;
	line-height: 30px;
}

#funnelKonfiguratoranfrage-771 .form-check .form-check-label {
	vertical-align: super;
}

#funnelKonfiguratoranfrage-771 .form-check .form-check-label>input + span:before {
	color: #fff;
	font-size: 1.15rem;
	line-height: 1.25;
	content: "";
	text-align: center;
	border: 1px solid #ccc;
}

#funnelKonfiguratoranfrage-771 .form-check .form-check-label>input:checked + span:before {
	background: #b40019;
	content: "✓";
}

#funnelKonfiguratoranfrage-771 textarea {
	min-height: 125px;
}

.funnel-btns {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0 !important;
}

.funnel-btns .prev,
.funnel-btns .next {
	position: relative;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
	color: #fff;
	background: #b40019;
    padding: 0.375rem 0.75rem;
	border: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
	text-decoration: none !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#funnelKonfiguratoranfrage-771-fieldset-1 .funnel-btns .prev {
	display: none !important;
}

#funnelKonfiguratoranfrage-771-fieldset-1 .funnel-btns {
	justify-content: flex-end;
}

.funnel-btns .prev[disabled="disabled"],
.funnel-btns .next[disabled="disabled"] {
	cursor: not-allowed;
	background: #e0495e;
	opacity: .7;
}

.funnel-btns .next span {
	position: absolute;
	top: 50%;
	opacity: 0;
	padding: 5px 10px;
	background: #333;
	white-space: nowrap;
	transform: translate(-100%,-50%);
	-moz-transition: opacity .3s ease-out, transform .3s ease-out;
	-webkit-transition: opacity .3s ease-out, transform .3s ease-out;
	transition: opacity .3s ease-out, transform .3s ease-out;
}

.funnel-btns .prev[disabled="disabled"]:hover span,
.funnel-btns .next[disabled="disabled"]:hover span {
	opacity: 1;
	transform: translate(-130%,-50%);
}

#c774 {
	padding: 0;
}

#c774, #c774 .frame-container {
	position: static;
}

#funnelKonfiguratoranfrage-771 .step {
	position: absolute;
	width: 0;
	height: 4px;
	top: 0;
	left: 0;
	background: #b40019;
	-moz-transition: width .4s ease-out;
	-webkit-transition: width .4s ease-out;
	transition: width .4s ease-out;
}

#funnelKonfiguratoranfrage-771 .step:before {
	position: absolute;
	width: 50%;
	height: 4px;
	right: 0;
	content: " ";
}

#funnelKonfiguratoranfrage-771 .form-check-label {
	cursor: pointer;
}

#funnelKonfiguratoranfrage-771 .form-group {
    margin-bottom: 1.5rem;
}

.cta-button {
	position: absolute;
	top: 235px;
	right: 20px;
	color: #fff !important;
	background: #b40019;
	padding: 10px 20px;
	text-decoration: none !important;
	box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
	/*-moz-animation: btn-anim 3s infinite ease-in-out;
    -webkit-animation: btn-anim 3s infinite ease-in-out;
    animation: btn-anim 3s infinite ease-in-out;*/
	z-index: 1000;
}

.cta-button:hover,
.cta-button:focus,
.cta-button:active {
	background: #670e22 !important
}

.cta-button.fixed {
	position: fixed;
	top: 20px;
}

@-moz-keyframes btn-anim {
    0% {
        transform: rotate(0) scale(1) skew(0)
    }
    5% {
        transform: rotate(-2deg) scale(1) skew(0)
    }
    10% {
        transform: rotate(2deg) scale(1) skew(0)
    }
    15% {
        transform: rotate(-2deg) scale(1) skew(0)
    }
    20% {
        transform: rotate(2deg) scale(1) skew(0)
    }
    25% {
        transform: rotate(0) scale(1) skew(0)
    }
    100% {
        transform: rotate(0) scale(1) skew(0)
    }
}

@-webkit-keyframes btn-anim {
    0% {
        transform: rotate(0) scale(1) skew(0)
    }
    5% {
        transform: rotate(-2deg) scale(1) skew(0)
    }
    10% {
        transform: rotate(2deg) scale(1) skew(0)
    }
    15% {
        transform: rotate(-2deg) scale(1) skew(0)
    }
    20% {
        transform: rotate(2deg) scale(1) skew(0)
    }
    25% {
        transform: rotate(0) scale(1) skew(0)
    }
    100% {
        transform: rotate(0) scale(1) skew(0)
    }
}

@keyframes btn-anim {
    0% {
        transform: rotate(0) scale(1) skew(0)
    }
    5% {
        transform: rotate(-2deg) scale(1) skew(0)
    }
    10% {
        transform: rotate(2deg) scale(1) skew(0)
    }
    15% {
        transform: rotate(-2deg) scale(1) skew(0)
    }
    20% {
        transform: rotate(2deg) scale(1) skew(0)
    }
    25% {
        transform: rotate(0) scale(1) skew(0)
    }
    100% {
        transform: rotate(0) scale(1) skew(0)
    }
}

@media (hover: none) {
	#funnelKonfiguratoranfrage-771 .input.checkbox .inputs-list > div:hover {
		background: #f6f6f6;
		box-shadow: none;
	}
}

@media screen and (max-width:992px) {
	#funnelKonfiguratoranfrage-771 .input.checkbox .inputs-list > div {
		width: calc(50% - .5rem);
	}
}

@media screen and (max-width:575px) {
	#funnelKonfiguratoranfrage-771 .input.checkbox .inputs-list > div {
		width: 100%;
	}
	
	.cta-button {
		position: fixed;
		max-width: 300px;
		top: auto !important;
		left: 70px !important;
		right: 80px !important;
		bottom: 15px;
		margin: 0 auto;
		font-size: 16px;
		text-align: center;
		padding: 10px;
	}
	.footer-section-meta {
		padding-bottom: 50px;
	}
}

#c790 {
	position: relative;
}	

#c790:before {
	position: absolute;
	content: " ";
    width: 50px;
    height: 50px;
	top: 30%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;	  
    border: 6px solid #f3f3f3; /* Hintergrundfarbe */
    border-top: 6px solid #b40019; /* Farbe des animierten Teils */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}

#c790 .frame-container {
	position: relative;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .6s ease 0ms;
	transition: all .6s ease 0ms;
	z-index: 1;
}

#c790.loaded .frame-container {
	opacity: 1;
}

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

#p200 #page-content figure {
	/* filter: grayscale(); */
	transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	cursor: pointer;
}

/* Hover-Effekt nur wenn keine Auswahl getroffen */
#p200 #page-content:not(.has-selection):has(figure:hover) figure {
	opacity: 50%;
	filter: grayscale();
	transform: scale(95%);
}

#p200 #page-content:not(.has-selection):has(figure:hover) figure:hover {
	opacity: 100%;
	filter: none;
	transform: scale(105%);
}

/* Nach Auswahl – .selected bleibt hervorgehoben */
#p200 #page-content.has-selection figure {
	filter: none;
	cursor: unset;
	box-shadow: 0 2rem 3rem 0 rgba(0,0,0,.1);
}

#p200 #page-content.has-selection figure.selected {
	opacity: 100%;
	transform: scale(105%);
	cursor: unset;
}

#p200 #page-content.has-selection figure:not(.selected) {
	opacity: 10%;
	transform: scale(95%);
	cursor: unset;
}

#p200 form {
	display: none;
}

#p200 form.styling {
	position: relative;
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 3rem 0 rgba(0,0,0,.1);
}

#p200 form fieldset .frame-type-html {
	padding: 0;
}

#p200 form fieldset {
	display: none;
}

/* #p200 form fieldset:first-of-type {
	display: block;
} */

#p200 form .form-actions {
	display: none;
}

#p200 form fieldset legend {
	color: #b40019;
	font-weight: 600;
	text-align: center;
}

#p200 form .input.checkbox .inputs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

#p200 form .input.checkbox .inputs-list > div {
	width: calc(33.333333% - .75rem);
	padding: 1rem;
	background: #f6f6f6;
	-moz-transition: box-shadow 0.15s ease-in-out;
	-webkit-transition: box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out;
}

#p200 form .input.checkbox .inputs-list > div:hover {
	background: #fafafa;
	box-shadow: 0 2rem 3rem 0 rgba(0,0,0,.1);
}

#p200 form label {
	font-weight: 600;
	margin-bottom: 1rem;
}

#p200 form .form-check label {
	position: relative;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 35px;
}

#p200 form .form-check-label input[type="checkbox"] {
	left: 0;
	width: 25px;
	height: 25px;
	margin-left: 0;
}

#p200 form input[type="text"],
#p200 form input[type="email"],
#p200 form input[type="tel"] {
	height: 50px;
}

#p200 form .form-check {
    padding-left: 0;
}

#p200 form .form-check .form-check-label input,
#p200 form .form-check .form-check-label>input + span:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
}

#p200 form .form-check .form-check-label input {
	opacity: 0;
	margin: 0;
	z-index: 1;
}

#p200 form .form-check .form-check-label {
	position: relative;
	line-height: 30px;
}

#p200 form .form-check .form-check-label {
	vertical-align: super;
}

#p200 form .form-check .form-check-label>input + span:before {
	color: #fff;
	font-size: 1.15rem;
	line-height: 1.25;
	content: "";
	text-align: center;
	border: 1px solid #ccc;
}

#p200 form .form-check .form-check-label>input:checked + span:before {
	background: #b40019;
	content: "✓";
}

#p200 form textarea {
	min-height: 125px;
}

.funnel-btns {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0 !important;
}

.funnel-btns .prev,
.funnel-btns .next {
	position: relative;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
	color: #fff;
	background: #b40019;
    padding: 0.375rem 0.75rem;
	border: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
	text-decoration: none !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#p200 form fieldset:first-of-type .funnel-btns .prev {
	display: none !important;
}

#p200 form fieldset:first-of-type .funnel-btns {
	justify-content: flex-end;
}

.funnel-btns .prev[disabled="disabled"],
.funnel-btns .next[disabled="disabled"] {
	cursor: not-allowed;
	background: #e0495e;
	opacity: .7;
}

.funnel-btns .next span {
	position: absolute;
	top: 50%;
	opacity: 0;
	padding: 5px 10px;
	background: #333;
	white-space: nowrap;
	transform: translate(-100%,-50%);
	-moz-transition: opacity .3s ease-out, transform .3s ease-out;
	-webkit-transition: opacity .3s ease-out, transform .3s ease-out;
	transition: opacity .3s ease-out, transform .3s ease-out;
}

.funnel-btns .prev[disabled="disabled"]:hover span,
.funnel-btns .next[disabled="disabled"]:hover span {
	opacity: 1;
	transform: translate(-130%,-50%);
}

#c774 {
	padding: 0;
}

#c774, #c774 .frame-container {
	position: static;
}

#p200 .step {
	position: absolute;
	width: 0;
	height: 4px;
	top: 0;
	left: 0;
	background: #b40019;
	-moz-transition: width .4s ease-out;
	-webkit-transition: width .4s ease-out;
	transition: width .4s ease-out;
}

#p200 .step:before {
	position: absolute;
	width: 50%;
	height: 4px;
	right: 0;
	content: " ";
}

#p200 .form-check-label {
	cursor: pointer;
}

#p200 .form-group {
    margin-bottom: 1.5rem;
}

@media (hover: none) {
	#p200 form .input.checkbox .inputs-list > div:hover {
		background: #f6f6f6;
		box-shadow: none;
	}
}

@media screen and (max-width:992px) {
	#p200 form .input.checkbox .inputs-list > div {
		width: calc(50% - .5rem);
	}
}

@media screen and (max-width:575px) {
	#p200 form .input.checkbox .inputs-list > div {
		width: 100%;
	}
}