/*
   ## ##     #####    #####    ##       #####   #######    #####
 ########   ##    #  ##   ##   ##      ##   ##   ##   ##  ##    
  ## ##     ##       ##   ##   ##      ##   ##   ######    #####
########    ##    #  ##   ##   ##    # ##   ##   ##  ##        ##
 ## ##       #####    #####    #######  #####    ##   ##  ######
*/


/****** MAIN COLORS ******/
#menu-line {
	background:#48443d;
}
.verkaufen-button a,#template #header-menu, #template #top-menu li ul {
	background:#48443d;
}
#template #top-menu > li {
	color:#fff;
}
.verkaufen-button a:hover, #template #top-menu > li:hover {
	background-color:#33302a;
}
#template #top-menu > li:hover > a, #template #top-menu li ul li:hover a {
	color:#fff;
}
#template #top-menu li ul {
	border:none;
}
#template #top-menu a {
	color:#fff;
}
#template {
	background: #fff
}
#product > .container > .row {
	background:#fff;
}
.verkaufen-button a {
	color:#e0e0e0;
}
.box .box-title {
	background:#ddd;
	color:#313437;
}
.box {
	background:#ececec;
}
.action-button {
	background:#a0ae0a;
}
.action-button a {
	color:#ececec;
}
.action-button:hover {
	background:#ececec;
}
.action-button:hover a {
	color:#a0ae0a;
}
#tabs .tabs li a {
	background:#96b33e;
	color:#fff;
}
#tabs .tabs li a:hover {
	opacity:0.8;
}
#tabs .tabs li a.special {
	background:#313437;
	color:#e0e0e0;
}
#tabs #switch-tab1:target ~  .tabs li:nth-child(1) a, #tabs #switch-tab2:target ~  .tabs li:nth-child(2) a, #tabs #switch-tab3:target ~  .tabs li:nth-child(3) a, #tabs #switch-tab4:target ~  .tabs li:nth-child(4) a, #tabs #switch-tab5:target ~  .tabs li:nth-child(5) a, #tabs #switch-tab6:target ~  .tabs li:nth-child(6) a {
     background:#48443d;
	 color:#fff;
}
.tab {
	border:1px solid #d4d4d4;
}
.bestseller-title {
	border-color: #ececec;
}
.bestseller-title h3 {
	background:#ececec
}
.best-box {
	color: #4a4a4a;
}
#bottom-infos {
	background:#313437 !important;
	color:#a1a1a1
}
#template .template-info {
	background:#ececec !important;
}


.article #mobile-menu .mobile-menu-bg {
	background:#fff;
}
.article #mobile-menu .mobile-menu-bg a {
	color:#a1a1a1;
	background:rgba(0,0,0,0.1);
}
@media (max-width:767px){
	#top-menu li {
		background:rgba(0,0,0,0.7);
	}
	.toggle-menu {
		background:rgba(0,0,0,0.8);
	}
}