@font-face {
  font-family: Alike;
  src: url(../Alike/Alike-Regular.ttf);
  size-adjust: 100%;
}
@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;
  }
}
body {
  background-color: rgb(20, 26, 48);
  padding: 0;
  margin: 0;
}

main {
  height: 100vh;
  display: grid;
  grid-template-columns: 50% 0% 50%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.itemLogo {
  scroll-snap-align: center;
  align-content: center;
  height: 100vh;
  z-index: -10;
}

.itemLogo2 {
  scroll-snap-align: center;
  position: relative;
  align-content: center;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.itemLogo3 {
  grid-column: 1/span 3;
  scroll-snap-align: center;
  position: relative;
  align-content: center;
  height: 3vh;
  font-family: Alike, serif;
  color: rgb(20, 26, 48);
  text-align: center;
  background-color: white;
  overflow: hidden;
}

.itemLogo3 > a {
  text-decoration: none;
  color: gray;
  font-family: Alike, serif;
  cursor: pointer;
}

.itemLogo3 > a:hover {
  text-decoration: underline;
  cursor: pointer;
  font-family: Alike, serif;
  color: rgb(20, 26, 48);
}

.itemLogo3 > a:active {
  color: #161D38;
}

.itemStrich {
  margin-top: 20vh;
  height: 60vh;
  border-radius: 20px;
  background-color: rgb(212, 175, 55);
  width: 7px;
  overflow: visible;
  z-index: 99;
}

.itemLogo img {
  width: 100%;
}

.itemText {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 50px;
  align-content: center;
  /*border-left:1px solid $GoldFarbe;*/
}

.itemKopf_links {
  position: absolute;
  top: 8px;
  left: 16px;
  color: white;
  font-family: Alike, serif;
  font-size: 3em;
}

.itemKopf_rechts {
  position: absolute;
  top: 8px;
  right: 16px;
  color: white;
  font-family: Alike, serif;
  font-size: 3em;
}

.itemText2 {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 50px;
  align-content: center;
  background-color: white;
  background-image: url("../Img/Back3.png");
  place-items: center;
  background-size: 70px auto;
  background-repeat: repeat;
}

.impressum {
  width: 100%;
  scroll-snap-align: center;
  row-gap: 50px;
  align-content: center;
  background-color: white;
  background-image: url("../Img/Back3.png");
  grid-column: 1/span 3;
  background-size: 70px auto;
  background-repeat: repeat;
}

.impressum2 {
  width: 80%;
  font-family: Alike, serif;
  margin-left: 10%;
  padding: 20px;
  background-color: white;
}

.itemMenu {
  font-family: Alike, serif;
  font-size: 2em;
  color: rgb(212, 175, 55);
  padding-left: 100px;
  cursor: pointer;
  text-decoration: none;
}

.itemMenu:hover {
  color: rgb(161, 124, 3);
  cursor: pointer;
}

.itemMenu:active {
  color: rgb(115, 88, 2);
  cursor: grabbing;
}

.itemMenu2 {
  width: 60%;
  font-family: Alike, serif;
  font-size: 2em;
  align-content: center;
  color: rgb(212, 175, 55);
  text-align: center;
  padding: 10px;
  background-color: #3A3D49;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}

.itemMenu2:hover {
  background-color: rgb(20, 26, 48);
  cursor: pointer;
}

.itemMenu2:active {
  background-color: #161D38;
  cursor: grabbing;
}

.itemMenu3 {
  width: 60%;
  font-family: Alike, serif;
  font-size: 2em;
  align-content: center;
  color: rgb(212, 175, 55);
  text-align: center;
  padding: 10px;
  background-color: rgb(20, 26, 48);
  border-radius: 10px;
}

.itemMenu4 {
  width: 80%;
  font-family: Alike, serif;
  font-size: 1.8em;
  align-content: center;
  color: rgb(212, 175, 55);
  text-align: justify;
  padding: 10px;
  background-color: rgb(20, 26, 48);
  border-radius: 10px;
  line-height: 0.55em;
}

.Bild {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.soon {
  height: 50%;
  margin-left: 25%;
}

.kleinText {
  font-size: 0.7em;
  margin: 0;
}

.extrakleinText {
  font-size: 0.5em;
  margin: 0;
}

.kleinBild {
  width: 100%;
  margin-left: 0%;
  align-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.text1 {
  font-family: Alike, serif;
  color: rgb(212, 175, 55);
  text-align: center;
  font-size: 3.5em;
  margin-top: 28%;
}

.text2 {
  bottom: 0;
  position: absolute;
  width: 99%;
}

.text3 {
  font-family: Alike, serif;
  color: rgb(212, 175, 55);
  text-align: center;
  font-size: 2.8em;
  margin-bottom: 30px;
}

/*Karte*/
.Maps {
  background-image: url("../Img2/Maps.PNG");
  height: 300px;
  width: 100%;
  text-align: center;
  align-content: center;
  font-family: Alike, serif;
}

.mapi {
  text-decoration: none;
  font-size: 1.55em;
  color: white;
  background-color: #3A3D49;
  padding: 10px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  font-family: Alike, serif;
  cursor: pointer;
}

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

.HinweisMaps {
  color: grey;
  align-content: center;
  font-size: 1em;
}

div.HinweisMaps a:link, div.HinweisMaps 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, div.Knopf a:visited {
  text-decoration: none;
  font-size: 0.85em;
  color: white;
  background-color: grey;
  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;
}

.t {
  font-family: Alike, serif;
  font-size: 0.9em;
  text-align: left;
}

.overRes {
  background-image: url("../Img2/Res.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  text-align: center;
  font-family: Alike, serif;
  align-content: center;
}

div.HinweisRes a:link, div.HinweisRes 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;
}

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

div.Knopf2 a:link, div.Knopf2 a:visited {
  text-decoration: none;
  font-size: 0.85em;
  color: white;
  background-color: wheat;
  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;
}

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

.reserv {
  width: 90%;
  font-size: 0.7em;
  color: grey;
  font-family: Alike, serif;
}

.widget-wrapper h5 {
  height: 0 !important;
  visibility: hidden !important;
}

.widget-wrapper {
  padding: 0 !important;
}

#reservationWidgetContainer {
  height: 0 !important;
  visibility: hidden !important;
}

.od1 {
  order: 1;
}

.od2 {
  order: 2;
}

.od3 {
  order: 3;
}

.od4 {
  order: 4;
}

.od5 {
  order: 5;
}

.od6 {
  order: 6;
}

.od7 {
  order: 7;
}

.od8 {
  order: 8;
}

.od9 {
  order: 9;
}

.od10 {
  order: 10;
}

.od11 {
  order: 11;
}

.od12 {
  order: 12;
}

.od13 {
  order: 13;
}

.od14 {
  order: 14;
}

.od15 {
  order: 15;
}

.od16 {
  order: 16;
}

.od17 {
  order: 17;
}

.od18 {
  order: 18;
}

.od19 {
  order: 19;
}

.od20 {
  order: 20;
}

.od21 {
  order: 21;
}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  font-family: Alike, serif;
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.modal-header {
  padding: 2px 16px;
  background-color: rgb(20, 26, 48);
  color: rgb(212, 175, 55);
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: rgb(20, 26, 48);
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1200px) and (min-width: 600px) {
  .Bild {
    height: 100%;
    width: auto;
  }
  .itemMenu4 {
    width: 90%;
    margin-left: 0%;
    font-family: Alike, serif;
    font-size: 1.45em;
    align-content: center;
    color: rgb(212, 175, 55);
    text-align: justify;
    padding: 10px;
    background-color: rgb(20, 26, 48);
    border-radius: 10px;
    line-height: 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  main {
    grid-template-columns: 100%;
  }
  .itemStrich {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .itemText {
    grid-column: 1/span 1;
    scroll-snap-align: center;
  }
  .itemText2 {
    grid-column: 1/span 1;
    height: 100vh;
    scroll-snap-align: center;
    place-items: center;
  }
  .itemLogo {
    grid-column: 1/span 1;
  }
  .itemLogo2 {
    grid-column: 1/span 1;
  }
  .od7 {
    order: 9;
  }
  .od9 {
    order: 7;
  }
  .od13 {
    order: 15;
  }
  .od15 {
    order: 13;
  }
  .Bild {
    width: auto;
    height: 100vh;
  }
  .itemMenu3 {
    width: 90%;
    margin-left: 0%;
    font-family: Alike, serif;
    font-size: 1.5em;
    align-content: center;
    color: rgb(212, 175, 55);
    text-align: center;
    padding: 10px;
    background-color: rgb(20, 26, 48);
    border-radius: 10px;
  }
  .itemMenu4 {
    width: 90%;
    margin-left: 0%;
    font-family: Alike, serif;
    font-size: 1.5em;
    align-content: center;
    color: rgb(212, 175, 55);
    text-align: justify;
    padding: 10px;
    background-color: rgb(20, 26, 48);
    border-radius: 10px;
    line-height: 0.5em;
  }
  .itemMenu2 {
    width: 80%;
    margin-left: 0%;
  }
  .Maps {
    width: 100%;
    margin-left: 0%;
  }
}

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