/* commented out — replaced by pozicka-new.less
html, body {
    margin: 0; padding: 0;
    font-size: 15px;
    font-family: 'Fira Sans';
}
*/
/* commented out — replaced by pozicka-new.less
h1,h2,h3,h4,h5,h6 {
    color: @basecolor;
  }
*/
a {
  color: inherit;
}
/* commented out — replaced by pozicka-new.less
  header {
    background: mix(@basecolor,black,100%);
    in {
      background: @basecolor;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px;
      width: 1000px;
      margin: 0 auto 0 auto;
      @media only screen  and (max-width : 900px) {
        width: 96vw;
        flex-wrap: wrap;
        box-sizing: border-box;
      }
    }
    #logo {
        flex-grow: 0; flex-shrink: 0;
        img { height: 65px; }
        @media only screen  and (max-width : 900px) {
          img { height: 35px; margin-bottom: 10px; }
        }
    }
    #menu {
      display: flex;
      align-items: center;
      @media only screen  and (max-width : 900px) {
        width: 96vw;
        justify-content: flex-end;
      }
      a {
        display: block;
        text-align: center;
        img { height: 35px; display: block; margin: 0 auto 10px auto; }
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: 40px;

      }

      #hamburger {
        font-size: 32px;
        margin-left: auto;
        @media only screen  and (min-width : 768px) { display: none; }
      }
    }
    a {
      transition: all 0.3s;
      &:hover {
        text-decoration: none;
        opacity: 0.7;
      }
    }
  }
*/
#kategorie {
  background: #9d9594;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  #kategorie {
    padding-left: calc( 50vw - 530px );
  }
}
#kategorie article:hover > a {
  background: rgba(255, 255, 255, 0.1);
}
#kategorie article > a {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
  padding: 30px;
  display: block;
}
#kategorie article > nav {
  display: flex;
  position: absolute;
  background: white;
  z-index: 100;
  left: 0px;
  top: 60px;
  width: 0%;
  box-sizing: border-box;
  flex-wrap: wrap;
  overflow: hidden;
  transition: 0s;
}
#kategorie article > nav > div {
  padding: 30px;
}
#kategorie article > nav a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
#kategorie article > nav h3 a {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #kategorie article:hover > nav {
    display: flex;
    transition-delay: 1s;
    width: 1100px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    margin-left: calc( 50vw - 550px );
  }
}
#kategorie article > nav.active {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #kategorie {
    display: none;
  }
  #kategorie > article > a {
    padding: 10px 30px;
    display: flex;
  }
  #kategorie > article > a i {
    margin-left: auto;
    width: 30px;
  }
  #kategorie > article > nav {
    position: static;
  }
}
/* commented out — replaced by pozicka-new.less
main {
    padding: 15px;
    width: 1020px;
    max-width: 96vw;
    margin: 40px auto 0 auto;
    @media only screen  and (max-width : 900px) {
      box-sizing: border-box;
    }
}
*/
#home-kalkulacka {
  padding: 70px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #home-kalkulacka {
    padding: 15px;
  }
  #home-kalkulacka main {
    width: initial;
  }
}
.home-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
  filter: grayscale(100%);
}
.kategorie-swiper {
  margin-bottom: 40px;
}
.kategorie-swiper .swiper-button-next,
.kategorie-swiper .swiper-button-prev {
  color: black;
}
.kategorie-swiper nav,
.obchod-kategorie-grid2,
.home-links {
  display: flex;
  padding-bottom: 20px;
}
.kategorie-swiper nav a,
.obchod-kategorie-grid2 a,
.home-links a {
  margin-right: 15px;
  width: 200px;
  text-decoration: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.kategorie-swiper nav a img,
.obchod-kategorie-grid2 a img,
.home-links a img {
  width: 200px;
  height: 150px;
  object-fit: contain;
  object-position: 50% 50%;
  background: #f8f8f8;
  display: block;
}
.kategorie-swiper nav a img.fullsize,
.obchod-kategorie-grid2 a img.fullsize,
.home-links a img.fullsize {
  object-fit: cover;
}
.kategorie-swiper nav a txt,
.obchod-kategorie-grid2 a txt,
.home-links a txt {
  display: flex;
  padding: 5px 15px;
  height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eeeeee;
}
.kategorie-swiper nav a txt h3,
.obchod-kategorie-grid2 a txt h3,
.home-links a txt h3 {
  font-family: inherit;
  color: black;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .kategorie-swiper nav a {
    width: 120px;
  }
  .kategorie-swiper nav a img {
    width: 120px;
    height: 90px;
  }
  .kategorie-swiper nav a txt {
    height: 30px;
  }
  .kategorie-swiper nav a txt h3 {
    font-size: 13px;
  }
}
.home-links {
  justify-content: center;
  padding: 10px 0;
}
.home-links a img {
  object-fit: cover;
}
.home-links a txt h3 {
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .home-links {
    display: block;
  }
  .home-links a {
    margin: 0 20px 25px 20px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .home-links a txt {
    border-top: none;
  }
  .home-links a img {
    width: 80px;
    height: 60px;
    margin-right: 20px;
  }
}
/* commented out — replaced by pozicka-new.less
footer {
  background: #f8f8f8;
  padding: 40px;
}
*/
.footer-links {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
}
.footer-links a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer-links {
    grid-template-columns: repeat(1,1fr);
  }
}
.footer-links nav a {
  display: block;
  font-size: 11px;
}
body .mm22-kategorie-1 main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body .mm22-kategorie-1 main {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
  }
}
body .mm22-kategorie-1 main a {
  padding: 20px;
  background: rgba(157, 149, 148, 0.05);
  color: #9d9594;
  border-radius: 5px;
  border: 1px solid #9d9594;
  font-family: inherit;
  transition: all 0.3s;
}
body .mm22-kategorie-1 main a h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
  color: inherit;
  line-height: 1.12;
  font-family: inherit;
}
body .mm22-kategorie-1 main a:hover {
  background: #9d9594;
  color: white;
}
body #w-filter .filter-all .filter-all-values a,
body .filter-1.theme-one .filter-all .filter-all-values a {
  margin: 0 15px 15px 0;
}
