* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body { 
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #2f404a;
  background-color: #fff;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #2f404a;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

div.reset {
  clear: both;
}

table
{
  border-collapse:collapse; 
  border-spacing: 0px;   
  border-style: hidden;  
}

input,select {
  border: 1px solid #ccc;
  outline: none;
}

input:focus, input:hover,select:focus, select:hover {
  border: 1px solid rgb(40,60,137);                                                    
  transition: 0.5s;
}

h1 {
  font-size: 1.4rem;
  padding: 40px 0;
  display: inline-block;
}

h1 span {
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px #ccc;
}

.logo {
  float: right;
  height: 100px;
  padding: 20px 0;
}

h2 {
  font-size: 1.3rem;
  padding: 30px 0 20px 0;
}

h3 {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  padding: 15px 0 5px 0;
}

h4 {
  margin-block-start: 0.6em;
  font-size: 1.0rem;
  width: 100%;
  text-align: center;
}


.stred {
  max-width: 1236px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

input#hladat {
  width: 100%;
  padding: 10px 15px 10px 30px;
}

#hladat_form {
  position: relative;
}

.polozka {
  width: 260px;
  border-radius: 20px;
  border: 1px solid #ccc;
  height: 300px;
  margin-top: 30px;
  margin-right: 30px;
  float: left;
  cursor: pointer;
}

.polozka:hover {
  color: rgb(40,60,137);
  transition: 0.3s;
  border: 1px solid rgb(40,60,137);
}


.polozka .nad_banerik {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  }

.polozka .banerik {
  max-width: 100%;
  max-height: 100%;
  *border-top-left-radius: 20px;
  *border-top-right-radius: 20px;
}

.polozka .nad_banerik2 {
  height: 195px;
  width: 100%;
  *border-top-left-radius: 20px;
  *border-top-right-radius: 20px;
  *border-bottom: solid 1px #ccc; 
  *border-top: solid 1px #ccc; 
}


.nad_banner {
  margin-top: 50px;

  height: 500px;
  width: 100%;
  border-radius: 20px;
}

.sluzba {
  font-size: 1.2rem;
  border: solid 1px #ccc;
  border-radius: 20px;
  margin-top: 30px;
}

.sluzba span.text {
  padding: 25px 15px;
  display: inline-block;
}

.sluzba span.tlacidlo {
  padding: 5px 15px;
  border: #C44848 solid 1px;
  float: right;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  margin-right: 15px;
  margin-top: 20px;
}

.den {
  width: 100px;
  font-weight: bold;
  display: inline-block;
}

.stlpec {
  width: 300px;
  float: left;
  margin-right: 30px;
  line-height: 25px;
}

.stlpec2 {
  width: 630px;
  float: left;
  margin-right: 30px;
  line-height: 25px;
}

.stlpec_mapa {
  float: right;
  margin-right: 0;
  width: 400px;
}

#kalendar td {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}

#kalendar td span {
  padding: 8px;
  background-color: #ccc;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 40px;
  display: inline-block;
  height: 40px;
}

#kalendar td span:hover {
  color: rgb(40,60,137);
  transition: 0.3s;
  border: 1px solid rgb(40,60,137);
}

#kalendar td span.oznacene {
  color: #fff;
  border: 1px solid rgb(40,60,137);
  background-color: rgb(40,60,137);
}


.cas {
  padding: 8px;
  border-radius: 20px;
  border: solid 1px #ccc;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.cas:hover {
  color: rgb(40,60,137);
  transition: 0.3s;
  border: 1px solid rgb(40,60,137);
}

.oznaceny_cas {
  background-color: rgb(40,60,137);
  border: 1px solid rgb(40,60,137);
  color: #fff;
}

.oznaceny_cas:hover {
  color: #fff;
}

input.zakaznik,textarea.zakaznik,select.zakaznik {
  padding: 8px 15px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}


select.tel-predvolba {
  width: 100px;
  padding: 0;
}

textarea.zakaznik {
  height: 80px;
}



input[type="submit"],.tlacidlo {
  padding: 8px 15px;
  float: right;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  margin-top: 20px;
  background-color: #C44848;
  color: white;
}

input[type="submit"]:hover,.tlacidlo:hover,.sluzba span.tlacidlo:hover {
  background-color: rgb(46,49,146);
  color: white;
  transition: 0.3s;
  border: solid 1px rgb(46,49,146); 
}



.fa {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.fa-hladat {
  background-image: url("../img/search_icon.svg");
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.fa-otaznik {
  background-image: url("../img/question_icon.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: -10px;
}


.fa-prev {
  background-image: url("../img/arrow_back_left_previous_icon.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.fa-next {
  background-image: url("../img/arrow_forward_next_right_icon.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

#map-canvas3 {
  width: 100%;
  height: 300px;
  border: solid 1px #333;
}

.mapa_iframe {
  width: 400px;
  height: 300px;
  border: 0;
}

label a {
  text-decoration: underline;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

footer {
  margin-top: 50px;
  width: 100%;
  height: 50px; /* Nastavte výšku pätnej časti podľa potreby */
  background-color: rgb(37,35,38); /* Prispôsobte farbu pätnej časti podľa potreby */
  line-height: 50px;
  color: white;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
}

div#text_navyse_spopl {
  margin-top: 30px; 
  color: red; 
  margin-bottom: 10px;
  font-weight: bold;
}

div#text_navyse_spopl2 {
  margin-top: 30px; 
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logo {
    position: absolute;
    top: 20px; 
    right: 30px;
    height: 80px;
  }
  
  h1 {
    padding-top: 100px; 
  }

  h1 span {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: block;
  }  
  
  h3 {
    padding: 12px 0 6px 0;
  }

  
  
  .stlpec_mapa {
    float: left;
    margin-right: 0;
    width: 300px;
  } 

  .mapa_iframe {
    width: 300px;
  }
  
  
  .sluzba span.text {
    max-width: 200px;
  }
  
  .nad_banner {
    height: 150px;
  }
  .stlpec2 {
    width: 300px;
  }
}

  .tel-group {
      display: flex;
      gap: 10px;
  }
  /* Select musí byť trochu širší, aby sa zmestila vlajka aj číslo */
  .tel-predvolba {
      width: 100px; 
      height: 33px;   
  }
  .tel-cislo {
      flex: 1;
  }
