/* VersaCommerce-Hinweis: Diese Datei wurde automatisch am 2025-02-03 17:54 erzeugt und sollte nicht manuell veraendert werden. Veraenderungen sollten in der Quell-Datei (hello.css.liquid) vorgenommen werden. */

/*
Remove if you want the reservations displayed on mobile devices.
TODO: fix movile hellobar display (action button too narrow);
 */
/*@media only screen and (max-width: 700px) {
  #hellobar-bar, .launch_reservation { display: none !important; }
}*/

body{
  margin: 0;
  padding: 0;
  width: 100%;
}

/*
Hello Bar
 */
#hellobar-bar {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  height: 30px;
  display: table;
  font-size: 18px;
  font-weight: 400;
  padding: .33em .5em;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: fixed;
  top: 0;
  background-color: #5c5757;
  opacity: 0;
}
#hellobar-bar.regular {
  height: 30px;
  font-size: 18px;
  padding: .2em .5em;
}
.hb-content-wrapper {
  text-align: center;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}

/*
Text
 */
.hb-text-wrapper {
  margin-right: .67em;
  /*display: inline-block;*/
  line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}

/*
Button
 */
#hellobar-bar .hb-cta {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.hb-cta-button {
  opacity: 1;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  max-width: 22.5em;
  text-align: center;
  position: relative;
  border-radius: 3px;
  white-space: nowrap;
  margin: 1.75em auto 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}
.hb-cta-button .hb-text-holder {
  border-radius: inherit;
  padding: 5px 15px;
}

.hb-cta-button:active, .hb-cta-button:hover {
    color: #fff !important;
    background-color: #ee6e73 !important;
}

/*
Close
 */
.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}
.hb-close-wrapper .icon-close {
  font-size: 15px;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px;
  opacity: .7;
  color: white;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 100%;
  z-index: 1000;
  text-decoration: none;
}
.icon-close:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.3);
  color: #0582b6;
}
.icon-close:active {
  color: #0582b6;
}

.action_button{
  margin-top: 10px;
}
