/* schulung.css */
#page-294 {
	color: red;
}

#page-294 .content-wrapper a:hover { 
	color: rgb(0,150,64);
}

.schulung {
	background-color: green;
	color: yellow;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
	border: 1px solid #F00;
}
div.schulung { background-color: blue; }

}

