/* = = = = = = = = = = = = = = = = = 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  definiert */
/* ############################################################ */


#menu1 {display:block;
margin:0;
padding-top:1rem;
padding-bottom:2rem;
}

#menu1 ul {display:block;text-align:right;
margin:0 2rem 0 2rem ;
padding:0;
}

#menu1 li {display:block;list-style-type: none;
margin:0rem;
padding:.2rem 0 ;border-bottom:dotted .1rem #AFA0A0;
}

#menu1 li a {display:block;
text-decoration : none;
font-size: 2rem;
letter-spacing:.5rem;
padding: 0 ;
margin:.1rem 0;
color:#AFA0A0;
}

#menu1 li a:hover {
color:white;
background:transparent;
}

#menu1  #aktuell  a  {
color:white;
}


/* die font-icons (pfeile) im menü */

#menu1 li a:after {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 400;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f192";
color:white;transform:scale(.8);
padding-left:.8rem;
}

#menu1 li a:hover:after {
font-weight: 900;
content:"\f00c";
color:#B3BBBB;
}


#menu1  li#aktuell a:after {
font-weight: 900;
color:#FFFFFF;
content:"\f00c";
padding-left:.8rem;
}
