#ausschank { width: 100%; background-color: yellow}
#ausschank ul { padding-top: 20px; padding-bottom: 20px; padding-right: 20px }
#ausschank li { list-style: none; display: block; margin-bottom: 5px; text-align: }
#ausschank li:first-child { font-size: 3em; font-weight: bold; color: red}
#ausschank li:nth-child(2) { font-size: 2.5em; line-height: 1.4em; font-weight: bold; color: black}
#ausschank li:nth-child(3) { font-size: 2.5em; font-weight: bold; color:red; padding-bottom: 10px}
#ausschank li:nth-child(4) { font-size: 1.6em; font-weight: ; color:  royalblue
}

@media screen and (min-width:40em) 
{
#ausschank { width: 350px}
}
@media screen and (min-width:50em) 
{
	
}
@media screen and (min-width:60em) 
{

}
@media screen and (min-width:70em) 
{

}