
/* = = = = = = = = = = = = = = = = = 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;

margin-right:-1rem;
padding:0rem 0rem;
}

#menu1 li {list-style-type : none;display:block;
margin:0rem;
text-align:right;
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:#BFBFBF;
font-weight:normal;
text-shadow:none;
text-transform:uppercase;
cursor:pointer;
}

#menu1 li a:hover {background:transparent;
color:#fff;
}


#menu1 li label:after{display:inline-block;
color:#fff;

text-align:left;
margin:0;padding: 0 1rem 0 1rem;
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:"\f0a3";
font-size:1.2rem;
width:1rem;height:1rem;
}

#menu1 li label:hover:after {
color:#968170;
content:"\f00c";
font-weight: 900;
animation:ani-blink 2s infinite linear;
}