/* Hauptmenu */
.hauptmenu a{
color: #00aeef !important;
font-style: none !important;
background-color: none !important;
}
.hauptmenu a:hover { 
color: #ec008c !important; 
}
/* Untermenu */
.untermenu a{
color: #00aeef !important;
font-style: none !important;
background-color: transparent !important;
}
.untermenu a:hover { 
color: #ec008c !important; 
background-color: black !important;
}
.menu-toggle a{
	color: black;
}
/* Überschriften */
h1, h2, h3, h4, h5, h6 a{
color: #ec008c !important;
font-size: 25px !important;
}
/* Hintergrundfarbe Body */
body a{
background-color: transparent;
}
#main-footer a{
background-color: transparent !important; 
}