@charset "UTF-8";
/* #####  - basis.sass -    #### */
/*   1. Farbe:  */
/* - dunkel-türkies  */
/* - helleres türkies */
/* - weiss  */
/*#808080;    /*  - grau  */
/* - schwarz  */
/* - dunkleres grau  */
/* - helleres grau  */
/* - rot  */
/* - rot  zu schwarz */
/* - gelb -original */
/* - aus gelb - dunkler */
/*  #FFE276;	  - gelb  HG aus original */
/* - gelb zu rot */
/*  #FFE276;	  - gelb  HG aus original */
/* #####  - MainMenu-Desktop.scss -  www.heeg.de -  #### */
.MainMenuDiv .VisibleMenu {
  background-color: #FABC11; }

.MainMenu {
  background-color: rgba(255, 255, 255, 0.5);
  /* #F9CB0A; */
  position: absolute;
  bottom: 3px;
  left: 0%;
  right: 0%;
  z-index: 10;
  border-bottom: 3px solid gray;
  font-size: 20px;
  font-family: VollkornBold;
  font-weight: normal; }
  .MainMenu .ResMenuDiv {
    display: none; }

.MainMenu ul {
  width: 50%; }

/* für display-flex  */
.MainMenu ul {
  display: flex;
  justify-content: space-between; }

/* für display-flex ENDE */
.MainMenu ul li {
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap; }

.MainMenu ul li a {
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  /*color:#2b2b2b;*/
  font-family: Vollkorn; }

/* 1. Untermenu - -  */
.CityMenu {
  display: block;
  background-color: #e2e2e2;
  margin-right: 2em; }

.CityMenu li a {
  display: block;
  border-bottom: 1px dotted #fff;
  padding: 0.3em 0.5em; }

.MainMenu li.selected {
  background: rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=MenuDesktop.scss/map */