@import url(http://fonts.googleapis.com/css?family=Marck+Script);
body {
  font-family: Helvetica, sans-serif;
  background: url("../images/bg/bg.jpg") repeat;
  background-size: contain;
  color: #444; }

.clear {
  clear: both; }

.fullwith {
  width: 100%; }

.btn {
  text-transform: uppercase;
  font-weight: bold; }

.btn:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

#main {
  position: relative; }

.box {
  background: white;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.box h1 {
  font-family: 'Marck Script', cursive;
  font-weight: bold;
  color: green; }

#slider,
#content .container > .row {
  margin-bottom: 30px; }

.right-col {
  margin-top: 15px; }

.logo {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 7%;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 80px 15px 30px;
  padding: 2% 2% 2% 2%;
  max-width: 30%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.logo img {
  width: 100%;
  height: auto; }

#lang {
  background: red;
  padding: 5px 0;
  color: #fff; }

#lang a {
  color: #fff;
  font-size: .8em;
  text-transform: uppercase;
  margin-left: 10px; }

#slider {
  position: relative; }

#slider .carousel {
  border-bottom: 15px solid red; }

.carousel .item img {
  width: 100%; }

.nav-tabs li {
  margin-right: 10px; }

.nav-tabs > li {
  margin-bottom: 0; }

.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border: none;
  border-color: transparent;
  font-size: 1.2em;
  font-family: 'Marck Script', cursive;
  font-weight: bold; }

.nav-tabs > li > a:hover {
  background: transparent;
  color: green !important; }

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: white;
  color: green !important;
  text-shadow: none; }

.speisebox {
  margin-bottom: 30px; }

#speisekarte {
  background: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  padding: 30px 0; }

.dishbox {
  margin-bottom: 30px;
  background: #eee;
  min-height: 360px; }

.dishbox .dishtext {
  padding: 15px; }

.dishbox .dishtext small {
  font-size: .5em;
  display: block; }

.dishbox img {
  width: 100%; }

footer {
  min-height: 300px; }

.banner {
  text-align: center; }

.banner img {
  width: 7%; }

footer .box .btn {
  box-shadow: none !important; }
