.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 #007bff;
  border-radius: 8px;
}

.active-m {
    border: 1px solid #dc3545;
    box-shadow: inset 0px 0px 4px 4px #2e5fa5;
}

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

.menu2 {
  width: 11.5%;
}

}

.menu2:hover {
  border: 1px solid #dc3545;
}

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

.menu2 div {
  height: 2.8rem;
}

.vozidlo-cena {
overflow: auto;
    max-width: 100%;
    margin-top: 22px;
    padding: 26px 4%;
    font-weight: 600;
    border-top: 1px solid #d70223;
    background: #2f5fa5;
}



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

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

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


@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;
}

}