/* = = = = = = = = = = = = = = = = = 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 */
/* ############################################################ */


/* = = = = = = = = = = = = = = = = = MENÜ 1 = = = = = = = = = = = = = = = = = = = = = = = = = */

#menu1 {display:table;
border-collapse: collapse;
border-spacing:  0;
text-align:left;
padding:0;
height:22rem;
}

#menu1 ul {display:table-cell;
text-align:left;vertical-align:middle;
margin:0;
padding:0;
}

#menu1 li {list-style-type : none;
display:block;
margin:0 auto;
padding:0 ;text-align:left;
}

#menu1 li a {display:block;
background:transparent;
text-decoration : none;
text-align:left;
font-size:1.6rem;
letter-spacing:.1rem;
line-height:2.7rem;
color:#fff;
padding-left:.6rem;
display: inline-block;
vertical-align: middle;
}

#menu1 li a:hover {
color:#fff;
background:transparent;
}


/* die font-icons  im menü */

#menu1 li a:before {
text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brand' for Brands symbols. */
font-weight:900; /* - 400 for Regular and Brands symbols;
                    - 900 for Solid symbols. */
content:"\f30b";
color:white;
font-size:1.6rem;
padding-right:1rem;
}

#menu1 li a:hover:before {
content:"\f30b";
color:red;
}

#menu1 li a:hover:after {
content:"\f14a";
color:#fff;
}


#menu1  li#aktuell a:before {
color:hotpink;
content:"\f30b";
}

#menu1  li#aktuell a:after {
color:#fff;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brand' for Brands symbols. */
font-weight:900; /* - 400 for Regular and Brands symbols;
                    - 900 for Solid symbols. */
                    content:"\f14a";
color:#fff;
padding-left:1rem;
}

#menu1 li a:after {
text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brand' for Brands symbols. */
font-weight:400; /* - 400 for Regular and Brands symbols;
                    - 900 for Solid symbols. */
content:"\f0c8";
color:white;
font-size:1.6rem;
padding-left:1rem;
}


/* = = = = = = = = = = = = = = = = = = = = = Code Ende = = = = = = = = = = = = = = = = = = = = = */