html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.tables {
  border: 1px solid gainsboro;
  border-collapse: separate;
  border-left: 0;
  border-radius: 3px;
  border-spacing: 0;
  width: 100%; }
  .tables tbody {
    background-color: #fbfbfb; }
    .tables tbody tr:hover > td, .tables tbody tr:hover > th {
      background-color: #eeeeee; }
    .tables tbody tr:nth-child(even) {
      background-color: #f6f6f6; }
      .tables tbody tr:nth-child(even):hover > td {
        background-color: #e9e9e9; }
  .tables thead:first-of-type tr:first-child > th:first-child {
    border-top-left-radius: 3px; }
  .tables thead:first-of-type tr:first-child > th:last-child {
    border-top-right-radius: 3px; }
  .tables tbody:last-child tr:last-child > td:first-child {
    border-bottom-left-radius: 3px; }
  .tables tbody:last-child tr:last-child > td:last-child {
    border-bottom-right-radius: 3px; }
  .tables thead th {
    background-color: white;
    border-bottom: 0;
    border-left: 1px solid gainsboro;
    padding: 0.75em 1em;
    text-align: left; }
    .tables thead th:first-child {
      border-left: 0; }
  .tables tbody {
    background-color: #fbfbfb; }
    .tables tbody td {
      border-bottom: 0;
      border-left: 1px solid gainsboro;
      border-top: 1px solid gainsboro;
      padding: 0.75em 1em; }
      .tables tbody td:first-child {
        border-left: 0; }
      .tables tbody td button {
        display: inline-block;
        font-size: 0.7em;
        line-height: 1.5em;
        margin-bottom: 0.3em;
        margin-right: 0.5em;
        outline: none;
        padding: 0.3em 1em;
        width: 100%; }
        @media screen and (min-width: 40em) {
          .tables tbody td button {
            margin-bottom: 0;
            width: auto; } }

.fr {
  float: right; }

.fl {
  float: left; }

center, .center, #TextBox, #enter, #reserve_btn, .chooser, #personencounter #clicker2, .msg {
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.di {
  display: inline; }

.rel {
  position: relative; }

.black {
  color: black; }

.border {
  border: #403F39 2px solid; }

.borderGrey, #goback, #gobackAbstand, input[type=test], textarea, #personencounter input, #personencounter #TischAnfragen, #day_chooser {
  border: #5C6366 2px solid; }

.gradient, #nav, #personencounter, .CommentList .CommentListItem, #CommentForm {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #f5f6f8);
  background-image: linear-gradient(#ffffff, #f5f6f8); }

.gradient-green, .menu-bg, .choose-box {
  background-color: #a0cdad;
  background-image: -webkit-linear-gradient(#a0cdad, #a0c1ac);
  background-image: linear-gradient(#a0cdad, #a0c1ac); }

.gradient-green-light, #nav a:active {
  background-color: #dbfee5;
  background-image: -webkit-linear-gradient(#dbfee5, #9fceac);
  background-image: linear-gradient(#dbfee5, #9fceac); }

.gradient-green-dark, #nav a:hover {
  background-color: #a0c1ac;
  background-image: -webkit-linear-gradient(#a0c1ac, #9fceac);
  background-image: linear-gradient(#a0c1ac, #9fceac); }

.ohi {
  overflow: hidden; }

.noselect, #nav a h2, input[type=radio], input[type=radio] + label, input[type=radio]:checked + label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#nav {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 45px; }
  #nav::after {
    clear: both;
    content: "";
    display: block; }
  #nav a {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    text-align: center;
    height: 45px; }
    #nav a:last-child {
      margin-right: 0; }
    #nav a h2 {
      line-height: 15px;
      margin-top: 15px;
      font-size: 2rem;
      color: #9fceac;
      font-weight: 600;
      text-align: center; }
  #nav a:hover {
    height: 45px;
    background-color: #bce3ca;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    #nav a:hover h2 {
      color: #ffffff; }
  #nav a:active {
    -webkit-transition: background-color 0.05s ease-in-out;
    -moz-transition: background-color 0.05s ease-in-out;
    transition: background-color 0.05s ease-in-out; }

@media only screen and (min-width: 1000px) {
  .menu-burger {
    visibility: hidden; }

  .menu-bg {
    visibility: hidden; }

  #circle {
    display: block; } }
@media only screen and (max-width: 1000px) {
  #circle {
    display: none; }

  #nav-mobile {
    display: block; }
    #nav-mobile img {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%; }
      #nav-mobile img:last-child {
        margin-right: 0; } }
.nav-verschieber {
  margin-left: 100% !important; }

.nav-entschieber {
  margin-left: 0 !important;
  transition: 0.15s all ease; }

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  animation-name: pulse;
  animation-duration: 3s; }

.hide {
  visibility: hidden; }

.circle-items {
  opacity: 0;
  text-align: center;
  transition: opacity 0.4s ease; }
  .circle-items a div {
    color: #ffffff;
    font-size: 3rem;
    margin-top: 10px; }
  .circle-items a:hover div {
    color: #93b19e; }

#circle {
  width: 15vw;
  height: 15vw;
  margin: auto;
  margin-top: 38vh;
  border-radius: 100%;
  background: #9fceac;
  -webkit-transition: width 0.3s, height 0.3s, margin 0.3s;
  -moz-transition: width 0.3s, height 0.3s, margin 0.3s;
  -ms-transition: width 0.3s, height 0.3s, margin 0.3s;
  transition: width 0.3s, height 0.3s, margin 0.3s; }
  #circle h1 {
    margin-top: 4vw;
    font-size: 4rem;
    opacity: 1;
    transition: opacity 0.3s; }
    #circle h1 img {
      margin-top: -50px; }

#circle:hover {
  width: 50vw;
  height: 50vw;
  margin-top: 18vh;
  opacity: 0.8; }
  #circle:hover img {
    display: none; }
  #circle:hover .circle-items {
    opacity: 1; }

