
.stageTeaserBox {
  max-width: 1400px;
  margin: 0 auto;
}

/** TeaserBox **/

.teaserBox>div,
 .teaserBox>li {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px;
	border: 1px dotted #D0D0D2;
	min-height: 145px;
}

ul.teaserBox {
	list-style-type:none;
	width:526px;
}

ul.teaserBox li {
	width:516px;
	overflow: hidden;
}


.teaserBox img {
	float: left;
	margin-right: 10px;
}

.teaserBox div.category_title {
	position: absolute;
	bottom: 10px;
	right: 10px; 
	font-size: .8em;
}	

.teaserCardBox .card.teaseritem {
	/*height: 100%;*/
	margin-bottom: 0px;
}

.teaserCardBox .card.teaseritem.card-img-left {
	width: 100%;
}

.teaserCardBox .card.teaseritem.card-img-left img {
	width: 30%;
}

.card.imagecard {
	margin-bottom: 15px;
	border: none;
}

.card.with-overlay .card-img-overlay {
  background-color: #4d525766; /*#454a4eab;*/
}

.card.with-overlay .card-img-overlay a {
  color: #fff;
  line-height: 1;
}

.card-img-left {
  width: 30%;
}
