/*breakpoints*/
.blogelement .jobstory__area {
  position: relative;
}
.blogelement .jobstory__area .jobstory__first--content {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--primary-color);
  padding: 1.875rem;
  height: 394px;
  width: 394px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .jobstory__area .jobstory__first--content {
    position: relative;
    width: unset;
    height: 300px;
    gap: 1.1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .blogelement .jobstory__area .jobstory__first--content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 394px;
    height: 320px;
    gap: 1.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .jobstory__area .jobstory__first--content {
    position: relative;
    height: unset;
    width: unset;
    gap: 1rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .blogelement .jobstory__area .jobstory__first--content::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: -30px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: var(--primary-color);
  }
}
@media screen and (min-width: 992px) {
  .blogelement .jobstory__area .jobstory__first--content::before {
    top: -30px;
    left: 1.875rem;
    border-bottom-color: var(--primary-color);
    border-right-color: unset;
  }
}
@media screen and (min-width: 1200px) {
  .blogelement .jobstory__area .jobstory__first--content::before {
    top: 1.875rem;
    left: -30px;
    border: solid 15px transparent;
    border-right-color: var(--primary-color);
    border-bottom-color: unset;
  }
}
.blogelement .jobstory__area .jobstory__first--content .jobstory__title {
  color: var(--white);
  transition: var(--transition-default);
}
.blogelement .jobstory__area .jobstory__first--content .jobstory__title:hover {
  color: var(--grey-light);
}
.blogelement .jobstory__area .jobstory__first--content .summary {
  color: var(--white-light-green);
  font-size: 1.125rem;
  line-height: 1.688rem;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .jobstory__area .jobstory__first--content .summary {
    font-size: 1rem;
    line-height: 1.45rem;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .jobstory__area .jobstory__first--content .summary {
    font-size: 0.938rem;
    line-height: 1.3rem;
  }
}
.blogelement .jobstory__area .jobstory__first--content .btn-icon.big-circle:hover {
  background: var(--black);
  color: var(--white);
}
.blogelement .jobstory__area .jobstory__first--content .badge__category {
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #66B782;
  color: var(--white);
  border-radius: 10rem;
  transition: var(--transition-default);
  font-weight: 400;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .jobstory__area .jobstory__first--content .badge__category {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .jobstory__area .jobstory__first--content .badge__category {
    font-size: 0.875rem;
  }
}
.blogelement .jobstory__area .jobstory__first--content .badge__category:hover {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
}
.blogelement .jobstory__area--second {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .blogelement .jobstory__area--second {
    flex-direction: column;
  }
}
.blogelement .jobstory__area--second .jobstory__second--image {
  width: 420px;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .jobstory__area--second .jobstory__second--image {
    width: 322px;
  }
}
@media screen and (max-width: 991.98px) {
  .blogelement .jobstory__area--second .jobstory__second--image {
    width: 420px;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .jobstory__area--second .jobstory__second--image {
    width: unset;
  }
}
.blogelement .jobstory__area--second .jobstory__second--content {
  background: var(--grey-light);
  padding: 1.875rem;
  height: 394px;
  width: 394px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.2rem;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .jobstory__area--second .jobstory__second--content {
    height: 300px;
  }
}
@media screen and (max-width: 991.98px) {
  .blogelement .jobstory__area--second .jobstory__second--content {
    gap: 1.1rem;
    height: 354px;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .jobstory__area--second .jobstory__second--content {
    position: relative;
    height: unset;
    width: unset;
    padding: 1.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .blogelement .jobstory__area--second .jobstory__second--content::after {
    content: "";
    position: absolute;
    top: 1.875rem;
    right: -30px;
    z-index: 1;
    border: solid 15px transparent;
    border-left-color: var(--grey-light);
  }
}
.blogelement .jobstory__area--second .jobstory__second--content .jobstory__title {
  color: var(--black);
  transition: var(--transition-default);
}
.blogelement .jobstory__area--second .jobstory__second--content .jobstory__title:hover {
  color: var(--black-light);
}
.blogelement .jobstory__area--second .jobstory__second--content .summary {
  color: var(--black-light);
  font-size: 1.125rem;
  line-height: 1.688rem;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .jobstory__area--second .jobstory__second--content .summary {
    font-size: 1rem;
    line-height: 1.45rem;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .jobstory__area--second .jobstory__second--content .summary {
    font-size: 0.938rem;
    line-height: 1.3rem;
  }
}
.blogelement .jobstory__area--second .jobstory__second--content .btn-icon.big-circle:hover {
  background: var(--black);
  color: var(--white);
}
.blogelement .jobstory__area--second .jobstory__second--content .badge__category {
  font-size: 1rem;
  line-height: 1;
  border: 1px solid var(--black-light);
  background: transparent;
  color: var(--black);
  border-radius: 10rem;
  transition: var(--transition-default);
  font-weight: 400;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .jobstory__area--second .jobstory__second--content .badge__category {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .jobstory__area--second .jobstory__second--content .badge__category {
    font-size: 0.875rem;
  }
}
.blogelement .jobstory__area--second .jobstory__second--content .badge__category:hover {
  background: var(--black);
  border: 1px solid var(--black);
  color: var(--white);
}
.blogelement .latestnews__area {
  background: var(--black);
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 394px;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .latestnews__area {
    height: 480px;
    padding: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .latestnews__area {
    height: 530px;
    padding: 1.5rem;
  }
}
.blogelement .latestnews__area .latestnews__area--item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .latestnews__area .latestnews__area--item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  .blogelement .latestnews__area .latestnews__area--item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .latestnews__area .latestnews__area--item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.blogelement .latestnews__area .latestnews__area--item .latestnews__area--category {
  flex: 0 1 auto;
  width: calc(25% - 0px);
}
@media screen and (max-width: 1199.98px) {
  .blogelement .latestnews__area .latestnews__area--item .latestnews__area--category {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .blogelement .latestnews__area .latestnews__area--item .latestnews__area--category {
    width: calc(25% - 0px);
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .latestnews__area .latestnews__area--item .latestnews__area--category {
    width: 100%;
  }
}
.blogelement .latestnews__area .latestnews__area--item .latestnews__area--category .badge__category {
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #4D4D4D;
  background: transparent;
  color: var(--white);
  border-radius: 10rem;
  transition: var(--transition-default);
  font-weight: 400;
}
@media screen and (max-width: 1199.98px) {
  .blogelement .latestnews__area .latestnews__area--item .latestnews__area--category .badge__category {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .latestnews__area .latestnews__area--item .latestnews__area--category .badge__category {
    font-size: 0.875rem;
  }
}
.blogelement .latestnews__area .latestnews__area--item .latestnews__area--category .badge__category:hover {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
}
.blogelement .latestnews__area .latestnews__area--item .latestnews__area--blogpost {
  flex: 0 1 auto;
  width: calc(75% - 0px);
}
@media screen and (max-width: 1199.98px) {
  .blogelement .latestnews__area .latestnews__area--item .latestnews__area--blogpost {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .blogelement .latestnews__area .latestnews__area--item .latestnews__area--blogpost {
    width: calc(75% - 0px);
  }
}
@media screen and (max-width: 767.98px) {
  .blogelement .latestnews__area .latestnews__area--item .latestnews__area--blogpost {
    width: 100%;
  }
}
.blogelement .latestnews__area .latestnews__area--item .latestnews__area--blogpost .latestnews__item--title {
  color: var(--white);
  transition: var(--transition-default);
}
.blogelement .latestnews__area .latestnews__area--item .latestnews__area--blogpost .latestnews__item--title:hover {
  color: var(--primary-color);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fverbundstein%2Fscss%2Fcomponents%2F_blogelement.scss%22%2C%22%2Fthemes%2Fverbundstein%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyFM%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BACxHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BHA%3BAAAA%3BAAAA%3BACvHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkNM%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1OE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8RE%3BAAAA%3BAAAA%3BAAAA%3BACtRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2SI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2TM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAC3TF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiVI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%22%7D */