@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font-family: 'Arvo', serif;
	font-size: 16px;
	font-weight: 400;
	color: #444444;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header, section, footer {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #006600;
	vertical-align: middle;
	text-align: center;
}

header, section {
	min-height: 100%;
	height: auto;
}

pre {
	margin: 0;
	height: 50px;
}

/* HEADER */

header {
	background-image: url(../img/home/bg-header.jpg);
	background-size: cover;
	background-position: center center;
}

header > div {
	min-height: 218px;
}

header > div > h1 {
	margin: 0;
	padding: 10px;
	/*border-bottom: 1px solid #d9c283;*/
	background-image: url(../gfx/bg-cork-improv.jpg);
	background-size: 170px 170px;
	background-repeat: repeat;
	background-position: center center;
}

header > div > h1 > img {
	padding-top: 8px;
	width: 210px;
	height: 140px;
}

header > div > nav {
	z-index: 1000;
	width: 100%;
	min-height: 50px;
	background-image: url(../gfx/bg-wood.png);
	background-size: 77px 50px;
	background-repeat: repeat;
	background-position: center top;
}

header > div > nav > label {
	display: none;
	position: absolute;
	float: left;
}

header > div > nav > label > img {
	margin: 8px 0 4px 20px;
	width: 34px;
	height: 34px;
	border: 0;
}

header > div > nav > input {
	display: none;
    -webkit-appearance: none;
}

header > div > nav > input:checked ~ ul {
    display: block;
}

header > div > nav > ul {
	margin: 0;
	padding: 8px 10px;
	list-style: none;
}

header > div > nav > ul > li {
	display: inline-block;
	padding: 2px 0;
}

header > div > nav > ul > li > a {
	display: block;
	padding: 0 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #444444;
}

header > div > nav > ul > li > a:hover,
header > div > nav > ul > li.active > a {
	background-color: #444444;
	color: #ffffff;
	text-decoration: none;
}

header > aside {
	display: inline-block;
	margin: 5% auto;
	padding: 10px 0;
	width: 520px;
	max-width: 100%;
	background-color: #006600;
	background-color: rgba(0,102,0,0.5);
	color: #ffffff;
}

header > aside > h2,
header > aside > p {
	padding: 0 20px;
}

/*header > aside > h2 {
	text-shadow: 1px 1px #006600;
}*/

header > aside > p > a {
	color: #cccccc;
}

header > aside > a {
	display: inline-block;
	margin: 10px;
	width: 120px;
	text-align: center;
	color: #ffffff;
}

header > aside > a > img {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 10px;
	width: 32px;
	height: 32px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

header > aside > a:hover > img {
	background-color: #006600;
	background-color: rgba(0,102,0,0.5);
}

header > a {
	position: absolute;
	z-index: 100;
	margin-left: -100px;
	bottom: 0;
	left: 50%;
	margin-bottom: -4px;
	width: 200px;
	color: #ffffff;
}

header > a > img {
	border: 0;
}

/* MENU */

#menu {
	background-image: url(../gfx/bg-chalkboard-sm.jpg);
	background-size: cover;
	background-position: center center;
	font-family: 'Rock Salt', cursive;
	font-size: 12px;
	color: #ffffff;
}

#menu > h2 {
	margin: 0 auto 40px auto;
}

#menu > h2 > span {
	display: inline-block;
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #ffffff;
}

#menu > div {
	display: inline-block;
	margin-bottom: 20px;
	width: 45%;
	max-width: 480px;
	text-align: left;
	vertical-align: top;
}

/*#menu > div.first-page {
	float: left;
	margin-left: 10%;
}

#menu > div.second-page {
	float: right;
	margin-right: 10%;
}*/

#menu > div > ul > li > h3 {
	margin: 0;
	padding-top: 15px;
	font-size: 16px;
	color: #f4e4b5;
}

#menu > div > ul > li > h3:before {
	content: '\2014\00a0';
}

#menu > div > ul > li > h3:after {
	content: '\00a0\2014';
}

#menu > div > ul {
	margin: 0 20px 20px 20px;
	padding: 0;
	list-style: none;
	text-align: left;
}

