/* CSS Document */
/*@charset "utf-8";*/

/*deze css toon lijsten als mozaiek*/



.lijst_tekst{  display:none;}
.lijst_info { display:none;}
.lijst_bottom {display:none;}
.lijst_overlay {display:none;}

.lijst_picture {  max-width:188px; max-height:125px;}
.lijst_picture img{ max-width:188px; max-height:125px;}

/*test lijstUL*/
.lijstUL > li { min-height:125px; display:inline-block; width:210px; height:150px;}
.lijstUL > li > a {float:left;margin-right:10px;}
/*end: test lijstUL*/

/*#lt_0 {color:#777;}
#lt_1 {color:#777;}
#lt_2 {color:#DD8E2F;}*/
#lt_0 {color:#bbb;}
#lt_1 {color:#bbb;}
#lt_2 {color:#555;}


@media only screen and (max-width: 500px) {	/*hieronder vanuitgaan dat het een telefoon is mobile*/
.lijstUL > li { min-height:100px; display:inline-block; width:145px; height:105px;
 padding:10px; margin:8px; 
box-sizing:border-box;border:1px solid #f0f0f0; border-radius:3px; 
}
/*.lijstUL > li > a {float:left;wizdth:188px;margin-right:10px; heighxt:90px;}*/
.lijst_picture {  max-width:125px; max-height:83px;}
.lijst_picture img{ max-width:125px; max-height:83px;}

}