/* Reset a základ */
body {
    font-family: Arial, sans-serif;
    background-color: #f7a37b;
    color: black;
    position: relative;
    margin: 0 auto;
    float: left;
    padding: 1%;
    width: 98%;
    text-align: center;
}


       #video-container {
            width: 100%;

            border-radius: 8px;
            overflow: hidden;
    height: 0px;
        }
        video {
            width: 100%;
            height: auto;
            display: block;
        }
        #result {
            margin-top: 20px;
            font-size: 1.2em;
            color: #333;
            text-align: center;
    display: none;
        }
#video-container.vyska {

    height: auto;
}
.pol {
    width: 50%;
text-align: left;
}
.prihle2.lavo {
text-align: left;
}

.stl0 {
    position: relative;
    float: left;
}
.riadok {
    width: 100%;
    position: relative;
    float: left;
    min-height: 1em;
font-size: 20px;
}

div#kdesomhlasprava {
    color: red;
}
button {
    font-size: 1.2em;
    padding: 0.3em;
    margin: 0.1em;
}
.nieco {
    width: 100%;
    
    font-size: 1.5em;
position:relative;
float:left;
}

.zdoraz {
    color: red;
font-weight: bolder;
    font-size: 20px;

}
pekny{
    font-size: 16px;

}
.vyzorbut {
    background-color: #555;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background-color 0.3s;
}
.prihle2 {
    position: relative;
    float: left;
    width: 100%;
}
.prihle {
    position: relative;
    float: left;
    width: 100%;
}
.skry {
    display: none;
}
div#reader {
    margin: 0 auto;
    width: 90%;
}
#html5-qrcode-button-camera-stop {
    display: none !important;
}

.top-bar_mobil {
    background-color: black;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 60px;
}
.header-content {
    position: relative;
    top: 0;
    width: 100%;
    background-color: black;
    padding: -5px 30px;
    z-index: 9999;
    float: left;
}
    .ciarme {
        width: 43px;
        height: 7px;
        background-color: white;
        backface-visibility: hidden;
        border-radius: 2px;
        float: left;
        position: relative;
        left: 4%;
        margin-top: 11px;
    }
li:hover {
    cursor: pointer;
}
ul#menucko2 a:hover {
    color: red;
}
    .menucko2 {
    width: 10%;
    height: 90px;
    float: right;
    position: absolute;
    right: 15px;
    bottom: -35px;
    max-width: 80px;
    }
.meno {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.5s;
  outline: none;
}

.meno:focus {
  border: 2px solid #555;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.meno::placeholder {
  color: #aaa;
  font-style: italic;
}

.prihstbu {
  background-color: #555;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  transition: background-color 0.3s;
}

.prihstbu:hover {
  background-color: #333;
}

.prihle2 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

ul#menucko2 {
    background: #1f1f1f;
    color: white;
    text-align: left;
    width: 100%;
    bottom: 35px;
    position: fixed;
    left: 0px;
    padding: 27px;
}
    .roh
{
        position: absolute;
        right: 79px;
        font-size: 1.2em;
        font-weight: bold;
        color: white;
    }
    ul#menucko2 li {
        list-style: none;
        padding: 10px;
        font-size: 1.3em;
    }
    ul#menucko2 a {
        color: white;
        text-decoration-line: blink;
    }
button#install-button {
    margin: 0.1em;
    color: white;
    background: black;
    padding: 0.3em;
}
button#myButtonsf {
color: white;
    background: #f77b7b;
    padding: 0.3em;
    margin: 0.3em;
    width: 72%;
    position: relative;
    float: left;
}
button#myButtonsfs {
    color: white;
    background: #f77b7b;
    padding: 0.3em;
    margin: 0.3em;
    width: 72%;
    position: relative;
    float: left;
}
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
  }

  nav ul {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .project-box {
    width: 100%;
  }

  .gallery-section h1 {
    font-size: 2rem;
  }

  .gallery-description {
    font-size: 1.1rem;
  }

  footer {
    font-size: 0.8rem;
    text-align: center;
  }
}
   