/**
 * Theme Name:     Inspiro Child
 * Author:         WPZOOM
 * Template:       inspiro
 * Text Domain:	   inspiro-child
 * Description:    Inspiro is a professional
 */


/* Theme-Footer entfernen*/
div.site-info {
  display: none;
	}


/* farbe der headernavigation ändern*/
.navbar {
    position: relative;
    z-index: 200;
    color: #ffffff;
    background: #101010;
    padding: 18px 0;
    transition: all 0.5s ease-in-out;
}

/* linkfarbe ändern*/

a:hover{
    color:#173e7d;
}

a{
    color:#00607d;   
}
