/* orderform Anpassungen sho Anfang*/

/* Schriftgröße Konditionen */
#form p, #form .lpv-conditions p, #form ul li
{
	font-size:15px;
	line-height:1.4em;
}
/* geringerer Abstand Bullets */
#form ul li
{
	margin-bottom:0px!Important;
}

/* "Lieferfrist 12px */
#form .lpv-conditions p:last-child
{
	font-size:12px;
}

/* geringerer Abstand der Felder */
#form .lpv-input-row
{
	margin-bottom:0px!Important;
}

 #form .lpv-input-row .lpv-input-label, #form .lpv-input-radio label
{
	font-size:14px;
	
}
.lpv-headline
{
	display:none;
}

.lpv-cta-submit button.normal:after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f25a";
	font-size:24px!Important;
	margin-left:4px;
	font-weight:400;
	position:absolute;
	bottom:50px;
}

#form .lpv-cta-submit button:hover
{
	filter:none!Important;
	background:#ebba50;
}



/* orderform Anpassungen sho Ende*/