@charset "utf-8";

.cwettbewerb.view { padding-bottom:20px; }
.cwettbewerb.view:after { content:''; display:block; clear:both; }
.cwettbewerb.view .item { 
	position:relative; float:left; width:285px; margin:0px 10px 20px 10px; overflow:hidden; background-color:#eee; font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem;
	-webkit-transition:background-color .4s; -moz-transition:background-color .4s; -ms-transition:background-color .4s; -o-transition:background-color .4s; transition:background-color .4s;
}
.cwettbewerb.view .item.nodata { float:none; width:auto; min-height:0px; background-color:transparent; cursor:default; }
.cwettbewerb.view .item:not(.nodata):hover { background-color:#f1bdbc; }
.cwettbewerb.view .item .placeholder { position:relative; height:130px; background-color:#dcdcdc; margin-bottom:10px; }
.cwettbewerb.view .item .text { height:217px; margin:10px; overflow:hidden; }
.cwettbewerb.view .item .text > span { display:block; color:#d02421; }
.cwettbewerb.view .item a.shadowbox { position:absolute; width:100%; height:100%; display:block; left:0px; top:0px; background:url('../mm/blind.png') repeat; }
.cwettbewerb.view .item a.dsbutton { position:absolute; left:0px; top:0px; line-height:0px; z-index:2; }