.circle-items {
  transition: 0.1; }

#M-hi img {
  position: relative; }

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #9fceac;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

#nav-icon1 span:hover {
  background: #bce3ca; }

.desktop-hamburger-bg {
  background-color: #9fceac;
  width: 60px;
  height: 45px;
  position: inherit;
  margin: auto; }

body, html {
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

.menu, .menu-bg, .menu-burger {
  position: fixed;
  width: 100px;
  height: 100px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  right: 25px;
  top: 35px; }

.menu-bg {
  pointer-events: none;
  transition: .3s;
  right: 75px;
  top: 85px;
  transform: translate3d(50%, -50%, 0);
  transform-origin: center center; }
  .menu-bg.fs {
    transform: translate3d(50%, -50%, 0);
    width: 300vw;
    height: 300vw; }

.menu-burger {
  font-size: 4rem;
  margin-top: -7px;
  color: #ffffff;
  padding-top: 11px;
  -webkit-user-select: none;
  cursor: pointer;
  transition: .4s;
  transform-origin: center; }
  .menu-burger.fs {
    transform: rotate(-180deg) translateY(10px); }

.menu-items {
  position: absolute;
  font-weight: bold;
  letter-spacing: 10px;
  color: white;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: .4s;
  margin-top: 100px;
  transform: translateY(-200%);
  pointer-events: none; }
  .menu-items a {
    font-family: m-1c, sans-serif;
    font-weight: 600;
    font-style: bold;
    font-size: 4rem;
    color: #ffffff; }
  .menu-items div {
    transition: 1s;
    opacity: 0;
    margin-top: 0px; }
  .menu-items.fs {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1; }
    .menu-items.fs div {
      opacity: 1;
      margin-top: 40px; }

.content {
  padding: 100px 50px;
  line-height: 1.62em;
  color: #444; }
  .content h1 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1em; }

.font, h1, h5, p, a, h2, h3, #uhrzeit-auswahl h3, .msg, input#CommentForm_cite, input#CommentForm_email, textarea#CommentForm_text {
  color: #333333;
  text-decoration: none;
  font-family: m-1c, sans-serif;
  font-style: normal;
  font-weight: 300; }

.whitebg {
  background: white; }

.darkbg {
  background: #4d4d4d; }

.lightbg, .topbar, #TextBox, table {
  background: #e6e6e6; }

.pinkbg {
  background: #ffd3da; }

.green, .success {
  color: #66b366; }

.round, .topbar {
  border-radius: 1em; }

body {
  min-width: 280px; }

.topbar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 1em; }
  .topbar::after {
    clear: both;
    content: "";
    display: block; }

h1 {
  color: #ffffff;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  text-align: center; }
  h1:last-child {
    margin-right: 0; }

h5 {
  font-size: 2rem; }

span {
  color: #333333;
  text-decoration: none;
  font-family: m-1c, sans-serif;
  font-style: normal; }

a:visited {
  text-decoration: none; }

p {
  text-align: center; }

section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  section::after {
    clear: both;
    content: "";
    display: block; }
  section::after {
    clear: both;
    content: "";
    display: block; }

.pw-box {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px; }
  .pw-box:last-child {
    margin-right: 0; }

.lang-switch {
  margin: auto;
  display: block; }

#TextBox {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 14.7019566472%;
  margin-left: 42.6490216764%;
  font-size: 2rem;
  text-align: center; }
  #TextBox:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 800px) {
    #TextBox {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      margin-left: 25.5894130058%; }
      #TextBox:last-child {
        margin-right: 0; } }

#TextBox:focus {
  outline: none !important; }

