.tx-ibc-newsfilter form {
  margin-bottom: 2rem;
}
.tx-ibc-newsfilter .articles {
  display: flex;
  flex-wrap: wrap;
}
.tx-ibc-newsfilter .articles > div {
  border-top: 1px solid var(--text);
  flex: 1 1 100%;
  padding-top: 1rem;
}
.tx-ibc-newsfilter .articles > div > * {
  margin-bottom: 1rem;
}
.tx-ibc-newsfilter .articles > div h1,
.tx-ibc-newsfilter .articles > div h2,
.tx-ibc-newsfilter .articles > div h3,
.tx-ibc-newsfilter .articles > div h4,
.tx-ibc-newsfilter .articles > div h5,
.tx-ibc-newsfilter .articles > div h6 {
  margin-bottom: 0;
}
.tx-ibc-newsfilter .articles > div h1 a,
.tx-ibc-newsfilter .articles > div h2 a,
.tx-ibc-newsfilter .articles > div h3 a,
.tx-ibc-newsfilter .articles > div h4 a,
.tx-ibc-newsfilter .articles > div h5 a,
.tx-ibc-newsfilter .articles > div h6 a {
  color: var(--text);
}
.tx-ibc-newsfilter .articles > div h1 a:hover,
.tx-ibc-newsfilter .articles > div h2 a:hover,
.tx-ibc-newsfilter .articles > div h3 a:hover,
.tx-ibc-newsfilter .articles > div h4 a:hover,
.tx-ibc-newsfilter .articles > div h5 a:hover,
.tx-ibc-newsfilter .articles > div h6 a:hover {
  color: var(--primary);
}
.tx-ibc-newsfilter .articles > div:last-child {
  border-bottom: 1px solid var(--text);
}
.tx-ibc-newsfilter .articles > div .imagewrap {
  max-width: 33%;
  line-height: 0;
  float: left;
  margin-right: 1em;
}
.tx-ibc-newsfilter .articles > div .imagewrap img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 40rem) {
  .tx-ibc-newsfilter .articles > div .imagewrap {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }
}
.tx-ibc-newsfilter .articles > div .teaser > p {
  padding-bottom: 0.5rem;
}
.tx-ibc-newsfilter .articles > div .teaser > p *:last-child {
  padding-bottom: 0;
}
.tx-ibc-newsfilter .articles > div p {
  padding: 0;
}
.tx-ibc-newsfilter .articles > div .date {
  color: var(--grey);
}
.tx-ibc-newsfilter .articles .articlefooter {
  clear: both;
  width: 100%;
}
.tx-ibc-newsfilter .articles .articlefooter,
.tx-ibc-newsfilter .articles .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: justify-content;
  gap: 0.5rem 1rem;
}
@media screen and (min-width: 50rem) {
  .tx-ibc-newsfilter .articles.double {
    gap: 0 5rem;
  }
  .tx-ibc-newsfilter .articles.double > div {
    flex: 1 1 calc(50% - 2.5rem);
  }
  .tx-ibc-newsfilter .articles.double > div:nth-last-child(2):nth-child(odd) {
    border-bottom: 1px solid var(--lightgrey);
  }
}
.tx-ibc-newsfilter .articles + p {
  margin-top: 1rem;
}
.tx-ibc-newsfilter .pagination {
  margin: 0.5rem 0 2rem 0;
  display: flex;
  justify-content: center;
  padding: 0 0.5rem;
  gap: 0.5em 1em;
}
.tx-ibc-newsfilter .pagination > a {
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--grey);
}
.tx-ibc-newsfilter .pagination > a:hover {
  color: var(--text);
  border-color: var(--lightgrey);
}
.tx-ibc-newsfilter .pagination > span {
  padding-top: 0.25rem;
}
.tx-ibc-newsfilter .search {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.tx-ibc-newsfilter .search > * {
  flex: 1 0;
}
.tx-ibc-newsfilter .search input[type=text] {
  flex: 4;
}
.tx-ibc-newsfilter .search input[type=date] {
  flex: 4 10rem;
}
.tx-ibc-newsfilter .search button {
  flex: 0;
}
