.verpackung .container .add-product--btn {
	display: inline-block;
	height: 40px !important;
}
header {
	padding-top: 24px !important;
}
aside .container, .container-fluid {
	padding: 0 4px !important;
}
.headerRecht .profil nav ul li a {
	padding: 10px 10px !important;
}
.appStore {
	display: none !important;
}
.googlePlay {
	display: none !important;
}
.r2 {
	max-width: none;
}
.pagination {
	margin-top: 15px;
}
@media screen and (min-width: 380px) and (max-width: 399px) {
	.produkte .produkt .imgVerpackung {
		height: 220px;
	}
	.produkte .produkt .imgVerpackung img {
		min-height: 220px;
	}
}
@media screen and (min-width: 400px) and (max-width: 480px) {
	.produkte .produkt .imgVerpackung {
		height: 250px;
	}
	.produkte .produkt .imgVerpackung img {
		min-height: 250px;
	}
}

@media screen and (max-width: 480px) {
  	.produkte ul li {
		padding: 0 !important;
		width: calc(100%/2 - 6px) !important;
		margin-bottom: 4px !important;
	}
}