/*DESIGN BASICS CSS*/
* {
	margin: 0px;
	padding: 0px;	
	}

body, table, span, td, tr, div, p {
	font-family: "proxima-nova";
	font-weight: 100;
	font-style: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}

html/*, body*/ {
	padding: 0;
	margin: 0;
	margin-bottom: 114px;
	}

body {
	display: table;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	}
	
/*HEADER*/
.header {
	background: url(../images/header_test2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.header_wrapper {
	height: 100%;
	margin: auto;
	}

span.header_schwarz {
	box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.50) , -6px 0 4px  -4px rgba(0,0,0,0.50); /*Schatten*/
	}
	
/*NAVIGATION*/
section.navi_wrapper {
	width: 1500px;
	height: 56px;
	margin: auto;
    padding-left: 15px;
	}
	
/*CONTENT*/
.hero {
	padding: 0 0 0 0;
	height: 100%;
	display: table-row;
	}

.inhalt {
	height: 100%;
	color: #fff;
	display:flex;
	}

.content {
	margin: 0 auto;
	}

.main {
	height: auto;
	float: left;
	margin-bottom: 30px;
	}

.sidebar {
	background: rgba(255,255,255,0.10);
	}

.bildangelo{
	float: right; 
	width: 300px;
	margin-left: 30px;
	}	

/*FOOTER*/
.footer {
	height: 114px;
	background-color: rgba(29,10,9,1.00);
	color: #fff;	
	}

.footer_wrapper {
	height: 100%;
	margin: auto;
	}

span.footer_grafik {
	position: relative;
	bottom: 27px;
	float: right;
	left: 66px;
	}

span.footer_infos {
	margin: 20px 0 0 10px;
	float: left;
	}

span.impressum {
	width: auto;
	position: relative;
	float: right;
	right: 220px;
	bottom: 22px;
	}

span.web_infos {
	position: relative;
	left: 50px;
	top: 17px;
	}

/*TITEL*/
h2, h3, h4 {
	font-size: 24px;
	color: #fff;
	padding: 0 0 10px 10px;	
	}

h1 {
	padding: 39px 10px 10px 10px;
	font-family: "kepler-std-extended-display";
	font-style: normal;
	font-weight: 100;
	font-size: 2.5em;
	color: #fff;
	}

h2 {
	font-size: 20px;	
	}

h3 {
	font-size: 17px;	
	}

/*TEXT*/
p {
	font-family: "proxima-nova";
	font-style: normal;
	font-weight: 100;	
	font-size: 1.1em;
	color: #fff;
	padding: 0 10px 20px 10px;
	}

p.footer_text {
	font-size: 0.9em;
	padding: 0;
	}

p.text {
	color: #fff;
	padding-bottom: 10px;
	}

p.sidebar_text {
	color: #fff;
	padding: 10px;
	font-size: 1em;
	}

span.tab {
    margin: 0px 0px 0px 54px;
	width: auto;
	float: left;
	clear: both;
	}

span.notab {
   width: 190px;
   float: left;
	clear: both;
	}

/*LINIEN*/
span.sidebar_linie {
	border-bottom: 1px solid #fff;
	position: absolute;
	}

span.linie {
	border-bottom: 1px solid #fff;
	position: absolute;
	}

/*HYPERLINKS*/
a.navilink:link, a.navilink:visited, a.navilink:active { /*Navi*/
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 300;
	}

a.navilink:hover { /*Navi*/
	text-decoration: none;
	color: rgba(255,255,255,0.70);
	font-size: 1.3em;
	font-weight: 300;
	}
	
a:link, a:visited, a:active {
	color: rgba(228, 200, 151,1.00);
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: rgba(228, 200, 151,0.70);
	}

/*LIST STYLE - NAVIGATION, SCHRIFT*/
#nav {
	width: 1500px;
	font-family: "proxima-nova";
	font-weight: 100;
	font-style: normal;
	font-size: 0.9em;
	position: absolute;
	bottom: 0;
	}

#nav > a {
	display: none;
	}

#nav ul li {
	position: relative;
	}

#nav ul li a {
	color: #fff;
	display: block;
	}

#nav li a:active {
	background-color: none;
	}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #fff;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
	}

/* first level */
#nav > ul {
	list-style: none;
	}

#nav > ul > li {
	float: left;
	padding: 0 60px 9px 10px;
	}

#nav > ul > li:first-of-type {
  	padding: 0 60px 9px 0;
	}

#nav > ul > li > a {
	height: 100%;
	font-size: 1.3em;
	}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
	color: rgba(255,255,255,0.70);
	}

/* second level */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 180px;
	list-style: none;
	}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
	}

#nav li:not( :first-child ):hover ul {
	left: -1px;
	}

#nav ul li li {
	border-bottom: 1px dotted #fff;
	background: rgba(29,10,9,1.00);
	padding: 10px;
	}

#nav ul li li:last-of-type {
	border-bottom: none;	
	position: relative;
	z-index: 1;
	}

#nav li ul a {
	font-size: 1.25em;
	}

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
	color: rgba(255,255,255,0.70);
	}

/*IMPRESSIONEN*/
span.bild {
	width: auto;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
	}
	
span.bild_S_XXS {
	width: auto;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
	}

