@charset "utf-8";
/* CSS Document */

body.term-humanscale-ergonomische-bureaustoelen .entry-header {
  background: url(../img/bg-header-merk-humanscale.jpg);
  background-position: center center;
}

@media (max-width:767px) {   
body.term-humanscale-ergonomische-bureaustoelen .entry-header {
  background: url(../img/bg-header-merk-humanscale-mob.jpg);
  background-position: center left;
}
}

/* Productpagina */
.single-product .site-header {
  background: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,0)), url(../img/bg-header-merk-humanscale.jpg);
  background-position: top center, top -50px center;
  background-repeat: no-repeat;
}
@media (max-width:767px) {   
.single-product .site-header {
  background: url(../img/bg-header-merk-humanscale-mob.jpg);
  background-position: top -10px center;
}
}
