/*----------------------------------------------------------------------------------------------
LUNCHGATE CUSTOM CSS
-----------------------------------------------------------------------------------------------*/

/*Allgemeine Anpassungen
---------------------------------------------------*/

/*Buttons*/
.wsite-button-inner {
  float: none !important;
  }

.wsite-button-large {
  min-width: 11em;
}

.splash-page #footer,
.splash-page #footer-content {
  display: block !important;
}

/*Mittagsmenüs
---------------------------------------------------*/

body {
 background-color: transparent !important;
}

iframe.lg-menu {
 box-sizing: border-box;
}

/*Overlay Google Maps (scroll stop)
---------------------------------------------------*/

.lunchgate-maps-overlay {
 background: transparent;
 position:relative;
 width:100%;
 height:600px; /* your iframe height */
 top:600px; /* your iframe height */
 margin-top:-600px; /* your iframe height */
}


/*Ausblenden Mobile Content
---------------------------------------------------*/

/*reservation Mobile hide*/
.lunchgate-reservation-mobile {
  display: none;
 }

/*content Mobile hide*/
.lunchgate-content-mobile {
  display: none;
  }


/*Anzeige Mobile Content
---------------------------------------------------*/

@media screen and (max-width: 992px) {

/*reservation Mobile show*/
.lunchgate-reservation-mobile {
  display: block;
  background: #A50600;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  width: 100%;
  box-shadow: 0 -2px 15px -3px #000;
  position: fixed;
  bottom: 0;
  right: 0;
  Z-index: 999;
}

.lunchgate-reservation-mobile a {
  color: #fff;
  display: block;
}

/*content Mobile show*/
.lunchgate-content-mobile {
  display: block;
  }


/*Ausblenden Desktop Content
---------------------------------------------------*/
  
/*content Desktop hide*/
  .lunchgate-content-desktop {
  display: none;
  }
  
}

/*Lunchgate Logo
---------------------------------------------------*/

.lunchgate-logo-button {
  display: block;
  color: transparent !important;
  background: transparent;
  font-size: 50px !important;
  text-align: center;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.lunchgate-logo-button a {
  display: block;
  color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 0px !important;
}

svg.lunchgate-logo { 
  width: 100%; 
  max-width: 120px;
  position: relative;
  bottom: 48px;
  pointer-events: none;
  overflow: visible !important;
}