/*
	Designed for unverzichtbar(r).eu
	Copyright by Janina Strohm
	
	USED COLORS:
	green		#bce519
	lightgreen	#d2e585
		
*/

@font-face { font-family: Yanone; src: url(../fonts/YanoneKaffeesatz-Regular.ttf); } 
@font-face { font-family: OpenSans; src: url(../fonts/OpenSans-Regular.ttf); } 

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
    outline: 0;
}

html {
	font-family: 'OpenSans', Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
	background-color: #1a1a1a;
	background-image: url('../layout/background.jpg');
	color: #ffffff;
}
body {
	margin-top: 20px;
}
b, strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Yanone', sans-serif;
	color: #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
a {
	color: #789210;
}
a:hover {
	color: #ffffff;
}
p.center {
	text-align: center;
}
img {
	border: none;
}
img.border {
	border: 1px solid #cccccc;
	padding: 1px;
	-moz-box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
}
img.float-left {
	 float: left;
	 margin-right: 10px;
}
hr {
	border-top: 1px solid #e60031;
}
input, textarea, select {
	margin: 5px 2px;
}
input[type=text], textarea, select {
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 1px;
	background-color: #fdfdfd;
	color: #777777;
}
input[type=submit], input[type=reset], button {
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 4px 8px;	
}	
input[type=submit] {
	font-weight: bold;
}
div#wrapper {
	width: 80%;
	margin: 50px auto 0 auto;
	padding: 0 0 10px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    							/* Firefox, other Gecko */
	box-sizing: border-box;										/* Opera/IE 8+ */
}
div#header {
	height: 189px;
	padding: 20px 20px 0 20px;
	text-align: left;
	width: 420px;
	float: left;
}
div#nav_main {
	width: 40%;
	float: right;
	font-family: Font, sans-serif;
	font-size: 2em;
	margin: 0 30px;
	line-height: 0.7em;
}
div#content {
	color: #000;
	clear: both;
	margin: 20px 0 50px 0;
}
div#content img {
	border: 3px solid #ffffff;
    -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 -1px 10px rgba(0,0,0,0.8);
    box-shadow: 0 -1px 10px rgba(0,0,0,0.8);
	margin: 20px 0;
}
div#content img.left {
	float: left;
	margin-right: 20px;
}
div#content img.right {
	float: right;
	margin-left: 20px;
}
div#footer {
	padding: 5px 0;
	font-size: 0.833em;
	color: #ffffff;
	position: fixed;
	height: 35px;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	margin: 0;
	z-index: 100;
    -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 -1px 10px rgba(0,0,0,0.8);
    box-shadow: 0 -1px 10px rgba(0,0,0,0.8);
	text-align: right;
}
div#footer ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0 auto;
	right: 0;
}
div#footer ul li {
	display: inline-block;
	margin: 0 40px 0 20px;
}
iframe.player, object.player {
	border: 2px solid #ccc;
}
div.clearfix {
	content: "";
	clear: both;
	display: block;
}
ul {
	list-style-image: url('../layout/ul.png');
}
ul li {
	margin: 7px 0;
}
div#note {
	display: block;
}
fieldset {
	border: none;
}
div.url {
	display: none;
}
div.notification_ok {
	width: 80%;
	margin: 10px 0 20px 0;
	background-image: url('../images/icons/success.png');
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
	min-height: 32px;
}
div.notification_error {
	width: 80%;
	margin: 10px 0 20px 0;
	background-image: url('../images/icons/warning.png');
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
	color: red;
	min-height: 32px;
}
/* HERE STARTS THE MAINMENU DEFINITION */
	div#nav_main ul {	
		padding: 0;
		list-style: none;
		position: relative;
		display: inline-table;
		width: 100%;
	}
	div#nav_main ul li:hover a, div#nav_main ul li a.active {
		color: #bce519;
		font-weight: bold;
		background: -moz-linear-gradient(
			top,
			#000000 0%,
			#000000);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#000000),
			to(#000000));
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #000000;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.7);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.7);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.7);
		text-shadow:
			0px -1px 0px rgba(000,000,000,0.4),
			0px 1px 0px rgba(255,255,255,0.3);
		border-radius: 4px;  
	}
	div#nav_main ul li:hover a {
		color: #d2e585;
	}
	div#nav_main ul li a {
		display: block;
		height: 70px;
		padding: 25px 20px;
		color: #ffffff;
		text-decoration: none;
		margin-bottom: 20px;
		background: -moz-linear-gradient(
			top,
			#000000 0%,
			#000000);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#000000),
			to(#000000));
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #000000;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.7);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.7);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.7);
		text-shadow:
			0px -1px 0px rgba(000,000,000,0.4),
			0px 1px 0px rgba(255,255,255,0.3);
		border-radius: 4px; 
	}
/* HERE ENDS THE MAINMENU DEFINITION */

div#tabs {
	background: transparent;
	z-index: 80 !important;
}
div#tabs ul.ui-tabs-nav {
	background: none;
	border: none;
	z-index: 80 !important;
}
div#tabs .ui-tabs-nav li {
	margin: 0px .6em 0 0;
	z-index: 80 !important;
	border-bottom: 1px solid #ffffff;
	
}
div#tabs .ui-tabs-active, div#tabs .ui-state-active {
	border: 1px solid #ffffff;
	border-bottom: none !important;
	margin: 1px .6em -4px 0 !important;
	z-index: 95 !important;
}
div#fields label {
	width: 130px;
	display: inline-block;
}
div#fields  input, textarea {
	font-family: 'OpenSans', Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 300px;
	padding: 2px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}
