* {
    margin: 0;
    box-sizing: border-box;
    cursor: default;

}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url(obr/pozadiemense2.png);
}

#header {
    margin-top: 5%;
}

.hore {
    margin-bottom: 2px;
}

.popis {
    line-height: 30px;
    text-align: justify;
    padding-left: 40px;
    padding-right: 40px;
}

a:link {
    text-decoration: none;
  }
 
  a {
    color: bisque;
    padding-left: 20px;
  }
  
  a:hover {
    color: rgb(95, 61, 61);;
  }

.mobile-container {
    max-width: 90%;
    margin: auto;
    height: auto;
    background-color: black;
    color: bisque;
    opacity: 0.8;

  }
   
  .topnav {
    overflow: hidden;
    position: relative;
    opacity: 0.8;
    line-height: 10px;
    padding-left: 50px;
  }
 
  .topnav #myLinks {
    display: none;
    width: 200px;
}
  
    /*ciarky menu  rolovacie aj menu*/
  .topnav a {
    color: bisque;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    padding-right: 30px;
    padding-top: 30px;   
    
  }
  
  .topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px; 
  }

  /*ciarky menu farba rolovacie*/
  .topnav a:hover {
    opacity: 0.9;
    color: rgb(95, 61, 61);
    padding-right: 30px;
    padding-top: 30px;
  }
  
.kol {
  padding-left: 250px;
  width: 80%;
  position: relative;
  float: inline-end;
  padding-right: 50px;
  font-weight: 100;
}

.kol th {
  transition: padding-bottom 1s;
  height: 1px;
  border-radius: 5% 5% 0 0;
  transition-timing-function: ease-in-out;
}
  
.kol th:hover {
  background-color: rgb(95, 61, 61);
  padding-bottom: 30px;
  opacity: 0.9;
}

.mesiac:hover{
  background-color: rgb(95, 61, 61);
  padding-bottom: 30px;
  opacity: 0.9;

}

.mapa{
  position: relative;
  overflow: hidden;
  border: black solid ;
  width: 450px;
  height: 450px;
  border-radius: 15px ;
}

.mapa iframe {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 450px !important;
}
.adresa {
  width: 40%;
  line-height: 50px;
  position: relative;
  padding-bottom: 10px;
  height: auto;
  padding-left: 50px;
  font-weight: 50px;
}

i {
  font-weight: 50;
}

.datumy {
    line-height: 30px;
    text-align: justify;
}


.reserve {
  width: 150px;
  height: 50px;
  background-color: black;
  color: bisque;
  opacity: 0.9;
}

.reserve:hover {
  background-color: bisque;
  color: rgb(95, 61, 61);

}

.spat {
  width: 65px;
  height: 50px;
  background-color: black;
  color: bisque;
  opacity: 0.9;
  text-align: left;
  padding-left: 70%;

}

.spat:hover {
  background-color: bisque;
  color: rgb(95, 61, 61);

}

.footer {
  list-style: none;
  text-align: right;
  padding-bottom: 30px;
  padding-right: 80px;
  position: relative;
  border-radius: 80%;
}


@media screen and (max-width: 900px) {
  .kol{
    overflow: hidden;
    position: absolute;
  }
  .mapa {
    width: 60%;
    overflow: hidden;
    position: absolute;

  }
  .adresa {
    height: auto;
    padding-top: 130%;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    width: auto;
}
}
