@font-face {
 font-family: 'TradeGothic';
 src: url('../fonts/tradegothic-condensed.eot'); /* IE9 Compat Modes */
 src: url('../fonts/tradegothic-condensed.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
 	url('../fonts/tradegothic-condensed.woff') format('woff'), /* Pretty Modern Browsers */
 	url('../fonts/tradegothic-condensed.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/tradegothic-condensed.svg#TradeGothic') format('svg');  /* Legacy iOS */
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'PTSans';
 src: url('../fonts/pt_sans.eot'); /* IE9 Compat Modes */
 src: url('../fonts/pt_sans.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
 	url('../fonts/pt_sans.woff') format('woff'), /* Pretty Modern Browsers */
 	url('../fonts/pt_sans.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/pt_sans.svg#TradeGothic') format('svg');  /* Legacy iOS */
 font-weight: normal;
 font-style: normal;
}



@font-face {
 font-family: 'PTSansbold';
 src: url('../fonts/pt_sans_bold.eot'); /* IE9 Compat Modes */
 src: url('../fonts/pt_sans_bold.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
 	url('../fonts/pt_sans_bold.woff') format('woff'), /* Pretty Modern Browsers */
 	url('../fonts/pt_sans_bold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/pt_sans_bold.svg#TradeGothic') format('svg');  /* Legacy iOS */
 font-weight: normal;
 font-style: normal;
}




.cntl {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cntl-center {
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.cntl-bar {
	position: absolute;
	width: 4px;
	top: 0;
	bottom: 0;
	background-color: #e94240;

}


.cntl-bar-fill {
	background-color: #e94240;
	position: absolute;
	left:0;
	right:0;
	top:0;
	height:0;

}

.cntl-state {
	position: relative;
	width:100%;
	min-height: 80px;
	margin-bottom: 0px;
}

.cntl-state::after {
	display:block;
	content: ' ';
	clear:both;
}

.cntl-icon {
	/*background-image:url(../images/opdrachtgevers.png);*/
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 50%;
	border: solid 4px #e94240;
	box-shadow: 0px 0px 19px -9px #000;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	color: #fff;

/*	width: 14%;
	padding: 5px;
	border-radius: 8px;
	border-bottom: solid 2px #e94240;
	border-top: solid 2px #e94240;
	border-left: solid 2px #e94240;
	border-right: solid 2px #e94240;
	background-color: #e94240;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	color: #ffffff;*/
}




.cntl-content {
	width: 32%;
	/*padding: 2%;*/
	background-color: #ffffff;
	/*border-radius: 8px;
	border-bottom: solid 3px #e94240;
	border-top: solid 3px #e94240;
	border-left: solid 3px #e94240;
	border-right: solid 3px #e94240;*/
	float:left;
	opacity:0;
	position:relative;
	margin-left:-40%;
}

.cntl_heading{font-size:13px; margin:15px 0 5px 0; color:#002244; text-align:left; font-weight:bold;text-transform:uppercase; }
.cntl_blauw{font-size:13px; margin:15px 0 5px 0; color:#002244; text-align:left; }
.cntl_rood{font-size:13px; margin:15px 0 5px 0; color:#e94240; text-align:left;text-transform:uppercase; }

.cntl-state:nth-child(2n+2) .cntl-content {
	float:right;
	margin-right:-40%;
}

.cntl-image {
	opacity:0;
	width: 40%;
	padding: 2%;
}

.cntl-state:nth-child(2n+1) .cntl-image {
	float:right;
}

.cntl-image img {
	width:100%;
}

.cntl-content h4 {
	font-size:20px;
	font-weight: normal;
	margin-bottom: 10px;
}


/*
animations
*/
.cntl-bar-fill,.cntl-content,.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
	margin-right:2%;
}

.cntl-animate .cntl-content {
	opacity:1;
	margin-left:2%;
}

.cntl-animate .cntl-image {
	opacity:1;
}




/* mobile support */

@media (max-width: 600px) {

	.cntl-bar {
		left:auto;
		right: 37px;
	}

	.cntl-content {
		width:80%;
		float:none;
	}
	.cntl-state:nth-child(2n+2) .cntl-content {
		margi-right:0%;
		float:none;
	}

	.cntl-image {
		width:80%;
	}

	.cntl-state:nth-child(2n+1) .cntl-image {
		float:none;
	}

	.animate .cntl-content {
		margin-left: 2%;
	}

	.cntl-icon {
		left: auto;
		right: 30px;
	}

}
