/*
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 : 09.08.2015, 14:34:23
    Author     : scharte
*/

nav.main .nav_entry{
    display:inline-block;
    padding:5px;
    font-size:1em;
}
nav.main .nav_entry:last-of-type {
    padding-right:0px;
}
nav.main .nav_entry a{
    color: #434a52;
    text-transform: uppercase;
    font-size:1.1em;
}
nav.main .nav_entry a:hover,
nav.main .nav_entry.active a{
    color: #002851;
}

.mobile_menu_btn{
    display:none;
    position:absolute;
    top:10px;
    left:10px;
    border:1px solid #FD0100;
    font-size:1em;
    color:#FD0100;
    padding:10px;
    background-color:white;
    z-index:100;
}
.mobile_menu_btn i{
    font-size:2em;
    cursor:pointer;
}


@media screen and (max-width:1172px){

}
@media screen and (max-width:842px){
    .mobile_menu_btn{
        display:block;
    }
    header .inner nav.main{
        display:none;
    }
    header .inner nav.main.show{
        display:block;
    }
    nav.main{
        border-top:1px solid #efefef;
    }
    nav.main .nav_entry{
        display:block;
        text-align:left;
        border-bottom:1px solid #efefef;
    }
    nav.main .nav_entry:last-of-type{
        border:0;
    }
    nav.main .nav_entry a{
        font-size:1.3em;
    }
}
