@charset "UTF-8";
::-moz-selection {
  color: inherit;
  background: rgba(255, 255, 255, 0);
}
::selection {
  color: inherit;
  background: rgba(255, 255, 255, 0);
}

* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
}

html {
  background: #d1cbb0;
}

body {
  overflow: overlay;
}

input,
select,
button {
  border-color: #ffffff;
  border-style: solid;
  border-radius: 0.8em;
  border-width: 0.1em;
  color: #464646;
  padding-right: 0.4em;
  padding-left: 0.4em;
}

button {
  font-size: 1em;
  background: #dfccaf;
  margin: 0.4em;
  box-shadow: 0.14rem 0.21rem 0.7rem #383838;
}
button:hover:enabled {
  cursor: pointer;
}
button:focus:enabled {
  outline: none;
  box-shadow: none;
}
button:disabled {
  background: darkgray;
  color: dimgray;
  box-shadow: none;
}

input,
select {
  background: #e4e4e4;
}
input:focus,
select:focus {
  outline: none;
  filter: drop-shadow(0 0 0.5rem #ff4501);
  border-radius: 0.8em;
}

select {
  width: -moz-min-content;
  width: min-content;
}

input::-moz-selection {
  color: inherit;
  background: rgba(119, 119, 119, 0.5333333333);
}

input::selection {
  color: inherit;
  background: rgba(119, 119, 119, 0.5333333333);
}
input:disabled {
  background: #b0bfa8;
}
input:invalid {
  background: #ffc8be;
}
input[type=radio] {
  display: none;
}
input[type=radio] ~ label {
  color: #696969;
  font-size: 1em;
}
input[type=radio]:checked ~ label {
  color: #ffdead;
}
input[type=radio]:hover ~ label {
  cursor: pointer;
}
input[type=radio].languages:checked ~ label {
  font-size: 2.2em;
}
input[type=checkbox] {
  width: 1em;
  height: 1em;
  border: 0.1em solid #ffffff;
  border-radius: 1em;
  background-color: gray;
  color: cornsilk;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=checkbox]:checked {
  background-color: #00bb00;
  filter: drop-shadow(0 0 0.5rem #00bb00);
}
input[type=checkbox]:disabled {
  background-color: darkgray;
}

a:link:not(.not),
.link:not(.not),
nav label {
  cursor: pointer;
}
a:link:not(.not):hover,
.link:not(.not):hover,
nav label:hover {
  filter: drop-shadow(0 0 0.5rem #ff4501);
}
a:link:not(.not):active,
.link:not(.not):active,
nav label:active {
  filter: drop-shadow(0 0 0.5rem white);
}
a:link:not(.not).hide,
.link:not(.not).hide,
nav label.hide {
  cursor: default;
}

h6 {
  font-size: 1.3em;
  margin: 0;
}

h5 {
  font-size: 1.2em;
  margin: 1em;
}

.smap .cluster img {
  display: none;
}

.smap .cluster div {
  width: 2rem !important;
  height: 1.2rem !important;
  left: -1.4rem !important;
  top: -0.84rem !important;
  background-color: rgba(255, 105, 51, 0.5490196078) !important;
  border: rgba(51, 96, 255, 0.5490196078) !important;
  border-width: 0.4rem !important;
  border-style: solid !important;
}

.cluster span {
  vertical-align: top !important;
  line-height: 1.2rem !important;
  color: #000000;
}

.mapa {
  touch-action: none;
  z-index: 1;
  width: 80vw;
  height: 50vh;
}

.suggest {
  display: block;
  z-index: 500;
  position: fixed !important;
  border-radius: 0.8em;
  padding: 0.4em;
  margin: 0.2em 0 0 0.4em;
  width: 16em;
  background-color: #decfc6;
}
.suggest .item {
  display: flex;
  flex-direction: column;
  border-width: 0 0 0.1em 0;
  border-color: white;
  border-style: solid;
  padding: 0.2em;
  text-align: left;
}
.suggest .item:hover {
  cursor: pointer;
  background-color: #f1eae6;
}
.suggest .item strong {
  color: black;
}
.suggest .item em {
  font-size: 0.8em !important;
}
.suggest .brand {
  display: flex;
  justify-content: right;
  flex-direction: row;
}
.suggest .brand a {
  display: flex;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.suggest .brand div {
  font-size: 0.8em !important;
  color: black;
  margin-top: 0.4em;
  margin-right: 0.4em;
}
.suggest .brand img {
  height: auto;
  width: 4em;
  margin-top: 0.2em;
}

.e_e_e {
  justify-content: space-between;
}

._e_e_, #notice #notice°buttons {
  justify-content: space-around;
}

._e_ {
  justify-content: center;
}

.col {
  display: flex;
  flex-direction: column;
}

.row, .e_e_e, ._e_e_, #notice #notice°buttons, ._e_ {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.cam-b {
  background: #e6e2d5;
}

.cam {
  margin: auto;
  width: 18.1818181818em;
  max-width: 400px;
  display: block;
  color: #292929;
  text-decoration-line: none;
  position: relative;
  bottom: 0em;
  left: 0em;
}
.cam:hover {
  filter: none !important;
}
.cam img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cam span {
  width: 100%;
  height: 0;
  font-weight: bolder;
  bottom: 0.8em;
  left: 0;
  position: relative;
  display: flex;
  align-content: center;
}
.cam span .age {
  margin: auto;
  display: flex;
  padding: 0 1em;
  font-size: 0.8em;
  text-align: center;
  background-color: #e6e2d5;
  border-radius: 0.4em;
}
.cam a {
  border-radius: 0.6em;
  background-color: rgba(129, 129, 129, 0.486);
  width: 2em;
  height: 2em;
  position: absolute;
  left: -0.2em;
  display: flex;
  align-items: center;
}
.cam a > img {
  margin: auto;
  width: 80%;
  height: 80%;
}
.cam a:nth-of-type(1) {
  bottom: 0.05em;
}
.cam a:nth-of-type(2) {
  top: -0.2em;
}
.cam .camBox {
  width: 100%;
  aspect-ratio: 1.79;
  position: relative;
}
.cam .camBox > div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cam .camBox .camBoxImg {
  position: absolute;
  width: 100%;
  min-height: 50%;
  left: 0;
  /* iframe {
      border: none;
      width: 100%;
      height: 100%;
      object-fit: contain;
      overflow: hidden;
  } */
}
.cam .camBox .weather {
  display: flex;
}
.cam .camBox .weather b {
  margin: 40% auto auto auto;
}

.age-new {
  color: #586C00;
}

.age-later {
  color: #646464;
}

.age-old {
  color: #835B53;
}

.img-cam {
  max-width: 400px;
  width: 20em;
  height: auto;
}

.kod {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 4rem;
}

.ram {
  border-color: #ffffff;
  border-style: solid;
  border-radius: 0.8em;
  border-width: 0.1em;
  padding: 0.4em;
  margin: 0.2em;
}

.hide,
.hide * {
  display: none;
}

.hidden {
  visibility: hidden;
}

#locbox {
  height: 2em;
  transition: height 1s;
}

#locbox.hide {
  height: 0em;
}

