/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.12.2016, 08:12:28
    Author     : BranCon e.U.  - Dipl.-Ing. Christoph Brandner
*/

/*
 * NAVIGATION
 */
.navbar-inverse {
    background-color: #245574;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #65b1b4;
}

/* Menü Links */ 
.navbar-inverse .navbar-nav > li > a{
    color: #fff;
}

#footerSponsor {
	background: #245574;
}

