html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body { width:100%; height:100%; margin:0; padding:0;}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body::-webkit-scrollbar {
    width: 5px;
	height:100px;
	margin-right:3px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #a20101;
  outline: 1px solid #a20101;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Lato', sans-serif;
	letter-spacing:.06em;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
}

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

@font-face {
    font-family: 'Nashville';
    src: url('../font/Nashville.eot');
    src: url('../font/Nashville.eot?#iefix') format('embedded-opentype'),
        url('../font/Nashville.woff2') format('woff2'),
        url('../font/Nashville.woff') format('woff'),
        url('../font/Nashville.ttf') format('truetype'),
        url('../font/Nashville.svg#Nashville') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration:none;
	color:#135a86;
	transition: all .3s ease-in-out;
}

a:hover  {
	color:#666;
}

.hidden-header {
    width:100%; 
    height:70px;
}

p {
   font-size:18px;
   color:#140f0a;
   line-height:28px;
   font-family: 'Roboto Slab', serif;
   font-weight:400;
}

h1, h4 {
   font-size:50px;
   color:#673d28;;
   font-family: 'Nashville';
   font-weight:400;
   margin-bottom:30px;
}

h2 {
   font-size:26px;
   color:#673d28;;
   font-family: 'Roboto Slab', serif;
   font-weight:700;
   margin-bottom:30px;
}

h3 {
   font-size:22px;
   color:#a20101;;
   font-family: 'Roboto Slab', serif;
   font-weight:700;
}


#main {
	position:relative;
	width:100%;
	height:100%;
}

.top {
	float:left;
	display:block;
	position:relative;
	width:100%;
	height:400px;
	background:url(../images/top-image.jpg) top center no-repeat;
}

.menu-holder {	
    float:left;
	display:block;
	position: relative;
	width:100%;
	height:70px;
	padding:15px 0px;
	transition: all .3s ease-in-out;
}

.menu-holder.sticky {
	position: fixed;
	background-color:rgba(0,0,0,.75);
	z-index:5;
}

.logo-holder {
    float:left;
	display:block;
	width:100%;
	padding-top:100px;
	text-align:center;
}

.small-logo {
	display:none !important;
}

.top-paper {
	position:absolute;
	width:100%;
	top:-50px;
	left:0px;
}

.bottom-paper {
	position:absolute;
	width:100%;
	bottom:-40px;
	left:0px;
	z-index:1;
}

.burger {
	position:absolute;
	right:0px;
	top:190px;
	width:268px;
}

.tomato-01 {
	position:absolute;
	right:100px;
	top:80px;
	width:180px;
}

.tomato-02 {
	position:absolute;
	left:0px;
	bottom:90px;
	width:201px;
}

.paper-content {	
    float:left;
	display:block;
	width:100%;
	position:relative;
	min-height:500px;
	padding:90px 0px;
	background:url(../images/paper.jpg) top center repeat-y;
}

.stars-list ul {
  list-style: none;
  padding: 0;
}

.stars-list li {
  font-size:18px; 
  padding-bottom:10px;
  font-family: 'Roboto Slab', serif;
  color:#140f0a;
  font-weight:400;
  margin-left:0px;
}

.stars-list li:before {
  content: "\f005"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: .7em; 
  color:#a20101;
  font-size:14px;
  margin-left:-20px;
  margin-right:10px;
}

.spacer {
	float:left;
	width:100%;
	height:70px;
	display:block;
}

.skull {
	position:absolute;
	left:0px;
	bottom:-130px;
	width:100%;
	text-align:center;
	z-index:3;
}

.wood-section {
	float:left;
	display:block;
	position:relative;
	width:100%;
	min-height:500px;
	background:url(../images/wood.jpg) top center repeat-y;
	padding: 60px 0px;
	margin-top:5px;
}

.beer {
	position:absolute;
	left:0px;
	top:60px;
	width:300px;
}
	
.fork {
	position:absolute;
	right:0px;
	top:90px;
	width:110px;
}

.filet-mignon {
	position:absolute;
	right:0px;
	top:150px;
	width:295px;
}

.fork-01 {
	position:absolute;
	left:0px;
	top:600px;
	width:242px;
}

.hamburger {
	position:absolute;
	right:0px;
	top:100px;
	width:320px;
}

.pommes-frites {
	position:absolute;
	left:0px;
	top:500px;
	width:280px;
}

.salad {
	position:absolute;
	right:0px;
	bottom:900px;
	width:300px;
}

