.blog-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
  padding: 20px 15px;
}

.blog-single {
  flex-basis: 100%;
  display: inline-block;
  margin-bottom: 0 !important;
}

.blog-single .blog-single-image {
  position: relative;
  margin-bottom: 1rem;
}
.blog-single .blog-single-image img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.blog-single .blog-single-image .blog-terms {
  bottom:1rem;
  left:1rem;
  position: absolute;
}
.blog-single .blog-single-image .blog-term {
  color: #111336;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  display: inline-block;
  background-color: #f1f1f1;
  padding:5px 15px;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 0.9rem;
  position: relative;
}

.blog-single h3 {
  margin: 0 0 10px !important;
}

a.blog-link {
  font-weight: 700;
}

a.blog-link::after {
  content: none !important;
}


.blog-weiterlesen {
  font-weight: 600;
  font-size: 17px;
}

.blog-content .blog-wrapper {
  padding: 15px 0px;
}
.blog-keine-beitraege {
  text-align: center;
}
@media only screen and (min-width: 782px) {
  .blog-single {
    flex-basis: calc(50% - 1em);
  }
}
