.promo.new {
	height: 200px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
}

#input_preview { width: 390px; padding: 15px; background-color: #DFDFD0 !important; }

.promo.new .Bild {
	float: left;
}

.promo.new h5 {
	margin: 0px 25px 3px 140px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: normal;
}

.promo.new h3 {
	color: #000 !important;
	margin: 0px 25px 3px 140px;
	font-size: 16px;
	line-height: 1.2;
}

.promo.new h3 a { color: #000 !important; }

.promo.new .text {
	margin: 0px 25px 0px 140px;
	font-size: 14px;
	line-height: 17px;
}

.promo.new .angebot {
	color: #BF1F26;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	right: 30px;
	bottom: 10px;
	text-align: right;
}

.promo.new a.calltoaction {
	display: inline-block;
	background-color: #BF1F26 !important;
	color: #fff !important;
	padding: 2px 10px 3px 10px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-left: 5px;
	border-radius: 16px;
}
@media all and (min-width: 1280px) and (max-width: 1600px) {
	
	.promo.new h5 { font-size: 11px; line-height: 1.2; }
	.promo.new h3 { font-size: 14px; line-height: 1.2; }
	.promo.new .text { font-size: 12px; line-height: 1.2; }
	
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
	
	.promo.new  { height: 260px; }
	.promo.new  img { width: 100px !important; height: 100px !important; }
	.promo.new h5 { margin-left: 115px; font-size: 13px; line-height: 1.2; }
	.promo.new h3 { margin-left: 115px; font-size: 15px; line-height: 1.2; }
	.promo.new .text { margin-left: 115px; font-size: 13px;  }
	.promo.new .angebot { font-size: 12px;  }
	
}

@media all and (min-width: 768px) and (max-width:1023px) {
	
	.promo.new  { height: 360px; }
	.promo.new .Bild { float: none; }
	.promo.new h5 { margin-left: 0px; font-size: 12px; line-height: 1.2; margin-top: 10px; margin-bottom: 5px;}
	.promo.new h3 { margin-left: 0px; margin-top: 5px; font-size: 14px; line-height: 1.2; }
	.promo.new .text { margin-left: 0px; font-size: 13px; }

}

@media all and (max-width: 767px) {

	.promo.new { height: auto; margin-bottom: 20px; padding-bottom: 40px;}
	.promo.new img { width: 80px !important; height: 80px !important; }
	.promo.new h5 { margin-left: 100px; margin-right: 0px; font-size: 12px; line-height: 1.2; }
	.promo.new h3 { margin-left: 100px; margin-right: 0px; font-size: 16px; line-height: 1.2; }
	.promo.new .text { margin-left: 100px; margin-right: 0px; margin-bottom: 15px; font-size: 14px; line-height: 1.2; }
	
}