/* news list */
.component.newslist {
  padding: 0;
}
.component.newslist:after {
  content: "";
  display: table;
  clear: both;
}
.component.newslist .rss-link {
  display: none;
}
.component.newslist a.image {
  background-size: 0px;
}
.component.newslist span[data-replace-with] {
  display: block;
  height: 100px;
  margin: 10px autor;
}
.component.newslist .article-list {
  position: relative;
}
.component.newslist .article-list .component.button {
  text-align: center;
}
.component.newslist .article-list .component.button.loading {
  opacity: 0.5;
}
.component.newslist .article-list.loading {
  cursor: wait;
}
.component.newslist .article-list.loading * {
  display: none;
}
.component.newslist .article-list.loading:before {
  content: "Loading...";
  color: #e00122;
  text-align: center;
  display: block;
}
.component.newslist .article-list h3.page-number {
  border-bottom: 2px solid #e00122;
  padding-bottom: 5px;
  margin: 15px 0;
}
.component.newslist .search-header {
  background: #efefef;
  padding: 5px 5px 5px 0;
}
.component.newslist .search-header .result-count {
  display: block;
  font-weight: bold;
  padding: 10px;
}
.component.newslist .search-header .arrows .arrow {
  fill: #000;
  height: 1em;
  position: relative;
  top: 2px;
  right: -5px;
}
.component.newslist .search-header #sort-dims {
  display: none;
  border: 1px solid #979797;
  border-top: 0;
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 33px;
  width: 100%;
}
.component.newslist .search-header #sort-dims li a {
  padding: 5px 10px;
  color: #333333;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}
.component.newslist .search-header #sort-dims li a.active {
  background: #efefef;
}
.component.newslist .search-header #sort-dims li a:hover {
  background: #e00122;
  color: #fff;
}
@media (min-width: 500px) {
  .component.newslist .search-header {
    position: relative;
  }
  .component.newslist .search-header .result-count {
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    align-items: center;
  }
  .component.newslist .search-header .btn-group {
    float: right;
    width: auto;
  }
}
.component.newslist .pagenumbers {
  display: flex;
  padding: 10px 0;
}
.component.newslist .pagenumbers div {
  flex-grow: 1;
  text-align: center;
}
.component.newslist .pagenumbers div a {
  padding: 0 10px;
}


