html {
	width: 100%;
	height: 100%;
	background: #f3ba6c;
	background: url("../img/background.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Gadugi;
	font-size: 20px;
	line-height: 1.5;
}

hr {
	width: 100%;
}

h1 {
	font-weight: bold;
	font-size: 25px;
	font-style: italic;
}

h2 {
	font-weight: bold;
	font-size: 20px;
}

p {
	margin-top: 0;
	margin-bottom: 2em;
}

a {
	text-decoration: none;
	color: #51A00C;
	border-bottom: 1px dashed #51A00C;
}

#container {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 100%;
	width: 70%;
	vertical-align: middle;
	background: white;
	background-attachment: fixed;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
}

#site {
	display: inline-block;
	width: 100%;
	height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

#header {
	display: table;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	height: 100px;
	width: 90%;
	vertical-align: middle;
	margin-bottom: 1em;
	font-size: 32px;
}

#menu {
	display: block;
}


#content {
	display: block;
	width: 90%;
	padding: 5%;
	text-align: left;
	vertical-align: middle;
}

#fade-top {
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1em;
	border-top: 0.2em solid #85ca49;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));)
}

#fade-bottom {
	z-index: 3;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1em;
	background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));)
}

.menu 
{
	display: block;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 42px;
	font-size: 22px;
}

.menu li 
{
	display: block;
	width: 20%;
	float: left;
}

.menu li a 
{
	background: white;
	color: black;
	display: block;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	padding: 0.2em 0px;
}

.menu li a:hover 
{
	border-bottom: 1px solid #A2A2A2;
	color: black;
	background: linear-gradient(to bottom, rgb(246, 255, 246), rgb(228, 252, 208));
}

.menu li div
{
	border-bottom: 2px solid rgb(133, 202, 73);
	width: 0%;
	height: 100%;
}

/*=== submenu ===*/

.menu ul {
	display: none;
	position: absolute;
	width: 20%;
	-webkit-padding-start: 0;
	padding-left: 0;
	list-style: none;
	z-index: 2;
}

.menu ul li {
	width: 100%;
	z-index: 2;
	float: left;
}

.menu ul a {
	border-top: none;
}

.menu ul li a:hover {
	border-top: none;
}

.menu ul li div
{
	display: none;
}

#content table {
	width: 100%;
	padding-top: 1em;
}

#content > div > table > tbody > tr:nth-child(1) > td:nth-child(1) {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.twocoloumn  > tbody > tr > td:nth-child(1) {
	width: 75%;
	vertical-align: top;
	padding-right: 5%;
}

.twocoloumn > tbody > tr > td:nth-child(2) {
	width: 15%;
	text-align: right;
	vertical-align: top;
	padding-left: 5%;
}

.threecoloumn > tbody > tr > td:nth-child(1) {
	width: 65%;
	vertical-align: top;
	padding-right: 5%;
}

.threecoloumn > tbody > tr > td:nth-child(2) {
	width: 10%;
	text-align: right;
	vertical-align: top;
	padding-right: 2.5%;
}

.threecoloumn > tbody > tr > td:nth-child(3) {
	width: 15%;
	text-align: right;
	vertical-align: top;
	padding-left: 2.5%;
	padding-right: 0px;
}

#content > div > table > tbody > tr > td {
	padding-bottom: 0.4em;
}

#content > div > table > tbody > tr > td > span {
	font-size: 16px;
	font-style: italic;
}

.selector {
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	background: linear-gradient(to bottom, rgb(162, 210, 120), rgb(241, 251, 184));
	border-radius: 2em 2em 2em / 1em 1em;
	border: 1px solid black;
	padding-left: 5%;
	padding-right: 5%;
}

.selector > div {
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.selector > div:hover {
    background: linear-gradient(to bottom, rgba(232,232,232,0.6), rgba(202,202,202,0.6));
    border-radius: 1em 1em 1em 1em / 0.5em 0.5em;
}

.selector a {
	color: black;
	text-decoration: none;
	border: none;
	cursor: pointer;
	border-bottom: 1px dashed rgba(0,0,0,0);
}

#Vorspeisen {
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
}

#Salate {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#Nudelgerichte {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#Hauptspeisen {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#Pizza {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#Kaese {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#Desserts {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#Aperitiv {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

#Getraenke {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

.image {
	border-radius: 10px;
	margin-bottom: 35px;
	margin-right: 25px;
	cursor: pointer;
}

.viewer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0.9);
	height: 100%;
	width: 100%;
	z-index: 5;
}

.viewer span {
	float: right;
	margin: 50px;
	cursor: pointer;
}

.viewer span > img {
	width: auto;
	height: 1.2em;
	margin-left: 20px;
	vertical-align: text-bottom;
}

.viewer div {
	height: 100%;
    width: 80%;
    box-sizing: border-box;
    padding-top: 150px;
    padding-bottom: 100px;
    margin-right: 10%;
    margin-left: 10%;
}

img.lazy {
    margin-left: auto;
    margin-right: auto;
    display: block;

}

@media (orientation:portrait) {
	#container{
		width: 100%;
		margin: 0;
		border: none;
	}
}