#news-liste h2{
  font-family:'Open Sans Condensed', sans serif;
  color:#ee7203;
  text-decoration:uppercase;
  font-weight:700;
  margin-bottom:10px;
  font-size:25px;
}

#news-liste a.news-eintrag{
  margin-bottom:50px;
  cursor:pointer;
  display:block;
  color:#000;
  text-decoration:none;
}

.post img{ max-width:100%; }




#news-liste .datum{
    background-image:url('../img/meilenstein.png');background-repeat:no-repeat;
    width:90px;height:90px;
    font-family:'Open Sans Condensed', sans serif;
    font-weight:700;
    font-size:20px;
    color:#fff;
    display:table;
    
}

#news-liste .news-eintrag:hover .datum{
  background-image:url('../img/meilenstein-aktiv.png');  
}




.datum .datum-inner{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.auszug{ padding-left:30px; }

#news-liste .news-eintrag:hover .weiterlesen-news{
    margin-left:5px;
      -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;    
	transition: all 0.3s ease;   
    
}

@media(max-width: 853px){
#news-liste .datum{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}
.auszug{ padding-left: 40px; }
}

@media(max-width: 725px){
.auszug{ padding-left: 10px; }
}