.berichten .bericht { display:inline-block; width:100%; vertical-align: top; background:#f6f6f6; }
.berichten .bericht .thumbnail { width:100%; }
.berichten .bericht .thumbnail, .berichten .bericht .thumbnail img { height:200px; }
.berichten .bericht .thumbnail img { width:100%; object-fit:cover; }
.berichten.koloms-1 .bericht { width:100%; }
.berichten.koloms-2 .bericht { width:48%; margin:15px 1%; }
.berichten.koloms-3 .bericht { width:31.33%; margin:15px 1%; }
.berichten.koloms-4 .bericht { width:23%; margin:15px 1%; }
.berichten.koloms-5 .bericht { width:18%; margin:15px 1%; }
.berichten.koloms-6 .bericht { width:14.66%; margin:15px 1%; }
.berichten .bericht .spacer { padding:20px; } 
.no-image { background-image:url(../img/no-image.png); background-size:cover; background-position:center center; background-repeat:no-repeat;}

/*berichten widget*/
.berichten-widget .bericht { margin:5px 0px; }
.berichten-widget .bericht .spacer { padding:5px; }
.berichten-widget .bericht .spacer h2 { font-size:13px; }
.berichten-widget h2.widget-titel { margin:10px 0px; }

@media screen and (max-width:1024px) {
	.berichten.koloms-6 .bericht, .berichten.koloms-5 .bericht, .berichten.koloms-4 .bericht{ width:31.33%!important;  }
}
@media screen and (max-width:800px) {
	.berichten.koloms-6 .bericht, .berichten.koloms-5 .bericht, .berichten.koloms-4 .bericht, .berichten.koloms-3 .bericht { width:48%!important;  }
}
@media screen and (max-width:600px) {
	.berichten.koloms-6 .bericht, .berichten.koloms-5 .bericht, .berichten.koloms-4 .bericht, .berichten.koloms-3 .bericht, .berichten.koloms-2 .bericht { width:100%!important; margin-left:0px!important; margin_right:0px!important;  }
}