#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper
{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-sizing: border-box;
	display: inline-block;
	width: 90%;
	/*max-width: 222px;*/
	overflow: hidden;
	position: relative;
}

#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .bonus_boxes_inner,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .bonus_boxes_inner,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .bonus_boxes_inner
{
	align-items: center;
	display: flex;
	justify-content: center;
	padding-left: 2px;
	padding-right: 2px;
}

#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .bonus_boxes_inner:after,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .bonus_boxes_inner:after,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .bonus_boxes_inner:after
{
	clear: both;
	content: "";
	display: block;
}

#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper:before,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper:before
{
	background: #039999;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	clear: both;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 3px;
	text-align: center;
}
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper:before {
	content: "★ Neu ★";
}
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper:before {
	content: "★ Exklusiv ★";
}

#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .highlightValue,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .highlightValue,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .highlightValue
{
	background: none;
	border: none;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 5px 0;
	width: 45%;
	
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: keep-all;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .highlightValue::before,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .highlightValue::before,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .highlightValue::before
{
	display: none;
}

#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .plus,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .plus,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .plus
{
	box-sizing: border-box;
	display: block;
	float: left;
	width: 10%;
	transform: scale(0.7);
}

@media (max-width: 558px) {
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper::before,
#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper::before
{
	font-size: 12px;
}
}

@media all and (max-width: 720px) and (min-width: 360px){
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .plus,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .plus,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .plus {
		transform: scale(0.6);
		width: 29px !important;
	}
}
@media all and (max-width: 540px) and (min-width: 360px){
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .plus,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .plus,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .plus {
		transform: scale(0.55);
		width: 30px !important;
	}
}

@media all and (max-width: 359px)
{
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper:before,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper:before,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper:before
	{
		font-size: 12px;
		line-height: 12px;
		text-align: center;
	}
	
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .bonus_boxes_inner,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .bonus_boxes_inner,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .bonus_boxes_inner
	{
		display: inline;
	}
	
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .highlightValue,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .highlightValue,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .highlightValue
	{
		float: none;
		padding: 5px;
		width: 95% !important;
		margin: auto;
	}
	
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .plus
	{
		
		float: none;
		left: 50%;
		height: 18px !important;
		line-height: 20px !important;
		margin-left: -9px;
		/*margin-top: -14px;*/
		top: -1px;
		text-align: center;
		transform: scale(0.55) !important;
		width: 18px !important;
	}
	
	body.home #wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .plus
	{
		line-height: 19px !important;
		font-size: 20px !important;
		padding: 1px;
	}
	
	
}

@media all and (max-width: 359px)
{
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .highlightValue {
		display: block;
	}
}

@media all and (max-width: 720px){
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.is_new .bonus_boxes_wrapper .highlightValue,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes.exklusiv .bonus_boxes_wrapper .highlightValue,
	#wrapper .vergleichWrapper.bonus .anbieterLine .bonus.two_boxes .bonus_boxes_wrapper .highlightValue 
	{
		font-size: 10px;
	}
}
}

@media all and (min-width: 360px){
	body #wrapper .vergleichWrapper.bonus .anbieterLine .bonus .plus {
		padding-top: 1px;
	}
}