/*kleuren*/
.navbar-default .navbar-nav > li > a, ul.nav li a {
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background:url('https://core.switch.be/template/header/nav-divider.png') no-repeat left top;
	background-position: 0 17px;
	font-family: "ff-meta-web-pro", Arial, helvetica, sans-serif;
}

ul.dropdown-menu, .navbar-nav > ul > .dropdown-menu {
	background-color: #363636;
}

.navbar-default .navbar-nav > li > a:hover, ul.nav li a:hover {
	color: #c3d831;
}

.navbar-default .navbar-nav > li > a:active, ul.nav li a:active {
	background: none;
	color: #c3d831;	
}


/*height and others*/
.navbar-default {
	background: #363636;
	border: none;
}

.navbar-default-intern {
	background: #373e4d;
}
.navbar-brand {
	padding: 0px;
	padding-top: 14px;
	margin-right: 15px;
	margin-left: 10px;
}
.header_logo {
	height: 27px;
}

.header_social {
	height: 26px;
}

.navbar-nav > li > a {
	padding-top: 19.5px;
padding-bottom: 15.5px;
}

.navbar-nav > li > a.header_social_link {
	padding-left: 1px;
	padding-right: 1px;
	background: none;
}

@media screen and (max-width: 1024px) {
	.navbar-right {
		display: none;
	}

	.header_logo {
		height: 20px;
		margin-top: 6px;
	}
}