﻿p,h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

html {
	height:100%;/* volle Breite */
}

body {
	background-color: #ee9a00;
	background-image: linear-gradient(90deg, rgba(255,255,255,.03) 50%, transparent 50%),
	linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
	linear-gradient(90deg, transparent 50%, rgba(255,255,255,.07) 50%),
	linear-gradient(90deg, transparent 50%, rgba(255,255,255,.10) 50%);
	background-size: 13px, 29px, 37px, 53px;	
	height:100%; 
	margin:0; 
	padding:0; 
	text-align: center; 
	font:100.01%;
}


.text-link{
	
	text-decoration:none;
	font-weight:bold;
	color:darkred;
	

}

.text-link:hover{
	color:black;


}


.kopf {
	background-image:url('../pics/seitenkopf.jpg');
	margin:50px auto 0px auto;
	width:886px;
	height:238px;
	text-align:center;
	-webkit-box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
	box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);

	
}

.kopf h1{
	font-family:'Caveat', cursive;
	color:rgba(255, 114, 43, 1);
	font-size:80px;
	font-weight:bold;
	text-shadow:2px 2px 2px grey;	
	position:relative;
	padding-top:100px;
}

.info-box {
	margin:20px auto 20px auto;
	width:800px;
	padding:5px;
	background: #ffa500;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);

}

.info-box h3{
	color: white;
}

.info-box p{
	color: white;
	text-align:center;
	margin:20px 30px 20px 30px;
}

.clear {
	clear:both;
}

.header{
	z-index:400;
	position:fixed;
	top:0px;
	padding-top:5px;
	background-color:white;
	width:100%;
	height:50px;
	-moz-box-shadow: 0px 11px 6px -6px #999;
	-webkit-box-shadow: 0px 11px 6px -6px #999;
	box-shadow: 0px 11px 6px -6px #999;		
	
}

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.nav a { 
	text-decoration: none; 
}
 
.nav li { 
	list-style: none; 
}

.nav {
	display: inline-block;
	position:relative;
	height:40px;
    cursor: default;
    z-index: 500;
}
 
.nav > li {
    display: block;
    float: left;
}

.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: white;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
 
    background-color: #ffa500;
    border-right: 1px solid lightgray;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.nav > li:hover > a { 
	background-color: lightgray; 
}
 
.nav > li:first-child > a {
    border-radius: 3px 0 0 3px;
    }

.nav > li:last-child > a {
    border-radius: 0 3px 3px 0;
    border:none;
}

.nav > li > div  {
	text-align:left;
    position: absolute;
    display: block;
    width: 100%;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.buffetservice {
	background-image:url('../pics/4po.png');
	background-repeat:	repeat;
    -webkit-box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
	-moz-box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
	box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
}

.menuservice {
	background-image:url('../pics/4po.png');
	background-repeat:	repeat;    
	-webkit-box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
	-moz-box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
	box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
}

.bistro {
	background-image:url('../pics/4po.png');
	background-repeat:	repeat;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
	-moz-box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
	box-shadow: 0px 2px 8px 2px rgba(250,250,250,0.9);
    
    }


.nav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    border-bottom:10px rgba(255, 114, 43, 1) solid;
}

.nav .nav-column {
    float: left;
    width: 20%;
    padding: 2.5%;
    
}

.nav > li > div img {
	float:right;
	margin-top:20px;
	margin-right:20px;
	opacity:1;
}
 
.nav .nav-column h3 {
	margin-top: 5px;
	margin-bottom: 5px;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ff722b;
    text-transform: uppercase;
}
 
.nav .nav-column h3.orange { 
	color: #ff722b; 
}
 
.nav .nav-column li a {
    display: block;
    line-height: 26px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    /*color: #888888;*/
    color:black;
}
 
.nav .nav-column li a:hover { 
	color: #666666; 
}


.content {
	position:relative;
	top:0;
	bottom:0;
	margin:10px auto 0 auto;
	z-index:5;
	width:900px;
	background-color: white;
	
	-webkit-box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
	box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
}

.text p{
	text-align:left;
	margin:20px 50px 20px 50px;
}

.footer {
	z-index:800;
	position:fixed;
	left:0;
	bottom:0;
	text-align:left;
	background-color:white;
	height:38px;
	width:100%;
	-webkit-box-shadow: -1px 2px 20px -3px rgba(0,0,0,1);
	-moz-box-shadow: -1px 2px 20px -3px rgba(0,0,0,1);
	box-shadow: -1px 2px 20px -3px rgba(0,0,0,1);
	
	
}

.footer p{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:small;
	color:gray;
	margin: 2px;
}

#inhalt-footer{
	margin:0px auto 1px auto;
	width:900px;
	height:34px;
	
}

#adresse-footer{
	margin-left:20px;
	float:left;

}

#adresse-footer p{
	
}

#fb {
	position:relative;
	margin:1px 20px 2px 5px;
	float:right;
}

#fb p{
	float:left;
	
}

#fb-logo {
	float:left;
	margin: 2px 5px 2px 5px;

}
