.view-ausstellungen.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.view-ausstellungen.view-display-id-block_1 .view-content .views-row {
  border-bottom: 1px solid var(--black);
  padding-bottom: 15px;
}
.view-ausstellungen.view-display-id-block_1 .view-content .views-row .field--name-field-vorschaubild-teaser {
  margin-bottom: 15px;
}
.view-ausstellungen.view-display-id-block_1 .view-content .views-row .field--name-field-vorschaubild-teaser img {
  width: 100%;
  height: auto;
}
.view-ausstellungen.view-display-id-block_1 .view-content .views-row a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.view-news {
  margin-bottom: 50px;
}
.view-news .slick-dots {
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.view-news .slick-dots button {
  background: var(--bgr-light);
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -100vw;
}
.view-news .slick-dots .slick-active button {
  background: var(--primary-color);
}
.view-news .slick-list {
  overflow: hidden;
}
.view-news .slick-track {
  display: flex;
  gap: 20px;
}
.view-news .views-row {
  width: 100%;
}