.oble {
  border-radius: 0.4em;
}

.left {
  text-align: left;
  justify-content: left;
}

.centerWindow {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center, h5 {
  text-align: center;
  justify-content: center;
}

.center-col, .ucet > * {
  margin-top: auto;
  margin-bottom: auto;
}

.orez {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sb-over {
  overflow: overlay;
}

.ucet {
  max-width: 700px;
  padding: 1em 1em;
  display: grid;
}

.ucet > * {
  display: flex;
  align-items: center;
}

.rev {
  flex-direction: row-reverse;
}

.grid2 {
  text-align: center;
}

.icon-h {
  width: auto;
  height: 1.8em;
}

.icon-1 {
  width: 1.4em;
  height: 1.4em;
}

.icon-2 {
  width: 2rem;
  height: 2rem;
}

.w-a {
  width: auto;
}

.h-a {
  height: auto;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.w-60 {
  width: 60%;
}

.h-60 {
  height: 60%;
}

.w-70 {
  width: 70%;
}

.h-70 {
  height: 70%;
}

.w-80 {
  width: 80%;
}

.h-80 {
  height: 80%;
}

.w-90 {
  width: 90%;
}

.h-90 {
  height: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.m-a {
  margin: auto;
}

.ml-a {
  margin-left: auto;
}

.mt-a {
  margin-top: auto;
}

.mr-a {
  margin-right: auto;
}

.mb-a {
  margin-bottom: auto;
}

.m-0 {
  margin: 0em;
}

.ml-0 {
  margin-left: 0em;
}

.mt-0 {
  margin-top: 0em;
}

.mr-0 {
  margin-right: 0em;
}

.mb-0 {
  margin-bottom: 0em;
}

.m-1 {
  margin: 0.2em;
}

.ml-1 {
  margin-left: 0.2em;
}

.mt-1 {
  margin-top: 0.2em;
}

.mr-1 {
  margin-right: 0.2em;
}

.mb-1 {
  margin-bottom: 0.2em;
}

.m-2 {
  margin: 0.4em;
}

.ml-2 {
  margin-left: 0.4em;
}

.mt-2 {
  margin-top: 0.4em;
}

.mr-2 {
  margin-right: 0.4em;
}

.mb-2 {
  margin-bottom: 0.4em;
}

.m-3 {
  margin: 0.6em;
}

.ml-3 {
  margin-left: 0.6em;
}

.mt-3 {
  margin-top: 0.6em;
}

.mr-3 {
  margin-right: 0.6em;
}

.mb-3 {
  margin-bottom: 0.6em;
}

.m-4 {
  margin: 0.8em;
}

.ml-4 {
  margin-left: 0.8em;
}

.mt-4 {
  margin-top: 0.8em;
}

.mr-4 {
  margin-right: 0.8em;
}

.mb-4 {
  margin-bottom: 0.8em;
}

.m-5 {
  margin: 1em;
}

.ml-5 {
  margin-left: 1em;
}

.mt-5 {
  margin-top: 1em;
}

.mr-5 {
  margin-right: 1em;
}

.mb-5 {
  margin-bottom: 1em;
}

.m-6 {
  margin: 1.2em;
}

.ml-6 {
  margin-left: 1.2em;
}

.mt-6 {
  margin-top: 1.2em;
}

.mr-6 {
  margin-right: 1.2em;
}

.mb-6 {
  margin-bottom: 1.2em;
}

.ml-f8 {
  margin-left: 12vw;
}

.mt-f1 {
  margin-top: 1.5vh;
}

.mt-f2 {
  margin-top: 3vh;
}

.mt-f3 {
  margin-top: 4.5vh;
}

.mt-f4 {
  margin-top: 6vh;
}

.mb-f1 {
  margin-bottom: 1.5vh;
}

.mb-f2 {
  margin-bottom: 3vh;
}

.mb-f3 {
  margin-bottom: 4.5vh;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5;
}

.f-0 {
  font-size: 0em;
}

.f-1 {
  font-size: 0.334em;
}

.f-2 {
  font-size: 0.668em;
}

.f-3 {
  font-size: 1.002em;
}

.f-4 {
  font-size: 1.336em;
}

.f-5 {
  font-size: 1.67em;
}

.f-6 {
  font-size: 2.004em;
}

.f-7 {
  font-size: 2.338em;
}

.f-8 {
  font-size: 2.672em;
}

.f-9 {
  font-size: 3.006em;
}

.f-b {
  font-weight: bold;
}

.f-i {
  font-style: italic;
}

.spin::before {
  position: absolute;
  z-index: 100;
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 2rem rgba(105, 105, 105, 0.5098039216);
  border-bottom-color: #fa8072;
  border-radius: 8rem;
  content: "";
  height: 8rem;
  width: 8rem;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.help {
  position: relative;
  display: inline-block;
  border-style: none;
  background: none;
  margin: 0 0 0 0.2em;
  padding: 0 0.4em;
  box-shadow: none;
}
.help .help° {
  font-size: 0.8em;
  display: none;
  cursor: default;
  width: 15em;
  background-color: rgba(92, 68, 52, 0.9333333333);
  color: #ffffff;
  text-align: center;
  border-radius: 0.8em;
  padding: 0.4em 0;
  position: absolute;
  z-index: 1;
  top: 1.7em;
  right: -0.4em;
}
.help .help°::after {
  content: "";
  position: absolute;
  top: -0.4em;
  left: 13.3em;
  margin-top: -0.4em;
  border-width: 0.4em;
  border-style: solid;
  border-color: transparent transparent rgba(92, 68, 52, 0.9333333333) transparent;
}
.help:hover:enabled {
  outline: none;
  box-shadow: none;
}
.help:hover .help° {
  display: block;
}

::-webkit-scrollbar {
  width: 1em;
}
::-webkit-scrollbar-thumb {
  background: rgba(92, 68, 52, 0.4333333333);
  border-radius: 0.5em;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(92, 68, 52, 0.9333333333);
}

.leaflet-control-zoom {
  border-radius: 0.6em !important;
  border-style: none !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.leaflet-control-zoom > a {
  border-radius: 0.5em !important;
  padding: 0.1em !important;
  margin: 0.1em !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.leaflet-control-zoom > a > span {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: bold !important;
  font-size: 1.5em !important;
  color: #2e2e2e !important;
}

.leaflet-control-attribution {
  border-radius: 0.5em 0 0 0 !important;
  margin-bottom: -0.08em !important;
  padding: 0 0.5em !important;
}

#mapa {
  touch-action: none;
  z-index: 1;
}

#verze {
  font-size: 0.85em;
  margin-bottom: 1em;
}

#searchPlace {
  margin: 0 auto;
  width: 70%;
  padding: 0 1em;
  filter: drop-shadow(0 0 0.15em black);
}

#loctext {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: min(25em, 56vw);
}

#fog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  background-color: rgba(77, 77, 77, 0.8235294118);
}
#fog.hiden {
  display: none;
}

#notice {
  display: flex;
  flex-direction: column;
  font-size: inherit;
  min-height: 6em;
  max-height: 90vh;
  min-width: 18em;
  z-index: 55;
  overflow: auto;
  position: fixed;
  color: #505050;
  text-align: center;
  box-shadow: 0.14rem 0.21rem 0.7rem #383838;
  background: #c2a695;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 0.8em;
  border-width: 0.1em;
  padding: 0.4em;
}
#notice.hiden {
  display: none;
}
#notice #notice°text {
  font-size: inherit;
  padding: 0.8em 0.2em;
  overflow: hidden auto;
}
#notice #notice°text *:not(.x, .help°) {
  font-size: inherit;
}
#notice #notice°title {
  font-size: 1.4em;
  font-weight: bold;
  overflow: hidden auto;
}
#notice #notice°buttons {
  font-size: 1em;
}
#notice #close {
  font-size: inherit;
  display: flex;
  justify-content: right;
  width: 100%;
  height: 0.8em;
}
#notice #close img {
  font-size: inherit;
  height: 1.2em;
  width: auto;
  margin-top: -0.2em;
  margin-right: -0.2em;
}