#menu > div > ul > li {
	margin-bottom: 15px;
	/*padding-left: 15px;*/
	line-height: 24px;
}

/*#menu > div> ul > li:before {
	position: absolute;
	margin-left: -15px;
	content: '\2014';
}*/

#menu > div > ul > li > h4 {
	margin: 0;
	/*color: #cccccc;*/
}

#menu > div > ul > li > span {
	float: right;
	margin-left: 20px;
	/*color: #cccccc;*/
}

#menu > div > ul > li > p {
	margin: 0;
	color: #cccccc;
}

#menu .description {
	font-size: 13px;
	max-width: 600px;
	width: 90%;
}

#menu .description a {
	color: #fff;
	text-decoration: underline;
}

#menu .description ul {
	list-style-type: disc;
}

/* BESTELLEN */

#catering {
	background-image: url(../img/bestellen/bestellen-2.jpg);
	background-size: cover;
	background-position: center center;
}

#catering > div {
	display: inline-block;
	margin: 5% auto;
	padding: 10px 0;
	width: 520px;
	max-width: 100%;
	background-color: #006600;
	background-color: rgba(0,102,0,0.5);
	color: #ffffff;
}

#catering > div > h2,
#catering > div > p {
	padding: 0 20px;
}

#catering > div > p > img {
	width: 94px;
	height: 60px;
}

#catering > div > p > a {
	color: #cccccc;
}

#catering > div > a {
	display: inline-block;
	margin: 10px;
	/*width: 120px;*/
	text-align: center;
	color: #ffffff;
}

#catering > div > a > img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 15px 10px;
	width: 32px;
	height: 22px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

#catering > div > a:hover > img {
	background-color: #006600;
	background-color: rgba(0,102,0,0.5);
}


/* ÜBER UNS */

#ueberuns {
	background-image: url(../gfx/bg-graph-paper-sm.png);
}

#ueberuns > h2 {
	margin: 0;
	padding: 20px;
}

#ueberuns > div.collage {
	margin: 0 auto 20px auto;
	width: 90%;
}

#ueberuns > div.collage > aside {
	display: inline-block;
	width: 200px;
	height: 200px;
}

#ueberuns > div.collage > aside > img {
	position: relative;
	z-index: 1;
	padding: 4px;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #ffffff;
	box-shadow: 0 0 5px 0px #cccccc;
}

#ueberuns > div.collage > aside > span {
	display: inline-block;
	position: relative;
	z-index: 2;
}

#ueberuns > div.collage > aside > span.ot1 {
	margin: -18px auto;
	width: 120px;
	height: 36px;
	background: url(../gfx/old-tape-1.png);
	background-size: 100% 100%;
}

#ueberuns > div.collage > aside > span.ot2 {
	margin: -19px auto;
	width: 100px;
	height: 38px;
	background: url(../gfx/old-tape-2.png);
	background-size: 100% 100%;
}

#ueberuns > div.collage > aside > span.ot3 {
	margin: -17px auto;
	width: 100px;
	height: 34px;
	background: url(../gfx/old-tape-3.png);
	background-size: 100% 100%;
}

#ueberuns > div.copy {
	display: inline-block;
	margin-bottom: 20px;
	width: 45%;
	max-width: 480px;
	vertical-align: top;
}

#ueberuns > div.copy > p {
	margin: 20px;
	text-align: justify;
}

/* FOTOS */

#fotos,
#fotos_shop {
	background-image: url(../gfx/bg-chalkboard-sm.jpg);
	background-size: cover;
	background-position: center center;
	font-family: 'Rock Salt', cursive;
	font-size: 12px;
	color: #ffffff;
	/*background-image: url(../gfx/bg-graph-paper-sm.png);*/
}

#fotos > ul,
#fotos_shop > ul {
	position: absolute;
	top: 15%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 75%;
	background-image: url(../gfx/loader-nobg.gif);
	background-size: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	list-style: none;
}

#fotos > ul > li,
#fotos_shop > ul > li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#fotos > ul > li:first-child,
#fotos_shop > ul > li:first-child {
	display: block;
}

