form.k24-contact abbr.required {
	color: #c94c32;
}

form.k24-contact label {
	margin-bottom: 4px;
}

#main form.k24-contact label.input_checkbox_label,
form.k24-contact label.input_checkbox_label {
	font-weight: normal;
	cursor: pointer;
}

form.k24-contact .av-form-text p {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 0.92em;
}

form.k24-contact div.av-form-text + p,
form.k24-contact div.av-form-text + p + p {
	margin-top: 0;
	margin-bottom: 0;
}

form.k24-contact div.av-form-text + p + p + p {
	margin-top: 0;
}

form.k24-contact input:not(.button),
form.k24-contact textarea {
	color: #222222 !important;
}

form.k24-contact p.form_element:last-child {
	margin-top: 2.5rem;
}

form.k24-contact .button {
	background: #407ec9;
    color: #fff !important;
    text-decoration: none !important;
    padding: 0.75rem;
    border-radius: 7px;
    min-width: 235px;
	min-height: 64px;
	width: 100%;
	transition: background 0.1s;
	line-height: 1.25;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}

@media (min-width: 600px) {
	form.k24-contact .button {
		width: auto !important;
	}
}