body {
  margin:0 0 0 0;
  padding:140px 0 0 0;
  font:1em Merriweather, sans serif;
  text-align:center;
  color:#473526;
  line-height:1.3;
  background:#FDF3E9;
  -webkit-text-size-adjust:none;
}

h1, .h1 {
	margin:0 0 30px 0;
	padding:0 0 0 0;
	font-size:2em;
	line-height:1.3em;
	font-weight:bold;
	color:#483627;
}
h2, .h2 {
	margin:0 0 20px 0;
	padding:0 0 0 0;
	font-size:1.8em;
	color:#483627;
	line-height:1.3em;
}
h3, .h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:1.6em;
	color:#483627;
	line-height:1.3em;
}

img {
	max-width: 100%;
	display: block;
}
/**** layout **********************************************************/

.screen {
	text-align: left;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
}
.screen-in {
	padding: 0 0 0 0;
	position: relative;
}
.page-in {
	padding: 2em 1em;
}


.topbar {
	background: #2C231A;
	display: flex;
	flex-direction: column;
	padding: 1em;
	position: fixed;
	max-width: 1000px;
	width: 100%;
	top: 0;
	z-index: 2;
}

.picswitch {
	display: flex;
}
.picswitch > * {
	margin: 0 0.5em 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6em;
	border-radius: 50%;
	background: #ddd;
	width: 50px;
	height: 50px;
}
.picswitch > *.act {
	background: #EC9441;
}

.langs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.langs > * {
	margin: 0.1em;	
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.3em;
	border-radius: 50%;
	background:#EBDDCF;	
	width: 32px;
	height: 32px;
	border: 2px solid #2C231A;
}
.langs > *.act {	
	border-color:#EC9441;
}




/*** menubar ***/
.menubar {
	display: flex;
	justify-content: space-between;
	padding-top: 1em;
}

.menu {
	display: flex;
	flex: 1 1 auto;
}
.menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
	text-decoration: none;
	background:#2C231A;
	flex: 1 1 auto;
}
.menu a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: white;
	flex: 1;
	text-decoration: none;
	padding: 0.5em 0.4em;
	border-radius: 2px;
	font-size: 13px;
	text-align: center;
}
.menu a.act {
	background: #EC9441;
}
.menu-ico {
	width: 16px;
	margin: 0 0 0.5em 0;
}
.menu-ico img {
	height: 16px;
}

.webmenu {
	display: none;
	padding: 2em 0 0 0;
}
.webmenu a {
	display: block;
	color: white;
	text-align: right;
	text-decoration: none;
	margin: 0 0 0.3em 0;
}
.webmenu a span {
	display: inline-block;
	padding: 0.8em 1em 0.8em 1em;
	border-right: 3px solid #EC9441;
}
.webmenu.mobile-down {
  display: block;
}
.showmenu-out {
  display: flex;
  align-items: center;
  padding-right: 1em;
  padding-left: 1em;
}
.showmenu {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
}
.showmenu span {
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
}
.showmenu span.showmenu-top {
  top: 0;
}
.showmenu span.showmenu-middle {
  top: calc(50% - 1.5px);
}
.showmenu span.showmenu-bottom {
  top: calc(100% - 3px);
}
.showmenu.act span {
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.showmenu.act span.showmenu-top, .showmenu.act span.showmenu-middle {
  top: calc(50% - 1.5px);
  transform: rotate(135deg);
}
.showmenu.act span.showmenu-middle {
  opacity: 0;
}
.showmenu.act span.showmenu-bottom {
  top: calc(50% - 1.5px);
  transform: rotate(225deg);
}

div.canvas {
  position: fixed;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  background: rgba(255,255,255,0.9);
}


div.canvas.act {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
  display: block;
}





/**** jidelni listek **********************************************************/
.listek-row {
	padding: 1em;
	box-shadow: rgba(71,53,38,0.2) 0 0 6px;
	background: #fff;
	margin-bottom: 0.5em;
	border-radius: 2px;
	position:relative;
}
.listek-row-pic {
	margin: 0 0 1em 0;
}
.listek-row-desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.food-title {
	font-size: 120%;
	margin-bottom: 1em;
}
.food-price {
	white-space: nowrap;
	font-size: 120%;
	font-weight: 600;
}

.showpic-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.3em;
	border-radius: 50%;
	background: #ddd;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;	
}
.showpic-ico.act {
	background: #2C231A;	
}