@media (max-width: 45em) and (orientation: landscape), (max-width: 33em) and (orientation: portrait) {
  .ucet {
    grid-template-columns: auto;
  }
  .description {
    margin: 0.4em 0 0 0.4em;
    justify-content: left;
    text-align: left;
  }
  .grid2 {
    grid-column: span;
  }
}
@media (min-width: 45em) and (orientation: landscape), (min-width: 33em) and (orientation: portrait) {
  .ucet {
    grid-gap: 1em 1em;
    grid-template-columns: auto auto;
  }
  .description {
    justify-content: right;
    text-align: right;
  }
  .grid2 {
    grid-column: span 2;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
}

#main {
  z-index: 5;
  flex-direction: column;
  max-height: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden auto;
}

main {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.main {
  display: grid;
  grid-template-rows: auto 1fr;
  max-height: 100%;
  overflow: hidden auto;
}

nav,
.submenu,
footer,
#language {
  font-size: calc((0.5rem + 0.5vh + 0.3vw) * 1);
}
nav *,
.submenu *,
footer *,
#language * {
  font-size: inherit;
}

nav {
  background: #a6b699;
  display: grid;
  position: relative;
}

nav {
  box-shadow: 0.14rem 0.21rem 0.7rem #383838;
}
nav > * {
  padding: 0 0.3em;
}
nav div {
  margin: 0 auto;
  display: flex;
}
nav div :first-child {
  display: inherit;
  height: 100%;
}
nav > label {
  display: flex;
}
nav > label > img {
  margin: auto;
}
nav input:checked + label {
  filter: drop-shadow(0 0 1em white);
}
nav input:checked + label > img {
  height: 90%;
  filter: drop-shadow(0 0 1em white);
}

