/* Einfacher Teaser */
.simple-teaser {
	margin-bottom: 30px;
	padding: 20px 30px;
	background-color: #f3f3f3;
}

.simple-teaser__title {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.15;
    margin-bottom: 14px;
}

.simple-teaser.simple-teaser--special {
	border-left: 4px solid #2e407d;
}