
/* = = = = = = = = = = = = = = = = = datei menue.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* diese datei enthält das hauptmenü */
/* alle anderen menüs sowie auch allgemeine links im text bzw. eventuelle "Weiter-Links"
sind in der Datei "format.css" direkt beim jeweiligen abschnitt (z.b. Logo, Info, Inhalt, Fuss o.ä.) definiert */
/* ############################################################ */



/* = = = = = = = = = = = = = = = = = = = = = =  */
/* MENÜ FORAMTIERUNG                            */
/* = = = = = = = = = = = = = = = = = = = = = =  */

nav {margin:0;height:auto;
}

#menu1 {display:table;
height:auto;
width:100%;
margin:0;
padding:0;
background:transparent;
}

#menu1 ul {display:inline-block;
vertical-align:middle;
text-align:center;
padding:0rem 0rem;
}

#menu1 li {list-style-type : none;display:block;
text-align:left;
padding:0;
margin:.2rem .1rem;
font-weight:normal;
}

#menu1 li a {display:inline-block;
text-align:center;
text-decoration : none;
font-size:1.4rem;
letter-spacing:1px;
padding:.3rem 0rem ;
margin: 0 -2px;
background:transparent;
color:#C8B99B;
font-weight:normal;
text-shadow:1px 0 1px black;
text-transform:uppercase;
cursor:pointer;
}

/*  icon */

#menu1 li:before{display:inline-block;
color:#fff;
text-align:left;
margin:0;padding: 0 2.5rem 0 0rem;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f192";
font-size:1.2rem;
width:1rem;height:1rem;
}

#menu1 li:hover:before {
color:#fff;
content:"\f192";
font-weight: 400;
}


/*  hover und aktuell angezeigter link  */

#menu1 li a:hover {background:transparent;
color:#ead8cc;
}

#menu1  #aktuell a {background:transparent;
color:#fff;font-weight:bold;
}

#menu1 #aktuell:before {background:transparent;
color:#B9AB86;content:"\f111";
font-weight: 900;

}