body {
  background-color: #ccc;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
}
html,
body {
  height: 100%;
}
a {
  color: #4a4a4a;
  font-weight: bold;
}
a:hover {
  color: #aa2d2d;
}
.color-white {
  color: #fff;
}
.hide-component {
  display: none;
}
.text-center {
  text-align: center;
}
.no-margin {
  margin: 0;
}
.img-thumbnail {
  max-width: 300px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  padding: 0;
}
.row {
  margin: 0 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 10px;
}
.site-wrapper {
  display: table;
  width: 100%;
  min-height: 100%;
  padding: 60px 0;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}
.cover-container h2 {
  margin-top: 0;
}
section {
  height: 100%;
}
#home {
  padding: 0;
}
#contact {
  background: #333;
  color: #fff;
}
#contact a {
  color: #fff;
}
.start-logo {
  width: 100%;
  max-width: 500px;
}
.padding{
  padding: 10px;
}
.opening {
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  border-radius: 10px;
}
.opening h3 {
  margin: 0 0 5px 0;
}
.opening p {
  margin: 0;
}
.opening a {
  color: #fff;
}
.opening a:hover {
  text-decoration: none;
}
h3.start-info {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  max-width: 440px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
}
h3.start-info a{
  text-decoration: none;
  color: #fff;
}
h3.start-info a:hover{
  text-decoration: none;
  color: #fff;
}

.home-img,
.food-img,
.wine-img,
.about-img,
.party-img,
.joung-img {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home-img {
  background-image: url(../img/home_bg.jpg);
}
.food-img {
  background-image: url(../img/food_bg.jpg);
}
.wine-img {
  background-image: url(../img/wein_bg.jpg);
}
.about-img {
  background-image: url(../img/about_bg.jpg);
}
.party-img {
  background-image: url(../img/party_bg.jpg);
}
.joung-img {
  background-image: url(../img/jungserviert_bg.jpg);
}
#jungserviert img {
  max-width: 300px;
}
.is-sticky {
  position: fixed;
  bottom: auto;
  top: 0;
  z-index: 1;
}
.is-sticky .nav > li > a {
  padding: 5px 15px;
}
.show-is-sticky {
  display: none;
}
.is-sticky .show-is-sticky {
  display: inline;
}
nav {
  position: absolute;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}
nav .show-is-sticky {
  padding: 10px;
}
nav a {
  float: left;
  display: block;
  padding: 20px;
  color: #fff;
  width: 12%;
  max-width: 80px;
}
nav a i {
  font-size: 50px;
}
nav .active a,
nav a:hover {
  color: #aa2d2d;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.menu-link:hover {
  color: #aa2d2d;
  text-decoration: none;
}
.menu-link i {
  font-size: 120px;
}
.column {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
}
#openingList p {
  display: none;
}
#openingList p:first-child {
  display: block;
}
#openingList p.moreLink {
  display: block;
}
@font-face {
  font-family: 'stodl-icons';
  src: url('../fonts/stodl-icons.eot?eperf6');
  src: url('../fonts/stodl-icons.eot?#iefixeperf6') format('embedded-opentype'), url('../fonts/stodl-icons.woff?eperf6') format('woff'), url('../fonts/stodl-icons.ttf?eperf6') format('truetype'), url('../fonts/stodl-icons.svg?eperf6#stodl-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="stodl-icn-"],
[class*=" stodl-icn-"] {
  font-family: 'stodl-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stodl-icn-food:before {
  content: "\e609";
}
.stodl-icn-drink:before {
  content: "\e60a";
}
.stodl-icn-joung:before {
  content: "\e608";
}
.stodl-icn-wine:before {
  content: "\e600";
}
.stodl-icn-pics:before {
  content: "\e601";
}
.stodl-icn-party:before {
  content: "\e602";
}
.stodl-icn-message:before {
  content: "\e603";
}
.stodl-icn-menu:before {
  content: "\e604";
}
.stodl-icn-home:before {
  content: "\e605";
}
.stodl-icn-calender:before {
  content: "\e606";
}
.stodl-icn-about:before {
  content: "\e607";
}
#imagelightbox {
  position: fixed;
  z-index: 9999;
}
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}
/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 3.5em;
  height: 3.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.2em;
  margin: -1.75em 0 0 -1.75em;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading i {
  color: #fff;
  font-size: 50px;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .5;
    transform: scale(0.75);
  }
}
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  border: 0;
  position: fixed;
  z-index: 10002;
  top: 0.5em;
  right: 0.5em;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em;
  height: 7.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  border: none;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
  background-color: #111;
}
.imagelightbox-arrow-left {
  left: 0;
}
.imagelightbox-arrow-right {
  right: 0;
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.125em;
}
.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
}
.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  nav a i {
    font-size: 30px;
  }
  nav a {
    padding: 5px !important;
  }
  .column {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .imagelightbox-arrow {
    width: 1.75em;
  }
}
