body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #454545;
  background-color: #dcdcdc;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #454545;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #121212;
}
.light {
  font-weight: 400;
}
#reservierung {
  background-color: #b5b5b5;
  background-image: none;
}
#impressum {
  background-color: #b5b5b5;
  background-image: none;
}
#feedbackForm {
  text-align: center;
}
#feedbackForm input {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#feedbackForm input:hover,
#feedbackForm input:focus {
  border-color: #454545;
  box-shadow: none;
}
#feedbackForm textarea {
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#feedbackForm textarea:hover,
#feedbackForm textarea:focus {
  border-color: #454545;
  box-shadow: none;
}
#feedbackForm .control-label {
  text-align: left;
  float: left;
  font-weight: normal;
  font-size: 18px;
}
#feedbackForm #feedbackSubmit {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.logo {
  margin-bottom: 90px;
  margin-top: 120px;
}
.logo img {
  width: 50%;
  height: auto;
}
.navbar-custom {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #b5b5b5;
  color: #454545;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #454545;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: none;
  color: #454545;
}
.navbar-custom a {
  color: #454545;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active {
  outline: nonte;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #454545;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
    background-color: #b5b5b5;
  }
  .top-nav-collapse a {
    background: none;
  }
  .navbar-custom.top-nav-collapse a {
    background: none;
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #454545;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: #797979;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 25px;
}
.intro .intro-body .intro-text {
  font-size: 16px;
}
@media (min-width: 767px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 35px;
    color: #454545;
    text-shadow: 0px 0px 10px #fff;
  }
  .intro .intro-body .intro-text {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    font-size: 18px;
    color: #454545;
    text-shadow: 0px 0px 10px #fff, 0px 0px 20px #fff,0px 0px 50px #fff;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #454545;
  border-radius: 35px;
  font-size: 40px;
  color: #454545;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #454545;
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.events-section {
  display: table;
  width: 100%;
  height: auto;
  padding: 250px 0;
  text-align: center;
  color: #ffffff;
  background: url("../img/Veranstaltung.jpg") no-repeat bottom center scroll;
  background-color: #797979;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.events-section .events-body {
  display: table-cell;
  vertical-align: middle;
}
.events-section .events-body .brand-heading {
  font-size: 25px;
}
.events-section .events-body .events-text {
  font-size: 16px;
}
.events-section .btn-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  margin-bottom: 8px;
}
.events-section .btn-default:hover,
.events-section .btn-default:focus {
  border: 1px solid #ffffff;
  outline: none;
  color: #ffffff;
  background-color: #b5b5b5;
}
.about-section {
  display: table;
  width: 100%;
  height: auto;
  padding: 250px 0;
  text-align: center;
  color: #ffffff;
  background: url("../img/Speisekarte.jpg") no-repeat bottom center scroll;
  background-color: #797979;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.about-section .about-body {
  display: table-cell;
  vertical-align: middle;
}
.about-section .about-body .brand-heading {
  font-size: 25px;
}
.about-section .about-body .events-text {
  font-size: 16px;
}
.about-section .btn-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  margin-bottom: 8px;
}
.about-section .btn-default:hover,
.about-section .btn-default:focus {
  border: 1px solid #ffffff;
  outline: none;
  color: #ffffff;
  background-color: #b5b5b5;
}
.reservierung-section {
  display: table;
  width: 100%;
  height: auto;
  padding: 250px 0;
  text-align: center;
  color: #ffffff;
  background: url("../img/Reservierung.JPG") no-repeat bottom center scroll;
  background-color: #797979;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.reservierung-section .about-body {
  display: table-cell;
  vertical-align: middle;
}
.reservierung-section .about-body .brand-heading {
  font-size: 25px;
}
.reservierung-section .about-body .events-text {
  font-size: 16px;
}
.reservierung-section .btn-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  margin-bottom: 8px;
}
.reservierung-section .btn-default:hover,
.reservierung-section .btn-default:focus {
  border: 1px solid #ffffff;
  outline: none;
  color: #ffffff;
  background-color: #b5b5b5;
}
.contact-section {
  display: table;
  width: 100%;
  height: auto;
  padding: 250px 0;
  text-align: center;
  color: #ffffff;
  background: url("../img/Kontakt.jpg") no-repeat bottom center scroll;
  background-color: #797979;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.contact-section .about-body {
  display: table-cell;
  vertical-align: middle;
}
.contact-section .about-body .brand-heading {
  font-size: 25px;
}
.contact-section .about-body .events-text {
  font-size: 16px;
}
.contact-section .btn-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  margin-bottom: 8px;
}
.contact-section .btn-default:hover,
.contact-section .btn-default:focus {
  border: 1px solid #ffffff;
  outline: none;
  color: #ffffff;
  background-color: #b5b5b5;
}
.reservierung-section {
  display: table;
  width: 100%;
  height: auto;
  padding: 250px 0;
  text-align: center;
  color: #ffffff;
  background-color: #b5b5b5;
  background: url("../img/Reservierung.JPG") no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.reservierung-section .center {
  margin-left: -10px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.reservierung-section .events-body {
  display: table-cell;
  vertical-align: middle;
}
.reservierung-section .events-body h2 {
  color: #454545;
}
.reservierung-section .events-body .brand-heading {
  font-size: 25px;
}
.reservierung-section .events-body .events-text {
  font-size: 16px;
}
.impressum-section {
  display: table;
  width: 100%;
  height: auto;
  padding: 250px 0;
  text-align: center;
  color: #454545;
  background-color: #b5b5b5;
}
.impressum-section .center {
  margin-left: -10px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.impressum-section .impressum-body {
  display: table-cell;
  vertical-align: middle;
}
.impressum-section .impressum-body h2 {
  color: #454545;
}
.impressum-section .impressum-body .brand-heading {
  font-size: 25px;
}
.impressum-section .impressum-body .events-text {
  font-size: 16px;
}
.impressum-section .btn-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  margin-bottom: 8px;
}
.impressum-section .btn-default:hover,
.impressum-section .btn-default:focus {
  border: 1px solid #ffffff;
  outline: none;
  color: #ffffff;
  background-color: #b5b5b5;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
  .events-section {
    padding: 250px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid #454545;
  color: #454545;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #454545;
  outline: none;
  color: #454545;
  background-color: #b5b5b5;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
  .logo img {
    width: 80%;
    height: auto;
    margin-top: 0px;
  }
  .top-nav-collapse a {
    background: none;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
