.news .card .card-body.news-teaser {
  width: 100%;
  color: white;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 12%, rgba(0, 0, 0, 0.65) 51%, rgba(0, 0, 0, 0.65) 99%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 12%, rgba(0, 0, 0, 0.65) 51%, rgba(0, 0, 0, 0.65) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 12%, rgba(0, 0, 0, 0.65) 51%, rgba(0, 0, 0, 0.65) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
}
.news .card h4 {
  font-size: 1.171875rem;
}
.news .load .ajax-weiter span.link-icon {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.news .list-group .media-body {
  padding-left: 5px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
