/* ==========================================================================
   Compass
   ========================================================================== */
/* 22_01_2024 */
@font-face {
  font-family: "GravurCondensed-Regular";
  src: url('../fonts/GravuConReg.woff?1705852606') format('woff'), url('../fonts/GravuConReg.svg?1705852606') format('svg'), url('../fonts/GravuConReg.eot?1705852606') format('embedded-opentype'); }
@font-face {
  font-family: "AdobeCasProBold";
  src: url('../fonts/ACaslonPro-Bold.woff?1705852607') format('woff'), url('../fonts/ACaslonPro-Bold.svg?1705852607') format('svg'), url('../fonts/ACaslonPro-Bold.svg?1705852607') format('svg'), url('../fonts/ACaslonPro-Bold.eot?1705852607') format('embedded-opentype'); }
/* over-the-rainbow-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Over the Rainbow';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/over-the-rainbow-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global Styles
   ========================================================================== */
body, html {
  background-color: #EFEDE7;
  height: 100%;
  font-family: "GravurCondensed-Regular", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  padding: 0; }
  body :focus, html :focus {
    outline: none; }
  body ::-moz-focus-inner, html ::-moz-focus-inner {
    border: 0; }

a, a:visited {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  color: #264d36;
  cursor: pointer; }
  a:hover, a:visited:hover {
    color: #a3b46e; }

.handwritten {
  font-family: "Over the Rainbow", cursive; }

i.fa, i.glyphicon {
  color: #a3b46e; }

h1, h2, h3, h4, h5, h6 {
  font-family: "AdobeCasProBold", serif; }

.btn-osteria, .btn-osteria:visited {
  background-color: #264d36;
  border-color: #152b1e;
  color: #EFEDE7; }
  .btn-osteria:hover, .btn-osteria:visited:hover {
    background-color: #a3b46e;
    color: #EFEDE7;
    border-color: #dbd6c8; }

/* ==========================================================================
   Navbar
   ========================================================================== */
.navbar-osteria {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #264d36;
  margin-bottom: 0; }
  .navbar-osteria .nav-osteria > li > a {
    font-size: 18px;
    text-transform: uppercase; }
    .navbar-osteria .nav-osteria > li > a:hover {
      color: #a3b46e;
      background: transparent; }
    .navbar-osteria .nav-osteria > li > a.active {
      color: #a3b46e; }
  .navbar-osteria .navbar-brand {
    text-indent: -20000px;
    background: url(../img/osteria-mobile-logo.png) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 5px;
    width: 170px;
    margin: 12px 0 0 15px;
    height: auto;
    display: block;
    visibility: visible; }
  .navbar-osteria .navbar-toggle span {
    background-color: white;
    background: white; }
  .navbar-osteria .navbar-toggle:hover {
    background: #1e3c2a; }
  .navbar-osteria.affix {
    width: 100%;
    top: 0;
    z-index: 50;
    background-color: #264d36;
    color: white; }
    .navbar-osteria.affix .nav-osteria > li > a {
      color: #EFEDE7;
      font-size: 18px;
      text-transform: uppercase; }
      .navbar-osteria.affix .nav-osteria > li > a:hover {
        color: #a3b46e;
        background: transparent; }
      .navbar-osteria.affix .nav-osteria > li > a.active {
        color: #a3b46e; }

@media (min-width: 768px) {
  .navbar-osteria {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #EFEDE7;
    margin-bottom: 0; }
    .navbar-osteria .navbar-brand {
      display: none;
      visibility: hidden; }
    .navbar-osteria.affix .navbar-brand {
      display: block;
      visibility: visible; } }
/* ==========================================================================
   Sections
   ========================================================================== */
section {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  section.bg-image {
    padding: 0; }
  section.content {
    padding: 30px 0; }
    @media (min-width: 768px) {
      section.content {
        padding: 80px 0; } }

.dark-bg {
  background-color: #264d36;
  color: #EFEDE7; }

.light-bg {
  background-color: #EFEDE7;
  color: #3e3e3e; }
  .light-bg h1, .light-bg h2, .light-bg h3, .light-bg h4 {
    color: #264d36; }

.light-green-bg {
  background-color: #a3b46e;
  color: #151515; }
  .light-green-bg h1, .light-green-bg h2, .light-green-bg h3, .light-green-bg h4 {
    color: #264d36; }

#map_canvas {
  width: 100%;
  height: 100%;
  height: 400px; }

@media (min-width: 1200px) {
  #map_canvas {
    width: 100%;
    height: 100%;
    height: 700px; } }
#info {
  padding: 20px 0;
  color: #264d36; }

#kontakt h2 {
  text-transform: uppercase;
  font-size: 24px; }

#restaurant.content {
  padding: 0 0 80px; }
  @media (min-width: 768px) {
    #restaurant.content {
      padding: 80px 0; } }

#menu .preis {
  min-width: 25%;
  text-align: center;
  vertical-align: middle;
  font-size: 20px; }

#menu-tabs {
  margin-top: 40px; }

.panel-title > a {
  display: block;
  text-align: center; }
  .panel-title > a:hover {
    text-decoration: none; }

.table-menu {
  background-color: white; }
  .table-menu h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 0; }
  .table-menu p {
    font-size: 15px; }
    .table-menu p.info {
      margin-top: 10px; }

.table.table-menu > tbody > tr > td {
  border-top: 1px solid #EFEDE7;
  padding: 10px 20px; }

.nav-tabs > li > a {
  font-family: "AdobeCasProBold", serif; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #a3b46e;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

/* ==========================================================================
   Skrollr
   ========================================================================== */
.skrollr-desktop body {
  height: 100% !important; }

.parallax-image-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden; }

.parallax-image-wrapper-50 {
  height: 50%;
  top: -50%; }

.parallax-image-wrapper-100 {
  height: 100%;
  top: -100%; }

.parallax-image {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.parallax-image-50 {
  height: 200%;
  top: -50%; }

.parallax-image-100 {
  height: 100%;
  top: 0; }

.parallax-image.skrollable-between {
  display: block; }

.no-skrollr .parallax-image-wrapper {
  display: none !important; }

#skrollr-body {
  height: 100%;
  overflow: visible;
  position: relative; }

.gap {
  background: transparent center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0;
  display: table;
  width: 100%;
  text-align: center; }

.gap-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px; }
  .gap-content h1, .gap-content h2, .gap-content h3 {
    font-family: "GravurCondensed-Regular", Helvetica, Arial;
    color: white;
    text-transform: uppercase;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    padding-top: 10px;
    font-size: 60px;
    display: inline-block;
    opacity: .6; }

.skrollr .gap {
  background: transparent !important; }

.gap-50 {
  height: 50%;
  min-height: 400px; }

.gap-100 {
  height: 100%; }

/* ==========================================================================
   Bootstrap Overrides
   ========================================================================== */
.img-responsive {
  display: inline-block; }

.navbar-nav, .navbar-nav > li {
  float: none; }

.nav > li {
  display: inline-block; }
