.row {
	margin-left: 0px;
	margin-right: 0px;
}

.navHeight {
	padding-top: 0px;
	padding-bottom: 0px;
}

#navbar a {
	font-size: 17px;
	color: #777;

	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar-toggle {
	background-color: white;
	border-color: #f3f3f3 !important; 
	
	margin-top: 13px;
	margin-right: 20px;

}

.navbar-nav {
	position: relative;	
	float: right !important;
	/*right: 48px;*/
}

.icon-bar {
	background-color: #777 !important;
}

.navbar-default {
	border-color: #aaa;
}

.navbar-default .navbar-nav>li>a:hover {
	position: relative;	

	background-color: #f3f3f3;
	color: #b50410 !important;

	padding-top: 25px;
	padding-bottom: 26px;
}

.navbar-default .navbar-nav>li>a:visited {
	background-color: #f3f3f3 !important;	
}

.navbar-default .navbar-nav>li>a:active {
	background-color: #f3f3f3 !important;
	color: black !important;
}

.navbar-default .navbar-nav>li>a:focus {
	background-color: #f3f3f3 !important;	
	color: black !important;
}

.navActive {
	background-color: #f3f3f3;  
}

.dropdownItem {
	background-color: #f3f3f3;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.dropdown-menu {
	/*background-color: #332b2b !important;*/
	padding-top: 0px;
	padding-bottom: 0px;
}

.dropdown-menu>li>a:hover {
	background-color: #f3f3f3;
	color: #b50410 !important;
}


@media only screen and (min-width: 1200px) {
	.container {
		min-width: 98%;
	}

}

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


	#navbar a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	#LogoKochbuch {
		width: 150px !important;
	}
}


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


	#navbar a {
		padding-top: 10px;
		padding-bottom: 10px;

	}

	.navbar-nav {
		position: relative;	
		float: left !important;
	}

	.nav>li {
		margin-left: 15px;
	}
}