#enter {
  color: black;
  margin-left: 42.6490216764%;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 14.7019566472%; }
  #enter:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 800px) {
    #enter {
      margin-left: 34.1192173411%;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      #enter:last-child {
        margin-right: 0; } }

#enter:hover {
  cursor: pointer; }

input#enter {
  color: #ffffff;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  font-weight: 200; }

#reserve_btn {
  background-color: #9fceac;
  color: #ffffff;
  padding: 4px;
  margin-left: 34.1192173411%;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  #reserve_btn:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 800px) {
    #reserve_btn {
      margin-left: 8.5298043353%;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 82.9403913294%; }
      #reserve_btn:last-child {
        margin-right: 0; } }

#reserve_btn:hover {
  cursor: pointer; }

.imgbox {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-left: 25.5894130058%; }
  .imgbox:last-child {
    margin-right: 0; }

.success {
  position: fixed;
  background-color: #ffffff;
  opacity: 0.9;
  padding: 3px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-left: 25.5894130058%;
  margin-top: 10px; }
  .success:last-child {
    margin-right: 0; }

#passwd-field::after {
  clear: both;
  content: "";
  display: block; }

a {
  text-decoration: none;
  color: #333333; }

#goback {
  background-color: #ffffff;
  opacity: 0.9;
  padding: 2px;
  font-size: 20px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-left: 34.1192173411%; }
  #goback:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 1000px) {
    #goback {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%;
      margin-left: 42.6490216764%; }
      #goback:last-child {
        margin-right: 0; } }

#gobackAbstand {
  background-color: #ffffff;
  opacity: 0.9;
  padding: 2px;
  font-size: 20px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-left: 34.1192173411%; }
  #gobackAbstand:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 1000px) {
    #gobackAbstand {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%;
      margin-left: 42.6490216764%; }
      #gobackAbstand:last-child {
        margin-right: 0; } }

#gobackLink {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  #gobackLink:last-child {
    margin-right: 0; }

#gobackLinkAbstand {
  position: absolute;
  top: 300px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  #gobackLinkAbstand:last-child {
    margin-right: 0; }

#bgPIC {
  width: 100%;
  height: 100%;
  background-image: url("/img/plates.jpg");
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0; }

.bg-schmuggler {
  width: 100%;
  height: 100%;
  background-image: url("/img/bgvid.jpg") no-repeat center center fixed cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0; }

.thankyou_body {
  background-color: #ffffff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .thankyou_body::after {
    clear: both;
    content: "";
    display: block; }

.msg_bg {
  padding: 20px;
  background-color: #9fceac;
  color: #ffffff !important;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .msg_bg:last-child {
    margin-right: 0; }

.input_felder, #personencounter, #personencounter input, #personencounter .input_a, #personencounter textarea, #personencounter #TischAnfragen, #uhrzeit-auswahl, #uhrzeit-auswahl h3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-left: 25.5894130058%; }
  .input_felder:last-child, #personencounter:last-child, #personencounter input:last-child, #personencounter .input_a:last-child, #personencounter textarea:last-child, #personencounter #TischAnfragen:last-child, #uhrzeit-auswahl:last-child, #uhrzeit-auswahl h3:last-child {
    margin-right: 0; }

