#header{
	background:url('../img/banner/banner.jpg') no-repeat center/cover;
	margin-bottom:20px;
	}
#header.headeren{
	background:url('../img/banner/banneren.jpg') no-repeat center/cover;
	margin-bottom:20px;
	}
.nav-logo{
	float:left;
	padding:40px 5px;
	width:200px;
	height:150px;
	background-color:#fff;
	}
.nav-logo img{
	height: 100%;
    display: inline-block;
    width: auto;
	}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	background-color:#fff;
	}
#header .navbar-collapse{
	width:200px;
	background-color:rgb(174,19,9);
	}
#header .nav-list{
	padding-top:20px;
	padding-bottom:20px;
	}
.nav-list>li>a{
	display:inline-block;
	font-size:16px;
	line-height:32px;
	margin-left:25px;
	color:#fff;
	margin-top:5px;
	text-decoration:none;
	border-bottom:2px solid rgba(255,255,255,0);
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
	}
.nav-list>li>a:hover{
	border-bottom:2px solid rgba(255,255,255,1);
	}
@media (max-width:767px) {
#header .container{
	padding:0;
	}
.nav-logo{
	float:left;
	padding:0px;
	margin:10px;
	width:100px;
	height:75px;
	background-color:transparent;
	}
#header.headeren{
	background:#fff;
	}
#header{
	background:#fff;
	}
.navbar-toggle{
	margin-top:30px;
	}
#header .navbar-collapse{
	width:100%;
	}
#header .container>.navbar-collapse{
	margin-left:0;
	}
	}
