* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.banner {
  padding-top: 0px;
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}

span.openinghours {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  white-space: nowrap;
  display: none;
  }

@media screen and (min-width: 1056px) {
  span.openinghours {
      display: inline-flex;
   }
 }

div.openinghours {
  font-size: 15px;
  margin-right: 10px;
  padding-top: 20px;
  text-align: center;
  white-space: nowrap;
  display: none;
  }

/*
div.openinghours {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  white-space: nowrap;
  display: none;
  }
*/

@media screen and (min-width: 1056px) {
  div.openinghours {
      display: block;
   }
 }

div.openinghours-mobile {
  margin: 0 auto;
  width: 170px;
  padding-top: 30px;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1056px) {
  div.openinghours-mobile {
      display: none;
  }
}

div.imgmobile {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  white-space: nowrap;
  display: block;
  }

@media screen and (min-width: 1056px) {
  div.imgmobile {
      display: none;
  }
}


body {
  font-family: 'Roboto', sans-serif;
  color: #55523f;
}

.header {
  overflow: hidden;
  padding-top: 0px;
  max-width: 1322px;
  margin: 0 auto;
}

.header a {
  color: #55523f;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.header-right {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

/*.header-right {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}*/

/*@media screen and (min-width: 1056px) {
  .header-right {
      display: inline-flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-evenly;
      align-items: flex-start;
      flex-direction: row;
     }
  } */

/*    display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: stretch;    */

@media screen and (min-width: 1056px) {
  .header-right {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      flex-direction: row;
     }
  } 

.header-right a {
  color: black;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.header img {
  width: 250px;
}

.banner img {
  width: 200px;
}

.header-right a:hover {
  border: 1px solid #909090;
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
  box-shadow: 1px 2px 3px rgba(0,0,0,.1);
  outline: 0;
  background-color: rgba(255,255,255,.3);
}

.header a.active {
  border: 1px solid #b9b9b9;
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
  box-shadow: 1px 2px 3px rgba(0,0,0,.1);
  outline: 0;
  background-color: rgba(255,255,255,.3);
}

  .mapheader {
      text-align: center;
      /* border: 1px solid black; */
      background-color: #5cb885;
      border-radius: 0;
  }
  /* .mapheaderdiv {
      margin-bottom: 22px;
  } */

@media screen and (max-width: 500px) {
  .header a {
      float: none;
      display: block;
      text-align: left;
  }

  .header-right {
      float: none;
  }
  div.logo {
      float: none;
  }
}

@media screen and (max-width: 464px) {
  .mapheaderdiv {
      margin-bottom: 42px;
  }
}

div.top {
  width: 100%;
  background-color: #5cb885;
  color: white;
  padding: 10px;
  text-align: center;
}

div.top a {
  color: white;
  text-decoration: none;
}

div#obal1 {
  width: 100%;
  margin: 0 auto;
}

div#obal2 {
  max-width: 1322px;
  height: auto;
  margin: 0 auto;
}

div#nadpis {
  float: right;
  text-align: center;
  color: black;
  font-size: 50px;
  margin: 40px 60px;
}
div#nadpis p {
  padding-left: 15px;
  text-align: left;
  font-size: 25px;
}
div#content h2{
  margin-bottom: 30px;
  font-size: 50px;
}
div#content {
  margin: 0 0 0 30px;
  padding: 15px;
  height: auto;
  text-align: justify;
}
#contact {
  padding-top: 22px;
}
.mapheader {
  text-align: center;
  /* border: 1px solid black; */
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: #5cb885;
  padding: 3px;
  border-radius: 15px;
}
div#pata {
  width: 100%;
  height: 200px;
  padding: 10px;
}
.jumbotron-fluid {
  background: url("/images/jumbotron_bg6.jpg") no-repeat center center;
  background-position: center;
  height: 480px;
  margin-bottom: 0px;
}
.btn {
  width: 150px;
  margin-bottom: 15px;
}
.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15)!important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15)!important;
  outline: 0!important;
}
.btn-fb {
  background-color: #3b5998!important;
  color: #fff;
}
.btn-li {
  background-color: #0082ca!important;
  color: #fff;
}
.btn-ins {
  background-color: #2e5e86!important;
  color: #fff;
}
.page-footer a {
  color: #55523f;
}

.row {
  margin: 15px;
}

#opening2024 {

  border-bottom: 10px dotted #5cb885;
  transition: 500ms;
  animation-name: lights;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  width: fit-content;

}

@keyframes lights {

  0% {border-bottom-color: #5cb885;}
  50% {border-bottom-color: transparent;}
  0% {border-bottom-color: #5cb885;}

}