@media only screen and (max-width: 1000px) {
  .input_felder, #personencounter, #personencounter input, #personencounter .input_a, #personencounter textarea, #personencounter #TischAnfragen, #uhrzeit-auswahl, #uhrzeit-auswahl h3 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-left: 0%; }
    .input_felder:last-child, #personencounter:last-child, #personencounter input:last-child, #personencounter .input_a:last-child, #personencounter textarea:last-child, #personencounter #TischAnfragen:last-child, #uhrzeit-auswahl:last-child, #uhrzeit-auswahl h3:last-child {
      margin-right: 0; } }
.chooser {
  margin-top: 100px;
  float: inherit;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .chooser::after {
    clear: both;
    content: "";
    display: block; }

.choose-box {
  display: inline;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  margin-left: 17.0596086706%; }
  .choose-box:last-child {
    margin-right: 0; }
  .choose-box h2 {
    color: white;
    display: block;
    height: 130px;
    padding-top: 30px;
    font-size: 1.3rem;
    font-weight: bold; }
  @media only screen and (min-width: 1000px) {
    .choose-box {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%;
      margin-left: 23.8834521388%; }
      .choose-box:last-child {
        margin-right: 0; } }

.flag {
  max-width: 50px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 6.1721523119%;
  float: none; }
  .flag:last-child {
    margin-right: 0; }

font, h2, #uhrzeit-auswahl h3 {
  padding-left: 1em;
  padding-right: 1em; }

td, tr, table {
  border: none;
  background-color: #ffffff; }

#h2Menu {
  padding-top: 87px; }
  @media only screen and (min-width: 1000px) {
    #h2Menu {
      padding-top: 400px; } }
  @media only screen and (max-width: 570px) {
    #h2Menu {
      padding-top: 75px; } }

.counter_btns {
  margin-bottom: 20px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-left: 42.6490216764%; }
  .counter_btns:last-child {
    margin-right: 0; }

#personencounter {
  overflow: hidden; }
  #personencounter textarea {
    border: none; }
  #personencounter input {
    border: none; }
  #personencounter input, #personencounter .input_a, #personencounter textarea {
    font-size: 1.4rem;
    text-align: center; }
  #personencounter .input_a {
    display: inline;
    width: 30px;
    height: 30px;
    background-color: #9fceac; }
    #personencounter .input_a p {
      color: #ffffff;
      line-height: 0px;
      margin-top: 13px; }
  #personencounter #TischAnfragen {
    margin-top: 20px;
    background-color: #9fceac; }

#uhrzeit-auswahl {
  margin-top: 10px;
  clear: none;
  background-color: white;
  padding: 10px; }
  #uhrzeit-auswahl input[type=radio], #uhrzeit-auswahl input.radio {
    display: inline;
    vertical-align: top;
    line-height: 10px;
    float: left;
    clear: none; }
  #uhrzeit-auswahl h3 {
    vertical-align: top;
    text-align: center;
    font-size: 1rem;
    float: left;
    clear: none;
    display: block;
    margin-top: -20px; }

input[type=radio]:hover {
  cursor: pointer; }

label h3:hover {
  cursor: pointer; }

input[type=radio] {
  top: 1em;
  position: relative; }

input[type=radio] + label {
  top: 1em;
  position: relative; }

input[type=radio]:checked + label {
  width: 100%; }
  input[type=radio]:checked + label h3 {
    background-color: #9fceac;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    input[type=radio]:checked + label h3:last-child {
      margin-right: 0; }

input[type=radio] {
  visibility: hidden; }

ul {
  list-style: none; }

#19u {
  display: none; }

#TischAnfragen:hover {
  cursor: pointer; }

.submitFormBtn {
  color: white;
  border: none;
  padding: 4px; }

.counterBtn:hover {
  cursor: pointer; }

.reservation_inputs {
  margin-top: 10px; }

#ninja {
  display: none !important; }

#date_selector {
  background-color: #9fceac; }

