html, body{
	font-size:15px;
	font-family: arial;
}

.logo{
	width:auto;
	height: 150px;
}

.green{ color:#02AC02; }
.fa-apple-whole{ color: #8DB600; }
.fa-carrot{ color:#ED9121; }
.fa-bread-slice{ color:#8B4513; }
.fa-circle-question{ color:#AA0000;}

.button{
	background-color: #FFFFFF;
	box-shadow: 1px 5px 1px 1px #DDDDDD;
}
.button a{
	display: block;
}

.disabled{
	background-color: #EEEEEE;
}
.enabled{
	background-color: #44A211;
}

#produktListe li{
	margin-top:0px;
	padding:10px;
}
#produktListe li:nth-child(even) {
    background-color: #f3f4f6; /* Tailwind: bg-gray-100 */
}

.mengeBig{
	font-size: 5em;
	font-weight: bold;
}

.tab-button{
	font-size:25px;
}