/* Erzeugt die RCE_simple_checks (Luis Lohse)*/
.RCE_simple_check_container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	height: 40px;
}

.RCE_simple_check_icon {
	height: 40px;
	width: 40px;
	background-image: url("http://www.heliacare.de/wp-content/uploads/2021/07/simple_check.png");
	margin-right: 1.5rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.RCE_simple_check_container span {
	color: #008000;
	font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
	.RCE_simple_check_icon {
		height: 30px;
		width: 30px;
		background-image: url("http://www.heliacare.de/wp-content/uploads/2021/07/simple_check.png");
		margin-right: 1rem;
	}

	.RCE_simple_check_container span {
		font-size: 1.1rem;
		text-align: center;
	}

	.RCE_simple_check_container {
		margin-bottom: 1rem;
	}

}
