/* změna velikosti maleho loga */
.navbar__brand-logo-img-xxxxxxxxx { max-width: 10rem; max-height: 7rem; }

/* změna velikosti velkeho loga */
.navbar__brand-logo-img { max-width: 19rem; max-height: 7rem; }

.navbar { padding-top: 0px; padding-bottom: 0px; }

#main { padding-top: 1.5rem; }

.article-item__img, .product-item__img, .category__img { width: auto; }

/* 3 obrázky na řádek, změna velikosti obrázků */
.col-lg-3, .gallery__item { width: 33.33333333%;  }
.gallery__item-img { height: auto; width: auto; }

/* změna velikosti mezer nad a pod nadpisem */
section, .section { padding-top: clamp(1.5rem,2vw,4rem); }
#support section, #support .section { padding-top: clamp(1.5rem,1vw,4rem); padding-bottom: clamp(1.5rem,1vw,4rem); }

.container--article h1 + p, .container--article .h1 + p { margin-top: clamp(2rem,2vw,5rem) }

.category { background-color: transparent; }

/* změna velikosti motivu */
#motive-xxx { height: calc(-250px + 80vh) !important; }
#motive { max-height: 400px !important; }

#footer .container { background-color: #EFEFEF; }
#pata2 { padding: 50px 0px 0px 30px; }