@font-face {
  font-family: sspr;
  src: url(../Font/ImperialScript-Regular.ttf);
  size-adjust: 180%; }
@media (max-width: 50em) {
  html, body, div, span, applet, object, iframe,
  blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block; }

  body {
    line-height: 1;
    margin: 0px; }

  ol, ul {
    list-style: none; }

  blockquote, q {
    quotes: none; }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }

  table {
    border-collapse: collapse;
    border-spacing: 0; } }
header {
  top: 0;
  margin-top: 0px;
  display: block;
  position: fixed; }

body {
  margin: 0px;
  top: 0;
  position: inherit; }

#kontakt {
  border-top-color: #7F7F7F;
  border-top-width: 0px;
  border-top-style: solid;
  margin-top: 5%;
  border-bottom-color: #7F7F7F;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  padding-bottom: 5%; }

.Maps {
  background-image: url("../Img/Maps.png");
  height: 400px;
  width: 100%;
  text-align: center;
  font-family: sspr, sans-serif;
  margin-top: 50px; }

.Knopf {
  text-align: center;
  padding-top: 50px;
  font-family: sspr, sans-serif; }

.mapi {
  text-decoration: none;
  font-size: 0.85em;
  color: white;
  background-color: #A60E13;
  padding: 10px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  font-family: sans-serif;
  cursor: pointer; }

.dunkel {
  color: grey !important; }

.resi {
  text-decoration: none;
  font-size: 1.55em;
  color: white;
  background-color: #A60E13;
  padding: 10px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  font-family: sans-serif;
  cursor: pointer; }

.HinweisMaps {
  color: darkgray;
  padding-top: 150px;
  font-size: 1em;
  font-family: sans-serif; }

.HinweisRes {
  color: darkgray;
  padding-top: 150px;
  font-size: 1.5em;
  font-family: sans-serif; }

.Knopf2 {
  text-align: center;
  padding-top: 50px;
  font-family: sspr, sans-serif; }

.overRes {
  background-image: url("../Img/Res.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  text-align: center;
  font-family: sspr, sans-serif; }

div.HinweisMaps a:link, a:visited {
  color: black;
  font-size: 1em; }

div.HinweisMaps a:hover {
  color: black;
  font-size: 1.05em; }

div.HinweisMaps a:active {
  color: black;
  font-size: 1.05em; }

div.Knopf a:link, a:visited {
  text-decoration: none;
  font-size: 0.85em;
  color: white;
  background-color: #A60E13;
  padding: 10px;
  border-radius: 5px; }

div.Knopf a:hover {
  text-decoration: none;
  color: white;
  background-color: #2997d6;
  padding: 10px;
  border-radius: 5px; }

div.Knopf a:active {
  text-decoration: none;
  color: white;
  background-color: #2178ab;
  padding: 10px;
  border-radius: 5px; }

div.HinweisRes a:link, a:visited {
  color: black;
  font-size: 1em; }

div.HinweisRes a:hover {
  color: black;
  font-size: 1.05em; }

div.HinweisRes a:active {
  color: black;
  font-size: 1.05em; }

div.Knopf2 a:link, a:visited {
  text-decoration: none;
  font-size: 0.85em;
  color: white;
  background-color: #A60E13;
  padding: 10px;
  border-radius: 5px; }

div.Knopf2 a:hover {
  text-decoration: none;
  color: white;
  background-color: #2997d6;
  padding: 10px;
  border-radius: 5px; }

div.Knopf2 a:active {
  text-decoration: none;
  color: white;
  background-color: #2178ab;
  padding: 10px;
  border-radius: 5px; }

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  vertical-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.fadeonscroll {
  display: none; }

/* Navbar links */
.mitte {
  position: fixed;
  text-align: center;
  width: 100%;
  top: 0;
  margin-left: 25%; }

#navbar a {
  float: left;
  display: block;
  color: #7F7F7F;
  text-align: center;
  vertical-align: center;
  font-family: sspr, sans-serif;
  text-decoration: none;
  font-size: 1.3em;
  padding-top: 20px;
  padding-bottom: 20px; }

#navbar a:hover {
  float: left;
  display: block;
  color: #333333;
  text-align: center;
  font-family: sspr, sans-serif;
  text-decoration: none; }

#navbar img {
  float: left;
  display: block;
  margin-top: 5px; }

.LogoBild {
  height: 60px;
  float: left;
  display: block; }

.soci {
  float: right; }

.sociLogo {
  float: left;
  height: 30px;
  display: block; }

