.blog-list-item {
    margin: 0 0 24px 0;
    padding: 14px;
    border: 1px solid #ddd;
    background: #fff
}

.blog-list-item h2 {
    margin: 0 0 6px 0
}

.blog-more {
    display: inline-block;
    margin-top: 8px
}

.blog-post {
    margin: 18px 0;
    padding: 0px;
    border: none;
    background: #fff
}

.blog-post h3,
.blog-post h2 {
    margin: 0 0 4px 0
}

.blog-date {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.blog-post-text {
    line-height: 1.45;
    box-sizing: border-box;
    padding-left: 20px;
}

/* Global-Reset (* { padding:0 }) entfernt ul-Einrückung → Bullets hängen links vom Text */
.blog-post-text ul,
.blog-post-text ol,
.blog-base-text ul,
.blog-base-text ol,
.articleL.blog-base-text ul,
.articleL.blog-base-text ol {
    margin: 0.6em 0;
    padding-left: 0;
    list-style-position: inside;
    list-style-type: disc;
    display: block;
    width: auto;
    float: none;
}

.blog-post-text ol,
.blog-base-text ol,
.articleL.blog-base-text ol {
    list-style-type: decimal;
}

.blog-post-text li,
.blog-base-text li,
.articleL.blog-base-text li {
    margin: 0.2em 0;
    float: none;
    display: list-item;
    height: auto;
    line-height: inherit;
    border: none;
    border-radius: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    font-size: inherit;
}

/* Falls .tabhead durch kaputtes HTML weiterläuft: Inhalts-Listen nicht als Tabs */
.tabhead .blog-post-text ul,
.tabhead .blog-post-text ol,
.tabhead .blog-base-text ul,
.tabhead .blog-base-text ol {
    list-style: disc inside;
    display: block;
    width: auto;
    float: none;
    margin-top: 0.6em;
}

.tabhead .blog-post-text li,
.tabhead .blog-base-text li {
    float: none;
    display: list-item;
    border: none;
    border-radius: 0;
    padding: 0;
    color: inherit;
    background: transparent;
}

.blog-post-collapsed {
    display: none
}

.blog-load-sentinel {
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.blog-load-older-wrap {
    margin: 18px 0 24px 0;
    text-align: center;
}

a.blog-load-older {
    display: inline-block;
    text-decoration: none;
}

/* Keep image/text side-by-side on desktop */
.blog-post>.b3 {
    float: left;
    width: 33.333%;
}

.blog-post>.b66 {
    float: left;
    width: 66.666%;
}

/* Mobile: stack image and text */
@media (max-width: 900px) {
    .blog-post>.b3,
    .blog-post>.b66 {
        float: none;
        width: 100%;
    }

    .blog-post-text {
        padding-left: 0;
        margin-top: 12px;
    }
}