/* copyright (c) 2013-2014 Jürgen Keil

No part of this software may be reproduced transmitted
transcribed by any means without prior written permission of
Jürgen Keil.
For more information please contact kontakt@juergenkeil.de.

*/ 
/* 
    Created on : 01.06.2017, 13:06:26
    Author     : jjk
*/

.nav-justified {
    padding: 0 0 0 0;
}
.nav-justified > li > a {
    text-align: center;
    background-color: white; /* Old browsers */
    margin-bottom:0px !important;
    margin-top:0px;
}
.nav>li>a{
    color:black;
}
.nav>li>a:focus, .nav>li>a:hover {
    color:white;
    opacity:0.8;
    background-color: inherit;
}
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}

@media (min-width: 768px) {
    .nav-justified {
	max-height: 52px;
    }
    .nav-justified > li > a {
	border-right: 0px;
	border-left: 0px;
	margin-bottom:0px !important;
    }
}
