/* Enter Your Custom CSS Here */
.footer_menu ul li a{ color:#002184;}
.footer_menu ul li a:hover{ color:#002184;}
.footer_menu ul li.selected a{ color:#002184;}


/* Footer area */
.site-footer {
	padding: 16px 0;
	background-color: #000; 
  background: url('http://susanne-wahl.net/wp-content/uploads/2015/06/footer.jpg') no-repeat center top; 
	font-size: 0.90rem;
	color: #002184;
	text-align: center; 
}

/*--------------------------------------------------------------
14.0 Footer Menu
--------------------------------------------------------------*/
#footer-menu {
	list-style: none;
	margin: 5px 0 3px;
	padding:0;
}
#footer-menu li {
	display: inline;	
}
#footer-menu a {
	font-size: 0.90rem;
	color: #002184;
}
#footer-menu a:hover {
	color: #e5e5e5;
}
#footer-menu li:after {
	font-family: Arial, sans-serif;
	content: '| ';
	margin: 0 2px 0 5px;;
	font-size: 0.9rem;
	display: inline-block;
	vertical-align: middle;
	color: #ccc;
}
#footer-menu li:last-child:after {
 	display: none;
}



/*--------------------------------------------------------------
* style.css - Schriftarten ändern
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.0 Primary Menu
--------------------------------------------------------------*/
.primary-navigation {
	font-family: 'Arial', sans-serif;
  font-size:  1.125rem;
	font-weight: 400;
	font-style: normal;
}


.site-description {
	display: inline-block;
	position: relative;
  font-family: 'Arial ', sans-serif; /*<!-- SUSANNE neuer Font für Seiten-Untertitel: Atempädagogin in Blaustein bei Ulm -->*/
	font-size: 0.875rem;
	color: #828282;
	border-left: 1px solid #ccc;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 2;
	top: 3px;
	bottom: 3px;
  font-weight: 400;
}

/* Seitentitel ganz oben auf der Seite : Susanne Wahl */
.site-title a {
        font-family: 'Arial', sans-serif;
	/*color: #000;*/ /*Schwarz */
  /*color: #828282;*/ /* grau */
   color: #002184;  /* blau */
   font-style: normal;
   font-weight: 400;
}


/* folgende Definition bezieht sich auf TAG h1 */
h1 {
  color:#002184;   /* Farbe orange */
  font-size:28pt;  /* Größe 28pt   */
  font-family: 'Arial', sans-serif; /* Schriftart */
  font-style: normal;
}





