.searchwrapper {
	padding: 0 15%;
} 
#news-filter { 
	margin-top: 32px;
	margin-bottom: 32px;
}
#news-filter .filter-btn  {
	font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.1rem;
	font-size: 1.1rem;
	padding: 1.2rem;
	text-align: center;
	transition: all .2s ease-in-out;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	word-wrap: break-word;
	user-select: none;
	text-decoration: none;
	position: relative;
	top: 0; 
	letter-spacing: .04rem;
	color: #247ba0;
	border: solid 2px #247ba0;
	background: transparent;
	margin-right: 10px;
	border-radius: 99px;
}  
#news-filter .filter-btn:hover { 
	border: solid 2px #247ba0;
	background: #247ba0;
	color: #fff;
}
ul.vc_grid-filter li.vc_active.vc_grid-filter-item { 
	color: #fff;
	border: solid 2px #247ba0;
	background: #247ba0;
} 
#news-filter .filter-btn[aria-pressed="true"] { 
	border: solid 2px #247ba0;
	background: #247ba0;
	color: #fff;
}  
 .category-info {
	font-weight: 700;
	margin-bottom: 32px;
}

 .category-info span {
	font-weight: 400;
} 
#mobile-filter-button {
    display: none; /* Alte Button-Leiste ausblenden */
} 
#news-list a.homeblog_thumbnail {
  overflow: hidden;
}
  
 
 
 /* 860px-Auflösung "WIDTH 850px"
-------------------------------------------------------------- */
@media only screen and (max-width: 850px) { 
#news-filter .filter-btn { 
  display: block;
  margin-bottom: 10px !important;
  margin: 0 auto;
}
  #news-filter {
    display: none; /* Alte Button-Leiste ausblenden */
  } 
  #mobile-filter-wrapper { 
    margin-bottom: 20px;
  } 
  #mobile-filter-button {
    padding: 10px 20px;
    background: #247ba0;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
	display: block;
  } 
  #mobile-filter-panel {
    margin-top: 10px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column; 
    gap: 3px;
	padding: 5px;
  } 
	#mobile-filter-panel {
	  display: none;
	}
	#mobile-filter-panel:not([hidden]) {
	  display: flex; /* oder block, je nachdem wie du es willst */
	}
  a.mobile-filter-option {
    color: #333;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
	border: none !important;
	background: #fff;
    padding: 5px 20px 5px 5px;
  } 
  .mobile-filter-option:hover {
    text-decoration: underline;
  }
} 