.custom-query-container {
	margin-bottom: 40px; 
}
.custom-query-filter {
	margin-bottom: 20px;
}
.custom-query-posts ul {
	list-style-type: none;
	padding: 0;
}
.custom-query-posts ul li {
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	border:1px solid #ccc;
	padding:2em;
	border-radius:5px;
	min-width: 100%;
}
.custom-query-container ul {
  margin-left: 0;
}
.post-medium {
	font-weight: bold;
	font-size: 80%;
}
.post-date{
	
}
.reset{
	margin-left:2em;
}
.post-thumb{
	max-width:10% !important;
	width:75px;
	float:left;
	margin-right: 15px;
	/* border: 1px solid #efefef; */
}
.post-thumb img{
	width:75px;
	float:left;
}
.post-tex{
	float: left;
	  max-width: 100%;
	  padding: 0 2em;
	  width: 90%;
}
.post-tex .link-more-container{
	float:right;
}
#beitraege ul {
  margin-left: 0 !important;
}
@media screen and (max-width: 619px){
	.reset{
		margin-left:0;
		margin-top:1em;
	}
	.submit-size{
		width: 275px;
	}
}
