* {
	font-size: 1rem;
}

h1 {
	background-image: url('../../../image/public/check_box.png');
	background-repeat: no-repeat;

	font-family: Arial;
	font-weight: bold;
	font-size: 1.43rem; /* ~20px bei 14px Basis */
	color: #2C4E86;

	padding-left: 24px;
	padding-top: 1px;
	margin-top: 0px;
	line-height: 1.43rem;
}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.14rem; /* ~16px */
	color: #2C4E86;
}

h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 0.93rem; /* ~13px */
	color: black;
	margin-bottom: 3px;
}

hr {
	color: #2C4E86;
	background-color: #2C4E86;
	height: 1px;
	border: 0;
}
