::selection {
  color: #fff;
  background: #0034e8;
}
a {
  color: #0034e8;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #0034e8;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.povinne {
  color: #0034e8;
}
#mmenu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #0034e8;
  color: #fff;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 1000;
}
#mmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mmenu ul li {
  padding: 15px;
  border-bottom: 1px solid #0029b5;
}
#mmenu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#mmenu.open {
  right: 0;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
}
.omenu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1001;
  background-color: #3d3d3d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.omenu:focus {
  outline: none;
}
:root {
  --bs-border-radius: 0;
  --bs-breadcrumb-divider: ">";
}
.tien {
  -webkit-box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
  -moz-box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
  box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
}
.circle {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #0034e8;
  justify-content: center;
  align-items: center;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  scroll-behavior: smooth;
}
.pozadie {
  background: #0034e8;
}
header {
  padding-top: 20px;
  padding-bottom: 10px;
}
header span {
  color: #fff;
  font-size: 2rem;
}
header nav a {
  color: #fff;
}
header nav a:hover {
  color: #fff;
  text-decoration: underline;
}
#kamion {
  height: 400px;
  background-image: url("/images/mctrans.jpg?v=1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#copy {
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #0031d9;
}
#copy a {
  color: #fff;
}
#mobilnemenu {
  display: none;
}
#cookie-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
}
#cookie-bar a {
  color: #fff;
  text-decoration: underline;
}
#cookie-bar .row {
  align-items: center;
}
#cookie-bar .tlacidla {
  text-align: right;
}
#cookie-bar .tlacidlo {
  font-size: 1rem;
}
#cookie-bar .biele {
  color: #fff;
  border-color: #fff;
  padding: 4px 8px;
}
#cookie-bar .biele:hover {
  color: #000;
  background-color: #fff;
}
.nastavenia-cookies .typ-cookie {
  border: 1px #3d3d3d solid;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
/*# sourceMappingURL=style.css.map */