.bericht-container {
  text-decoration: none;
}
.bericht-container * {
  color: #fff;
}
.bericht-container .bericht-tag {
  display: block;
  color: var(--primary-color);
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}
.bericht-container .bericht-tag:after {
  bottom: -5px;
  content: "";
  position: absolute;
  display: block;
  background-image: url(./img/balken.png);
  width: 200px;
  height: 5px;
  left: 0;
  z-index: 10;
}
.bericht-container .bericht-title {
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.bericht-container .bericht-excerpt {
  display: block;
}

.column-inner-wrapper, .wp-block-column {
  height: 100%;
}