/* header */
.header-main, .bottom-section {
  background-image: url("leder-dunkel.jpg");
}

.bottom-slider-section {
/*  background-image: url("leder-braun.jpg");*/
}


/* category mainmenu */
.mod-vmcategory-dropdown-drop {
  width: fit-content;
}

.mod-vmcategory-dropdown-menu--item-inner {
  padding: 4px;
}


/* category overview */
.virtuemart-categories .item-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;  
}


/* product overview */
.product-top-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


/* site logo */
.header-main .brand-logo {
  transition: width 1s, height 1s;
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

.header-is-sticky .header-main .brand-logo {
  width: 60px;
  height: 60px;
}
