* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: Roboto, sans-serif;
  color: #333;
  display: table;
  width: 100%;
}
@media (min-width: 720px) {
  body {
    background: url(SiteBG.png);
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 1.1em;
  }
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  display: table-row;
  height: 100%;
}
#innerWrapper {
  display: table;
  height: 100%;
  background: white;
  max-width: 960px;
  margin: auto;
  border-left: 1px solid #ffc20e;
  border-right: 1px solid #ffc20e;
}
@media only screen and (min-width: 960px) {
  #innerWrapper {
    width: 960px;
  }
}
header {
  padding: 1% 2%;
  background: url(headerBG.png);
}
@media only screen and (min-width: 960px) {
  header {
    padding: 0;
    position: relative;
    height: 180px;
  }
}
@media only screen and (min-width: 960px) {
  header img {
    position: absolute;
    left: 5%;
    width: 400px;
    top: 30px;
  }
}
nav {
  text-align: center;
  border-top: 1px solid #ffc20e;
  border-bottom: 1px solid #ffc20e;
  font-weight: bold;
  font-size: 1em;
  background-color: #ffda37;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffda37), to(#ffe885));
  background: -webkit-linear-gradient(top, #ffda37, #ffe885);
  background: -moz-linear-gradient(top, #ffda37, #ffe885);
  background: -ms-linear-gradient(top, #ffda37, #ffe885);
  background: -o-linear-gradient(top, #ffda37, #ffe885);
}
@media only screen and (min-width: 960px) {
  nav {
    border-left: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
  }
}
nav a {
  display: inline-block;
  padding: 0 0.8em;
  text-decoration: none;
  line-height: 2;
  color: #7f3f98;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
@media only screen and (min-width: 960px) {
  nav a {
    border-radius: 0;
  }
}
nav a.over {
  background: #7f3f98;
  background-color: #7f3f98;
  background: -webkit-gradient(linear, left top, left bottom, from(#7f3f98), to(#954ab3));
  background: -webkit-linear-gradient(top, #7f3f98, #954ab3);
  background: -moz-linear-gradient(top, #7f3f98, #954ab3);
  background: -ms-linear-gradient(top, #7f3f98, #954ab3);
  background: -o-linear-gradient(top, #7f3f98, #954ab3);
  color: #ffffff;
}
nav a.active {
  background: red;
  background-color: #7f3f98;
  background: -webkit-gradient(linear, left top, left bottom, from(#7f3f98), to(#954ab3));
  background: -webkit-linear-gradient(top, #7f3f98, #954ab3);
  background: -moz-linear-gradient(top, #7f3f98, #954ab3);
  background: -ms-linear-gradient(top, #7f3f98, #954ab3);
  background: -o-linear-gradient(top, #7f3f98, #954ab3);
  color: #ffffff;
}
nav.cycleBoxControls {
  border-top: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 1em;
  background-color: #ffe885;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe885), to(#ffed9f));
  background: -webkit-linear-gradient(top, #ffe885, #ffed9f);
  background: -moz-linear-gradient(top, #ffe885, #ffed9f);
  background: -ms-linear-gradient(top, #ffe885, #ffed9f);
  background: -o-linear-gradient(top, #ffe885, #ffed9f);
}
nav.cycleBoxControls a {
  border-radius: 0;
  width: 33.333333%;
}
nav.cycleBoxControls a,
nav.cycleBoxControls div {
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
}
nav.cycleBoxControls .prev {
  border-right: 1px solid #ffc20e;
}
nav.cycleBoxControls .next {
  border-left: 1px solid #ffc20e;
}
nav.cycleBoxControls .prev.over,
nav.cycleBoxControls .next.over {
  background-color: #ffd104;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd104), to(#ffde52));
  background: -webkit-linear-gradient(top, #ffd104, #ffde52);
  background: -moz-linear-gradient(top, #ffd104, #ffde52);
  background: -ms-linear-gradient(top, #ffd104, #ffde52);
  background: -o-linear-gradient(top, #ffd104, #ffde52);
  color: #7f3f98;
}
nav.cycleBoxControls .curIdxIndicator {
  color: #7f3f98;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
  word-wrap: break-all;
  overflow-wrap: break-word;
}
nav.cycleBoxControls .curIdxIndicator span {
  display: inline-block;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
}
nav.cycleBoxControls .curIdx {
  color: #ed1c24;
}
main {
  background: white;
  height: 100%;
  display: table-row;
  padding-bottom: 1em;
}
main h1,
main h2 {
  font-family: Ruluko;
  margin-top: 0.5em;
}
main h1 {
  font-size: 1.5em;
  color: #7f3f98;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 960px) {
  main h1 {
    margin-top: 1em;
  }
}
main h2 {
  font-size: 1.3em;
  color: #d61921;
  margin-bottom: 0.1em;
}
main p,
main ul,
main table {
  margin-bottom: 0.3em;
}
main h1,
main h2,
main h3,
main p,
main table,
main form {
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 960px) {
  main h1,
  main h2,
  main h3,
  main p,
  main table,
  main form {
    margin-left: 5%;
    margin-right: 5%;
  }
}
main ul {
  margin-left: 8%;
  margin-right: 2%;
}
@media only screen and (min-width: 960px) {
  main ul {
    margin-right: 3%;
  }
}
main img.eyecatcher {
  border-bottom: 1px solid #ffc20e;
}
main .nowrap {
  white-space: nowrap;
}
main .cycleBoxItem {
  text-align: center;
}
main .cycleBoxItem figcaption {
  text-align: left;
}
main .cycleBoxItem figcaption h1 {
  margin-top: 0.3em;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  main .cycleBoxItem figcaption {
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media only screen and (min-width: 960px) {
  main .navWrapper {
    width: 250px;
    height: 100%;
    float: left;
    background: #e6e6e6;
    display: inline-block;
  }
}
main nav {
  box-sizing: border-box;
  border-top: none;
  background-color: #ffe885;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe885), to(#fff2b8));
  background: -webkit-linear-gradient(top, #ffe885, #fff2b8);
  background: -moz-linear-gradient(top, #ffe885, #fff2b8);
  background: -ms-linear-gradient(top, #ffe885, #fff2b8);
  background: -o-linear-gradient(top, #ffe885, #fff2b8);
}
@media only screen and (min-width: 960px) {
  main nav {
    float: left;
    display: inline-block;
    width: 250px;
    border-bottom-right-radius: 20px;
  }
  main nav a {
    display: block;
    text-align: left;
    border-top: 1px solid #ffc20e;
  }
  main nav a:first-child {
    border-top: none;
  }
  main nav a:last-child {
    border-bottom-right-radius: 20px;
  }
  main nav ~ div article {
    width: 708px;
    display: inline-block;
  }
}
@media only screen and (min-width: 960px) {
  main .menuCardTargetArea {
    width: 710px;
    display: inline-block;
  }
}
main .menuCardTargetArea table {
  width: 100%;
  border-collapse: collapse;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}
main .menuCardTargetArea table .small {
  font-size: 0.9em;
  color: #777;
  margin-left: 0.5em;
}
main .menuCardTargetArea table tr:nth-child(even) {
  background: #fffcd5;
}
main .menuCardTargetArea table th {
  padding: 0.5em;
}
main .menuCardTargetArea table td {
  padding: 0.5em 1em;
}
main .menuCardTargetArea table td:first-child {
  text-align: left;
  width: 100%;
}
main .menuCardTargetArea table td:nth-child(3) {
  text-align: right;
}
main ~ div article {
  text-align: center;
}
main iframe {
  border: 0;
  border-top: #ffc20e;
  border-bottom: #ffc20e;
}
main div.center {
  text-align: center;
}
main div.imgBox {
  margin-top: 2em;
  line-height: 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  main div.imgBox img {
    min-width: 100%;
  }
}
main input,
main label {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .collage {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 100%;
    background-image: url(GesamtKollage.jpg);
    background-position: center center;
    z-index: -1;
    box-shadow: 2px 2px 10px #aaaaaa;
    border-bottom: 1px solid #ffc20e;
  }
}
table.openingHours td:first-child {
  padding-right: 0.5em;
}
footer {
  background: #e6e6e6;
  padding: 0.5%;
  text-align: right;
}