div#fields input[type="submit"] {
	margin-left: 135px;
	padding: 5px 10px;
	color: #ffffff;
	width: auto;
	background: -moz-linear-gradient(
		top,
		#000000 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#000000),
		to(#000000));
	border: 1px solid #000000;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
 .ui-widget-header .ui-state-default {
		color: #ffffff;
		background: -moz-linear-gradient(
			top,
			#000000 0%,
			#000000);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#000000),
			to(#000000));
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #000000;
		text-shadow:
			0px -1px 0px rgba(000,000,000,0.4),
			0px 1px 0px rgba(255,255,255,0.3);
}
.ui-widget-header .ui-state-active {
	border: 1px solid #d2e585;
	background: #bce519 url(images/ui-bg_inset-soft_30_bce519_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
}
div#grillen, div#sushi, div#pizza, div#cocktails, div#partner, div#unverzichtbar, div#mietbar {
	margin: -1px 0 -2px 0 !important;
	z-index: 90 !important;
	padding: 10px 40px 30px 40px;
	background-color: #bce519;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;		
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}
	
/* HERE STARTS THE SUBMENU DEFINITION */
	div#nav_sub {		
		clear: both;
		margin: 10px 0 20px 0;
		padding: 5px 0;
		height: 25px;
		font-size: 0.833em;
		text-transform: uppercase;
		float: left;
	}
	div#nav_sub ul {
		list-style-type: none;
		margin-left: -30px;
	}
	div#nav_sub ul:after {
		content: "";
		clear: both;
		display: block;
	}
	div#nav_sub ul li {
		float: left;
		margin: 0 3px 0 0;
		padding: 0px 10px;
		border-right: 1px solid #ccc;
	}
	div#nav_sub ul li a {
		color: #BD0039;
		text-decoration: none;
	}
	div#nav_sub ul li a:hover {
		color: #000000;
	}
/* HERE ENDS THE SUBMENU DEFINITION */
div.section {
	width: 340px;
	border: 1px solid #F8F8F8;
	padding: 10px;
	margin: 20px 10px;
	background-color: #FDFDFD;
	display: block;
	color: #5C5C5C;
	-moz-box-shadow:
		0px 0px 25px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 25px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 0px 25px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
}
div.s2-1 {
	float: right;
}
div.s3-1, div.s3-2, div.s3-3 {
	float: left;
	width: 210px;
	height: 163px;
}
div.s3-3:after {
	clear: both;
}
div.section h2 {
	border-bottom: 1px solid #BD0039;
	padding: 0 0 10px 0;
}
div.section p {
	line-height: 1.7em;
}
table.smart {
	padding: 0;
	margin: 0;
}
table.smart td {
	padding: 0 10px 0 0;
	margin: 0;
}
table.smart.contact {
	width: 40%;
	float: left;
	padding: 8px 15px;
	background-color: #caf130;
	margin-right: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	-moz-box-shadow:
		0px 0px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 0px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
}
thead {
	font-weight: bold;
	text-align: left;
}
table td.top {
	vertical-align: top;
}

.ui-widget-content {
	background: transparent;
	border: none; 
	color: #000;
	}
	
	
@media screen and (max-width: 1000px) { 
	div#wrapper {
		width: 100%;
	}	
	div#header {
		height: auto;
		padding: 20px 20px 0 20px;
		width: 100%;
		float: none;
	}
	div#nav_main {
		width: 80%;
		float: none;
		margin: 0 auto;
		line-height: 0.7em;
	}
	table.smart.contact {
		float: none;
		width: 100%;
	}	
	div#wrapper img {
		width: 100%;
	}
	div#fields label {
		width: 100%;
		display: inline-block;
	}
	div#fields  input, textarea {
		width: 100%;
	}
	div#fields input[type="submit"] {
		margin-left: 0;
	}
	div#footer {
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
	div#footer ul li {
		float: left;
		margin: 0 20px 0 10px;
	}
	div#grillen, div#sushi, div#pizza, div#cocktails, div#partner, div#unverzichtbar, div#mietbar {
		padding: 10px 20px;
	}
	ul#menu {
		margin: 10px 0; 
	}
	.ui-tabs .ui-tabs-nav {
		margin: -20px 0 10px 0;
	}
	ul.ui-tabs-nav  li{
		width: 96%;
		border: 1px solid #cccccc !important;
		margin: 5px 2% !important;
	}
	ul.ui-tabs-nav li a {	
		width: 100%;
		float: none !important;
		display: block;
		margin: 0 !important;
	}
}