html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
html, body { scroll-behavior: smooth; }
ol, ul {  }
input:focus, textarea:focus { outline:0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
label { cursor:pointer; }
img { display:block; }
iframe {  }
input[type=submit] { -webkit-appearance: none; }

::selection { text-shadow:none !important; background:#ccc; color:#111; }
::-moz-selection { text-shadow:none !important; background:#ccc; color:#111; } 

.right { float:right !important; }
.left { float:left !important; }
.clear { clear:both; display:block; height:0; overflow:hidden; }
.none { display:none; }
.justnone { display:none !important; }
.br { display:block; }

body { background:#eee; color:#222; line-height: 22px; font-size:18px; font-family: 'PT Sans', sans-serif; }
					
@media (max-width:1885px) {

}

.text_main {    background-color: #ce94793b;}

.hlavni-menu {
  background-color: #fff;
  border-bottom: 1px solid #eee;
      padding: 25px 30px;
  position: sticky;
  top: 0;
  z-index: 9000000000000009;
}

.hlavni-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hlavni-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.hlavni-menu a:hover {
  color: #cd9379;
}

.hero {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.hero img {
      width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 160;
    filter: blur(9px) opacity(0.7);
}

.overlay {
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 32345;
}

.overlay h1 {
  font-size: 3em;
  margin: 0;
  margin-bottom: 15px;
      font-size: 52px;
    text-transform: uppercase;
}

.overlay p {
  font-size: 1.2em;
  margin: 10px 0;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #cd9379;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
}

section {
  padding: 120px 20px;
  
  margin: 0 auto;
}

section h2 {
  text-align: left;
  margin-bottom: 40px;
}

.o-nas p {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
}

.galerie {    background-color: #ffffff;}

.galerie .obrazky {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.galerie h2 {
    text-align: center; font-size: 28px ; text-transform: uppercase;
}

.galerie .obrazky img {
  width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.kontakt p {
  font-size: 1.1em;
  line-height: 1.6;
}

.druhy-nehtu {
  padding: 120px 20px;
  background-color: #ffffff;
}

.druhy-nehtu h2 {
  text-align: center;
  margin-bottom: 40px;
      font-size: 28px;
    text-transform: uppercase;
}

.druhy-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.typ-nehtu {
  max-width: 300px;
  text-align: center;
}

.typ-nehtu img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.typ-nehtu h3 {
  margin-top: 15px;
  font-size: 1.2em;
}

.typ-nehtu p {
  font-size: 1em;
  line-height: 1.5;
}
.top-bar {
  background-color: #ce9479;
  padding: 10px 0;
  font-size: 0.9em;
  border-bottom: 1px solid #ce9479;
}

.top-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.top-content a {
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.top-content a:hover {
  color: #ffffff;
}

.top-content svg {
  vertical-align: middle;
  fill: #ffffff;
}

.o-me {
  padding: 120px 20px;
  background-color: #fff;
}

.o-me-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.o-me-text {
  flex: 1 1 500px;
}

.o-me-text h2 {
  margin-bottom: 20px;
  font-size: 2em;
}

.o-me-text p {
  font-size: 1.1em;
  line-height: 1.6;
  width: 85%;
}

.o-me-foto {
  flex: 1 1 300px;
  text-align: center;
}

.o-me-foto img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;

}

.kde-me-najdete {
  display: flex;
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
  background-color: #e7dad3; /* PŘIDÁNO – to vyplní šedé místo */
  overflow: hidden;
}

.lokace-mapa {
  flex: 0 0 60%;
  height: 100%;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.lokace-mapa iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.lokace-info {
  flex: 0 0 40%;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1.6;
  background-color: transparent; /* transparentní, ne šedá */
  z-index: 2;
}

.proc-ke-mne {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}

.proc-ke-mne h2 {
  margin-bottom: 40px;
  font-size: 2em;
}

.vyhody-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.vyhoda {
  flex: 1 1 200px;
  max-width: 250px;
}

.ikona {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}

.ikona svg {
  width: 100%;
  height: 100%;
}

.vyhoda h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.vyhoda p {
  font-size: 1em;
  color: #555;
}

.spodni-kontakty {
  background-color: #e7dad3;
  padding: 120px 20px;
  text-align: center;
}

.spodni-kontakty h2 {
  text-align: center;
  font-size: 28px;
   text-transform: uppercase;
  margin-bottom: 40px;

}

.kontakt-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.kontakt-polozka {
  flex: 1 1 200px;
  min-width: 200px;
}

.kontakt-polozka h3 {
  font-size: 1.1em;
  margin-bottom: 8px;
}

.kontakt-polozka p {
  font-size: 1em;
  color: #444;
}

.kontakt-polozka a {
  color: #333;
  text-decoration: none;
}

.kontakt-polozka a:hover {
  color: #cd9379;
}

footer {
  background-color: #f8f8f8;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #777;
}

.cenik {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px;
  gap: 20px;
  flex-wrap: wrap;
}

section.cenik .nadpis {width: 100%; text-align: center;}
section.cenik .nadpis h2 {
      text-align: center;
    font-size: 52px;
    text-transform: uppercase;
}
section.cenik .nadpis h3 {
      text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #cd9379;
    margin-bottom: 20px;
}

.cenik-levy, .cenik-pravy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
      
}

.cenik-levy {    text-align: right;}
.cenik-pravy {    text-align: left;}

.polozka, .cena {
     font-size: 18px;
    padding: 16px 0;
    text-transform: uppercase;
    color: #0000009e;
        width: 60%;
            line-height: 22px;
}

.polozka {    margin-left: auto;}

.cena {
      color: #000000ad;
    font-weight: 700;
}

.stredni-cara {
      width: 2px;
    background-color: #9999999e;
    margin: 0 25px;
}

p.center {text-align: center; margin-top: 40px;}

section.logo_hellen { margin: 0px auto; padding:0; background-color: black; display: none; }
section.logo_hellen img { width: 100%; max-width: 300px; margin: 0 auto; }

/* Responzivní úprava */
@media (max-width: 700px) {
  .polozka, .cena { width: 80%; }
}

@media (max-width: 550px) {
  .polozka, .cena { width: 90%; }
}

@media (max-width: 470px) {
  .polozka, .cena { width: 100%; }
  
  .cena {width: 100%;}

  .polozka, .cena { font-size: 16px; padding: 12px 0;}
  .cenik { padding: 100px 10px;}
  .cenik-levy { margin-left: 43px; }
      .stredni-cara { margin: 0 10px; }
 }