ul.menukaarten{
	padding:0;
 	list-style: none; 
 	margin-bottom: 60px; 
 	width: 100%;
 	height: auto;
 	min-height: 40px;
}  

ul.menukaarten>li {
	display: inline-block; 
	height: 40px;
}

ul.menukaarten>li>a{     
	color: #f9f6f4; 
	font-size: 17px;
  transition: all 0.3s ease-out;  
	position:relative;
	font-family: 'Rockwell Std';
	text-decoration: none;    
	padding: 5px 10px; 
  background: #bca79a;   
	display: block;
	margin-left: 5px;	  
  margin-bottom: 5px;
  transition: background 0.1s ease-out;
  text-transform: uppercase;
}   
 

ul.menukaarten>li>a:hover{   
	background: #000; 
  transition: background 0.1s ease-out;
} 
ul.menukaarten>li.active>a{     
	background: #c92134; 
  transition: background 0.1s ease-out;
}  

.menucategorie{
	position:relative; 
	padding-bottom: 15px;
} 

.menucategorie h2{
	color: #c92134;
	text-transform: uppercase;
	font-size: 36px;
}

.menucategorie h4{ 
	text-transform: uppercase;
	color: black; 
	margin-bottom: 2px;
	font-size: 18px;
}
.menucategorie h4+p{
	color: #000
}
 

section#contentwrap .dotline{
	padding: 30px 0;
}


article#menulist ul.admintool  {   
	top:-60px !important;
}

div.allergenen_legenda{
	margin-top:30px; 
}
ul.allergenen_legenda{
	padding-left:0;
	list-style:none;
	padding-top:20px;
	display: none;
}
body.toonallergie ul.allergenen_legenda  {
	display: block;
}


ul.allergenen_legenda>li{
	margin-bottom: 10px;
}

ul.allergenen {
	padding-left:0; 
	list-style:none;
	display: none;
	margin-bottom:0;
}

body.toonallergie ul.allergenen  {
	display: block;
}
ul.allergenen>li {
	display: inline;
}
ul.allergenen>li img{
	width: 20px;
	display: inline-block;
}

ul.allergenen .tooltip > .tooltip-inner {
	background-color: #c92134;
}
ul.allergenen  .tooltip > .tooltip-arrow { 
	border-bottom-color:#c92134; 
}

.row.gerecht{
	padding-bottom: 10px;
	transition: background 0.2s ease-out;
}
.row.gerecht:hover{
	background: rgba(0,0,0,0.1); 
	transition: background 0.2s ease-in;
}

.row.gerecht.uitgelicht{
	background-color: #c92134;
}
.row.gerecht.uitgelicht h4,
.row.gerecht.uitgelicht p,
.row.gerecht.uitgelicht small{
	color: #f9f6f4
}

.gerecht span.label{
	font-size: 11px;
	position: relative;
	top:-2px;
	margin-left: 5px;
}
.gerecht p {
	margin-bottom:0;
}

.gerecht .label{
	font-weight: normal;
}
 
@media(max-width: 991px){ 
	.onlinebestel{
	background: #c92134;
		color: #f9f6f4;
		padding: 15px;
		margin-bottom: 30px;
	}
}

.label-vegan{
	background: yellow
}