.tx-cc-teaserboxes .clearer {
	clear: both;
}
.frame-default .tx_teaserboxes_boxes.boxes-vertical {
	padding: 0 15px;
}
.tx_teaserboxes_boxes a {
	color: #5E5E5E;
}
.tx_teaserboxes_boxes.boxes-vertical > div {
	margin-top: 15px;
	min-height: 65px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	background-color: #F0F0F0;
}
.tx_teaserboxes_boxes.boxes-vertical .tx_ccteaserboxes_image {
	float: right;
	max-width: 150px;
	position: relative;
}
.tx_teaserboxes_boxes .tx_ccteaserboxes_image a {
	display: block;
	min-width: 35px;
	min-height: 65px;
}
.tx_teaserboxes_boxes.boxes-vertical .tx_ccteaserboxes_image img {
	max-width: 150px;
	height: auto;
}
.tx_teaserboxes_boxes .tx_ccteaserboxes_image a::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0%;
	margin: -15px 0px 0px -15px;
	background: transparent url("../Icons/clickring.png") no-repeat center center;
}
.tx_teaserboxes_boxes.boxes-vertical .tx_ccteaserboxes_content {
	float: left;
	width: calc(100% - 150px);
	padding: 10px 20px 10px 10px;
}
.tx_teaserboxes_boxes.boxes-vertical .noimage .tx_ccteaserboxes_content {
	width: calc(100% - 50px);
}
.tx_teaserboxes_boxes.boxes-vertical .tx_ccteaserboxes_title {
	font-size: 12px;
	font-weight: bold;
	height: auto;
	line-height: 25px;
}
.tx_teaserboxes_boxes .tx_ccteaserboxes_title a {
	color: #5E5E5E;
}
