  .forminator-button.forminator-quiz-start {
	/* Hintergrundfarbe */
	background-color: #FFa500 !important;
	
	/* Textfarbe */
	color: white !important;
	
	/* Schriftart und Größe */
	font-family: Arial, sans-serif !important;
	font-size: 16px !important;
	
	/* Schatten */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
	
	/* Abgerundete Ecken */
	border-radius: 50px !important;
	
	/* Hover-Effekt */
	transition: background-color 0.3s ease !important;
	position: relative !important;
	overflow: hidden !important;
}

.forminator-button.forminator-quiz-start:before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: -100% !important;
	width: 100% !important;
	height: 100% !important;
	background: linear-gradient(to right, #FFa500, #FF4500) !important;
	transform: skewX(-7deg) !important;
	transition: left 0.3s ease !important;
}

.forminator-button.forminator-quiz-start:hover:before {
	left: 100% !important;
}

.forminator-button.forminator-quiz-start:hover {
	background: linear-gradient(to right, #FFa500, #FF0000) !important;
	color: #fff !important;
	border-radius: 50px !important;
}

/*iusahfiouhdifhsdaifksdlajfhksadhfkjsahlkfjhaskd*/

.forminator-quiz--description img {
    /* Your existing properties */
    max-width: 100% !important;
    margin-bottom: 20px !important;
}

.forminator-quiz--description img:hover {
	animation: rotateImage 3s infinite linear !important;
}

@keyframes rotateImage {
    0% {
        /* Your existing properties */
        max-width: 100% !important;
        margin-bottom: 20px !important;
        /* New properties for the animation */
        transform: rotate(0deg);
        filter: hue-rotate(0deg);
    }
    50% {
        /* Your existing properties */
        max-width: 100% !important;
        margin-bottom: 20px !important;
        /* New properties for the animation */
        transform: rotate(360deg);
        filter: hue-rotate(180deg);
    }
    100% {
        /* Your existing properties */
        max-width: 100% !important;
        margin-bottom: 20px !important;
        /* New properties for the animation */
        transform: rotate(720deg);
        filter: hue-rotate(360deg);
    }
}




/*dhfjghldfksjghkjdhfgkjdhsfghjldf*/

.fusion-text.fusion-text-2{
	display: none ;
}

.fusion-text.fusion-text-2{
	display: block !important;
}

/* Buttons */
  
.forminator-button {
background-color: #FFa500 !important; /* Background color when active */
color: white !important; /* Text color */
padding: 10px 20px !important;
border: none !important;
cursor: pointer !important;
}

.forminator-button:disabled {
background-color: gray !important; /* Default background color */
}