.coca-cola {
	position:absolute;
	right:0px;
	top:100px;
	width:281px;
}

.red-bull {
	position:absolute;
	left:0px;
	top:600px;
	width:358px;
}

.campari {
	position:absolute;
	right:0px;
	top:1200px;
	width:300px;
}

.cap {
	position:absolute;
	left:60px;
	top:3000px;
	width:170px;
}

.wine-glass {
 	position:absolute;
	right:60px;
	top:100px;
	width:245px;   
}

.wine {
 	position:absolute;
	left:0px;
	top:1100px;
	width:340px;   
}

.wine-cap {
 	position:absolute;
	right:70px;
	top:2300px;
	width:173px;   
}


.karte {
	float:left;
	display:inline-block;
	width: 19%;
	margin-right:1.25%;
	text-align:center;
	margin-bottom:25px;
	transition: all .3s ease-in-out;
}

.karte:nth-last-of-type(5) {
	margin-right:0 !important;
}

@keyframes swinging{
    0%{transform: rotate(0deg);}
    25%{transform: rotate(5deg);}
    75%{transform: rotate(-5deg);}
    100%{transform: rotate(0deg);}
}

.karte:hover {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3s ease-in-out infinite;
    animation: swinging 3s ease-in-out infinite;
}

.bilder {
	float:left;
	display:block;
	position:relative;
	width:100%;
	background:#0a0a0a url(../images/bottom-bg.jpg) bottom center no-repeat;
	padding:80px 0px;
	min-height:500px;
}

.bottom {
	position:absolute;
	width:100%;
	height:195px;
	background:url(../images/bottom.png) center center no-repeat;
	left:0px;
	bottom:-80px;
}

.item {
	float:left;
	display:block;
	width:100%;
	margin-bottom:20px;
	border-bottom: dashed 1px #673d28;
	padding-bottom:10px;
}

.price {
   font-size:22px;
   color:#673d28;
   line-height:28px;
   font-family: 'Roboto Slab', serif;
   font-weight:700;
   float:right;
   text-align:right;
   display:inline-block;
   width:10%;
}

.desc {
	float:left;
	display:inline-block;
	font-size:16px !important;
	font-style:italic;
	color:#673d28 !important;
	width:90%;
}

.roll {
	transition: all .3s ease-in-out;
}

.roll:hover {
	transform: scale(.9);
}
	
.mb {
	margin-bottom:30px;
}

/*PRELOADING------------ */
#overlayer {
  width:100%;
  height:100%;  
  position:fixed;
  z-index:10;
  background:#F2F2F2;
  text-align:center;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: fixed;
  z-index:999;
  border: 4px solid #a20101;
  top: 50%;
  left:50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #a20101;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}


/*-- Form --*/
.form-group input[type=text], .form-group input[type=email] {
    width: 100%;
    padding: 15px 0px;
    margin: 15px 0;  
    background: transparent !important;
    border-radius:0px;
    font-size: 16px;
    border:0px !important; 
	border-bottom: dashed 1px #673d28 !important;
	color:#673d28;
	font-family: 'Roboto Slab', serif;
	outline: none !important;
    box-shadow: none !important;
}

.form-group textarea {
	display:block;
    padding: 15px 0px !important;
    margin: 15px 0;
    background: transparent !important;
    border-radius:0px !important;
    border:0px !important;
    font-size: 16px !important;
	border-bottom: dashed 1px #673d28 !important;
	color:#673d28 !important;
	font-family: 'Roboto Slab', serif !important;
	outline: none !important;
	width: 100%;
    box-shadow: none !important;
}

.form-group .text-danger {font-size: 13px !important;}


.form-group-01 input[type=text], .form-group-01 input[type=email] {
    width: 100%;
    padding: 20px 15px;
    margin: 10px 0;  
    background: rgba(255,255,255,.4);
    border-radius:4px;
    font-size: 16px;
    border:solid 1px rgba(101,72,72,.3);
	color:#673d28;
	font-family: 'Roboto Slab', serif;
	outline: none !important;
    box-shadow: none !important;
}

.form-group-01 .text-danger {font-size: 13px !important;}




::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a58372 !important;
  opacity: 1; /* Firefox */
  transition: all .3s ease-in-out;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a58372 !important;
  transition: all .3s ease-in-out;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a58372 !important;
  transition: all .3s ease-in-out;
}

input:focus::-webkit-input-placeholder { color:transparent !important; }
input:focus:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */
