
.teaser-list {
    clear: both;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.teaser-box {
    float: left;
    padding: 10px;
    width: 400px;
    text-align: left;
}

.teaser-box h2 {
    text-align: center;
}

.teaser-box-text {
    /* heigth is aligend to text of teasers */
    min-height: 320px;
}

.article-details img.float-end {
    padding-left: 10px;
    padding-bottom: 10px;

}

/* ---- */

a.sp-sign-in {display: none; }

.article-full-image.float-right {
  margin: 10px;
  float: right;
}

.article-full-image.float-left {
  margin: 10px;
  float: left;
}

.article-full-image.float-unset img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  display: block;
}

/* Wissenshaeppchen */
ul.mod-articles-items.mod-list li { list-style-type: none; }

/* article details*/
.article-details .article-header {order: 1; }
.article-details .article-full-image { order: 4; }
.article-details .article-ratings-social-share { order: 3; }

.mod-articles-item-content .mod-articles-title { float: left; margin-right: 10px; }

blockquote {
    margin-left: 2rem;
}