.post-single {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.post-single .intro {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .post-single .intro {
    justify-content: flex-start;
  }
}
.post-single .intro.no-preview-image {
  justify-content: flex-start;
  max-width: var(--wp--style--global--content-size);
}
.post-single .intro.no-preview-image .text-wrapper {
  width: 100%;
  max-width: none;
}
.post-single .intro .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  max-width: calc(var(--wp--style--global--content-size) / 2);
  padding: 2rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .post-single .intro .text-wrapper {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .post-single .intro .text-wrapper {
    width: 100%;
  }
}
.post-single .intro .text-wrapper .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5em;
}
@media (max-width: 1200px) {
  .post-single .intro .text-wrapper .text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .post-single .intro .text-wrapper .text {
    background: var(--wp--preset--color--white);
    padding: 2em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .post-single .intro .text-wrapper .text {
    padding: 1rem;
  }
}
.post-single .intro .text-wrapper .text .category-date-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2em;
}
@media (max-width: 575px) {
  .post-single .intro .text-wrapper .text .category-date-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.post-single .intro .text-wrapper .text .category-date-wrapper .category {
  padding: 0.4em 0.5em;
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  line-height: 1;
}
@media (max-width: 575px) {
  .post-single .intro .text-wrapper .text .category-date-wrapper .category {
    font-size: 0.6em;
  }
}
.post-single .intro .text-wrapper .text .category-date-wrapper .date {
  color: var(--wp--preset--color--green);
  flex-shrink: 0;
}
.post-single .intro .text-wrapper .text .title {
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2em;
  margin: 0;
}
@media (max-width: 991px) {
  .post-single .intro .text-wrapper .text .title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .post-single .intro .text-wrapper .text .title {
    font-size: 1.2em;
  }
}
.post-single .intro .text-wrapper .text .preview-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.post-single .intro .text-wrapper .text .preview-text > p:first-of-type {
  margin-top: 0;
}
.post-single .intro .text-wrapper .text .preview-text > p:last-of-type {
  margin-bottom: 0;
}
.post-single .intro .image-wrapper {
  position: relative;
  width: calc(50% - 2rem);
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .post-single .intro .image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .post-single .intro .image-wrapper {
    width: 70vw;
  }
}
.post-single .intro .image-wrapper .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.post-single .intro .image-wrapper .image::before {
  content: "";
  display: block;
  padding-top: 75%;
  background-color: var(--wp--preset--color--grey);
}
.post-single .intro .image-wrapper .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-single .intro .image-wrapper .caption {
  color: var(--wp--preset--color--darkgrey);
  font-size: 0.7em;
  padding: 0.5em 0.5em 0.5em 0;
  text-align: center;
}
.post-single .content-area {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  padding: 0 2rem;
  position: relative;
}
@media (max-width: 991px) {
  .post-single .content-area {
    flex-direction: column;
    gap: 2em;
  }
}
.post-single .content-area .main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2em;
  flex-grow: 1;
  padding-right: 4rem;
}
@media (max-width: 991px) {
  .post-single .content-area .main-content {
    padding-right: 0;
  }
}
.post-single .content-area .main-content .flexible-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.post-single .content-area .main-content .flexible-text .comp-headline {
  margin: 0;
  line-height: 1.5;
}
.post-single .content-area .main-content .flexible-text .comp-headline .primaryheadline,
.post-single .content-area .main-content .flexible-text .comp-headline .subheadline {
  text-transform: none;
}
.post-single .content-area .main-content .flexible-text h1.comp-headline {
  font-size: 2em;
}
@media (max-width: 575px) {
  .post-single .content-area .main-content .flexible-text h1.comp-headline {
    font-size: 1.5em;
  }
}
.post-single .content-area .main-content .flexible-text h2.comp-headline {
  font-size: 1.5em;
}
@media (max-width: 575px) {
  .post-single .content-area .main-content .flexible-text h2.comp-headline {
    font-size: 1.25em;
  }
}
.post-single .content-area .main-content .flexible-text h3.comp-headline {
  font-size: 1.25em;
}
@media (max-width: 575px) {
  .post-single .content-area .main-content .flexible-text h3.comp-headline {
    font-size: 1em;
  }
}
.post-single .content-area .main-content .flexible-text h4.comp-headline,
.post-single .content-area .main-content .flexible-text h5.comp-headline,
.post-single .content-area .main-content .flexible-text h6.comp-headline {
  font-size: 1em;
}
.post-single .content-area .main-content .flexible-text .text > p:first-of-type {
  margin-top: 0;
}
.post-single .content-area .main-content .flexible-text .text > p:last-of-type {
  margin-bottom: 0;
}
.post-single .content-area .main-content .flexible-text .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em 1em;
}
.post-single .content-area .main-content .flexible-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -0.25em;
  width: calc(100% + 0.5em);
}
.post-single .content-area .main-content .flexible-images.one-col .image {
  width: 100%;
}
.post-single .content-area .main-content .flexible-images.two-cols .image {
  width: 50%;
}
@media (max-width: 575px) {
  .post-single .content-area .main-content .flexible-images.two-cols .image {
    width: 100%;
  }
}
.post-single .content-area .main-content .flexible-images .image {
  width: 33.333333%;
  padding: 0.25em;
}
@media (max-width: 767px) {
  .post-single .content-area .main-content .flexible-images .image {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .post-single .content-area .main-content .flexible-images .image {
    width: 100%;
  }
}
.post-single .content-area .main-content .flexible-images .image .comp-image .caption .caption-inner {
  padding: 0.5em 0.5em 0.5em 0;
  color: var(--wp--preset--color--darkgrey) !important;
  font-size: 0.7em;
}
.post-single .content-area .main-content .prev-next-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 575px) {
  .post-single .content-area .main-content .prev-next-post {
    font-size: 0.75rem;
  }
}
@media (max-width: 450px) {
  .post-single .content-area .main-content .prev-next-post {
    font-size: 0.6rem;
  }
}
@media (max-width: 375px) {
  .post-single .content-area .main-content .prev-next-post {
    font-size: 0.5rem;
  }
}
.post-single .content-area .main-content .prev-next-post a {
  color: var(--wp--preset--color--green);
  text-transform: uppercase;
}
.post-single .content-area .main-content .prev-next-post a::after {
  border-color: var(--wp--preset--color--green);
}
.post-single .content-area .categories-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 18em;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .post-single .content-area .categories-wrapper {
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  .post-single .content-area .categories-wrapper {
    width: 100%;
  }
}
.post-single .content-area .categories-wrapper .categories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  left: 0;
  top: 5em;
  gap: 1em;
  font-size: 1em;
}
@media (max-width: 991px) {
  .post-single .content-area .categories-wrapper .categories {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.post-single .content-area .categories-wrapper .categories .category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-left: 0.6em;
  font-size: 1.2em;
}
.post-single .content-area .categories-wrapper .categories .category.active {
  font-weight: 700;
  cursor: none;
  pointer-events: none;
}
.post-single .content-area .categories-wrapper .categories .category svg {
  position: absolute;
  left: 0;
  top: 0.225em;
  width: 0.6em;
}
.post-single .content-area .categories-wrapper .categories .category span {
  margin-left: 0.5em;
  text-transform: uppercase;
  color: var(--wp--preset--color--black);
}
.post-single .content-area .categories-wrapper .categories .newsletter-hint {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  text-align: center;
}
@media (max-width: 991px) {
  .post-single .content-area .categories-wrapper .categories .newsletter-hint {
    text-align: left;
    justify-content: flex-start;
    font-size: 1rem;
  }
}
.post-single .content-area .categories-wrapper .categories .newsletter-hint .newsletter-hint-heading .newsletter-hint-heading-text {
  display: block;
  margin: 0 0 5px 0;
}
.post-single .content-area .categories-wrapper .categories .newsletter-hint .newsletter-hint-heading .newsletter-hint-heading-headline {
  margin: 0;
  line-height: 1;
}
.post-single .content-area .categories-wrapper .categories .newsletter-hint .newsletter-hint-text {
  hyphens: none;
  margin: 0;
}
.post-single .content-area .categories-wrapper .categories .newsletter-hint .newsletter-hint-link {
  text-transform: uppercase;
  margin: 0 auto;
  color: var(--wp--preset--color--green);
}
.post-single .content-area .categories-wrapper .categories .newsletter-hint .newsletter-hint-link::after {
  border-color: var(--wp--preset--color--green);
}
@media (max-width: 991px) {
  .post-single .content-area .categories-wrapper .categories .newsletter-hint .newsletter-hint-link {
    margin: 0;
  }
}