.submenu {
  position: relative;
  z-index: 15;
  height: 2.5em;
  background-color: #a6b699;
  color: #2e2e2e;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0 0.1em 0;
  box-shadow: 0.14rem 0.21rem 0.7rem #383838;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 1em;
}
.submenu a {
  height: 100%;
  width: 2.3em;
  display: flex;
}
.submenu a img {
  margin: auto;
  padding-top: 0.15em;
}
.submenu div {
  width: 60%;
  height: 100%;
  font-weight: bolder;
  display: flex;
}
.submenu div #placeName {
  pointer-events: none;
  text-align: center;
  font-size: 0.9em;
  margin: auto;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

footer {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #394340;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.1em 0 0 0;
  box-shadow: 0.14rem 0.21rem 0.7rem #383838;
  z-index: 15;
}
footer > a {
  margin: auto;
  color: #a6b699;
}
footer > a svg path {
  fill: none;
  stroke-width: 40px;
  stroke: #a6b699;
}
footer > a img,
footer > a svg {
  width: 0.9em;
  height: auto;
  margin-bottom: -0.11em;
}

#user img {
  height: auto;
}

#language img {
  display: block;
  height: auto;
  width: 2em;
  margin-top: 0.5em;
  box-shadow: 0.06em 0.09em 0.3em #383838;
  border-radius: 0.4em;
}

