.single-post .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1000px;
  max-width: 100%;
  padding: 4rem 2rem;
  row-gap: 4rem;
}
.single-post .content-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  row-gap: 2rem;
}
.single-post .content-wrapper .content .meta-information {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  background: var(--wp--preset--color--generic);
  color: var(--wp--preset--color--white);
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .single-post .content-wrapper .content .meta-information {
    flex-direction: column;
    row-gap: 0.5rem;
    background: none;
    color: var(--wp--preset--color--black);
    padding: 0;
  }
}
.single-post .content-wrapper .content .meta-information .reading-time-date-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .single-post .content-wrapper .content .meta-information .reading-time-date-wrapper {
    background: var(--wp--preset--color--generic);
    color: var(--wp--preset--color--white);
    padding: 0.5rem 1rem;
  }
}
.single-post .content-wrapper .content .meta-information .reading-time-date-wrapper .reading-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.single-post .content-wrapper .content .meta-information .reading-time-date-wrapper .reading-time .clock {
  height: 1em;
  margin-right: 0.5em;
}
.single-post .content-wrapper .content .meta-information .reading-time-date-wrapper .reading-time .clock svg {
  height: 100%;
  fill: var(--wp--preset--color--white);
}
.single-post .content-wrapper .content .meta-information .reading-time-date-wrapper .date {
  flex-shrink: 0;
}
.single-post .content-wrapper .content .meta-information .categories {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 0.25rem;
}
.single-post .content-wrapper .content .meta-information .categories a {
  color: var(--wp--preset--color--white);
}
.single-post .content-wrapper .content .meta-information .divider {
  width: 1px;
  height: 1rem;
  background: var(--wp--preset--color--white);
  margin: 0.25rem 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .single-post .content-wrapper .content .meta-information .divider.hide-mobile {
    display: none;
  }
}
.single-post .content-wrapper .content .section {
  width: 100%;
}
.single-post .content-wrapper .content .section.post-title {
  margin: 0;
}
.single-post .content-wrapper .content .section.image {
  position: relative;
}
.single-post .content-wrapper .content .section.image .image-inner .comp-image {
  object-position: inherit;
}
.single-post .content-wrapper .content .section.image .image-inner .comp-image .image-box {
  width: 100%;
  height: 100%;
  padding-top: 56.25% !important;
  object-position: inherit;
}
.single-post .content-wrapper .content .section.image .image-inner .comp-image .image-box img {
  object-position: inherit;
  object-fit: cover;
}
.single-post .content-wrapper .content .section.image .image-inner .comp-image .image-box .author {
  display: none;
}
.single-post .content-wrapper .content .section.image .image-inner .comp-image .caption {
  display: none;
}
.single-post .content-wrapper .content .section.image .image-inner .image-meta {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 6rem;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .single-post .content-wrapper .content .section.image .image-inner .image-meta {
    column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .single-post .content-wrapper .content .section.image .image-inner .image-meta {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.5rem;
  }
}
.single-post .content-wrapper .content .section.image .image-inner .image-meta .image-caption {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .single-post .content-wrapper .content .section.image .image-inner .image-meta .image-caption {
    order: 1;
  }
}
.single-post .content-wrapper .content .section.image .image-inner .image-meta .image-author {
  flex-shrink: 0;
  font-size: 0.8rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .single-post .content-wrapper .content .section.image .image-inner .image-meta .image-author {
    order: 0;
    font-size: 0.75rem;
    max-width: none;
  }
}
.single-post .content-wrapper .content .section.roofline {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.single-post .content-wrapper .content .section.headline h1, .single-post .content-wrapper .content .section.headline h2, .single-post .content-wrapper .content .section.headline h3, .single-post .content-wrapper .content .section.headline h4, .single-post .content-wrapper .content .section.headline h5, .single-post .content-wrapper .content .section.headline h6, .single-post .content-wrapper .content .section.crossheads h1, .single-post .content-wrapper .content .section.crossheads h2, .single-post .content-wrapper .content .section.crossheads h3, .single-post .content-wrapper .content .section.crossheads h4, .single-post .content-wrapper .content .section.crossheads h5, .single-post .content-wrapper .content .section.crossheads h6 {
  margin: 0;
}
.single-post .content-wrapper .content .section.intro {
  background: var(--wp--preset--color--brightgrey);
  padding: 2rem;
}
.single-post .content-wrapper .content .section.intro .intro-inner {
  margin: -1em 0;
}
.single-post .content-wrapper .content .section.text {
  font-size: 1rem;
}
.single-post .content-wrapper .content .section.text .text-inner {
  margin: -1em 0;
}
.single-post .content-wrapper .content .section.authorline {
  font-style: italic;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider {
  width: calc(100% + 8rem);
  margin-left: -4rem;
  padding: 0 4rem;
}
@media (max-width: 1200px) {
  .single-post .content-wrapper .content .section.diashow .diashow-slider {
    width: 100%;
    margin-left: 0;
    padding: 0 2rem;
  }
}
.single-post .content-wrapper .content .section.diashow .diashow-slider::before, .single-post .content-wrapper .content .section.diashow .diashow-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 4.1rem;
  height: 100%;
  background: linear-gradient(to right, var(--wp--preset--color--white) 0%, var(--wp--preset--color--white) 75%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media (max-width: 1200px) {
  .single-post .content-wrapper .content .section.diashow .diashow-slider::before, .single-post .content-wrapper .content .section.diashow .diashow-slider::after {
    width: 2.1rem;
  }
}
.single-post .content-wrapper .content .section.diashow .diashow-slider::after {
  left: auto;
  right: 0px;
  background: linear-gradient(to left, var(--wp--preset--color--white) 0%, var(--wp--preset--color--white) 75%, rgba(255, 255, 255, 0) 100%);
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .diashow-entry {
  cursor: pointer;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .diashow-entry .comp-image .image-box {
  padding-top: 56.25% !important;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .diashow-entry .comp-image .image-box img {
  object-fit: cover;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .diashow-entry .image-meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.5rem;
  gap: 0.5rem;
  font-size: 0.75rem;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .diashow-entry .image-meta .image-copyright {
  flex-shrink: 0;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-prev,
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-next {
  width: 2rem;
  top: 0;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-prev::before, .single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-prev::after,
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-next::before,
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-next::after {
  display: none;
}
@media (max-width: 1200px) {
  .single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-prev,
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-next {
    width: 1rem;
  }
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-prev {
  left: 0;
}
.single-post .content-wrapper .content .section.diashow .diashow-slider .swiper-button-next {
  right: 0;
}
.single-post .content-wrapper .content .section.quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.single-post .content-wrapper .content .section.quote .text {
  font-size: 3rem;
  text-align: center;
  margin: -1em 0;
}
.single-post .content-wrapper .content .section.quote .text p {
  font-family: "Noto Serif";
}
.single-post .content-wrapper .content .section.quote .author {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.single-post .content-wrapper .content .section.interview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.single-post .content-wrapper .content .section.interview .entry {
  margin: -1em 0;
}
.single-post .content-wrapper .content .section.interview .entry:nth-last-child(1).interview_question, .single-post .content-wrapper .content .section.interview .entry:nth-last-child(1).interview_answer {
  margin: -1em 0;
}
.single-post .content-wrapper .content .section.interview .entry.interview_question p {
  font-weight: 700;
  color: var(--wp--preset--color--generic);
  font-family: "Noto Serif";
  font-size: 1.2em;
}
.single-post .content-wrapper .content .section.interview .entry.interview_answer {
  margin: -1em 0 0 0;
}
.single-post .content-wrapper .content .section.info {
  font-size: 1.25rem;
  color: var(--wp--preset--color--generic);
  border-left: solid 0.1em var(--wp--preset--color--generic);
}
.single-post .content-wrapper .content .section.info .text {
  margin: -1em 0;
  padding-left: 1em;
  font-weight: 700;
}
.single-post .content-wrapper .content .section.source .text {
  margin: -1em 0;
  font-size: 0.8rem;
}
.single-post .content-wrapper .content .section.itemList ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post .content-wrapper .content .section.itemList ul li {
  position: relative;
  padding-left: 1.5em;
}
.single-post .content-wrapper .content .section.itemList ul li:nth-child(1) p {
  margin: 0 0 0.5em 0;
}
.single-post .content-wrapper .content .section.itemList ul li:nth-last-child(1) p {
  margin: 0.5em 0 0 0;
}
.single-post .content-wrapper .content .section.itemList ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 999999px;
  background: var(--wp--preset--color--black);
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.single-post .content-wrapper .content .section.itemList ul li p {
  margin: 0.5em 0;
}
.single-post .content-wrapper .content .section.embed iframe {
  max-width: 100%;
}
.single-post .content-wrapper .content .section.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-post .content-wrapper .content .section.video .youtube {
  position: relative;
  width: calc(100% - 12rem);
}
@media (max-width: 767px) {
  .single-post .content-wrapper .content .section.video .youtube {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 575px) {
  .single-post .content-wrapper .content .section.video .youtube {
    width: 100%;
  }
}
.single-post .content-wrapper .content .section.video .youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-post .content-wrapper .content .section.video .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-post .content-wrapper .content .section.location .text {
  font-weight: 700;
}
.single-post .content-wrapper .content .section.infobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: solid 0.15rem var(--wp--preset--color--generic);
  padding: 2rem;
  gap: 2rem;
}
.single-post .content-wrapper .content .section.infobox > .roofline {
  width: 100%;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.single-post .content-wrapper .content .section.infobox > .roofline p:nth-child(1) {
  margin-top: 0;
}
.single-post .content-wrapper .content .section.infobox > .roofline p:nth-last-child(1) {
  margin-bottom: 0;
}
.single-post .content-wrapper .content .section.infobox > .headline {
  width: 100%;
}
.single-post .content-wrapper .content .section.infobox > .headline h1, .single-post .content-wrapper .content .section.infobox > .headline h2, .single-post .content-wrapper .content .section.infobox > .headline h3, .single-post .content-wrapper .content .section.infobox > .headline h4, .single-post .content-wrapper .content .section.infobox > .headline h5, .single-post .content-wrapper .content .section.infobox > .headline h6 {
  margin: 0;
}
.single-post .content-wrapper .content .section.infobox > .headline h1 p, .single-post .content-wrapper .content .section.infobox > .headline h2 p, .single-post .content-wrapper .content .section.infobox > .headline h3 p, .single-post .content-wrapper .content .section.infobox > .headline h4 p, .single-post .content-wrapper .content .section.infobox > .headline h5 p, .single-post .content-wrapper .content .section.infobox > .headline h6 p {
  font-family: "Noto Serif";
}
.single-post .content-wrapper .content .section.infobox > .headline h1 p:nth-child(1), .single-post .content-wrapper .content .section.infobox > .headline h2 p:nth-child(1), .single-post .content-wrapper .content .section.infobox > .headline h3 p:nth-child(1), .single-post .content-wrapper .content .section.infobox > .headline h4 p:nth-child(1), .single-post .content-wrapper .content .section.infobox > .headline h5 p:nth-child(1), .single-post .content-wrapper .content .section.infobox > .headline h6 p:nth-child(1) {
  margin-top: 0;
}
.single-post .content-wrapper .content .section.infobox > .headline h1 p:nth-last-child(1), .single-post .content-wrapper .content .section.infobox > .headline h2 p:nth-last-child(1), .single-post .content-wrapper .content .section.infobox > .headline h3 p:nth-last-child(1), .single-post .content-wrapper .content .section.infobox > .headline h4 p:nth-last-child(1), .single-post .content-wrapper .content .section.infobox > .headline h5 p:nth-last-child(1), .single-post .content-wrapper .content .section.infobox > .headline h6 p:nth-last-child(1) {
  margin-bottom: 0;
}
.single-post .content-wrapper .content .section.infobox > .text {
  width: 100%;
}
.single-post .content-wrapper .content .section.infobox > .text p:nth-child(1) {
  margin-top: 0;
}
.single-post .content-wrapper .content .section.infobox > .text p:nth-last-child(1) {
  margin-bottom: 0;
}
.single-post .content-wrapper .content .section.infobox > ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post .content-wrapper .content .section.infobox > ul li {
  position: relative;
  padding-left: 1.5em;
}
.single-post .content-wrapper .content .section.infobox > ul li:nth-child(1) p {
  margin: 0 0 0.5em 0;
}
.single-post .content-wrapper .content .section.infobox > ul li:nth-last-child(1) p {
  margin: 0.5em 0 0 0;
}
.single-post .content-wrapper .content .section.infobox > ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 999999px;
  background: var(--wp--preset--color--black);
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.single-post .content-wrapper .content .section.infobox > ul li p {
  margin: 0.5em 0;
}
.single-post .content-wrapper .content .section.infobox > .image-inner {
  width: 75%;
}
@media (max-width: 767px) {
  .single-post .content-wrapper .content .section.infobox > .image-inner {
    width: 100%;
  }
}
.single-post .content-wrapper .content .section.infobox > .image-inner .comp-image {
  object-position: inherit;
}
.single-post .content-wrapper .content .section.infobox > .image-inner .comp-image .image-box {
  width: 100%;
  height: 100%;
  padding-top: 56.25% !important;
  object-position: inherit;
}
.single-post .content-wrapper .content .section.infobox > .image-inner .comp-image .image-box img {
  object-position: inherit;
  object-fit: cover;
}
.single-post .content-wrapper .content .section.infobox > .image-inner .comp-image .image-box .author {
  display: none;
}
.single-post .content-wrapper .content .section.infobox > .image-inner .comp-image .caption {
  display: none;
}
.single-post .content-wrapper .content .section.infobox > .image-inner .image-meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.5rem;
  gap: 0.5rem;
  font-size: 0.75rem;
}
.single-post .content-wrapper .content .section.infobox > .image-inner .image-meta .image-copyright {
  flex-shrink: 0;
}
.single-post .content-wrapper .content .section .legacy-image {
  line-height: 0;
  margin-bottom: 2rem;
}
.single-post .content-wrapper .content .section .legacy-image img {
  width: 100%;
  height: auto;
}
.single-post .content-wrapper .content .section .legacy-image .legacy-image-desc {
  background: var(--wp--preset--color--brightgrey);
  padding: 1rem;
  margin: 0;
  line-height: 1.4;
}
.single-post .content-wrapper .content .section .legacy-image .legacy-image-desc p:nth-child(1) {
  margin-top: 0;
}
.single-post .content-wrapper .content .section .legacy-image .legacy-image-desc p:nth-last-child(1) {
  margin-bottom: 0;
}
.single-post .content-wrapper .social .social-inner {
  margin-left: -5px;
}
.single-post .content-wrapper .previous-next-posts {
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
  width: calc(100% + 6rem);
  margin-left: -3rem;
}
@media (max-width: 1200px) {
  .single-post .content-wrapper .previous-next-posts {
    width: 100%;
    margin: 0;
  }
}
.single-post .content-wrapper .previous-next-posts .previous-next {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  text-align: left;
  width: auto;
  max-width: 50%;
  margin: 0 auto 0 0;
  color: var(--wp--preset--color--black);
  column-gap: 1rem;
}
.single-post .content-wrapper .previous-next-posts .previous-next.next {
  text-align: right;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
.single-post .content-wrapper .previous-next-posts .previous-next.next .arrow {
  order: 1;
}
.single-post .content-wrapper .previous-next-posts .previous-next.next .article-overview {
  order: 0;
  align-items: flex-end;
}
.single-post .content-wrapper .previous-next-posts .previous-next .arrow {
  width: 2rem;
  order: 0;
}
.single-post .content-wrapper .previous-next-posts .previous-next .arrow svg {
  width: 2rem;
  height: auto;
}
.single-post .content-wrapper .previous-next-posts .previous-next .article-overview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  order: 1;
}
.single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-label {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-label {
    display: none;
  }
}
.single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--wp--preset--color--generic);
  color: var(--wp--preset--color--white);
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-button {
    display: none;
  }
}
.single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-button .clock {
  height: 1em;
  margin-right: 0.5em;
}
.single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-button .clock svg {
  height: 100%;
  fill: var(--wp--preset--color--white);
}
.single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-button .divider {
  width: 1px;
  height: 1rem;
  background: var(--wp--preset--color--white);
  margin: 0 0.5rem;
}
.single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-title {
  font-family: "Noto Serif";
  font-size: 1.5rem;
  margin-top: 0.75rem;
  font-family: "Noto Serif";
}
@media (max-width: 991px) {
  .single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .single-post .content-wrapper .previous-next-posts .previous-next .article-overview .article-title {
    display: none;
  }
}
.single-post .content-wrapper .more-posts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.single-post .content-wrapper .more-posts .posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4em;
  width: 100%;
}
@media (max-width: 991px) {
  .single-post .content-wrapper .more-posts .posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .single-post .content-wrapper .more-posts .posts {
    gap: 2em;
  }
}
@media (max-width: 500px) {
  .single-post .content-wrapper .more-posts .posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.single-post .content-wrapper .more-posts .posts .display-link img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.single-post .content-wrapper .more-posts .posts .disclaimer {
  line-height: 1.4;
  font-size: 0.8rem;
  color: var(--wp--preset--color--black);
}
.single-post .content-wrapper .comments .comments-area #wpdcom {
  max-width: none;
}

.headline:has(h1) + .text {
  margin-top: -1.5rem;
}
.headline:has(h2) + .text {
  margin-top: -1.25rem;
}

.roofline + .headline {
  margin-top: -2rem;
}

.crossheads + .text {
  margin-top: -1.5rem;
}