.entry.post-item {
  overflow: hidden;
  height: auto;
  border-radius: 4px;
}
.entry.post-item .entry-wrapper {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
  color: inherit;
  cursor: pointer;
}
.entry.post-item .entry-wrapper .entry-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.entry.post-item .entry-wrapper .entry-fields .entry-image-wrapper::before, .entry.post-item .entry-wrapper .entry-fields .entry-image-wrapper::after {
  content: "";
  display: table;
  clear: both;
  width: 1px;
  margin-left: -1px;
}
.entry.post-item .entry-wrapper .entry-fields .entry-image-wrapper::before {
  float: left;
  padding-bottom: 60.4494382%;
}
.entry.post-item .entry-wrapper .entry-fields .entry-image-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry.post-item .entry-wrapper .entry-fields .entry-image-wrapper::before, .entry.post-item .entry-wrapper .entry-fields .entry-image-wrapper::after {
    content: "";
    display: table;
    clear: both;
    width: 1px;
    margin-left: -1px;
  }
  .entry.post-item .entry-wrapper .entry-fields .entry-image-wrapper::before {
    float: left;
    padding-bottom: 76.8571429%;
  }
}
.entry.post-item .entry-wrapper .entry-fields .entry-image-wrapper img.entry-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: var(--spacing-32);
  background: var(--white);
  border: 1px solid var(--black-10-fade);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper {
    padding: var(--spacing-16);
  }
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-accent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-category-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 425px) {
  .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-category-date {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-category-date .entry-category {
  border-radius: 2px;
  padding: 4px 8px;
  width: fit-content;
  margin-bottom: 0;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-category-date .entry-category.fachartikel, .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-category-date .entry-category.insight {
  color: var(--black-100);
  background-color: var(--green-20);
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-category-date .entry-category:not(.fachartikel) {
  padding-right: 0;
  padding-left: 0;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-category-date .entry-date {
  color: var(--black-70);
  margin-bottom: 0;
  padding: 4px 8px;
}
@media screen and (max-width: 425px) {
  .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-category-date .entry-date {
    padding: 0;
  }
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content p {
  color: var(--black-100);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .company-thumbnail {
  object-fit: contain;
  object-position: left;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-hiring, .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 8px;
  margin-bottom: 0;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-hiring .hiring-position, .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-hiring .title-primary, .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title .hiring-position, .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title .title-primary {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--green-80);
  font-family: var(--s4-fontFamily), sans-serif;
  font-weight: var(--s4-fontWeight);
  font-size: var(--s4-fontSize);
  line-height: var(--s4-lineHeight);
  letter-spacing: var(--s4-letterSpacing);
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-hiring .hiring-time, .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-hiring .title-secondary, .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title .hiring-time, .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title .title-secondary {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content > p img {
  margin-bottom: -1rem;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-content > p:last-child {
  margin-bottom: 1.6rem;
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-time {
  color: var(--black-70);
  margin-top: auto;
  margin-bottom: var(--spacing-16);
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-cta {
  margin-top: auto;
  padding-top: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-cta {
    padding-top: 2.4rem;
  }
}
.entry.post-item .entry-wrapper .entry-fields .entry-content-wrapper .entry-cta button {
  padding: 9px 27px !important;
}
.entry.post-item .entry-wrapper:hover .entry-content-wrapper:after {
  opacity: 1;
}
.entry.post-item .entry-wrapper .entry-topics {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-8);
}
.entry.post-item .entry-wrapper .topic {
  background: var(--green-5);
  border-radius: 2px;
  padding: 4px 6px;
  margin-bottom: 0;
}
.entry.post-item.small .entry-wrapper .entry-fields {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.entry.post-item.small .entry-wrapper .entry-fields .entry-image-wrapper {
  -webkit-box-flex: 0 0 132px;
  -moz-box-flex: 0 0 132px;
  -webkit-flex: 0 0 132px;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
}
.entry.post-item.small .entry-wrapper .entry-fields .entry-content-wrapper {
  padding: 16px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
}
.entry.post-item.small .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry.post-item.small .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title .title-primary {
  font-family: var(--s6-fontFamily), sans-serif;
  font-weight: var(--s6-fontWeight);
  font-size: var(--s6-fontSize);
  line-height: var(--s6-lineHeight);
  margin-bottom: 0;
}
.entry.post-item.small .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .paragraph {
  display: none;
}
.entry.post-item.small .entry-wrapper .entry-fields .entry-content-wrapper .entry-time {
  display: none;
}
.entry.post-item.small .entry-wrapper .entry-fields .entry-content-wrapper .entry-topics {
  display: none;
}
.entry.post-item.large .entry-wrapper .entry-fields {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 450px) {
  .entry.post-item.large .entry-wrapper .entry-fields {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.entry.post-item.large .entry-wrapper .entry-fields .entry-image-wrapper {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 425px) {
  .entry.post-item.large .entry-wrapper .entry-fields .entry-category-date {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  .entry.post-item.large .entry-wrapper .entry-fields .entry-category.fachartikel {
    margin-bottom: var(--spacing-8);
  }
}
.entry.post-item.large .entry-wrapper .entry-fields .entry-content-wrapper {
  padding: var(--spacing-48);
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
}
@media screen and (max-width: 600px) {
  .entry.post-item.large .entry-wrapper .entry-fields .entry-content-wrapper {
    padding: var(--spacing-24);
  }
}
@media screen and (max-width: 450px) {
  .entry.post-item.large .entry-wrapper .entry-fields .entry-content-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }
}
.entry.post-item.large .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry.post-item.large .entry-wrapper .entry-fields .entry-content-wrapper .entry-content .entry-content-title .title-primary {
  font-family: var(--s6-fontFamily), sans-serif;
  font-weight: var(--s6-fontWeight);
  font-size: var(--s6-fontSize);
  line-height: var(--s6-lineHeight);
  margin-bottom: var(--spacing-8);
}

/*# sourceMappingURL=post-item.css.map */
