/* BLOGROLL */
.blogroll {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blogartikel {
    margin-bottom: 1.5em;
    width: 31%;
    float: left;
    margin-right: 2%;
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.nur-bild {
    overflow: hidden;
}

.entry-content h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
}

.blogartikel h2 {
    margin-top: 0.8em !important;
}

.blogartikel p {
    font-weight: 400;
    line-height: 160%;
}

.blogartikel a:link,
.blogartikel a:visited,
.blogartikel a:focus,
.blogartikel a:active {
    text-decoration: none;
}

.post-thumbnail {
    display: block;
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
    /*   height: 200px; 
    background-color: #e8e8e8; */
}

.post-thumbnail img {
    display: block;
    width: 100%;
    margin: 0 auto !important;
    top: 0;
    left: -9999px;
    right: -9999px;
    max-width: 1000px;
}

.spalten {
    padding: 0 15px;
}

p.button {

    position: relative;
}

h1.article-headline {
    display: block;
    border-collapse: inherit;
    white-space: normal;
}

/* BLOGROLL */

/* SINGLEPOST */
/* SINGLEPOST */

/* SIDEBAR */
#sidebar > ul {
    padding: 0;
    list-style: none;
}

#sidebar li a {
    text-decoration: none;
    line-height: 1.4;
}

/* SIDEBAR */

/* SEARCHRESULTS */
/* SEARCHRESULTS */
