body {background: white; background: white; background: white;}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.navbar__menu-link {
  font-size: 17px;}

#menu-item-258951 a {
  color: red; 
  font-weight: 500;
}
.contactus__email {
  display: none;
}
.motive {display:none}
#index .motive {display:block} 

.product-item__label--variants {display:none} /*varianty v obrazku*/

.main > .container:first-child,
.main > .motive__motto:first-child,
.container--article {
  padding-bottom: 0;}

}		
/*uprava velikosti loga*/
@media(min-width: 1200px) {
  .menu-horizontal .navbar__brand {
    min-height: 4rem
  }
}

.menu-horizontal .navbar__brand-logo-img {
  max-width: 8rem;
  max-height: 4rem
}

@media(min-width: 576px) {
  .menu-horizontal .navbar__brand-logo-img {
    max-width: 15rem
  }
}

@media(min-width: 1200px) {
  .menu-horizontal .navbar__brand-logo-img {
    max-width: 9rem;
    max-height: 4rem
  }
}@media (max-width: 768px) {
  /* Kontejner: nepouštěj vodorovný scroll */
  .container { overflow-x: hidden; }

  /* Video: drž se šířky rodiče, žádné vyčuhování */
  video {
    display: block;
    max-width: 100%;
    width: 100% !important;   /* přepíše případnou pevnou šířku z editoru */
    height: auto !important;
    box-sizing: border-box;
  }
}

}