@media (orientation: landscape) and (max-width: 982px) {
  * {
    font-size: 2.2403258656vw;
  }
}
@media (orientation: landscape) {
  body {
    grid-template-columns: auto 1fr;
  }
  .portrait {
    display: none;
  }
  #user img {
    width: 2.8em;
    margin-top: 0.5em;
  }
  nav {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 0.1em 0 0;
    width: 6em;
    height: 100vh;
    grid-template-rows: min-content auto auto auto min-content;
  }
  nav :nth-child(6) {
    grid-column: 1;
    grid-row: 5;
  }
  nav > label {
    margin: auto;
    height: 5.6em;
  }
  footer > a {
    font-size: 2em;
  }
}
@media (orientation: portrait) and (max-width: 452px) {
  * {
    font-size: 4.8672566372vw;
  }
}
@media (orientation: portrait) {
  body {
    grid-template-rows: auto 1fr auto;
  }
  .landscape {
    display: none;
  }
  #user img {
    width: 2.5em;
    margin-top: 0.6em;
  }
  #language img {
    margin-right: 1vw;
  }
  nav {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 0 0.1em 0;
    z-index: 20;
    width: 100%;
    grid-template-columns: auto auto auto auto auto auto auto min-content;
  }
  nav :first-child {
    grid-column: 8;
    grid-row: 1;
  }
  nav :nth-child(3) {
    grid-column: 1;
    grid-row: 1;
  }
  nav :nth-child(5) {
    grid-column: 4;
    grid-row: 1;
  }
  nav > label img {
    width: 4em;
  }
  footer {
    box-shadow: 0.14rem 0.21rem 0.7rem #383838;
  }
  footer > a {
    font-size: 1.8em;
  }
}/*# sourceMappingURL=main.css.map */