.wurstsalat
{
	min-width: 760px;
	margin-bottom: 20px;
}
.wursthinweis
{
	display: none;
	background: #f7fdac;
	border: 2px solid #d30000;
	padding: 10px;
	margin: 20px 0px;
}	

.hg-row
{
	margin: 0px;
	padding: 0px;
}

.buchstabe
{
	display: inline-block;
	width: 30px;
	padding: 4px;
	margin: 4px;
	border-radius: 3px;
	background: #d5d5d5;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;   
}

.dressing
{
	background: #01698b !important;
    color: #fff; 
}

td
{
	vertical-align: top;
}

.hg-liste
{
	border: 2px dotted #155193;
	margin: 20px 0px;
	padding: 10px 15px;
}

.hg-liste ul {
	list-style-image:url(../img/liste.png);
	}
	
	
@media (max-width: 500px) {	
	.hg-liste
	{
	
		min-width: 420px;
	}
}

.wort
{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;  
}
.durchgestrichen
{
	color: #888;
	text-decoration: line-through;
}


@media (max-width: 1200px) {	
	.wurstsalat
	{
		min-width: 800px;
	}
	
	.buchstabe
	{
		width: 25px;
		font-size: 16px;
	}			
}

@media (max-width: 720px) {	
	.wurstsalat
	{
		min-width: 560px;
	}
	
	.buchstabe
	{
		width: 18px;
		font-size: 12px;
		border-radius: 0px;
	}			
}

@media (max-width: 560px) {	
	.wurstsalat
	{
		display: none;
	}
	
	.wursthinweis
	{
		display: block;
	}			
}