@charset "utf-8";

/*
 * Author: Nicolas Müller Noulezas
 * Publisher: Euroweb Internet GmbH
 * Awesome: Yes 
 *
 */


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 14px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: rgba(133, 0, 5, .7); color: #fff; text-shadow: none; }
::selection { background: #850005; color: #fff; text-shadow: none; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

hr { border: none; height: 2px; background: #F3E1B8; clear: both; }


/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #444;
	text-decoration: none;
	border-bottom: 2px solid #850005;
}

a:hover { color: #666; }

#lightbox a { border-bottom: none; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; overflow: hidden; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

input.placeholder { color: #CCCCCC; }

#Kontaktformular label,
#Anmeldung label,
#Abmeldung label { width: 150px; float: left; font-weight: bold; margin-top: 5px; }

#Kontaktformular input:not(.radio),
#Anmeldung input:not(.radio),
#Abmeldung input:not(.radio) { width: 300px; float: left; }

#Kontaktformular label,
#Kontaktformular input:not(.radio),
#Anmeldung label,
#Anmeldung input:not(.radio),
#Abmeldung label,
#Abmeldung input:not(.radio) { height: 20px; margin-bottom: 5px; }

#Kontaktformular legend,
#Anmeldung legend,
#Abmeldung legend { display: none; }

#Kontaktformular #Nachricht { width: 300px; height: 100px; }

#Kontaktformular #submit,
#Anmeldung #eintragen,
#Abmeldung #austragen { height: 50px; background: #850005; color: white; border: none; font-size: 18px; margin: 10px 0 10px 150px; }

#Anmeldung,
#Abmeldung { margin: 0 0 35px 0; overflow: hidden }

p#fehlermeldung { display: none; }

p#fehlermeldung,
#meldung {
	background: #FAF5EB;
	border: 1px solid #F3E1B8;
	margin:0 0 15px 0;
	padding:15px;
}

#meldung strong { color: #850005 }

#meldung li{ border: none !important; }
form label.required { background:url(../images/required.gif) center right no-repeat; }

/* =============================================================================
   Primary styles
   ========================================================================== */

#container {
	max-width: 100%;
	min-width: 960px;
	background: url(../images/bg-content.jpg);
	margin: 0 auto;
	overflow: hidden;
}

#header {
	background: url(../images/bg-header.jpg) center, url(../images/bg-header-bad.jpg) no-repeat center;
	height: 469px;
	overflow: hidden;
}

h2,
.speisekarte > li > a {
	font-family: "Gentium Book Basic";
	font-size: 30px;
	font-weight: normal;
	color: #444;
}

h2 span {
	font-size: 36px;
	font-weight: bold;
	line-height: .8;
	color: #850005;
	display: block;
	border-bottom: 2px solid #f3e1b8;
}

h2 small a {
	border-bottom-color: #F3E1B8;
    float: right;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    position: relative;
    top: -19px;
}

h2 small a:hover { border-bottom-color: #850005; }

h3 {
	font-family: "Gentium Book Basic";
	font-size: 24px;
	font-weight: normal;
	line-height: .8;
	color: #850005;
	border-bottom: 2px solid #f3e1b8;
}


/* == Navigation ============================================================ */

#nav {
	font-family: "Dancing Script";
	font-size: 32px;
	font-weight: bold;
	margin: 30px auto 0;
	width: 960px;
	overflow: hidden;
}

#nav ul {
	display: inline-block;
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
	padding: 0;
}

#nav ul.left { margin-left: 22px; margin-right: 20px; }

/*
#nav ul.left li:first-child {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

#nav ul.right {}

#nav ul.right li:last-child {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
*/

#nav li {
	float: left;
	display: inline-block;
	padding: 0 20px;
}

#nav a {
	border-bottom: none;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, .5);
}

#nav li:hover { margin-top: 1px; }

#branding {
	width: 288px;
	height: 84px;
	float: left;
	text-indent: -9999em;
	margin: 0 1px 1px;
}

#branding a { 
	display: block;
	height: 100%;
	background: url(../images/bg-branding.png) top no-repeat;
}

#branding a:hover { background-position: bottom; }


/* == Content =============================================================== */

#content-container {
	width: 960px;
	margin: 0 auto;
}

#content-main {
	width: 620px;
	float: left;
	margin: 50px 0;
}

#content-main .section { padding: 10px 45px; }

