.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  text-decoration: none;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d3749;
  background-image: url('../images/bg_1bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #202020;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 98px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-image: url('../images/Logo_THE_STATION.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #dadada;
}

.adresse {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #353535;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 30px;
}

.comingsoon {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #474747;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
}

.bold-text {
  letter-spacing: 2px;
}

.image {
  width: 250px;
  margin-bottom: 0px;
}

.comingsoon-weiss {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
}

.adresse-weiss {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.container-hell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
}

.link {
  color: #353535;
}

.section {
  display: none;
  height: 350px;
  background-image: url('../images/the-station-restaurant_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  line-height: 400px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.brand-2 {
  width: 200px;
  background-image: url('../images/Logo_Schriftzug_THE_STATION_ohne-futter.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-2 {
  position: static;
  z-index: 2;
  display: none;
  margin-top: -70px;
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fff;
}

.container-2.speisekarten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #eeedeb;
  background-image: url('../images/bgpattern.png');
  background-position: 0px 0px;
  background-size: 125px;
  font-family: Montserrat, sans-serif;
}

.grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1.75fr auto;
  grid-template-rows: 1.75fr auto;
}

.text {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.accent-text {
  margin-bottom: 15px;
  font-family: Damion, sans-serif;
  color: #525252;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.div-block {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  text-align: center;
}

.button {
  background-color: #db8372;
  font-weight: 400;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  display: inline-block;
  width: 220px;
  margin-bottom: 25px;
}

.impressum {
  margin-top: 30px;
  color: #333;
  text-align: center;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
}

.link-2 {
  color: #db8372;
}

.div-block-3 {
  text-align: center;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000000;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.59);
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 6px;
  margin-right: 6px;
  font-size: 12px;
  cursor: pointer;
}

.div-block-6 {
  position: relative;
  padding: 60px;
  text-align: center;
}

.accent-text-aue {
  margin-bottom: 15px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #525252;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.43);
}

.image-3 {
  height: 90vh;
}

.close-the-popup {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999999999;
  width: 40px;
  height: 40px;
  margin-top: 5vh;
  margin-right: 5vh;
  background-image: url('../images/schliessen.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.aktionskarte-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.43);
}

.aktionskarte-pop-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.43);
}

.image-4 {
  margin-bottom: 30px;
}

.bold-text-5 {
  color: #db8372;
}

.sound-sample-popper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.59);
}

.html-embed {
  width: 100%;
  margin-right: 10%;
  margin-left: 10%;
}

.grid-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  justify-items: center;
  -ms-grid-columns: minmax(0px, -webkit-max-content) minmax(0%, -webkit-max-content);
  -ms-grid-columns: minmax(0px, max-content) minmax(0%, max-content);
  grid-template-columns: minmax(0px, -webkit-max-content) minmax(0%, -webkit-max-content);
  grid-template-columns: minmax(0px, max-content) minmax(0%, max-content);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-button {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-left: 15px;
}

.social-button.facebook {
  background-image: url('../images/001-facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-button.instagram {
  background-image: url('../images/002-instagram.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.getraenke {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, -webkit-max-content) auto;
  -ms-grid-rows: minmax(auto, max-content) auto;
  grid-template-rows: minmax(auto, -webkit-max-content) auto;
  grid-template-rows: minmax(auto, max-content) auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  text-align: center;
}

.accent-text-copy {
  margin-bottom: 0px;
  font-family: Damion, sans-serif;
  color: #525252;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.image-5 {
  margin-top: 20px;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 10vw;
  margin-top: -139px;
  margin-right: -10vw;
  margin-bottom: -53px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #e6e6e6;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: margin 500ms ease;
  transition: margin 500ms ease;
}

.image-6:hover {
  margin-bottom: 0px;
}

.popleft {
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
  z-index: 1;
  display: none;
}

.image-7 {
  width: 25%;
}

.div-block-8 {
  position: -webkit-sticky;
  position: sticky;
  top: 275px;
}

.hide-on-desktop {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  text-align: center;
}

.div-block-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 26px;
  border-radius: 11px;
  background-color: #bad9e9;
}

.heading {
  margin-top: 0px;
  font-size: 30px;
}

.html-embed-2 {
  display: none;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fdfdfd;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 400px;
}

@media screen and (max-width: 991px) {
  .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1.75fr;
    grid-template-rows: 1.75fr;
  }

  .div-block-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1.75fr auto;
    grid-template-rows: 1.75fr auto;
  }

  .image-6 {
    display: block;
  }

  .popleft {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .adresse {
    font-size: 12px;
    line-height: 16px;
  }

  .comingsoon {
    font-size: 16px;
  }

  .image {
    width: 250px;
  }

  .comingsoon-weiss {
    font-size: 16px;
  }

  .adresse-weiss {
    font-size: 12px;
    line-height: 16px;
  }

  .container-2 {
    margin-bottom: 0px;
    background-image: url('../images/bgpattern.png');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .text {
    text-align: left;
  }

  .div-block {
    background-color: #fff;
  }

  .div-block-3 {
    text-align: center;
  }

  .close-the-popup {
    z-index: 100;
    margin-top: 6vh;
    margin-right: 6vh;
    -webkit-filter: brightness(73%);
    filter: brightness(73%);
  }

  .getraenke {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(auto, -webkit-max-content) auto auto;
    -ms-grid-rows: minmax(auto, max-content) auto auto;
    grid-template-rows: minmax(auto, -webkit-max-content) auto auto;
    grid-template-rows: minmax(auto, max-content) auto auto;
    background-color: #fff;
  }

  .image-7 {
    width: 50%;
  }

  .hide-on-desktop {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1.75fr auto;
    grid-template-rows: 1.75fr auto;
  }

  .text {
    text-align: center;
  }

  .image-3 {
    height: auto;
  }

  .close-the-popup {
    z-index: 100000;
    margin-top: 10px;
    margin-right: 10px;
    text-shadow: 1px 1px 8px #000;
  }

  .image-4 {
    margin-bottom: 0px;
  }

  .getraenke {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, -webkit-max-content) auto auto auto auto;
    -ms-grid-rows: minmax(auto, max-content) auto auto auto auto;
    grid-template-rows: minmax(auto, -webkit-max-content) auto auto auto auto;
    grid-template-rows: minmax(auto, max-content) auto auto auto auto;
  }

  .image-7 {
    width: 75%;
  }
}

#w-node-_4d99560f-a996-8f07-29e5-455f43295332-ae17fa3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d43440ed-b2f9-8ad1-0572-680ab2238d91-ae17fa3a {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d43440ed-b2f9-8ad1-0572-680ab2238d91-4516396b {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d43440ed-b2f9-8ad1-0572-680ab2238d91-ae17fa3a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d43440ed-b2f9-8ad1-0572-680ab2238d91-4516396b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d43440ed-b2f9-8ad1-0572-680ab2238d91-ae17fa3a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d43440ed-b2f9-8ad1-0572-680ab2238d91-4516396b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