/* Page content */
.Inhalt {
  margin-top: 0px; }

#start {
  width: 100%;
  height: 500px;
  margin: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../Img/Start/7_SW2.jpg) no-repeat center center fixed;
  min-height: 100vh;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 0px solid #7F7F7F; }

.fullhei {
  height: 100vh; }

body {
  width: 100%;
  height: 500px;
  margin: 0;
  background: linear-gradient(0deg, rgba(150, 150, 150, 0), rgba(150, 150, 150, 0)), url(../Img/Start/7_SW2.jpg) no-repeat center center fixed;
  min-height: 100vh;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 0px solid #7F7F7F; }

#conIn {
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: y mandatory; }

.stoppen {
  scroll-snap-stop: always;
  scroll-snap-align: start;
  scroll-margin-block-start: 66.4px; }

h1 {
  font-family: sspr, sans-serif;
  font-size: 1.45em;
  text-align: center;
  font-weight: normal; }

.stlogo {
  width: 40%;
  margin-left: 30%;
  margin-top: 10%; }

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 3s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.stlogo3 {
  width: 21%;
  margin-left: 40%;
  margin-top: 2%;
  overflow: hidden; }

.newsimportant {
  width: 20%;
  margin-left: 25%;
  margin-top: 3%; }

#speisen {
  width: 80%;
  margin-left: 10%;
  margin-top: 3%; }

.grid22 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
  align-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px; }

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 20px;
  align-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px; }

.grid2 {
  width: 96%;
  margin-left: 2%;
  margin-top: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
  align-content: center; }

.item {
  font-family: sspr, sans-serif;
  font-size: 1.4em;
  text-align: center;
  color: #A60E13;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; }

div.item h1 {
  text-shadow: -0.5px 0 #A60E13, 0 0.5px #A60E13, 0.5px 0 #A60E13, 0 -0.5px #A60E13; }

#Fotos {
  width: 80%;
  margin-left: 10%;
  margin-top: 80px; }

.item3lang {
  font-family: sspr, sans-serif;
  font-size: 2em;
  text-align: center;
  grid-column: 1 / span 3;
  color: #A60E13;
  text-shadow: -0.5px 0 #A60E13, 0 0.5px #A60E13, 0.5px 0 #A60E13, 0 -0.5px #A60E13; }

#veran {
  border-top-color: #7F7F7F;
  border-top-width: 0px;
  border-top-style: solid;
  margin-top: 5%; }

#veran2 {
  width: 80%;
  margin-left: 10%; }

