/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}




#bottom-a {
	background: #f1f7eb;
	}
	
#headerbar {
	background: url(../images/header-bg.jpg) no-repeat left bottom;
	margin: 0;
	padding: 12px;
	height: 175px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #dddddd;
	}

#menubar {
	border-top: none;
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#menu li.level1:first-child {
	margin-left: 5px;
	}
	
#menu li.level1 {
	background: #475ca7;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 2px 2px 10px 2px #CCCCCC; /* WebKit */
	-moz-box-shadow: 2px 2px 10px 2px #CCCCCC; /* Firefox */
	box-shadow: 2px 2px 10px 2px #CCCCCC; /* Standard */
	}
	
#menu li.level1 :hover {
	background: #7d8fd0;
	}
	
.menu-dropdown .dropdown-bg > div {
	background: #7d8fd0;
	}	
	
#menu li.level1 .active {
	background: #7d8fd0;
	}

#menu li.level1 .parent {
	background: #475ca7;
	}

#menu li.level1  .active {
	background: #7d8fd0;
	}	

#menu li.level1 a, #menu li.level1 span {	
	color: #ffffff;
	}
	
#menu li.level2 a:hover, #menu li.level2 span:hover {	
	color: #475ca7;
	}	
	
#footer {
	background: #699418;
	color: #ffffff;
	}
	
#footer a, #footer span {
	color: #ffffff;
	}
	
#sidebar-b {
	background: #f1f7eb;
	margin-bottom: 25px;
	border-bottom: 1px solid #dddddd;
	}
	
#sidebar-a {
	background: #f1f7eb;
	margin-bottom: 25px;
	border-bottom: 1px solid #dddddd;
	}	
	
.content h2 {
	color: #83B87A;
	}

.menu-dropdown li.parent .level1 {
    padding-bottom: 0px;
    position: relative;
    z-index: 101;
}
 
.item169 {
	display: none;
	}
	
#mxcpr {
	display: none;
	}

#menu li.level2 {
    background: none repeat scroll 0 0 #7d8fd0!important;
	}
	
#menu li.level1  li.level2 .parent {
    background: none repeat scroll 0 0 #7d8fd0!important;
	}	

#menu li.level3 {
    background: none repeat scroll 0 0 #7d8fd0;
	}	
	
.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {
    line-height: 12px;
    padding: 5px 0;
	}	
	
#jshop_module_cart {
	margin-top: 0px;
	margin-right: 5px;
	color: #000000;
	padding-left: 50px;
	background: url(../images/warenkorb.png) no-repeat 0 6px;
	}
	
#toolbar {
	margin-top: 0px;
	margin-bottom: 3px;
	height: auto;
	}
	
.float-right {
	height: auto;
	}
	
#page {
	padding-top: 10px!important;
	}