/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
.news-item .news-img img {
  aspect-ratio: 1;
  width: 200px;
  height: 100%;
  object-fit: cover;
}
.widget-search .news-search {
  display: flex;
  align-items: center;
  position: relative;
}
.widget-search .news-search i {
  position: absolute;
  right: 0.75em;
}
.widget-tags .tags-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}
.widget-tags .tags-outer span {
  padding: 3px 7px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1em;
  display: flex;
  cursor: pointer;
  transition: 0.3s;
}
.widget-tags .tags-outer span:after {
  content: attr(data-num);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(204, 204, 204, 0.2);
  border-radius: 100px;
  margin-left: 5px;
  font-size: 14px;
}
.widget-tags .tags-outer span:hover, .widget-tags .tags-outer span.active {
  background-color: var(--vision-color-primary);
  border-color: var(--vision-color-primary);
  color: #fff;
  transition: 0.3s;
}
/*# sourceMappingURL=../../template/css/_maps/news-theme.map */