#content > h1 {
    display: none;
}

.wlPost {
    margin-top: 4rem;
}

.article + .article .wlPost {
    margin-top: -1rem;
}

.c-tagCategories--knowledge_category {
        line-height: 1.4;
    font-size: .8rem;
    float: left;
}

.c-tagCategories--content_type,
.wlPost__date,
.wlPost__author {
    position: relative;
}

.c-tagCategories--content_type {
    font-weight: bold;
    color: #000;
}
@media (max-width: 767px) {
    .c-tagCategories--content_type,
    .wlPost__date {
        margin: 0 1em;
        padding-left: 1em;
        border-left: 1px dashed #000;
    }
}

@media (min-width: 768px) {
    .wlPost__authors + .c-tagCategories--content_type {
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1px dashed #000;
    }
}

.wlPost__title {
    margin: 0 0 4rem;
    clear: left;
    padding: .2em 0 0 0;
    max-width: inherit;
}

.wlPost__title a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.wlPost__attachmentAnchorLink {
    display: block;
    cursor: pointer;
}

.wlPost__attachmentInfo {
    max-width: none;
    color: #6d6d6d;
}

.heading--asideSpecial.wlPost__attachmentInfo {
    margin: -4em 0 3em;
}

.wlPost__attachmentAnchorLink:hover .wlPost__attachmentInfo {
    color: #ea0036;
}

@media (min-width: 768px) {
    .wlPost__attachmentInfo {
        max-width: 45rem;
    }
}

.wlPost__attachmentAmount {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    margin-left: 0.5em;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    line-height: 1.6em;
}

.wlPost__timeToRead {
    float: left;
    line-height: 1.4;
    font-size: .8rem;
}

.wlPost__meta {
    margin-bottom: 1em;
    font-size: .8rem;
}

.wlPost__intro p {
    clear: left;
    margin: 1.5em 0;
    font-weight: 500;
    color: #333;
}

.heading--aside {
    display: block;
    margin-bottom: 1.2em;
    padding-top: 1.7em;
    padding-bottom: .5em;
}

.heading--asideSpecial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 1.2em 0;
    padding: 1.7em 0 .5em;
}

.heading--asideSpecial:before,
.heading--asideSpecial:after {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1.3rem;
    flex: 1 0 1.3rem;
    border-top: 1px solid #a6a6a6;
    content: '';
}

.heading--asideSpecial--right:before {
    margin: 0 1em 0 0;
}

.heading--asideSpecial--left:after {
    margin: 0 0 0 1em;
}

.heading--asideSpecial--left:before,
.heading--asideSpecial--right:after {
    content: none;
}

.wlPost__subtitle {
    padding-top: 0;
}

/**
 * Meta data
 */

@media screen and (min-width: 768px) {
    .wlPost__meta [class*='icon--']::before {
        position: absolute;
        left: -1.5rem;
    }

    .wlPost__date::before {
        position: absolute;
        margin-top: .2em;
    }
}

/**
  * authors
  */

.wlPost__authors {
    position: relative;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

@media screen and (max-width: 767px) {
    .wlPost__authors {
        white-space: nowrap;
    }
}

.wlPost__authors::before {
    float: left;
}

.wlPost__author a {
    color: inherit;
}

.wlPost__author figure {
    margin: 0;
}

.wlPost__author img {
    display: block;
    height: 3.2rem;
    margin: .9rem 0;
}

.wlPost__author--person img {
    width: 3.2rem;
    border-radius: 100%;
}

.wlPost__date::before {
    display: inline-block;
}

.wlPost__related ul {
    margin-bottom: 3em;
    padding-left: 0;
    line-height: 1.25;
    font-size: .8rem;
    list-style: none;
}

.wlPost__related li {
    margin-bottom: 1em;
}

.wlPost__related li a,
.wlPost__related li span {
    position: relative;
    display: block;
    padding-right: 2em;
    word-break: break-word;
    text-decoration: none;
}

.wlPost__related a::after,
.wlPost__related span::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wlPost__relatedPosts .time,
.wlPost__relatedPosts .wlp-reaction-amount {
    display: none;
}

.u-imageWrapper {
    margin-bottom: 2em;
}

.wlPost__coverImage {
    height: 47vw;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
    .wlPost__coverImage {
        height: 500px;
    }

    .u-imageWrapper .u-coverImage {
        right: 0;
        width: calc(100vw - 16.2rem);
        max-width: 1200px;
    }
}

@media screen and (min-width: 930px) {
    .u-imageWrapper .u-coverImage {
        width: calc((50vw - 32.5rem) + (100% + 9.5rem));
    }
}

.wlPost__share {
    margin-top: 2em;
}

.wlPost__divider {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 0 0 30px 0;
    border-top: 1px solid #a6a6a6;
}

.heading--aside.wlPost__divider {
    padding-top: 1.7em;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .wlPost__share {
        position: absolute;
        left: 1em;
        width: 2.5em;
    }
}
