@font-face {
  font-family: 'Special Elite';
  src: url('./SpecialElite-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Regular.ttf') format('truetype');
}

html {
  font-size: calc(1em + 1vw);
}

@media screen and (min-width: 75em) {
  html {
    font-size: 1.5em;
  }
}

h1, h2, h3 {
  font-family: 'Special Elite';
  padding: 0.3em 0 0.1em 0;
  vertical-align: 
}

p {
  font-family: 'Noto Sans';
}

body {
  background: #ffffff;
  color: #222222;
  padding: 0;
  margin: 0;
}

h1 {
  width: 100%;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  margin-top: 0;
  padding: 1.3em 0 1.1em 0;
  font-size: 4.5em;
}

@media screen and (max-width: 90em) {
  h1 {
    font-size: 10vw;
  }
}

h2 {
  width: 100%;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  line-height: 2;
}

h3 {
  width: 100%;
  text-align: center;
  text-decoration: underline;
}

div#main {
}

div.block {
  margin: 0 auto;
  padding: 0;
}

div.inner-block {
  padding: 0.2em 2em 1em 2em;
  min-height: 4em;
  margin: auto;
}

@media screen and (min-width: 500px) {
  div.inner-block {
    width: 75%;
  }
}

svg {
  display: block;
  width: 80%;
  margin: 0 auto;
}

div#seating-lookup {
  width: 100%;
  text-align: center;
}

div#seating-lookup input {
  font-size: 100%;
}

.table {
  stroke: #000000;
  stroke-opacity: 1;
}

.table.selected {
  fill: #66ff66;
}

div.msg {
  display: none;
}

#floor-plan {
  display: none;
}

ul {
  list-style-position: inside;
}

span#selected-table-name {
  font-weight: bold;
}

span#selected-table-name::before {
  content: '„';
}

span#selected-table-name::after {
  content: '“';
}
