@media (max-width:1023px)
{
  .navbar-wrapper > .container
  {
    position:relative; 
  }
  /* Navigatie */
  .navbar-brand {
    height:90px !important;
    width:260px;
  }
  .navbar-wrapper {
    position:relative;
    z-index: 20;
    height:126px;
    font-size:13pt;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    background:white;
    border-bottom:1px solid #BBBBBB;
  }
  .navbar {
    float:right;
    min-height:0 !important;
    height:40px;
  }
  .navbar-default .navbar-toggle{
    background: #ffffff;
    color: #194f85;
    padding:4px;
  }
  .navbar-default{
    height:40px;
    min-height:0;
    padding:0;
    box-shadow:none;
    border:0;
    margin:0;
    background: transparent;
  }
  .navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar .container {
    width: auto;
  }
  .navbar-default .navbar-nav > li > a
  {
    color:black;
    text-shadow: none;
    padding-top:0;
    padding-bottom:0;
    height:40px;
    line-height:40px;
  }
  .navbar-default a{
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear; /* Standard syntax */;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear;
  }
  /* mouse over */
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: rgba(0,0,0,0.1);
    color:black;
    box-shadow:none;
  }
  /* bij klik en bij .active */
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
  {
    background: rgba(0,0,0,0.1);
    color:black;
    box-shadow:none;
  }
  /* bij klik voor subitem */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
  {
	background:rgba(0,0,0,0.1);
	color:black;
	box-shadow:none;
  }
  .dropdown-menu{
    padding:0;
    border:0;
  }
  .dropdown-menu > li > a{
    line-height:24px;
  }
  .dropdown-menu .divider {
    margin:0;
  }
  .dropdown-menu li:first-child > a{
    font-weight:bold;
  }

  #menu{
    position:absolute;
    left:0px;
    top:85px;
  }
  #menu > #nav{
    float:right; 
  }
}
@media (max-width:767px)
{
  #logo{
  	margin-left:0px;
  	width: 80% !important;
  	margin-top: 10px;
  }
  #footerlogo{
   	margin-left:16px; 
  }
  #menu{
    position:absolute;
    right:0px !important;
    top:25px !important;
  }
  .navbar-wrapper {
    height:86px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #BBBBBB;
  }
  #navbar{
    background:white;
    min-width:200px;
  }
  .dropdown-menu{
    background:white !important;
  }
}