/**
 * Custom Post Type - News
 * inkl. Gutenberg Block
 */
/**
 * Gutenberg Block
 * Archive 
 */
/**
 * SinglePage
 */
@media (min-width: 768px) {
  .singlePageWrapper .posts-single .innerContainer {
    flex-direction: row;
  }
}
.singlePageWrapper .posts-single .innerContainer .image {
  flex: 1;
}
.singlePageWrapper .posts-single .innerContainer .image img {
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
}
.singlePageWrapper .posts-single .innerContainer .info {
  flex: 1;
}

/**
 * Global styling
 */
.posts-single .info .titel:not(h1) {
  font-size: 1.2em;
}
.posts-single .info .textextract {
  font-size: 0.8em;
}/*# sourceMappingURL=cpt-posts.css.map */