.msg {
  color: #9fceac; }

.note-wrapper {
  padding: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .note-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .note-wrapper p {
    text-align: left;
    font-size: 1rem;
    display: inline;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .note-wrapper p:last-child {
      margin-right: 0; }

span.price {
  float: right; }

.place_holder {
  color: white;
  background-color: #9fceac; }

#day_chooser {
  top: 0; }

.bg-gif-html {
  background-size: cover; }

.bg-gif-body {
  height: 100%; }

.red {
  color: red; }

.numInputWrapper input {
  font-size: 1.5rem; }

.o-x-hidden {
  overflow-x: hidden; }

.o-y-hidden {
  overflow-y: hidden; }

.ohi {
  overflow: hidden; }

#xtra-msg {
  color: #9fceac; }

.gallery-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .gallery-main::after {
    clear: both;
    content: "";
    display: block; }
  .gallery-main a {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-right: 10px; }
    .gallery-main a:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 1000px) {
      .gallery-main a {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .gallery-main a:last-child {
          margin-right: 0; } }
    .gallery-main a::after {
      clear: both;
      content: "";
      display: block; }
    .gallery-main a img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
    .gallery-main a p, .gallery-main a figure {
      font-size: 0.8rem;
      text-align: left; }
      @media only screen and (max-width: 1000px) {
        .gallery-main a p, .gallery-main a figure {
          font-size: 1.8rem; } }

.pswp__caption__center small {
  display: none; }

.admin-tools {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 20px;
  opacity: 0;
  transition: opacity 6s; }
  .admin-tools a {
    font-size: 0.8rem; }

.admin-tools:hover {
  opacity: 0.4; }

.impr-link {
  width: 100%;
  opacity: 0.8;
  color: #ffffff;
  position: fixed;
  text-align: center;
  margin: auto;
  bottom: 0;
  font-size: 0.7rem; }

.kommentare {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .kommentare::after {
    clear: both;
    content: "";
    display: block; }
  .kommentare h3 {
    text-align: left;
    display: none; }

.CommentList {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .CommentList::after {
    clear: both;
    content: "";
    display: block; }
  .CommentList .CommentListItem {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-left: 25.5894130058%; }
    .CommentList .CommentListItem:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 1000px) {
      .CommentList .CommentListItem {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-left: 0%; }
        .CommentList .CommentListItem:last-child {
          margin-right: 0; } }

#CommentForm {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  border: #eff2f2 1px solid; }
  #CommentForm:last-child {
    margin-right: 0; }

.CommentFormCite {
  display: inline-block;
  width: 48.5%; }

input#CommentForm_cite, input#CommentForm_email, textarea#CommentForm_text {
  text-align: left;
  font-size: 1.3rem; }

.CommentFormEmail {
  width: 50%; }

input#CommentForm_cite, input#CommentForm_email {
  width: 100%;
  display: inline-block; }

button#CommentForm_submit {
  color: white;
  background-color: #9fceac;
  border: none;
  font-size: 2rem;
  margin: 0.5em;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%;
  margin-left: 29.8543151735%;
  padding: 0.3em; }
  button#CommentForm_submit:last-child {
    margin-right: 0; }

.CommentListItem {
  padding: 1.5em; }

#CommentForm_submit:hover {
  cursor: pointer;
  background-color: #548753;
  transition: background-color, 0.5s; }

textarea#CommentForm_text {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  width: 97%; }
  textarea#CommentForm_text:last-child {
    margin-right: 0; }

a.catering-link img {
  display: block;
  height: 10vw;
  width: auto;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 14.7019566472%;
  margin-left: 42.6490216764%; }
  a.catering-link img:last-child {
    margin-right: 0; }

@media only screen and (max-width: 1200px) {
  input#CommentForm_cite, input#CommentForm_email {
    width: 96vw; } }
.input_felder, #personencounter, #personencounter input, #personencounter .input_a, #personencounter textarea, #personencounter #TischAnfragen, #uhrzeit-auswahl, #uhrzeit-auswahl h3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-left: 25.5894130058%; }
  .input_felder:last-child, #personencounter:last-child, #personencounter input:last-child, #personencounter .input_a:last-child, #personencounter textarea:last-child, #personencounter #TischAnfragen:last-child, #uhrzeit-auswahl:last-child, #uhrzeit-auswahl h3:last-child {
    margin-right: 0; }

