
/* = = = = = = = = = = = = = = = = = datei menue.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* diese datei enthaelt das hauptmenue */
/* alle anderen moeglichen menues sowie auch allgemeine links im text bzw. eventuelle "Weiter-(Button-)Links"
sind in der Datei "format.css"  definiert */
/* ############################################################ */



/* = = = = = = = = = = = = = = = = = = = = = =  */
/* MENUE 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:2.0rem;
letter-spacing:1px;
padding:.3rem 0rem ;
margin: 0 -2px;
background:transparent;
color:#fff;
text-shadow:0px 1px 10px rgba(0,0,0,.4);
font-weight:bold;
text-transform:uppercase;
cursor:pointer;
}

/*  icon */

#menu1 li:before{display:inline-block;
color:#fff;
text-shadow:0px 1px 1px rgba(0,0,0,.2);
text-align:left;
margin:0;padding: 0 2.5rem 0 0rem;
font-family:'Font Awesome 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 400;/*  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: 900;
}

/*  hover und aktuell angezeigter link  */

#menu1 li a:hover {background:transparent;
color:#fff;
}

#menu1  #aktuell a {background:transparent;
color:#fff;font-weight:bold;
}

#menu1 #aktuell:before {background:transparent;
color:#fff;content:"\f111";
font-weight: 900;

}


/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

#menu1 li a {letter-spacing:.3rem; }

}