/* Anpassung Abstand Teaser und 'mehr'*/

.newsrotationtext-container .text,
.startteaser-container .text {
display: inline !important;
}

a.more.hidden-sm {
display: inline !important;
}

div.text {
    line-height: 1.6em;
    margin: 0 0 1em 0;
}

.richtext .text a {
    color: #2d76b2;
/*    font-size: 16px*/
}

.content-container .text {
    line-height: 1.6em;
}

.richtext span > img {
    margin-right: 20px;
    float: left;
}

.marginal-container .text {
  margin: inherit;
}