#fotos > ul > li > span,
#fotos_shop > ul > li > span {
	position: absolute;
	bottom: -32px;
	left: 0;
	width: 100%;
}

#fotos > ul > li > span > span,
#fotos_shop > ul > li > span > span {
	color: #cccccc;
}

#fotos > ul > li > span > span:before,
#fotos_shop > ul > li > span > span:before {
	content: '\0000a0\0000a0\0000a0';
}

#fotos > div,
#fotos_shop > div {
	position: absolute;
	z-index: 20;
	top: 50%;
	margin-top: -20px;
	line-height: 60px;
	font-size: 60px;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
}

#fotos > div.prev,
#fotos_shop > div.prev {
	left: 5%;
}

#fotos > div.next,
#fotos_shop > div.next {
	right: 5%;
}

#fotos_shop {
	height: 110%;
}

#fotos_shop > ul > li {
	height: 91%;
}

#fotos_shop > ul > li > span {
	bottom: -90px;
}

#fotos_shop > ul > li > span > span {
	display: block;
}

/* LAGE */

#lage {
	background-image: url(../gfx/bg-graph-paper-sm.png);
}

#lage > div#gmaps {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../gfx/loader-nobg.gif);
	background-size: 28px;
	background-position: center center;
	background-repeat: no-repeat;
}

#lage > div#gcont {
	display: none;
}

/* FOOTER */

footer {
	padding: 10px 0;
	border-bottom: 0;
	background-color: #444444;
	font-size: 12px;
	color: #cccccc;
	position: relative;
	z-index: 2;
}

footer > p > a {
	color: #cccccc;
}

.btn.online-bestellen {
	display: none;
}

/* RESPONSIVENESS */

@media only screen
and (max-width: 760px) {
	pre {
		height: 0;
	}
	header, section {
		min-height: inherit;
	}
	header > div > nav > label {
		display: block;
	}
	header > div > nav > ul {
		display: none;
	}
	header > div > nav > ul > li {
		display: block;
	}
	header > div > nav > ul > li > a {
		display: inline-block;
	}
	header > div > nav > ul > li.active > a {
		background: none;
		color: inherit;
		text-decoration: none;
	}
	header > div > nav > ul > li.active > a:hover {
		background-color: #444444;
		color: #ffffff;
		text-decoration: none;
	}
	header > aside {
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
	#menu > div {
		width: 100%;
		max-width: none;
	}
	#menu > div.page.first {
		margin-bottom: 0;
	}
	#catering > div {
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
	#ueberuns > h2 {
		padding-top: 40px;
	}
	#ueberuns > div.copy {
		width: 100%;
		max-width: none;
	}
	#ueberuns > div.copy.first {
		margin-bottom: 0;
	}
	#ueberuns > div.copy.first > p {
		margin-bottom: 0;
	}
	#fotos > ul,
	#fotos_shop > ul {
		position: relative;
		top: 0;
		margin-bottom: 52px;
		padding-bottom: 66%;
		height: auto;
	}
	#fotos > ul > li,
	#fotos_shop > ul > li {
		background-size: cover;
	}
	#fotos > ul > li > span {
		bottom: -42px;
	}
	#fotos > div {
		margin-top: -40px;
	}

	#fotos_shop {
		height: auto;
	}

	#fotos_shop > div {
		margin-top: -100px;
	}

	#fotos_shop > ul {
		margin-bottom: 85px;
	}

	#fotos_shop > ul > li > span {
		bottom: -115px;
	}


	#lage {
		height: 480px;
	}

	.btn.online-bestellen {
		display: block;
		position: absolute;
		top: 35px;
		right: 10px;
		height: 110px;
		width: 110px;
		-ms-transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	.btn.online-bestellen a {
		display: block;
	}

	.btn.online-bestellen img {
		height: auto;
		width: 100%;
	}
	
}


/* ************************************
 *
 * @Section: Special Footer
 *
************************************* */
#special-footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	padding: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

#special-footer a {
	color: #ffffff;
}

@media (min-width: 768px) {
	#special-footer {
		font-size: 16px;
		line-height: 1.6;
	}
}