
/* ------------------------------------
 * HugoHäffner Contact Form
 * ------------------------------------ */


#contact_form .productform_store_data_btns {
	line-height: 2.5rem;
}

#contact_form .productform_store_data_btns A.elementor-button {
	background-color: var(--hh-colors-green);
	color: var(--hh-colors-white);
	cursor: pointer;
	transition: color .5s ease-in, background .5s ease-in;
}

#contact_form .productform_store_data_btns A.elementor-button:hover {
	background-color: var(--hh-colors-yellow);
	color: var(--hh-colors-black);
	transition: color .5s ease-out, background .5s ease-out;
}

#contact_form .elementor-field-group-productform_customer_privacydisclaimer {
	align-self: flex-start;
}

#contact_form #privacydisclaimer:after {
	content: '';
	display: block;
	height: 10px;
	width: auto;
}

#contact_form .elementor-field-label {
	font-size: .75rem;
	margin-bottom: 0.15rem;
	opacity: 0.65;
}

#contact_form .elementor-field-group-productform_customer_privacydisclaimer > .elementor-field-label {
	display: none !important;
}

#contact_form .elementor-field-group-productform_customer_privacydisclaimer DIV > SPAN > INPUT {
	vertical-align: sub;
}

#contact_form .elementor-field-group-productform_customer_privacydisclaimer .checkbox_label {
	font-size: 0.85rem;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 0.5rem;
	line-height: 1.5rem;
}



/* ------------------------------------
 * HugoHäffner Contact Form Headlines
 * ------------------------------------ */
 
#contact_form .elementor-field-type-html {
	margin-bottom: 0;
}

#contact_form .elementor-field-type-number .elementor-field-label,
#contact_form .elementor-field-type-select .elementor-field-label,
#contact_form .elementor-field-type-email .elementor-field-label,
#contact_form .elementor-field-type-text .elementor-field-label {
	font-style: italic;
	padding-left: .25rem;
}

#contact_form H1:after,
#contact_form H2:after,
#contact_form H3:after {
	border-width: 0;
	border-style: solid;
	border-color: var(--hh-colors-lightgray);
	content: '';
	display: block;
	width: 5rem;
	margin-top: .25rem;
}

#contact_form H1 { margin: 1.50rem 0 1.25rem; }
#contact_form H1:after { border-bottom-width: .25rem; }

#contact_form H2 { margin: 1.25rem 0 1.00rem; }
#contact_form H2:after { border-bottom-width: .20rem; }

#contact_form H3 { margin: 1.00rem 0 0.75rem; }
#contact_form H3:after { border-bottom-width: .15rem; }

