/* Stylesheet für Wochenangebot-Seite */

#wochenangebot-container{
	width:100%;
	margin-bottom:40px;
	float:left;
}

#wochenangebot{
	color:#000000;
	background-color:#eeeeee;
	width:600px;
	margin: 0 auto;
	overflow: auto;
    padding: 40px;
}

#wochenangebot-zeitraum{
	font-weight:800;
	font-size:25px;
	text-align: center;
	margin-bottom: 20px;
}

#wochenangebot-tabelle{
	font-size:18px;
	line-height:30px;
}

.wochenangebot-produkt{
	width:100%;
	margin-bottom:5px;
}

.wochenangebot-produkt-name{
	width:76%;
	float:left;
}

.wochenangebot-produkt-gewicht{
	width:12%;
	float:left;
}

.wochenangebot-produkt-preis{
	width:12%;
	float:left;
}

#spartuete-container{
	width:100%;
	margin-bottom:80px;
	float:left;
}

#spartuete{
	color:#000000;
	background-color:#eeeeee;
	width:600px;
	margin: 0 auto;
	overflow: auto;
    padding: 40px;
}

#spartuete-headline{
	font-weight:800;
	font-size:25px;
	text-align: center;
	margin-bottom: 20px;
}

#spartuete-tabelle{
	width:100%;
	margin: 0 auto;
	font-size:18px;
	line-height:30px;
}

.spartuete-inhalt{
	width:100%;
	margin-bottom:5px;
}

.spartuete-inhalt-name{
	width:100%;
	text-align: center;
}

@media (max-width:1199px){
	#post-2739 h2{
		font-size:33px;
	}
}

@media (max-width:991px){
	#post-2739 h2{
		font-size:25px;
	}
	
	#wochenangebot-image{
		margin-top:20px;
	}
}

@media (max-width:620px){
	#wochenangebot,
	#spartuete{
		width:100%;
	}
	
	#wochenangebot-zeitraum,
	#spartuete-headline{
		font-size:20px;
	}

	#wochenangebot-tabelle,
	#spartuete-tabelle{
		font-size:16px;
	}
	
	.wochenangebot-produkt-name{
		width:70%;
	}
	
	.wochenangebot-produkt-gewicht,
	.wochenangebot-produkt-preis{
		width:15%;
	}
	
}

@media (max-width:420px){
	#wochenangebot{
		padding-left:10px;
		padding-right:10px;
	}
	
	#wochenangebot-tabelle,
	#spartuete-tabelle{
		font-size:13px;
	}
}






