@import "small.css" (max-width: 575.98px);
@import "small-landscape.css" (min-width: 576px) and (max-width: 767.98px);
@import "medium.css" (min-width: 768px) and (max-width: 991.98px);
@import "large.css" (min-width: 992px) and (max-width: 1199px);
@import "extralarge.css" (min-width: 1200px);

html {
  scroll-behavior: smooth;
}
.OptionTile {
  border-radius: 15px;
  box-shadow: 0px 0px 25px -10px grey;
  border: 5px solid #8F9091;
}
.rowMarginZero {
  margin: 0;
}
.btn-margin {
  margin-bottom: 50px;
}
#askForm .sendAsk {
  background: lightGray;
}

.carrierOptions {
  box-shadow: 0px 0 25px -10px #008ecf;
}
.carrierOptions {
  border: 5px solid #008ecf;
}
.tileLink img{
  border: 4px solid #8F9091;
  border-radius: 5px;
}
.row{
  margin-left: 0;
  margin-right: 0;
}
#aktualita{
  width: calc(100% + 30px);
  height: 80px;
  margin: 0 -15px;
  background: transparent;
  text-align: center;
  margin-top: 6%;
  display: block;
  overflow: hidden;
  background-color: #008ECF;
  background-color: lightgray;
}
#aktualitaodkaz{
  color: white;
  color: #005691;
  width: 100%;
  letter-spacing: 10px;
  font-weight: bold;
  font-family: Bosch sans bold;
  font-size: calc(1vw + 16px);
  transition: all .3s ease-in-out;
  display: inline-block;
  padding: 15px 0;

}
#aktualita:hover #aktualitaodkaz{
  /* font-size: calc(1vw + 2em); */
  transform: scale(1.2)!important;
  text-decoration: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.hideScrollbar {
  -ms-overflow-style: none;
}