/*
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: #8F1A51;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

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

    

 @media(min-width:1100px) {
    .container {
        width: 90% !important;
    }
    /*
    td {
        height: 60px;
    }
    */
}
/* Bilder in der Fußzeile mit Abstand angeben */
#footerSponsor > a > img {
    margin-left: 5px !important;
    margin-right: 5px !important;
}





