@import url('https://fonts.googleapis.com/css?family=Barlow:400,700&display=swap');
:root{
  --bp-burgerbutton-radius:0;
  --bp-poi-borderradius:0;
  --bp-floorplanmenu-border:0;
  --bp-floorplanmenu-borderradius:0;
}


/* for iframe / website display */
body:not(.showlogo) .fancybox-toolbar {
  top: 59px;
  right: 22px;
}
.watermark a{
  color: #fff;
}

body:not(.showlogo) .fancybox-navigation{
  display:none !important;
}

body:not(.showlogo) m-burger{
    color:rgba(255,255,255,.6);
}

body:not(.showlogo) #BurgerButton{
  top: 28px;
  background-color: rgba(0,0,0,.2);
}

#BurgerMenu{
  --mm-color-text:rgba(128,128,128,1);
  --mm-color-text-dimmed: rgba(128,128,128,1);
}
m-burger {
  /* --mb-button-size: 56px;
  --mb-bar-height: 10px;
  --mb-bar-spacing: 8px;
  --mb-bar-width: 0.2; */
  --mb-button-size: 0px;

}
.label-custom-logo-mmenu{
  position: fixed;
    top: 46px;
    right: 58px;
    z-index: 9;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size:0.9rem;
}

.custom-logo-mmenu{
  height: 24px;
  width: 44px;
  margin-top: 8px;
}
.hidden #BurgerButton,
.hidden #floorplansmenu {
  display:none;
}

#MainMenu{
  display:none;
}

#header-logo {
  width:200px;
  height:80px;
  top:12px;
}

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

  body:not(.showlogo) .fancybox-toolbar {
    top: 10px;
    right: 42px;
  }

  body:not(.showlogo) #BurgerButton{
    top: 9px;
    right: 9px;
  }
  .label-custom-logo-mmenu{
      top: 28px;

      
  }

}


