/*
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 : 25.07.2018, 12:38:37
    Author     : juergen
*/

/* */
@media screen and (max-width:991px) {
    
    .header         { display: none; }
    .menuPrimary    { display: none; }
    .menuSecondary  { display:none;  }
    
    
}



@media screen and (min-width:992px) {
    
    .header-mobile { display: none;}
    
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    background: #eee;
}
