/*
Willkommen bei Custom CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
.nav-menu li a {
	color: #262626;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.navigation a {
	color: #BC360A;
}

.site-footer .sidebar-container {
	background-color: #262626;
	padding: 0;
	height: 200px;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Willkommen bei Custom CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
.navigation a {
	color: #c0c0c0;
}

.main-navigation {
	background-color: #363636;
	clear: both;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 25px;
	max-height: 43px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	max-height: 43px;
}

.nav-menu li {
	display: inline-block;
	position: center;
}

.nav-menu li a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #c0c0c0;
	color: #363636;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #363636;
	border: 2px solid #f08325;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #f08325;
	margin: 0;
	width: 150px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #c0c0c0;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;
}

.menu-toggle {
}

/* Navbar */
.navbar {
	background-color: #000000;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
	color: #000000;
}

.site-header .search-field {
	height: 29px;
}

.site-header .search-field:focus {
	background-color: #c0c0c0;
	border: 1px solid #f08325;
	cursor: text;
	outline: 0;
	width: 230px;
}

.site-footer {
	background-color: #ffffff;
	font-size: 0;
	text-align: center;
}

.site-header .home-link {
	color: #f08325;
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 200px;
	max-height: 200px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}