.banner-inner {
	clear: left;
	margin: 30px 30px 30px 0px;
}

.banner-inner .inner {
	max-width: 1200px;
	margin: 0px auto;
	padding: 10px 0px;
}

.banner-inner .banner {
	margin-right: -30px;
}

.banner-inner h4 {
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}

.banner-inner .promo {
	float: left;
	width: 33.3%;
	overflow: hidden;
	position: relative;
}

/* New Promos */

.banner-inner .promo.new {
	height: 200px;
}

.banner-inner .promo.new .Bild {
	float: left;
}

.banner-inner .promo.new .Bild img {
	max-width: 100px;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.banner-inner .promo.new h5 {
	margin: 0px 25px 3px 140px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: normal;
}

.banner-inner .promo.new h3 {
	margin: 0px 25px 3px 140px !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
}

.banner-inner .promo.new h3 a { color: #000 !important; text-decoration: none  !important; }

.banner-inner .promo.new .text {
	margin: 0px 25px 0px 140px;
	font-size: 14px;
	line-height: 17px;
}

.banner-inner .promo.new .angebot {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	right: 30px;
	bottom: 10px;
	text-align: right;
}

.banner-inner .promo.new a.calltoaction {
	display: inline-block;
	color: #fff;
	background-color: #999;
	padding: 2px 10px 3px 10px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-left: 5px;
	 text-decoration: none  !important;
}


@media all and (min-width: 1280px) and (max-width: 1600px) {
	.banner-inner .promo.new h5 { font-size: 11px; line-height: 1.2; }
	.banner-inner .promo.new h3 { font-size: 14px; line-height: 1.2; }
	.banner-inner .promo.new .text { font-size: 12px; line-height: 1.2; }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.banner-inner .promo.old img { width: 100%; height: auto; }

	.banner-inner .promo.new  { height: 260px; }
	.banner-inner .promo.new  img { width: 100px !important; height: 100px !important; }
	.banner-inner .promo.new h5 { margin-left: 115px; font-size: 13px; line-height: 1.2; }
	.banner-inner .promo.new h3 { margin-left: 115px!important; font-size: 15px; line-height: 1.2; }
	.banner-inner .promo.new .text { margin-left: 115px; font-size: 13px;  }
	.banner-inner .promo.new .angebot { font-size: 12px;  }
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.banner-inner .promo.old img { width: 100%; height: auto; }

	.banner-inner .promo.new  { height: 360px; }
	.banner-inner .promo.new .Bild { float: none; }

	.banner-inner .promo.new h5 { margin-left: 0px; font-size: 12px; line-height: 1.2; margin-top: 10px; margin-bottom: 5px;}
	.banner-inner .promo.new h3 { margin-left: 0px !important; margin-top: 5px; font-size: 14px; line-height: 1.2; }
	.banner-inner .promo.new .text { margin-left: 0px; font-size: 13px; }

}

@media all and (max-width: 767px) {

	.banner-inner { margin-right: 0px; }
	.banner-inner h4 { font-size: 12px; }
	.banner-inner .banner { margin: 0px; }

	.banner-inner .promo {
		width: 100%;
		margin: 0;
		float: none;
	}
	.banner-inner .promo.old .Bild { margin: 0; }

	.banner-inner .promo.new { height: auto; margin-bottom: 20px; padding-bottom: 40px;}
	.banner-inner .promo.new img { width: 80px !important; height: 80px !important; }
	.banner-inner .promo.new h5 { margin-left: 100px !important; margin-right: 0px; font-size: 12px; line-height: 1.2; }
	.banner-inner .promo.new h3 { margin-left: 100px !important; margin-right: 0px; font-size: 16px; line-height: 1.2; }
	.banner-inner .promo.new .text { margin-left: 100px; margin-right: 0px; margin-bottom: 15px; font-size: 14px; line-height: 1.2; }
}