/*#c01*/
#c01 {
	padding-right: 54%;
	position: relative;
	z-index: 0;
}
#c01 figure {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 3%;
	width: 48%;
}
#c01 figure .im {
	width: 100%;
	height: auto;
	margin-top: -2em;
}
#c01 .colum-links {
	
}
#c01 .colum-links > .bt {
	display: block;
}

/*#cScheme*/
#cScheme {
	margin-bottom: 2rem;
}

@media only screen and (max-width:640px) {
	#c01 {
		padding-right: 2rem;
	}
	#c01 figure {
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	#c01 figure .im {
		width: 90%;
		height: auto;
		margin-top: 0;
	}
}



