@charset "utf-8";

.cnews.view { padding-bottom:20px; }
.cnews .editbalken { margin:0px 10px 20px 10px; }
.cnews .searchpanel { margin:0px 10px 10px 10px; }
.cnews .searchpanel:after { content:''; display:block; clear:both; }
.cnews .searchpanel .customselect { width:298px; margin-right:9px; display:none; }
.cnews .searchpanel input[type=text] { width:530px; margin-right:9px; display:none; }
.cnews .searchpanel button { width:100px; display:none; }
.cnews .item { 
	position:relative; float:left; width:590px; height:150px; 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;
}
.cnews .item:hover { background-color:#f1bdbc; }
.cnews .item h2 { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.cnews .item .placeholder { position:relative; float:left; width:265px; height:130px; display:block; background-color:#dcdcdc; margin-right:20px; }
.cnews .item .startseite { position:absolute; width:auto; height:auto; right:10px; top:10px; color:#d02421; font-size:20px; }
.cnews .item .text { height:130px; margin:10px; overflow:hidden; }
.cnews .item .absolute { position:absolute; width:100%; height:100%; display:block; left:0px; top:0px; background:url('../mm/blind.png') repeat; }
.cnews .item .dsbutton { position:absolute; left:0px; top:0px; line-height:0px; z-index:2; }

/*News (viewdet)*/
.cnews.viewdet .fixheight { min-height:330px; }
.cnews.viewdet .text.twocols {
	-webkit-column-count:2; -webkit-column-gap:30px; -webkit-column-rule:1px #ccc solid;
	-moz-column-count:2; -moz-column-gap:30px; -moz-column-rule:1px #ccc solid;
	column-count:2; column-gap:30px; column-rule:1px #ccc solid;
}
.cnews.viewdet .liste { display:block; padding-top:15px; }
.cnews.viewdet .liste > div { font-weight:700; }
.cnews.viewdet .dslinklist_1 { padding:0px; }
body.dynasite .cnews.viewdet .text.twocols .cis-gallery { width:100%; height:310px; margin:0px 0px 12px 0px;}
body.dynasite .cnews.viewdet .text:not(.twocols) .cis-gallery { margin:0px 0px 15px 15px; }

/*News (viewue)*/
.cnews.viewue { height:100%; }
.cnews.viewue .news { height:100%; }
.cnews.viewue .news h2 { padding:5px 0px !important; background-color:transparent; color:#d02421;  }
.cnews.viewue .news .text { height:77px; margin-top:0px; }
.cnews.viewue .news .placeholder { display:block; margin:0px 0px 0px 10px; background-color:#dcdcdc; }
body.dynasite .cnews.viewue .cis-contentslider .navigation { left:auto; bottom:auto; right:2px; top:-32px; }

/*Effects*/
.cnews .popupbody .liste ul li a, .cnews .popupbody .liste ul li a:before {
	-webkit-transition:background .4s, color .4s;
	-moz-transition:background .4s, color .4s;
	-ms-transition:background .4s, color .4s;
	-o-transition:background .4s, color .4s;
	transition:background .4s, color .4s;
}