<%= link_to themengruppe,{:class=>'linkbox color-1-dark'} do %>
<% if themengruppe.icon.nil? or themengruppe.icon.empty? %> <%= image_tag themengruppe.picture.thumb.url,{:class=>"img-rounded"} %> <% end %>

<% unless themengruppe.icon.nil? or themengruppe.icon.empty? %> <% end %> <%=themengruppe.title%>

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

<% end %>