.gallery a { display: inline-block; height: 100%; border: none; }
.gallery img { border: 2px solid #F3E1B8; margin-right: 5px; margin-bottom: 10px; }
.gallery img.third { margin-right: 0; }

.news {
	font-family: 'Love Ya Like A Sister';
	background: url(../images/bg-news.jpg);
	height: 240px;
	width: 520px;
	margin: -30px 10px 50px;
	padding: 30px 40px;
}

.news .article { color: white; height: 70%; float: left; width: 245px; margin: 10% 0 0; }
.news .article:first-child { margin-right: 30px; }
.news .article h2 { color: white; margin: .5em 0; font-family: 'Love Ya Like A Sister'; }
.news dl { font-size: 16px; }

.news .speise { width: 60%; color: white; padding: 0; }
.news .preis { width: 30%; padding: 0; }

#aktuelles .article {
	border: 1px solid #F3E1B8;
	background: #FAF5EB;
	margin: 0 0 15px 0;
	position: relative;
}

#aktuelles .article .date {
	position: absolute;
	right: 10px;
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 10px;
	background: url(../images/bg-date.png) no-repeat bottom;
	height: 60px;
	width: 100px;
}

#aktuelles .article h2 {
	border-bottom: 2px solid #F3E1B8;
    margin: 0 0 10px;
	padding: 10px 145px 10px 10px;
	color: #444;
}

#aktuelles .article .content { margin: 2em 10px !important; }

.accordion { list-style: none; padding: 0; }
.speisekarte > li { margin: 0 0 10px; border: 1px solid #F3E1B8; }
.speisekarte > li > a { display: block; padding: 10px; background: #FAF5EB; }
.speisekarte .gerichte { background: #F9F1E0; }

.speisekarte dl,
.article dl { overflow: hidden; }

.speise,
.preis { margin: 15px 0; }

.speise {
	float: left;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #444444;
	width: 385px;
}

.preis {
	float: right;
	width: 100px;
	text-align: left;
}

.ewcms_news_feed > div { width: 48%; }

#pflichtangaben { line-height: 1.8; margin-bottom: 10px; overflow: hidden; }

#pflichtangaben dt {
	font-weight: bold;
	width: 150px;
	float: left;
}

#pflichtangaben dd {
	width: 360px;
	float: left;
	margin: 0;
}

#datenschutz { font-size: 12px; line-height: 1.3; }
#euroweb { display: inline; }
#euroweb a { border-bottom: none; }

/* == Sections ============================================================== */

#content-main .section,
#content-sidebar .section,
#footer-container {
	background: url(../images/bg-section.jpg) repeat;
	margin: 0 10px 50px;
	
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	-o-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

#content-main .section p,
#content-sidebar .section p {
	line-height: 1.8;
	margin: 2em 0;
}


/* == Sidebar =============================================================== */

#content-sidebar {
	width: 301px;
	float: right;
}

#content-sidebar .section-newsletter {
	background: url(../images/bg-newsletter.png) no-repeat;
	height: 182px;
	padding: 0 30px;
	margin: 0 0 50px;
	overflow: hidden;
}

#content-sidebar .section-newsletter h3 {
	font-family: "Dancing Script";
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0 1px rgba(0, 0, 0, .5);
	color: white;
	border: none;
	margin: 10px 0 20px;
}

#Anmeldung-aside .border {
	border: 2px solid;
	border-color: #850003 #920004 #ea0005 #920004;
	border-radius: 5px;
	float: left;
}

#Anmeldung-aside input {
	border: none;
	float: left;
}

#email-quick-aside {
    font-size: 16px;
	padding: 11px 8px 10px;
    width: 169px;
	border-radius: 3px 0 0 3px;
	box-shadow: inset -1px 2px 3px rgba(0, 0, 0, 0.3);
}

