div.demo_box {
	background-color:#034991;
}

div.demo_box span h1 {
	color:#fff;
}

div.demo_box span p {
	color:#fff;
}

.teaserBox {
	padding: 10px 30px 0px 20px;
	overflow: hidden;
	margin-bottom: 0!important;
}
.teaserBox--colored-brightBorder {
	border-top: 10px solid #eaf4fe;
	background-color: #f5f5f5;
	height: 100%;
}
.teaserBox--darkBorder {
	border-top: 10px solid #013d77;
}
.teaserBox--blueBorder {
	border-top: 10px solid #7fa4c7;
}
.teaserBox-image {

}
.floatContent {
	display:flex;
	align-items: flex-start;
	margin-bottom: 0!important;
}
.inner-text {
	margin-bottom: 0!important;
}
.floatContent img {
	margin-right: 20px;
}