@media (max-width: 640px) {
  .categorypost {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
  }
}

.categorypost h5 {
  line-height: 2rem;
}

.categorypost .posttitle {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 0 5px;
}

.categorypost a {
  text-decoration: none !important;

  display: inherit;
}

.categorypost img {
  width: 100%;
}

.categorypost ul {
  padding-left: 0px !important;
}

.categorypost ul .posttitle {
  display: inline-block;
  margin-bottom: 0;
}

.categorypost p {
  padding: 0 !important;
  text-align: left;
  list-style: none;
}

.categorypost ul li {
  list-style: none;
}

.categorypost ul li a {
  text-decoration: none;
}

.categorypost.termine a {
  text-decoration: none;
}

.categorypost.termine .card {
  border: none;
}

.categorypost.card-columns {
  margin-top: 1rem;
}