#abschicken-aside {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAMAAACLrFl+AAAAwFBMVEXhqzfszXH52pjrwGjrxXrownjovFj84KPqxoD85bTHaAHtyH3SjijSnTuwfCfXoy/nu2Xy3aflvXDXmCDu0ZL2yWHuzInlskvsw3LTlTjpxV/t0Xfkt0bAhyvvz43nt1XtyoTQhgfmwHT92Ynmu024MgP71HvowVf4znDCjSvjs0DepkXRtGfgq2Pry2vqw43v1YvisjeZVxTBoVBxRBH+7s3GmSixjD7exH3dnlbou4rmxoTtzaDqyGbdm3nHallmXIkwAAACbklEQVR4Xp3Q147bMBCGUZLqvbj23sv2XpL3f6v8I3JJK8YC2XzQhQeeg5HNHmsFQdF8Od7vRmftdrsnKqOekqEmQZVXfEA8p/W0Q6MEZH/7g7J0xB6DW3beBWC1stF/kBhkD2N29xfV5a5H5LzhZTXOegnIsL68rPcXZMkBZHm5vNmoR6fhoUPEtNH16VEZCdPpsCBwK+C6averK/HZRwq6rkITlz16mM+2P6krlP8uOIa/ndtigdc3+2qbX3HOT6vVxw1ojblLCyTAZNY5GlSVq1X4Vgw4B1MKzG3RFZrk2/AbIUShug7RazAA4ubWZktXaFQHfp11CmcoLoREUoFscQWTBAMH76IDaDSArouBRjAV4eYnQMxUBLKM0Cm4gVGov64IV4IIFlUA2QGIXs6Y/noNMp+Xc+TYdgQS90xJgiGeheHJdhyslGWeV6SUASlSL45no9KhfRITeeVLODZI75IcHEcRmAWImGvhyyvy0SL3fZuMIgvmCUcJx/fNPxbPYjCIxJ/6vq/vSIKhEja+mrbb46asTSjutNtTMur3K4KJgA0wJTKW6Bov2ZiPiSgDVeaCiK8ECARIU5GwAW+MTUYSDApAGPK2em02iUgTwQBZQjCvGdlUFEXSjCm6cjoTEbJRl4hoRxKAaKMYYQgiVEU8kHeQujGKBiMk8VhzHtldWysw5dS62QfoVuT9SJ8oDU1mWWXlIC/HrvVV97ssnQtyvLdylfVtesWdVMSd6NxvMhsdkPvnzk9iIM/pgf172d4TLL17qHX3cGdK01HvsGy1ttv1erEQwkOcGWHSKkxHDTbctIBgCC348A8CRsUt/VntowAAAABJRU5ErkJggg==);
	border-radius: 0 3px 3px 0;
    height: 40px;
    text-indent: -9999em;
    width: 50px;
}

#content-sidebar .section {
	padding: 10px 20px;
}


/* == Footer ================================================================ */

#footer {
	background: url(../images/bg-footer.jpg) center top repeat-x;
	overflow: hidden;
	clear: both;
}

#footer-container {
	position: relative;
	width: 780px;
	height: 210px;
	padding: 35px 80px;
	margin: 125px auto 45px;
}

#footer-container .section {
	float: left;
	width: 240px;
	margin: 0 40px 0 0;
	position: relative;
	z-index: 100;
}

#footer-container .section h3 {
	color: #444;
	margin: .8em 0;
}

#footer-container .section ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
}

#footer-container .section ul.right { padding: 0 0 0 40px; }

#footer-container .section ul a { border-bottom: none; }

#footer-container .section li { padding: 2px 0; }

#nav-add {
	list-style: none;
	padding: 5px 0;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

#nav-add li {
	float: left;
	padding: 0 40px 0 0;
}

#nav-add a {
	font-family: "Gentium Book Basic";
	font-size: 24px;
	font-weight: bold;
	line-height: .8;
	color: #850005;
	border-bottom: 2px solid #f3e1b8;
}

#nav-add a:hover { border-bottom-color: #850005; }

#Anmeldung-footer legend { margin: 0 0 15px 0; }
#Anmeldung-footer input { float: left; }

#email-quick-footer {
	border: 1px solid #f2d691;
	font-size: 16px;
    padding: 5px;
}

#abschicken-footer {
	height: 31px;
    text-indent: -9999em;
    width: 35px;
	border: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMAQMAAACHjHWnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAAJ0Uk5T/wDltzBKAAAAI0lEQVQI12P4X8fw347hvxwDAx8DAxsDAxMYsYG4QEGQVB0Aj4UH261qyCQAAAAASUVORK5CYII=) center no-repeat;
	background-color: #850005;
}

#footer-container .decoration { position: absolute; z-index: 1; }

#footer-container .decoration.left {
	bottom: -45px;
	left: -120px;
	height: 280px;
	width: 300px;
	background: url(../images/footer-left.png);
}

#footer-container .decoration.right {
	top: -25px;
	right: -50px;
	width: 369px;
	height: 333px;
	background: url(../images/footer-right.png);
}


/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

.hidden { display: none !important; visibility: hidden; }

