
/* = = = = = = = = = = = = = = = = = 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 */
/* ############################################################ */



#menu1 ul {margin:0 auto;padding:0;}

#menu1 li {
width : 100%;margin:.2rem 0;
list-style-type: none;
padding: 0rem;
text-align:left;
font-size:1.6rem;
}

#menu1 li a {display:block;font-weight:normal;
text-decoration : none;
color : #fff;
letter-spacing:0rem;
padding:.3rem 1rem .3rem 3rem;
text-indent:-2.5rem;padding-left:3rem; /* rückt gfls eine zweite zeile ein*/
}

#menu1 li a:hover {
color : #fff;border-top-right-radius:30px;
border-bottom-right-radius:30px;
}

/* die font-icons  im menü */

#menu1 li a:before {
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 (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding-right:.6rem;
content:"\f35d";
color:#fff;
}

#menu1 li a:hover:before {
padding-right:.6rem;
content:"\f35d";
color:#89CFFA;
}


#menu1 li a:hover:after {
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 (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding-left:.5rem;
color:#fff;
content:"\f101";
}


#menu1 #aktuell  a  {color:#fff;
}

#menu1 #aktuell  a:before {color:#fff;
}

#menu1 #aktuell  a:before {color:#fff;
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 (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding-right:.6rem;
color:#89CFFA;
content:"\f35d";
}


/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

#menu1 ul {width:30rem;}

}

/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

#menu1 ul {width:100%;}

#menu1 li {
font-size:1.2rem;
}

}

/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {


#menu1 li {
font-size:1.2rem;
}

}