<%= link_to themengruppe,{:class=>'linkbox'} do %>
<%= image_tag themengruppe.picture.thumb.url,{:class=>"img-rounded"} %>

<%=themengruppe.title%>

<%= if themengruppe.text.split.size > Themengruppe::WORD_COUNT themengruppe.text.split[0..Themengruppe::WORD_COUNT].join(" ") + " ..." else themengruppe.text end%>

<% end %>