.region-header-wrapper-shrink {
    background: #fff; /* Bílé pozadí */
    height: 100px; /* Minimální výška */
    width: 100%; /* Šířka přes celou obrazovku */
    position:  fixed; /* Fixní pozice */
    top: 0;
    left: 0;
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.2);
   -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.2);
   -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.2);
    z-index: 500; /* Viditelnost nad ostatními prvky */
}


.region-header-wrapper-shrink::after {
    content: ''; /* Virtuální obsah */
    display: block; /* Blokový element */
    height: 100%; /* Vynucení výšky */
}



.menu-tel {
   display: flex;
   flex-wrap: wrap;
}



.tel {
    border-radius: 100px;
    color:#fff;
    padding: 5px 20px;
    min-width: 100px;
    background:#B69E86;
    height: 41px;
    font-weight: 900;
    box-sizing: border-box;
    line-height: 30px;
    display: flex;
    margin-top: 9px;
    z-index: 500;
    position: relative;
 
}

.tel:hover {
  background: #505050;
  color: #fff;
  cursor: pointer;
  transition-duration: .2s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tel a {
   color:#fff;
}

.tel img {
    margin-right: 10px;
    width: 25px;
}

.headhp {
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    
}

.region-header-logo-menu-shrink {
    position: fixed;
    top: 0; /* Fixace k hornímu okraji */
    left: 0;
    right: 0;
    margin: 0 auto;
    
    padding: 15px 15px;
    z-index: 500; /* Ujistěte se, že se element zobrazuje nad ostatním obsahem */
    background: #fff; /* Bílé pozadí */
    height: 100px; /* Minimální výška */
    display: flex;
    justify-content: space-between;
}

.region-header-logo-menu {
    display: flex;
    justify-content: space-between;
}

.region-header-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.logo {
    width: 170px;
    z-index: 500;
    position: relative;
    margin-left: 30px;
    
}

.logo-in-shrink {
    width: 170px;
    
}


.logo img{
    width: 100%;
}



header.head-hp-main {
    background: url("/images/pozadi-2000.jpg");
    background-repeat: no-repeat ; 
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 70vh ;
    
    
}



header.inner-page-header {
    background: #ddefef;
    width: 100%;
   height: 90px ;  
    
}







.mainContent {
 z-index: 2;
}

.hp-main-top {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;   
}

.page-top {
    padding-top: 50px;
    width: 100%; 
    
}

.page-top h1 {
    color:#fff;
    font-size: 45px;
    
    font-weight: 900;   
}

.slider-h1 {
    color:#1f8a8c;
    font-size: 50px;
    padding-left: 40px;
    font-weight: 900;
    
    text-transform: uppercase;  
    
}

.slider-h1-big {
    color:#54B9BB;
    font-size: 35px;
    padding-left: 40px;
    font-weight: 900;
    
    
}




.page-top h2 {
    color:#fff;
    font-size: 35px;
    text-align: center;
    text-shadow: -1px 1px 5px rgba(0,0,0,0.6);
    font-weight: 900;
}

.page-top p {
    color:#fff;
    font-size: 20px;
    text-align: center;
    
}


.page-top h3 {
    color:#fff;
    font-size: 45px;
    text-align: center;
    text-shadow: -1px 1px 5px rgba(0,0,0,0.6);
    font-weight: 900;
}

.hp-main-bottom {
    
    
}


.hp-main-bottom-in {
   display: flex;
   flex-direction: row-reverse;
   flex-wrap: wrap;
   box-sizing: border-box;
   margin-top: 200px;
   position: absolute;
   bottom: 0px;
   width: 100%;
   height: auto;
} 

.hp-main-bottom-in p, .hp-main-bottom-in h3, .hp-main-bottom-in h4 {
    color:#fff;
}

.hp-main-bottom-in h3, .hp-main-bottom-in h4, .hp-main-bottom-open p{
    text-align: center;
}

.hp-main-bottom-in h3, .hp-main-bottom-in h4 {
    text-transform: uppercase;
    font-size: 23px;
}
.hp-main-bottom-text {
    margin-top: 150px;
    width: 500px;
    box-sizing: border-box;
}

.hp-main-bottom-button {
    padding: 20px 30px;
    border: 2px solid #fff;
    color: #fff;
    height: 60px;
    border-radius: 10px;
    margin: 150px 30px 0px 30px;
}

.hp-main-bottom-button:hover {   
    color: #4db856;
    background: #fff;
    cursor: pointer;
}

.hp-main-bottom-img {
   width: 400px;
   margin-right: 30px;
   
}

.hp-main-bottom-img img {
   width: 100%;
   height: auto;
}

.hp-main-bottom-open {
    width: 260px;
    padding-top: 100px;
    display: none;
}

p.open-time {
   margin-top: 20px;
   padding-top: 15px;
   border-top: 1px solid #fff;
   font-weight: 700;
}


.place {
    display: flex;
    margin-top: 5px;
    
}

.place p{
    padding-top: 15px;
    padding-left: 10px;
}
.place img{
   width: 30px;
}

.hp-main-top h3 {
    color: #4db856;
    font-size: 40px;
    text-shadow: -1px 1px 5px rgba(0,0,0,0.6);
}





@media (min-width: 1921px) {
  
  .hp-main-top {width: 65%;}
   header.head-hp-main {height: 60vh;}
  
}





@media (max-width: 1930px) {
   .fs20 {font-size: 18px;}
    
   
}

@media (max-width: 1700px) {
   .hp-main-top { width: 90%; padding-top: 60px;   }
   .slider-h1 { font-size: 50px;}
   .slider-h1-big { font-size: 35px;}
   .fs20 {font-size: 16px;}
  
}

@media (max-width: 1600px) {
   header.head-hp-main {height: 85vh;}
    
   
}

@media (max-width: 1400px) {
  .menu-tel {
        padding-top: 20px;
    }
   .tel {   
        border-radius: 100px;
        padding: 8px 15px;
        min-width: 80px;
        height: 40px;
        font-weight: 900;
        box-sizing: border-box;
        line-height: 22px;
        display: flex;
        margin-top: 0px;
        margin-left: 10px;
   
    }  
    
}


@media (max-width: 1200px) {
     header.head-hp-main {    background: url("/images/pozadi-1200.jpg");  background-repeat: no-repeat ; height: auto ; background-position:  top right }
    .hp-main-bottom-text {width: 400px;}
    .page-top h1 {font-size: 35px;}
    .hp-main-bottom-img { width: 300px;}
    .hp-main-bottom-in { flex-direction: column-reverse; margin-top: 200px;}
    .hp-main-bottom-button { width: 180px;  margin: 30px 30px 20px 30px;}
    .hp-main-bottom {  padding: 30px;     }
    
    
     
    

    .hp-main-top {
        padding: 0px 15px 0px 15px;
         width: 96%; 
    }
  
    .header-fixed.shrink {    
        padding: 1px 15px;
    }
    .header-fixed {
        padding: 1px 15px;
    }
    .header-hero {
        margin-top: 60px;
    }
    .page-top h3 {
        color:#fff;
        font-size: 30px;
        text-align: center;
        text-shadow: -1px 1px 5px rgba(0,0,0,0.6);
        font-weight: 900;
    }
    .page-top {padding-top: 40px;}
    .head-right { display: none; }
    
}



@media (max-width: 730px) {
      header.head-hp-main {    background: url("/images/pozadi-800.jpg");  background-repeat: no-repeat ; height: auto ; background-position:  top right }
    .slider-h1-big { font-size: 30px;}
    
    .hp-main-top { padding-top: 0px;   }  
    .logo { width: 160px; margin-top: 0px; margin-left: 0px;}
    .hp-main-bottom-text { box-sizing: border-box; width: 330px; margin-top: 50px;}
    .hp-main-bottom-in { width: 90%; margin-top: 150px;}
    p.open-time {margin-top: 20px;padding-top: 15px; font-size: 14px;}
    .hp-main-bottom-button { width: 180px;   margin: 20px 20px 20px 0px;} 
    .hp-main-bottom {  padding: 0px 30px; }
    .slider-h1 {   font-size: 45px;  }
    .hp-main-top h3 { font-size: 30px;}
    .content-left {margin-top: 0px;}
}


@media (max-width: 400px)  {
    
     .page-top h1 {font-size: 28px;} 
       .arrow {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 40px;
      }
       .arrow img {
        width: 30px;
        margin: 20px 20px 0px 20px;
      }
      
      .tel a {
          font-size: 15px;
          padding: 8px 10px;
          min-width: 60px;
      }
      .tel  {
          
          padding: 8px 5px;
          min-width: 60px;
      }
       .logo {
    width: 160px;
    margin-top: 0px;
  }
}

