/* Kleine Monitore */

	.ribbon {
		width: 100%;
		height: auto;
		position: relative;
		margin-left: -10px;
	}

	.ribbonmain {
		background: #ee3e36; 
		position: relative;
		display: block;
		width: 100%;
		padding: 5px;
	}

	.ribbonmain > div {
		border: 1px dashed #fff;
		border-color: rgba(255, 255, 255, 0.5);
		height: auto;
		padding: 2px;
	}

	.ribbonmain h2,
	.ribbonmain h3
	{
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		color: #fff !important;
		text-shadow: none !important;
		text-align: center !important;
	}

	.ribbonmain h2
	{
		text-transform: uppercase;
		margin-top: 5px !important;
	}

	.ribbonmain h3
	{
		font-size: 14px !important;
	}

/* Tablets */
@media only screen and (min-width: 760px) {
	
	.ribbonmain h2
	{
		font-size:20px !important;
	}

	.ribbonmain h3
	{
		font-size: 16px !important;
	}

}

/* Mittlere Monitore */
@media only screen and (min-width: 980px) {
	

	.ribbonmain > div {
		padding-bottom: 5px;
	}


	.ribbonmain h3
	{
		font-size: 18px !important;
	}
	
}

.contentSubsite p.rabattinfo
{
	margin-top: 10px;
	font-size: 10px;
	line-height: 12px;
}

.saleBatch
{
	position: absolute;
	left: -5%;
	top: -5%;
	z-index: 1;
	width: 80px;
	height: auto;
}