﻿
#bigphoto:after, .smallphoto:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,#000 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(80%,#000));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#000 80%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,#000 80%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,#000 80%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
 
      


.berichtenstroom .contenttext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
 
}