body {
  width: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  position: absolute;
  top: 0; 
  right: 0;
  transition: right .2s;
  height: 100vh;
  overflow-x: hidden;
  background: #edeff2;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
/*  min-height: calc(100vh - 300px); */
}
.zahlavi {
	/* position: fixed; */
    position: absolute;
	top: 0;
	width: 100%;
	background: #b08011;
    z-index: 888;
}
#content {
top: 130px;
    display: block;
    position: relative;	
}
.inside {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 3%;
}
.socsite {
  height: 20px;
  text-align: right;
  padding-top: 7px !important;
}
.socsite a img {
  height: 20px;
  width: auto; 
  -webkit-filter: opacity(0.5) grayscale(1);
  filter: opacity(0.5) grayscale(1);
  padding: 0 3px;
}
.socsite a:hover img {
  -webkit-filter: none;
  filter: none;
}
.logo, .logo-in {
  float: left;
  top: 0px;
  z-index: 888;
}
.logo img { height: 170px; }
.logo-in img { height: 125px; }
.partneri img { margin: 40px 20px; }

/* - - - - typo - - - - */
h1, h2, h3, h4 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  margin: 15px 0 7px 0;
  line-height: 1.5;
  color: #1A2B4C;
}
h1 { font-size: 26px;   font-weight: 700; /* color: #E1BA55; */ }
h2 { font-size: 23px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
.slider h1 {}
p {
  margin: 0;
  padding: 0;
}
#content p {
  margin-bottom: 7px;
  padding-left: 30px;
}
#content ul {
  list-style: none;
  padding-left: 55px;
}
#content ul li:before {
  content: "\25cf";
  color: #b08011; /* #E1BA55; */
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}
#content ul li {
  margin-bottom: 7px;
}
.nomobile {
  display: inline;
}

/* - - - linky - - - */
a {
/*  color: #E1BA55; */
  color: #dc2928;
}
a:hover {
  color: #1A2B4C;
  cursor: pointer;
}
.button {    
  border: 1px solid #dc2928;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  display: grid;
  align-content: center;
  text-align: center;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  width: 60px !important;
  height: 60px;
  padding: 5px;
  -webkit-filter: opacity(0.4);
  filter: opacity(0.4);
}
#topBtn img {
  max-width: 50px !important;
  height: auto;
  max-height: 50px !important;
}
#topBtn:hover {
  background-color: #b08011; /* #E1BA55; */
  -webkit-filter: opacity(1);
  filter: opacity(1);
  border-radius: 50px;
  color: #fff;
}


/* - - - - - - footer - - - - - - */
#vzdydole {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.copyr {
  margin: 20px 0 40px 0;
  width: 100%;
  background: #fcfcfc;
  text-align: center;
  position: relative;
  bottom: 130px;
  display: block;
}
.copyr p {
  padding: 27px;
  font-size: 10px;
  color: #666;
}
#footer {
  width: 100%;
  background: #1A2B4C;
  padding: 0;
  margin: 0;
  text-align: center;
  position: fixed;
  bottom: 0px;
  height: 50px;
  color: #aaa;
  font-size: 10px;
  z-index: 567;
}
.pata img {
  width: auto;
  height: 50px;
}
.foot-loga img {
  padding: 0 10px;
}
.pata a, .copyr a {
  color: #9999cc;
}
.pata a:hover { opacity: 1; }

iframe {
    width: 99%;
    height: 99%;
    min-height: calc(100vh - 250px);
    border: 0;
}

/* RESPO */

@media (max-width: 500px) {
  #footer .inside {
    padding: 0 3px !important;
  }
  .pata img { 
    max-width: calc(100% / 4.2);
    height: auto;
  }
  iframe {
    margin-left: -10px;
    width: 98vw;
  }
}
@media (max-height: 720px) {
  iframe {
    min-height: calc(100vh - 5px);
    margin-bottom: 50px;
  }
  h1 {
    font-size: 18px;
  }
}