/* Eingabeformular auf ESWE Webseite */
.heizreport input[type=checkbox] {
	-webkit-appearance: auto !important;
	float: left !important;
}
.heizreport input[type=checkbox]+label {
	margin-left: 5px !important;
	line-height: 45px !important;
}
.heizreport input[type=checkbox]+label b {
	display: none !important;
}
.heizreport input[type=checkbox]+label a {
	color: #ffa300 !important;
	font-family: HelveticaNeueLTStd-Blk !important;
}
.heizreport input[type=submit] {
	margin-top: 10px !important;
	background-color: #ffa300 !important;
	border-radius: 0px !important;
	color: #2d2926 !important;
	font-family: AccordAlt_Bold !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

/* Lightbox */
.heizreportmodal-content span {
	display: none !important;
}
.heizreportmodal-content button {
	background-color: #ffa300 !important;
	border-radius: 0px !important;
	color: #2d2926 !important;
	font-family: AccordAlt_Bold !important;
	font-size: 16px !important;
	font-weight: normal !important;
}
.heizreportmodal-content h1 {
	color: #2d2926 !important;
}

@media (max-width: 648px) {
	.heizreport {
		display: flex !important;
	}
	.heizreportmodal-content {
		margin-left: 0px !important;
	}
.heizreport input[type=checkbox]+label {
	line-height: 20px !important;
}
}
