.menu2 {
  box-sizing: border-box;
  float: left;
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 1%;
  padding: 15px 0px 0px 0px;
  color: #090909;
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 600;
  background-color: white;
  border: 1px solid #fc983c;
  border-radius: 8px;
}

.active-m {
  border: 1px solid #ffffff;
  box-shadow: inset 0px 0px 2px 2px black;
}

@media only screen and (min-width: 45em) {

.menu2 {
  width: 13.28%;
}

}

.menu2:hover {
  border: 1px solid black;
}

.menu2 img {
  max-width: 80%;
}

.menu2 div {
  height: 2.8rem;
}

.vozidlo-cena {
  overflow: auto;
  max-width: 100%;
  margin-top: 20px;
  padding: 15px 5%;
  font-weight: 600;
  border-top: 1px solid black;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+29,d1d1d1+52,fefefe+100 */
  background: #e2e2e2; /* Old browsers */
  background: -moz-linear-gradient(left,  #e2e2e2 0%, #dbdbdb 29%, #d1d1d1 52%, #fefefe 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #e2e2e2 0%,#dbdbdb 29%,#d1d1d1 52%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #e2e2e2 0%,#dbdbdb 29%,#d1d1d1 52%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 */
}



.vozidlo-popis {
  width: 50%;
  text-align: left;
  color: black;
  float: left;
}

.vozidlo-popis-cena {
  width: 50%;
  text-align: left;
  color: black;
  float: left;
}

.vozidlo-hodnoty {
  width: 50%;
  text-align: right;
  float: left;
}


@media screen and (max-width: 999px) {

.vozidlo-popis {
font-size: 0.7rem;
}

.vozidlo-hodnoty {
font-size: 0.7rem;
}

.vozidlo-popis-cena {
font-size: 0.7rem;
}

}

@media only screen and (max-width: 45em) {

.vozidlo-popis {
font-size: 1rem;
}

.vozidlo-hodnoty {
font-size: 1rem;
}

.vozidlo-popis-cena {
font-size: 1rem;
}

}