h2 {
  text-align: center;
}

.adresa p {
  text-align: left;
  font-size: smaller;
}

.adresa-nadpis {
  margin-bottom: 0.5rem;
}

@media (max-width: 400px) {
  .adresa p {
    text-align: center;
  }
}

p {
  text-align: center;
  margin: 0px;
}

ul {
  padding: 0px;
}

a {
  text-decoration: none;
  color: black;
}

.cenik {
  list-style: none;
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding: 10px;
  background: white;
}

nav ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  text-align: center;
}

.menu {
  padding-left: 20rem;
}

@media (max-width: 768px) {
  .menu {
    padding: 0;
  }
}

@media (max-width: 768px) {
  header ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.logo-text {
  font-weight:bold;
  font-size: x-large;
  align-content: center;
}

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.carousel {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 1rem;
  z-index: 2;
  color: white;
}

.hero-overlay p {
  text-align: left;
  margin-top: 15%;
}

.hero-overlay .logo {
  width: 180px;
  max-width: 80%;
  height: auto;
  margin-bottom: 1rem;
}

.claim {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .claim {
    font-size: 2rem;
  }

  .hero-overlay .logo {
    width: 80px;
  }
}

@media (max-width: 400px) {
  .claim {
    font-size: 1rem;
  }

  .hero-overlay .logo {
    width: 40px;
  }
}

.lang-switch {
  display: flex;
  height: 2rem;
  gap: 10px;
  align-self: center;
}

.switch {
  background-color: #E28930;
  border: solid 1px;
  border-radius: 5px;
  color: #ffffff;
}

.switch:hover {
  background-color: #ffffff;
  color: #E28930;
  border-color: #E28930;
  border: solid 1px;
}

li {
  flex-grow: 1;
}

body {
  font-family: poppins;
  line-height: 1.6;
}

.ikony-container {
  width: 100%;
  padding: 1rem;
  
}

.ikony {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 1rem;
  justify-items: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.ikony img {
  width: 50px;
  height: auto;
  object-fit: contain;
}

#onas {
  padding: 0px 100px;
  margin-top: 50px;
  margin-bottom: 20px;
}

#foto {
  background-color: #E8E8E8;
  padding: 10px 0px 50px 0px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 0px;
  }

.image-grid {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
  padding: 0px 3rem;  
}

.fotka-onas {
  width: 100%;
  height: 250px;
  object-fit: cover ; /* Ořízne obrázek, ale zachová jeho poměr stran */
  object-position: center;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;

}

.fotka-onas:hover {
  transform: scale(1.03);
}

.fotka-tipy {
  border-radius: 10px;
  height: 8rem;
  transition: transform 0.3s ease;
}

.fotka-tipy:hover {
  transform: scale(1.03);
}

#cenik {
  text-align: center;
  padding: 1rem 5rem;
}

.test {
  font-weight: bold;
  color:#E28930;
}

.dlazdice {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  justify-items: center;
}

.cenik-container {
  width: 15rem;
  
}

.cenik-nabidka {
  background-color: #f2f2f2;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 1px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.cas h3 {
  background: #E28930;
  color: white;
  align-content: center;
  border-radius: 10px 10px 0px 0px;
  margin: 0px;
  height: 3rem;
  
}

.nabidka {
  font-size: 14px;
  
}

.cena {
  font-weight: bold;
  font-size: 24px;
}

.tlacitko {
  border: solid 1px;
  border-color: #E28930;
  line-height: 2.5;
  padding: 0 50px;
  margin-bottom: 20px; margin-top: 10px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #E28930
}

.tlacitko:hover {
  background-color: #ffffff;
  color: #E28930;
  border-color: #E28930;
  border: solid 1px;
}

#tipy {
  background-color: #E8E8E8;
  padding: 1rem 5rem;
  text-align: center;
  
}

.image-grid-tipy {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  justify-items: center;    
}

.image-grid-tipy div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 0.5rem;
}

.fotka-tipy {
  width: 15rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.75rem;
}


.button {
    border: solid 1px;
    border-color: #E28930;
    line-height: 2.5;
    padding: 0 50px;
    margin-bottom: 2rem; margin-top: 2rem;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #E28930
    
}
  
.button:hover {
  background-color: #ffffff;
  color: #E28930;
  border-color: #E28930;
  border: solid 1px;
}

#plan h2 {
  margin-top: 50px;
  margin-bottom: 0px;
}

.planek {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

#rad {
  text-align: left;
}

.provozni-rad {
  display: flex;
  width: 100vw;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.rad-odrazky {
  width: 22rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  background-color: #E8E8E8;
  font-size: small;
  padding: 20px;
  line-height: 1.2;
  
}

.adresa {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-bottom: 1rem;
}

@media (max-width: 400px) {
  .adresa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
} 

.social img {
  margin-top: 5px;
  height: 1.5rem
}

.sponzori p {
  font-size: smaller;
  font-weight: bold;
  margin-bottom: 1rem;
}

.sponzori img {
  width: 5rem;
  height: fit-content;
  margin-bottom: 1rem;
}

.loga {
  display: flex;
  align-items: center;
  
}

.kontakt-qr {
  font-size: smaller;
  font-weight: bold;
}

.kontakt-qr p {
  margin-bottom: 0.5rem;
}

.qr {
  width: 5rem;
}

@media (max-width: 400px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
  }
}