.item2 {
  font-family: sspr, sans-serif;
  font-size: 2em;
  text-align: center;
  text-shadow: -0.5px 0 #A60E13, 0 0.5px #A60E13, 0.5px 0 #A60E13, 0 -0.5px #A60E13;
  color: #A60E13; }

.stext {
  font-family: sans-serif;
  font-size: 1em;
  color: black;
  margin-top: 3%;
  margin-bottom: 5%;
  text-shadow: -0.4px 0 white, 0 0.4px white, 0.4px 0 white, 0 -0.4px white; }

.stext2 {
  font-family: sans-serif;
  font-size: 0.7em;
  color: black;
  margin-top: 3%;
  text-align: left;
  padding-left: 5%;
  text-shadow: -0.4px 0 white, 0 0.4px white, 0.4px 0 white, 0 -0.4px white; }

.uber {
  font-family: sspr, sans-serif;
  font-size: 2em;
  text-align: center;
  text-shadow: -0.4px 0 white, 0 0.4px white, 0.4px 0 white, 0 -0.4px white;
  color: #A60E13; }

div.uber h1 {
  text-shadow: -0.5px 0 #A60E13, 0 0.5px #A60E13, 0.5px 0 #A60E13, 0 -0.5px #A60E13; }

.contact {
  width: 70%;
  margin-left: 15%;
  height: 8em;
  margin-right: 2%;
  margin-top: 3%; }

.back {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  width: 80%;
  margin-left: 10%;
  padding-bottom: 20px; }

.restool {
  font-family: sans-serif;
  color: white;
  font-size: 1.3em; }

div.dlink a:link {
  font-family: sans-serif;
  text-decoration: none;
  font-size: 1em;
  color: white;
  background-color: #A60E13;
  padding: 10px;
  border-radius: 5px;
  text-shadow: none; }

div.dlink a:visited {
  text-decoration: none;
  font-size: 1em;
  color: white !important;
  background-color: #A60E13;
  padding: 10px;
  border-radius: 5px;
  text-shadow: none; }

div.dlink a:hover {
  text-decoration: none;
  color: white;
  background-color: #750a0e;
  padding: 10px;
  border-radius: 5px;
  text-shadow: none; }

div.dlink a:active {
  text-decoration: none;
  color: white;
  background-color: #2178ab;
  padding: 10px;
  border-radius: 5px;
  text-shadow: none; }

.reserv {
  width: 50%;
  margin-left: 25%;
  font-size: 0.7em;
  color: grey;
  margin-top: 3%;
  font-family: sspr, sans-serif; }

#reservieren {
  border-bottom-color: #7F7F7F;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  padding-bottom: 5%; }

.LogoBildd {
  height: 40px;
  float: left;
  margin-right: 1%; }

footer {
  bottom: 0;
  width: 100%;
  font-size: 0.85em;
  color: white;
  margin-top: 3%;
  font-family: sspr, sans-serif;
  background-color: #7F7F7F;
  padding-bottom: 5px;
  padding-top: 5px; }

.inner {
  width: 50%;
  margin-left: 25%; }

.rechts {
  text-align: right;
  float: right; }

div.rechts a:link, a:visited {
  text-decoration: none;
  color: white; }

div.rechts a:hover, a:active {
  text-decoration: underline;
  color: white; }

.impressum {
  font-size: 0.85em;
  color: gray;
  margin-top: 3%;
  font-family: sans-serif;
  width: 60%;
  margin-left: 20%;
  border-bottom: 1px solid #A60E13;
  margin-top: 60px; }

.impressumtop {
  padding-top: 100px; }

.IEspeisen {
  width: 100%;
  margin-left: 5%;
  font-family: sspr, sans-serif;
  font-size: 2em;
  text-align: center; }

.topper {
  visibility: hidden;
  height: 0px; }

.toppermitte {
  z-index: 999;
  visibility: hidden; }

.ein:hover {
  cursor: pointer; }

.bb {
  float: left;
  margin-left: 10px;
  cursor: pointer; }

.burger {
  width: 30px;
  height: 5px;
  background-color: #A60E13;
  margin-top: 5px; }

.burger:hover {
  background-color: #A60E13; }

/*Gallery*/
/* TEST */
.rundrum {
  display: grid;
  grid-gap: 5px 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.anpassen {
  width: 100%; }

.anpassen2 {
  width: 100%;
  grid-row: span 2; }

.overover {
  width: 70%;
  margin-left: 15%;
  margin-top: 2%;
  display: grid;
  grid-gap: 50px 50px;
  grid-template-columns: 1fr 1fr 1fr; }

/* The Modal (background) */
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85); }

/* Modal Content */
.modal-content1 {
  position: relative;
  margin: auto;
  padding: 0;
  display: table;
  max-width: 1000px; }

/* The Close Button */
.close {
  color: #ffffff !important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer; }

/* Hide the slides by default */
.mySlides {
  display: none;
  max-height: 700px;
  width: 100%;
  overflow: hidden; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none; }

.grose {
  overflow: hidden;
  max-width: 100%;
  max-height: 700px; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

.prev {
  left: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* Caption text */
.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white !important; }

img.demo {
  opacity: 0.6; }

.active,
.demo:hover {
  opacity: 1; }

img.hover-shadow {
  transition: 0.3s; }

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

/*Gallery*/
/*Mobil*/
.mob {
  height: 20%; }

.mobilegrid {
  visibility: hidden;
  background-color: #7F7F7F;
  color: white;
  font-family: sspr, sans-serif;
  height: 0;
  width: 100%;
  position: fixed;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px 10px;
  align-content: center;
  z-index: 1000; }

.mobilegrid a {
  text-align: center;
  text-decoration: none;
  font-size: 1.7em;
  color: white !important;
  font-family: sspr, sans-serif; }

/*Mobil*/
.imp {
  font-family: sans-serif;
  background-color: white; }

.text {
  font-family: sspr, sans-serif;
  font-size: 1.2em;
  padding: 0px 15% 30px 15%; }

@media (max-width: 1000px) and (min-width: 600px) {
  .reserv {
    width: 90%;
    margin-left: 5%; }

  .rundrum {
    display: grid;
    grid-gap: 5px 5px;
    grid-template-columns: 1fr 1fr 1fr; }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
    align-content: center; }

  .grid22 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
    align-content: center; }

  .item3lang {
    font-family: sspr, sans-serif;
    font-size: 2em;
    text-align: center;
    grid-column: 1 / span 1; }

  .inner {
    width: 100%;
    margin-left: 0%; }

  .grid2 {
    width: 90%;
    margin-left: 5%;
    margin-top: 1%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
    align-content: center; }

  #start {
    width: 100%;
    height: 500px;
    margin-top: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../Img/Start/7_SW2.jpg) no-repeat center center fixed;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 16px solid #7F7F7F; }

  .stlogo {
    width: 70%;
    margin-left: 15%;
    margin-top: 10%; } }
@supports (-webkit-overflow-scrolling: touch) {
  body {
    background: url(../Img/Start/7_SW2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  body:after {
    content: "";
    position: fixed;
    /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh;
    /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1;
    /* needed to keep in the background */
    background: url(../Img/Start/7_SW2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
@media only screen and (max-width: 600px) {
  .back {
    width: 96%;
    margin-left: 2%; }

  #veran2 {
    width: 96%;
    margin-left: 2%; }

  #speisen {
    width: 96%;
    margin-left: 2%; }

  #Fotos {
    width: 96%;
    margin-left: 2%; }

  .rundrum {
    display: grid;
    grid-gap: 5px 5px;
    grid-template-columns: 1fr 1fr; }

  .reserv {
    width: 100%;
    margin-left: 0%; }

  .item3lang {
    font-family: sspr, sans-serif;
    font-size: 1.5em;
    text-align: center;
    grid-column: 1 / span 1; }

  .topper {
    visibility: visible;
    background-color: #750a0e;
    height: 40px;
    width: 100%;
    margin: 0px; }

  .toppermitte {
    z-index: 999;
    visibility: visible;
    background-color: rgba(29, 14, 17, 0.78);
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 0px;
    overflow: auto;
    position: relative;
    font-size: 1.5em; }

  .topperright {
    float: right;
    margin-top: 5px; }

  .mobilelink2 {
    text-decoration: none;
    font-family: sspr, sans-serif;
    color: #ffffff; }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
    align-content: center; }

  .inner {
    width: 100%;
    margin-left: 0%; }

  .LogoBildd {
    height: 20px;
    float: left;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    margin-right: 1%; }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
    align-content: center; }

  .grid22 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
    align-content: center; }

  .grid2 {
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
    align-content: center; }

  #start {
    z-index: 0;
    width: 100%;
    height: 400px;
    margin-top: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../Img/Start/7_SW2.jpg) no-repeat center center fixed;
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 16px solid #7F7F7F; }

  .Inhalt {
    margin-top: 0px; }

  div.uber h1 {
    font-size: 1em;
    padding-top: 30px; }

  .stext2 {
    font-size: 0.8em;
    padding-left: 0;
    padding-top: 5px; }

  .item2 {
    font-size: 1.5em; }

  .contact {
    margin-top: 7%; }

  .stlogo {
    width: 96%;
    margin-left: 2%;
    margin-top: 25%; }

  .stlogo3 {
    width: 50%;
    margin-left: 25%;
    margin-top: 2%;
    overflow: hidden; }

  .LogoBild {
    height: 30px;
    float: left;
    display: block; }

  /*Links Mobile Seite*/
  /*#navbar{}
      .ein{min-height:30px;height: fit-content; overflow: visible;}
      .mobilegrid{height:0; overflow: hidden; padding-top:0px;color:black !important;}
  #navbar{height:0;overflow:hidden;}*/
  #navbar {
    height: 0;
    overflow: hidden; }

  .ein {
    overflow: visible;
    background-color: rgba(127, 127, 127, 0.6);
    position: fixed;
    top: 0;
    height: 60px;
    line-height: 78px;
    text-align: center;
    width: 100%;
    z-index: 1001; }

  .mob {
    height: 70%;
    margin-top: 10px; }

  .center {
    width: 45px;
    margin-left: 45%; }

  .dm {
    background-image: url("../Img/BurgerW.svg");
    height: 45px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 45px;
    margin-top: 8px; }

  .dm:hover {
    background-image: url("../Img/BurgerH3.svg"); }

  .dm:active {
    background-image: url("../Img/BurgerA2.svg"); }

  .ein img {
    cursor: pointer; }

  .content {
    margin-top: 0px; }

  .mobilegrid {
    visibility: hidden;
    background-color: rgba(127, 127, 127, 0.6);
    color: white;
    font-family: sspr, sans-serif;
    height: 0;
    margin-top: 60px;
    width: 100%;
    position: fixed;
    padding-top: 15px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 10px;
    align-content: center; } }

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