
@media screen and (max-width: 1000px) {
	div.speisekarte_content {
	width: 520px;	
}
}


@media screen and (max-width: 950px) {
div.speisekarte_menue {
	box-shadow: none;
	margin: 0;
	overflow: auto;
	float: none;
	width: auto;
	background: #f39200;
}

div.speisekarte_menue div a,
div.speisekarte_menue div a:hover {
	display: block;
	border-left: none;
	margin: 0.5em;
	padding: 0.5em;	
	height: auto;
	line-height: auto;
	float: left;	
	background: rgba(255,255,255, 0.8);
}

div.speisekarte_content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	height: auto;
	min-height: auto;
	float:none;
	margin: 0;
	padding: 0;
	min-height: inherit;
	
	background: transparent;
	box-shadow: 0px 0px 5px #ccc;
	padding: 2em;
	margin: 2em 1em;
	overflow: auto;
	clear: both;
	float: none;
	

}

table.speisen tr td:first-child {
	width: auto;
	padding-right: 0.25em;
}




}

/* @end */