
@font-face {
    font-family: 'segoe_printregular';
    src: url('1939590993-webfont.eot');
    src: url('1939590993-webfont.eot?#iefix') format('embedded-opentype'),
         url('1939590993-webfont.woff') format('woff'),
         url('1939590993-webfont.ttf') format('truetype'),
         url('1939590993-webfont.svg#segoe_printregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#main .overzicht .ddklantverhaal a {
	text-decoration: none !important;	
}
.overzicht {
	float: left;
	width: 100%;
	margin: 0;
}
.ddklantverhaal {
	float: left;
	width: 100px;
	height:80px;
	padding: 10px 0;
	padding-bottom: 0px !important;
	margin: 20px 20px 0 0px;
	list-style: none;
	border-radius: 10px;
	padding-bottom: 10px;
}
.ddklantverhaal:last-child {
	margin-right: 0px;
}
.ddklantverhaal img {
	width: 85px;
	height: 85px;
	opacity: 1.0;
	border-radius: 5px;
}
.ddklantverhaal_image{
	height:87px;
	width:87px;
}
.ddklantverhaal img:hover {
	width: 87px;
	height: 87px;
}
.uitgelicht {
	float: left;
	width: 96%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2%;
	padding-right:0px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left: 0px;
	list-style: none;
	border: 1px solid #DADADA;
	border-radius:5px;
}
.uitgelicht img {
	width: 160px;
	height: 160px;
	border-radius: 5px;
}
.ddtopblock {
float: left;
border-bottom:1px solid #666;
margin:0 15px 15px 0;
}
.ddfoto {
	float:left;	
	margin-right:50px!important;
}
.ddquote_klantverhalen {
	color:#7F4A8A; 
	font-size:20px;
	font-family: 'segoe_printregular';
}

.ddquoteblok
{
float:right;
text-align:center;
max-width:60%;
}

.ddquote_subtitel {
color:#666;
font-size:16px;
}

.ddklantverhaal-info {
	float:left;
	font-size:12px;
	max-width: 49%;
}
.ddklantverhaal-info tr td{
	padding:1px !important;
	line-height: 13px;
}
..ddklantverhaal-info tr td a{
	color:#666;
	text-decoration:underline;
}
.ddklantverhalen_voordelen{
	float:right;
	font-size:12px;
	max-width: 49%;
	width: 100%;
	text-align:left;
}
.ddklantverhalen_voordelen p{
	margin-bottom:0px !important;
	line-height:14px;
}
.ddklantverhalen_voordelen ul li{
	line-height: 15px;
}

.ddklantverhalen_link{
	float:right;
	padding-right: 15px;
}
.beschrijving {
	clear:both; 
	padding-top:20px;
	padding-right:15px;
	text-align: justify;
}
.ddklantverhaal a{
text-decoration:none;
}
.overzicht a:hover {text-decoration:none;}
.current img{
	opacity: 0.6;
}
#sidebar_right_klantverhalen{
	float:right;
	width:25%;
	min-width:200px;
	margin-top: 40px;
}
#sidebar_right_klantverhalen aside{
	border: 1px solid #CCC;
	background-color: transparent;
	border-radius: 5px;
	margin-bottom: 10px;
	padding:10px;
}
#sidebar_right_klantverhalen.widget-area{
	padding:0 !important;
}
.klantverhalen_container #content{
	width:70%;
	float:left;
	padding-right:0px;
	padding-left:30px;
}

.uitgelicht {	
    -webkit-animation:FadeIn 500ms ease-out 500ms;
    -moz-animation:FadeIn 500ms ease-out 500ms;
    -ms-animation:FadeIn 500ms ease-out 500ms;
    -o-animation:FadeIn 500ms ease-out 500ms;
    animation:FadeIn 500ms ease-out 500ms;
  
   	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.ddklantverhalen_link{
	text-align:right;
}
@-webkit-keyframes FadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes FadeIn { from { opacity:0; } to { opacity:1; } }
@-ms-keyframes FadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes FadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes FadeIn { from { opacity:0; } to { opacity:1; } }
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 600px) {
	.klantverhalen_container #content{
		width:100%;
		padding-left: 0px;
	}
	#sidebar_right_klantverhalen{
		display:none;
	}
	.ddklantverhalen_voordelen{
		float:left;
		max-width: 100%;
	}
	.ddquote_klantverhalen{
		max-width:100%;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 600px) 
and (max-width : 900px) {
	.klantverhalen_container #content{
		width:100%;
		padding-left: 0px;
	}
	#sidebar_right_klantverhalen{
		width:100%;
		margin-top: 0px;
	}
}