/*BLOG VIEW*/

.aktuelles-blog .item{
	margin-bottom:30px !important;
}

.aktuelles-blog .item a{
	color:inherit;
	background-color:#fff;
	display:block;
}

.aktuelles-blog .item a:hover{
	text-decoration:none;
	background-color:#f5f5f5;
}

.aktuelles_content_blog{
	border:1px solid #ddd;
	padding:10px;
	min-height:300px;
}

.aktuelles_content_blog .aktuelles-blog-head{
	width:100%;
	display:inline-block;
	font-weight:normal;
}

.aktuelles_content_blog .aktuelles-blog-head span{
	display:inline-block;
}

.aktuelles_content_blog .aktuelles-blog-head .aktuelles-blog-headline{
	float:left;
	background: #008bf1;
  	padding: 5px;
  	font-size: 12px;
  	color: #fff;
}

.aktuelles_content_blog .aktuelles-blog-head .aktuelles-blog-date{
	float:right;
	background: #008bf1;
  	padding: 5px;
  	font-size: 12px;
  	color: #fff;
}

.aktuelles_content_blog h4{
	font-size:14px;
	clear:both;
	line-height:20px;
}

.aktuelles_content_blog p{
	margin-bottom:15px;
	font-weight:normal;
}

.aktuelles_content_blog ul{
	padding-left:20px;
	line-height:30px;
}

.aktuelles_content_blog .aktuelles-placeholder-img{
	width:100%;
	height:182px;
	line-height:182px;
	text-align:center;
	border:1px solid #ddd;
	background-color:#fff;
}

.aktuelles_content_blog .aktuelles-placeholder-img img{
	display:inline-block;
}

.blog .ccomment-readmore{
	width:100%;
	display:block;
	text-align:center;
	color:#fff;
	background:#008bf1;
}

#aktuelles-links .list-group > .list-middle{
	display:none;
	visibility:hidden;
}

#aktuelles-links .list-group .list-group-item p{
	font-weight:bold;
}
.aktuellescontent #aktuelles-links .list-group .list-group-item .list-middle {
  display: block;
  position:inherit;
  
  width: auto;
}
