.container-artikel{
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	border-top-right-radius:30px;
	border-bottom-left-radius:30px;
	border:solid 1px #CCC;
}


.container-artikel img{
	max-width:100%;
}

.container-artikel ul{
		font-size:12px;
}

.container-artikel:hover{
	animation: color-green 0.2s linear forwards;
}

.darfRein, .darfNichtRein{
	list-style:none;
	padding:10px;
}

.darfRein img, .darfNichtRein img{
	width:12px;
	height:12px;
}

@keyframes color-green{
	0%{
		background-color:white;
	}

	100%{
		color:white;
		background-color:green;
	}
}


/*Warenkorb auf der Seite*/

		#modalWarenkorb{
			color:white;
		}

		#modalWarenkorb li{
			list-style:none;
		}


		.btnDeleteTmpArtikel{
			height:15px;
		}

		#anmeldenUserLoginWarenkorb{
			border:solid 1px #DDD;
			background-color:#EEE;
			border-radius:10px;
			padding:10px;
		}


		@media only screen and (max-width: 600px) {
		  .container-artikel{
		  	width:80%;
				margin:0 auto;
				margin-top:10px;
		  }
		}


.accordion-button img{
	height:25px;
}

.btnDeleteArtikel{
	height:25px;
}


.btn-volumen-container{
	height:50px;
	font-size:20px;
	background-color:black;
	color:white;
	border-bottom-left-radius:30px;
}

.btn-volumen-container img{
	height:25px;
	border-bottom-left-radius:30px;
}

.containerAllowed{
		color:green;
		border:solid 1px green;
		border-radius:10px;
}

.containerNotAllowed{
	color:red;
	border:solid 1px red;
	border-radius:10px;
}


.containerAllowed a, .containerNotAllowed a{
	text-decoration:none;
	padding:20px;
}
