.dish-name{
	font-weight: bold;
	font-size: 18px;
}

.logo{
	max-width: 100%;
	padding: 5px;
}

.lang-select{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 999;
	background-color: #FFFFFF;
}

.lang-container{
	position: absolute;
	padding: 30px!important;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	padding: 25px;
}

.lang-container h1{
	text-align: center;
	margin-bottom: 30px;
}

.lang-container img{
	max-width: 120px;
}

.section-container{
	display: none;
}

.ui-accordion-content{
	padding: 1em!important;
	border: none!important;
}

.blau{
	color: #009BDB;
	/*#009BDB*/
}

.back-col{
	border: 0px;
	border-radius: 0!important;
}

.ui-state-active{
	border: 0!important;
	border-radius: 0!important;
}

.footer-lang{
	max-width: 30px;
	margin-right: 5px;
	margin-left: 5px;
}



.no-padding{
	padding: 0!important;
}

.img-section{
	max-width: 100%;
}

.text-section{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.125);
}

.suplement {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

.logo-fi{
	max-width: 30px;
}

.logo-mesmenu{
	max-width: 100px;
}

.footer-mesmenu{
	margin-top: 30px;
	padding-bottom: 30px;
}

.footer-mesmenu a{
	font-size: 12px;
	color: #000;
	font-family: Montserrat!important;
}

.footer-mesmenu a:focus, .footer-mesmenu a:visited, .footer-mesmenu a:active{
	text-decoration: none;
}

.card{
	border-radius:0!important;
}

.card-body{
	padding-bottom: 0!important;
	background: transparent;
	
}

.plat:nth-child(even){
	background: linear-gradient(to bottom,rgba(200,200,200,0),rgba(255,255,255,0.3));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: -25px;
	margin-right: -25px;
}

h5 {
	font-size: 22px!important;
	color: #009BDB;
}

.plat:nth-child(odd){
	background: linear-gradient(to bottom,rgba(200,200,200,0),rgba(255,255,255,0.3));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: -25px;
	margin-right: -25px;
}

small{
	font-size: 10px!important;
}

.restaurant-name-footer{
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}



/* FONTS */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: url('../assets/fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  src: url('../assets/fonts/Montserrat-Bold.ttf');
}

@font-face {
  font-family: 'Coda';
  font-style: normal;
  font-weight: normal;
  src: url('../assets/fonts/Coda-Regular.ttf');
}

@font-face {
  font-family: 'Coda';
  font-style: normal;
  font-weight: bold;
  src: url('../assets/fonts/Coda-ExtraBold.ttf');
}

@font-face {
  font-family: 'DMMono';
  font-style: normal;
  font-weight: normal;
  src: url('../assets/fonts/DMMono-Light.ttf');
}

@font-face {
  font-family: 'DMMono';
  font-style: normal;
  font-weight: bold;
  src: url('../assets/fonts/DMMono-Medium.ttf');
}

@font-face {
  font-family: 'InriaSerif';
  font-style: normal;
  font-weight: normal;
  src: url('../assets/fonts/InriaSerif-Light.ttf');
}

@font-face {
  font-family: 'InriaSerif';
  font-style: normal;
  font-weight: bold;
  src: url('../assets/fonts/InriaSerif-Bold.ttf');
}

@font-face {
  font-family: 'Mali';
  font-style: normal;
  font-weight: normal;
  src: url('../assets/fonts/Mali-Light.ttf');
}

@font-face {
  font-family: 'Mali';
  font-style: normal;
  font-weight: bold;
  src: url('../assets/fonts/Mali-Bold.ttf');
}