.maatregelen {
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	background: none;
	padding: 0;
}
	.maatregelen .post {
		position: relative;
		clear: inherit;
		float: left;
		width: 77.6%;
		min-height: 130px;
		height: auto;
		padding: 2%;
		margin: 0 0 0 3.5%;
		background: #f0f6f6;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;	
		-khtml-border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;
	}
	#wrap .maatregelen .post h2 {
		font-size: 17px;
		color: #6BA0C4;
		padding: 0;
		margin: 0;
	}
	/*.maatregelen .post:before {
		content: " ";
		position: absolute;
		display: block;
		z-index: 20;
		background: transparent url('../img/maatregelen-arrow.png') center center no-repeat;
		background-size: 20px 25px;
		width: 20px;
		height: 25px;
		left: -19px;
		top: 13px;
	}*/
	#wrap .maatregelen .post h3 {
		font-size: 13px;
		padding:0;
		margin:0;
	}
	.maatregelen ol {
		padding-bottom: 0px;
	}
	.maatregelen .post ol li, .maatregelen p {
		list-style: decimal;
		font-size: 12px;
		line-height: 17px!important;
		background: none;
		margin: 0px 0px 0px 17px;
	}
	.formcta {
		cursor: pointer;
		white-space: nowrap;


float: none;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    line-height: 45px;
    padding: 0 15px;
    height: 45px;
    background: #6ea8a3;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
	}
	.form {
		clear: both;
		display: none;
		width: 100%;
		padding: 5% 5% 1.5% 5%;
		margin: 0 0 20px 0;
		background: #F1F8F8;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;	
	}
.imageM {
	position: relative;
	margin: 0 0 0 0;
	float: left;
	width: 130px;
	height: 130px;
	overflow: hidden;	
}
	.imageM img {
		position: absolute;
		margin: auto;
		width: 100%;
		height: auto;
		top: -50%;
		left: -50%;
		right: -50%;
		bottom: -50%;	
	}