.hdr-wrap {
  background: #88a95a;
  background-image: url("/shop_cfg/tomsdekoshop/logo_500x106-6.jpg");
  background-position: center 0px;
  border-bottom: 1px solid #435a23;
  background-repeat: no-repeat;
  min-height: 140px;
}

.navbar-brand {
  width: 0px;
  visibility: hidden !important;
}

ul.navcats > li > a {
    color: #ffffff !important;
    background: transparent;
	background: #393939 url() center center no-repeat;
	background: url() center center no-repeat,-moz-linear-gradient(top, #d2dec0 0%, #435a23 100%);
	background: url() center center no-repeat,-webkit-linear-gradient(top, #d2dec0 0%, #435a23 100%);
	background: url() center center no-repeat,-ms-linear-gradient(top, #d2dec0 0%, #435a23 100%);
	background: url() center center no-repeat,linear-gradient(top, #d2dec0 0%, #435a23 100%);
    font-size: 12px;
	padding-right: 5px !important;
	padding-left: 5px !important;
}

ul.navcats>li>ul {
	border: 1px solid #435a23;
}

ul.navcats {
  margin-top: 20px;
}

#infodropdown a {
        color: #4b612c !important;
}

#infodropdown a:hover {
        color: #435a23;
}

.dropdown-menu {
        background-color: #a9c086 !important;
}

#sidebar-left .oneProduct h4, #sidebar-right .oneProduct h4 {
   background: #88a95a;
}

li.level0 {
   color: #415228;
}

a {
   color: #415228;
}

ul.cat li.level0:hover {
	background: #b8cb9b;
}

ul.cat li.level1:hover {
	background: #b8cb9b;
}

div.KatOptions {
   background: #b8cb9b;
}

#qheadmf {
  background-color: #abc28a;
  border: 0px;
  color: #777777;
}

li.oneProduct:hover {
  box-shadow: 0px 0px 5px #88a95a;
  border: 1px solid #587a28;
}


@media (max-width: 580px) {
  #search-field {
        max-width: 250px;
        margin-left: 20px;
  }
  #sitesearch {
        max-width: 305px;
  }
  
#searchoptions  {
	color: #000 !important;
}  

.hdr-wrap {
    background-image: url("/shop_cfg/tomsdekoshop/logo_500x106-7-klein.jpg");
    background-position: center top;
    min-height: 70px;
  }
  div.content {
   //min-width: 380px;
   padding: 5px;
  }

  a.visible-xs {
    color: white !important;
    font-size: 17px;
    font-weight: bold;
  }

  #qheadmf {
    margin-left: 20px;
    max-width: 285px;
  }
}

@media (min-width: 200px) {
  #backstartlink{
    display: block !important;
    width: 100px; 
    height: 80px;
  }
}

@media (min-width: 320px) {
  #backstartlink{
    display: block !important;
    width: 200px; 
    height: 80px;
  }
}


@media (min-width: 500px) {
  #backstartlink{
    display: block !important;
    width: 350px; 
    height: 80px;
  }
}