@media only screen and (max-width: 1000px) {
  .input_felder, #personencounter, #personencounter input, #personencounter .input_a, #personencounter textarea, #personencounter #TischAnfragen, #uhrzeit-auswahl, #uhrzeit-auswahl h3 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-left: 0%; }
    .input_felder:last-child, #personencounter:last-child, #personencounter input:last-child, #personencounter .input_a:last-child, #personencounter textarea:last-child, #personencounter #TischAnfragen:last-child, #uhrzeit-auswahl:last-child, #uhrzeit-auswahl h3:last-child {
      margin-right: 0; } }
.chooser {
  margin-top: 100px;
  float: inherit;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .chooser::after {
    clear: both;
    content: "";
    display: block; }

.choose-box {
  display: inline;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  margin-left: 17.0596086706%; }
  .choose-box:last-child {
    margin-right: 0; }
  .choose-box h2 {
    color: white;
    display: block;
    height: 130px;
    padding-top: 30px;
    font-size: 1.3rem;
    font-weight: bold; }
  @media only screen and (min-width: 1000px) {
    .choose-box {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%;
      margin-left: 23.8834521388%; }
      .choose-box:last-child {
        margin-right: 0; } }

.flag {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 6.1721523119%;
  float: none; }
  .flag:last-child {
    margin-right: 0; }

#h2Menu {
  padding-top: 87px; }
  @media only screen and (min-width: 1000px) {
    #h2Menu {
      padding-top: 400px; } }
  @media only screen and (max-width: 570px) {
    #h2Menu {
      padding-top: 75px; } }

.counter_btns {
  margin-bottom: 20px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-left: 42.6490216764%; }
  .counter_btns:last-child {
    margin-right: 0; }

#personencounter {
  overflow: hidden; }
  #personencounter textarea {
    border: none; }
  #personencounter input {
    border: none; }
  #personencounter input, #personencounter .input_a, #personencounter textarea {
    font-size: 1.4rem;
    text-align: center; }
  #personencounter .input_a {
    display: inline;
    width: 30px;
    height: 30px;
    background-color: #9fceac; }
    #personencounter .input_a p {
      color: #ffffff;
      line-height: 0px;
      margin-top: 13px; }
  #personencounter #TischAnfragen {
    margin-top: 20px;
    background-color: #9fceac; }
  #personencounter h1 {
    color: #333333; }

#uhrzeit-auswahl {
  margin-top: 10px;
  clear: none;
  background-color: white;
  padding: 10px; }
  #uhrzeit-auswahl input[type=radio], #uhrzeit-auswahl input.radio {
    display: inline;
    vertical-align: top;
    line-height: 10px;
    float: left;
    clear: none; }
  #uhrzeit-auswahl h3 {
    vertical-align: top;
    text-align: center;
    font-size: 1rem;
    float: left;
    clear: none;
    display: block;
    margin-top: -20px; }

input[type=radio]:hover {
  cursor: pointer; }

label h3:hover {
  cursor: pointer; }

input[type=radio] {
  top: 1em;
  position: relative; }

input[type=radio] + label {
  top: 1em;
  position: relative; }

input[type=radio]:checked + label {
  width: 100%; }
  input[type=radio]:checked + label h3 {
    background-color: #9fceac;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    input[type=radio]:checked + label h3:last-child {
      margin-right: 0; }

input[type=radio] {
  visibility: hidden; }

ul {
  list-style: none; }

#19u {
  display: none; }

#TischAnfragen:hover {
  cursor: pointer; }

.submitFormBtn {
  color: white;
  border: none;
  padding: 4px; }

.counterBtn:hover {
  cursor: pointer; }

.reservation_inputs {
  margin-top: 10px; }

#ninja {
  display: none !important; }

#date_selector {
  background-color: #9fceac; }

.msg {
  color: #9fceac; }

.note-wrapper {
  padding: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .note-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .note-wrapper p {
    text-align: left;
    font-size: 1rem;
    display: inline;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .note-wrapper p:last-child {
      margin-right: 0; }

span.price {
  float: right; }

.place_holder {
  color: white;
  background-color: #9fceac; }

#day_chooser {
  top: 0; }

.bg-gif-body {
  height: 100%; }

.red {
  color: red; }

.numInputWrapper input {
  font-size: 1.5rem; }

.o-x-hidden {
  overflow-x: hidden; }

.o-y-hidden {
  overflow-y: hidden; }

/*# sourceMappingURL=app.css.map */