/*BILDER, Important!!*/
/*.textbild {
	float: left;
	max-width: 50%;
	padding: 0 3% 3% 0;
}*/

/*img {
	max-width: 100%;
	height: auto;
}*/

/*KONTAKT*/
span.anschrift {
	float: left;
	}

span.oeffnungszeiten {
	float: right;
	}

iframe {
	width: 100%;
	height: 700px;	
	}

.map {
	width: 98%;
	margin: auto;
	}

/*Tabelle*/
td.rechts {
	padding-bottom: 10px;
	}

td.links {
	font-size: 0.9em;	
	}

/*TISCHRESERVIERUNG*/
td,tr,th {
	font-family: "proxima-nova";
	color: #FFFFFF;
	font-weight: 100;
	font-style: normal;
	font-size: 1.06em;
	}

textarea {
	font-family: "proxima-nova";
	font-weight: normal;	
	border: 1px solid rgba(29,10,9,1.00);
	margin: 0 0 3px 0;
	padding: 2px;
	font-size: 0.9em;
	width: 100%;
	}
	
select,option {
	font-family: "proxima-nova";
	font-weight: normal;	
	border: 1px solid rgba(29,10,9,1.00);
	margin: 0 0 3px 0;
	padding: 5px;
	font-size: 0.9em;
	}
	
input {
	font-family: "proxima-nova";
	font-weight: normal;	
	font-size: 0.9em;
	margin: 0 0 3px 0;
	}
			
input.FORM_200px {
	border: 1px solid rgba(29,10,9,1.00);
	margin: 0 0 3px 0;
	padding: 5px;
	width: 200px;
	}

/*CATERINGANFRAGE*/
input.FORM_25px {
	border: 1px solid rgba(29,10,9,1.00);
	margin: 0 0 2px 0;
	padding: 2px;
	width: 1.7em;
	}
	
input.FORM_40px {
	border: 1px solid rgba(29,10,9,1.00);
	margin: 0 0 0 0;
	padding: 2px;
	width: 2.5em;
	}
	
input.FORM_60px {
	border: 1px solid rgba(29,10,9,1.00);
	margin: 0px;
	padding: 2px;
	width: 3.8em;
	}
	
input.anfrageFORM_200px {
	border: 1px solid rgba(29,10,9,1.00);
	margin: 0 0 3px 0;
	padding: 2px;
	width: 100%;
	}
	
@media screen and (min-width:1480px) {
	.header {
	height: 27em;
	position: relative;
	}
	
	.header_wrapper {
	width: 1500px;	
	}
	
	span.header_schwarz {
	background-image: url(../images/headerschwarz_XXL.png);
	background-repeat: no-repeat;
	width: 364px;
	height: 432px;
	float: right;
	}
	
	span.header_small_xs {
	display: none;
	}
		
/*LOGO*/	
	span.logo {
	background-image: url(../images/logo_XXL.png);
	width: 364px;
	height: 158px;
	position: absolute;
	top: 220px;
	}
	
/*NAVIGATION*/
	nav.pull {
	display: none;	
	}
	
	span.navi {
	background-image: url(../images/navibalken.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 56px;
	position: absolute;
	bottom: 0;
	}
	
	#nav li ul {
	background-color: rgba(0,0,0,0.35);
	}
	
	#nav ul li {
    position: relative;
	}
	
	#nav > ul > li {
	float: left;
	padding: 0 60px 9px 10px;
	}

	#nav > ul > li:first-of-type {
  	padding: 0 60px 9px 0;
	}
	
	.hero {
	padding: 0 0 0 0;
	height: 100%;
	display: table-row;
	}
	
/*INHALT*/
	.inhalt {
	height: 100%;
	color: #fff;
	display: flex;
	}

/*CONTENT*/	
	.content {
	width: 1500px;
	}

	.main {
	width: 1106px;
	}
	
	span.linie {
	width: 200px;
	margin-left: 0
	}
	
	.sidebar {
	width: 364px;
	height: auto;
	float: right;
	margin-bottom: 30px;
	}
	
	span.sidebar_linie {
	width: 344px;
	margin-left: 10px;
	}
	
/*FOOTER*/	
	.footer_wrapper {
	width: 1500px;
	}
	
	.footer {
	height: 114px;
	background-color: rgba(29,10,9,1.00);
	color: #fff;	
	width: 100%;
	/*position: relative;*/
	position: absolute;
	}
	
	span.footer_grafik_S_XXS {
	display: none;	
	}
	
/*TISCHRESERVIERUNG*/
	span.tischreservierung_XL_L {
	position: relative;
	left: 10px;
	}
	
	span.tischreservierung_S_XXS {
	display: none;
	}
	
	input.FORM_200px {
    width: 40%;
	}
	
	textarea {
    width: 100%;
	}
	
/*CATERINGANFRAGE*/
	span.cateringanfrage_XXL {
	position: relative;
	left: 10px;	
	}
	
	span.cateringanfrage_XL {
	display: none;	
	}

	span.cateringanfrage_L_XXS {
	display: none;	
	}
	
	input.anfrageFORM_200px {
	width: 100%;
	}
	
/*IMPRESSIONEN*/
	span.bild:nth-of-type(3n) {
	margin: 0 0 10px 0;
	}

	span.bild_S_XXS {
	display: none;	
	}
}