.beoordelingen {
    border: 0 none;
    padding: 0px;
    margin: 0px;
    font: inherit;
    font-family: "Open Sans",sans-serif !important;
}

.beoordelingen ul {
	margin: 0;
	padding: 0;
	}
	
.beoordelingen ul li {
	margin: 10px auto;
	 padding: 4%;
    list-style-type: none;
}

/*---------- BEOORDELING ----------*/
.beoordeling {
    padding: 4%;
    width: 100%;
    margin: 20px 0;
    background-color: #f3f4f4;
    float: left;
	box-sizing: border-box;
}

.beoordeling .stars { 
	float: right; 
}

.beoordeling .stars img {
    float: left; margin-right: 3px;
}

.beoordeling table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	float: none;
}

.beoordeling table.beoordelingen {
    width: 80%;
	float: left;
}

.gemiddeldebeoordeling  {	
	font-size: 3.2em; 
	font-weight: bold;
	font-style: italic;
	float: right;
	width: 20%;
	padding-top: 20px;
	}
	
.beoordeling table, .beoordeling tr, .beoordeling td {
    border: 0 none ;
}

.beoordeling table td {
    padding: 0 1%;
    vertical-align: top;
	width: 50%;
}

.reactie {
    background-color: #efefef;
	margin-top: 10px;
	padding: 15px;
}

/*---------- END BEOORDELING ----------*/



/*---------- BEOORDELING TOP ----------*/
.beoordelingTop{
    background-color: #ddf1fd ;
}

.beoordelingTop h2,
.beoordelingTop h3 {
    color: #00529b;
    font-size: 20px ;
    margin: 16px 0 8px;
}

.beoordelingTop h3, .beoordelingTop h3 strong { font-size: 16px; }

.beoordelingTop h2 { margin-bottom: 22px; }

.beoordelingTop table td.gemiddelde { }

.beoordelingTop table td:first-child { }

.beoordelingTop table td:nth-child(2) {
    text-align: right;
	padding: 0 0% 0 1%;
	width: 35%!important
}

.beoordelingTop table td:nth-child(2) img {
	margin-right: 3px;
	}
	
.beoordelingTop table td:nth-child(3) {
    text-align: center;
	padding: 0 0% 0 1%;
	font-weight: bold;
	width: 15%!important
} 

.beoordelingTop table tr.totaalrow td {font-size: 1.6em;}


/*---------- END BEOORDELING TOP ----------*/


/*---------- BLOCKQUOTE ----------*/
.beoordeling blockquote::before {
    color: #004d93;
    content: "\201C" ;
    display: block;
    font-size: 80px;
    left: -20px;
    position: absolute;
    top: -20px;
}



.beoordeling blockquote {
    border-bottom: 2px solid #004d93 ;
    color: #383838;
    font-family: Georgia,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.45;
    margin: 0.25em 0;
    padding: 0.25em 0px 0.25em 40px;
    position: relative;
}

.beoordeling blockquote .headline {
   font-weight: bold; 
   font-style: normal;
   font-size: 16px;
}

.beoordeling blockquote, q {
    quotes: none;
}

.beoordeling blockquote cite {
    color: #999 ;
    display: block;
    font-size: 14px;
    margin-top: 5px;
	padding-bottom: 5px;
}


.beoordeling blockquote cite::before {
    content: "- ";
}


/*---------- END BLOCKQUOTE ----------*/


/*---------- PAGINATION ----------*/
.holder {
    float: left;
    width: 100%;
	max-width: 100%!important;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 20px; 
}

.holder a {
    text-decoration: none ;
    box-shadow: none ;
    padding: 0 5px;
    cursor: pointer;
    color: #00529b;
	background: #ddd none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #666;
    margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
	display: inline-block;
}

.holder a.jp-current, .holder a:hover {
    background: #ccc none repeat scroll 0 0 ;
    border: 1px solid #ccc ;
    color: #fff ;
}

.holder a.jp-disabled,
.holder a.jp-disabled:hover,
.holder a.jp-first, .holder a.jp-first:hover {
    color: #bbb ;
    cursor: default ;
	border: 1px solid transparent;
	background: transparent;
}

.holder a.jp-first, .holder a.jp-first:hover {
pointer-events:none; 
}

.bronvermelding { display: block; font-size: 10px; font-style: italic; text-align: center;}

/*---------- END PAGINATION ----------*/

/*---------- widget ----------*/
.beoordelingWidget { 
	background-color: rgba(0,0,0,0.2);
	background-image: url('img/klantenvertellen.png');
	background-size: 35px 35px;
	background-position: 99% 95%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	}

.beoordelingWidget span {display: block; width: auto!important; }
.beoordelingWidget span.KVtitle { padding-bottom: 0.5em; font-weight: bold; }
.beoordelingWidget div.KVstars {display: block;}
.beoordelingWidget div.KVaantal {font-size: 0.9em; margin-top: -5px;}
.beoordelingWidget img { margin-right: 3px; margin-top: 4px; margin-bottom: 10px; float: left;}

.beoordelingWidget span.cijfer {
	font-size: 2.8em; font-weight: bold;
	font-style: italic; float: right;
	margin-left: 0px; padding-right: 10px;
	margin-top: 0px; margin-bottom: -10px;
	}

.beoordelingWidget #seoRating { height: 0px; width: 0px; overflow: hidden;}

.beoordelingWidget p { padding-top: 0.5em; padding-bottom: 0.5em; line-height: 1.6em; margin-top: 0; margin-bottom: 0;}

.beoordelingWidget .KVspacer { clear: both; display: block; padding-top: 1px; }
