@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  cursor: default;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
  cursor: default;
}

/* Fix šířky pro menu */
.w-md-100 {
  width: 100% !important;
}

@media (min-width: 992px) {
  .w-md-100 {
    width: 0 !important;
  }
}

.mx--15 {
  margin-left: -15px;
  margin-right: -15px;
}

/* 5 obrázků v galerii */
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
}

.pl-submenu {
  padding-left: 2.3rem;
}
.pl-submenu a {
  font-weight:normal;
}