


.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 */
}

.open-door {
    background: #5f4a2d;
    height: 40px;
    padding: 7px 10px 10px 5px;
}

.open-door p{
    color:#fdf6ef;
    padding-right: 15px;
}

.open-door a{
    color:#fdf6ef;
   
}

.open-door img{
    width: 20px;
    height: auto;
    margin-right: 10px;
}



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

.flex-line {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row-reverse;
   
}



.tel {
    
    color:#fdf6ef;
    padding: 5px 20px;
    
    font-weight: 900;
    box-sizing: border-box;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 9px;
    z-index: 500;
    position: relative;
 
}



.tel p {
   color:#fdf6ef;
}

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

.headhp-motto {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.headre-motto {
   width: 50%; 
   padding-left: 40px;
}

.headre-motto h1 {
    color:#fff;
    font-size: 60px;
    padding-top: 50%;
    text-shadow: 3px 2px 4px rgba(0,0,0,0.8);
}

.headre-image-lev {
   z-index: 2; 
   margin-top: 260px;
   width: 300px;
   display: block;
    position: relative;
  z-index: 1;
}

.headre-imag-buble {
    position: absolute; 
    opacity: 0;                  /* na začátku neviditelný */
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    animation: bubblePop 0.8s ease-out forwards, bubbleFloat 3s ease-in-out infinite;
   animation-delay: 1s, 2s; 
    right: -180px;
    top: 60px;
}


@keyframes bubblePop {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.3) translateY(40px);
  }
  60% {
    opacity: 1;
    transform: translateX(-50%) scale(1.1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) translateY(0);
  }
}

@keyframes bubbleFloat {
  0%, 100% {
    transform: translateX(-50%) scale(1) translateY(0);
  }
  50% {
    transform: translateX(-50%) scale(1) translateY(-8px); /* pohup nahoru */
  }
}
  
  .headre-image {
     width: 30%;
     position: relative;
     display: inline-block;
           
  }

  
    .headre-image img{
     width: 100%;
     height: auto;
           
  }



.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: 300px;
  z-index: 500;
  position: relative;
  
}

.logo-in-shrink {
    width: 250px;
    margin-top: 8px;
}


.logo img{
    width: 100%;
}





header.head-hp-main {
    background: url("/images/header-1920.jpg");
    background-repeat: no-repeat ; 
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 750px;
    margin-top: 0px;
    
    
}



header.head-hp-evvo {
    background: url("/images/header-evvo-1900.jpg");
    background-repeat: no-repeat ; 
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 417px;
    margin-top: 100px;
    
}

.hp-main-top {
    width: 30%;
    margin-left: 70%;
    padding-top: 50px;  
    padding-right: 30px;
    border-right: 5px solid #95D6AB;
}

.hp-main-top-akce {
    width: 100%;
    
    padding-top: 30px;  
    padding-right: 30px;
    
}

.hp-main-top-akce p{
    text-align: center; 
    
    
}

.hp-main-top-akce h1 {
    font-size: 50px;
    color:#fff;
    font-family: "Love Ya Like A Sister", cursive;
    text-align: center; 
}



.hp-main-top h1{
    font-size: 50px;
    color:#fff;
    font-family: "Love Ya Like A Sister", cursive;
    text-align: right;
}

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

.brown {
   background: #fdf6ef;
   color:#433115; 
   text-align: center;
   font-size: 24px;
   padding: 8px 25px;
   width: 300px;
   margin: 15px auto;
   display: block;
   border-radius: 50px;
}



.page-top h1 {
    color:#fdf6ef;
    font-size: 35px;
    text-align: center;
    
    font-weight: 900;
    
}

.slider-h1 {
    color:#fdf6ef;
    font-size: 35px;
    text-align: left;
    
    
    font-weight: 900;
    text-transform: uppercase;
    
}


#dynamic-part {
  animation: fade 4s infinite; /* Efekt prolínání */
}

@keyframes fade {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

.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;
}








.arrow {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    z-index: 600;
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 50%;
    background:#a6f0fa; 
    
}



@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); /* Bílý slabý stín */
                
	}

	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); /* Mizí bílý stín */
                
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
                
	}
}

@media (min-width: 1921px)  {
  header.head-hp-main {  height: 1000px;}
  
  header.head-hp-evvo { height: 480px;    }
  .headre-motto h1 {font-size: 70px;padding-top: 65%;}
  .headre-image-lev {margin-top: 360px;width: 400px;}
  
}
  
@media (max-width: 1930px) {
   .fs20 {font-size: 18px;}
}

@media (max-width: 1700px) {
   
   .slider-h1 { font-size: 35px;}
   .fs20 {font-size: 16px;}
   .hp-main-top {
    width: 50%;
    margin-left: 50%;
    padding-top: 50px;  
    padding-right: 30px;
    border-right: 5px solid #95D6AB;
}
}



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


@media (max-width: 1200px) {
   .hp-main-top h14 {
      font-size: 55px;
    
    } 
    .hp-main-top h1 {
        font-size: 35px;
      }
    
    .page-top h1 {font-size: 35px;}

    header.head-hp-main {
        height: 70vh ;
        background-position: top center;
    }
    
   .hp-main-top { padding-top: 20px;}
   
    
    .tel p {
        font-size: 13px;
    }

    .tel img {
        margin-right: 5px;
        width: 18px;
    }
    
    .header-fixed.shrink {    
        padding: 1px 0px;
    }
    .header-fixed {
        padding: 1px 0px;
    }
    .header-hero {
        margin-top: 20px;
    }
    .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;}
    header.head-hp-evvo {
    background: url("/images/header-evvo-1900.jpg");
    background-repeat: no-repeat ; 
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-top: 50px;
    
   }
   .headre-image {
       width: 350px;
       
   }
   header.head-hp-main { height: 550px;}
   .headre-motto h1 {font-size: 45px;padding-top: 40%; }
   .headre-image-lev { margin-top: 180px;width: 250px;}
   .headre-imag-buble {width: 250px; right: -100px; top: 60px;}
    
}

@media (max-width: 1000px)  {
  .headre-motto h1 {font-size: 45px;padding-top: 50%; }
  .headre-motto {padding-left: 0px;}  
}

@media (max-width: 800px) {
   
    .page-top h1 {font-size: 28px;}   
    .hp-main-top {  width: 100%; margin-left: 0%;  } 
    .headre-image {width: 250px;  padding-top: 130px;}
    .open-door {padding: 7px 3px 10px 3px;}
    .main-menu { padding-left: 15px;;}
    .menu-tel {padding-top: 0px; padding-left: 0px;}
     header.head-hp-main { height: 90vh ; }
    .open-door a, .open-door img { display: none;}
    .name-ms p { text-align: center;}
    .logo { width: 250px;}
   
    .headre-motto h1 {font-size: 45px;padding-top: 70%; }
    .headre-image-lev {margin-top: 100px;width: 250px;}
    .headre-imag-buble {right: -100px;top: 60px;}
  
    
}

@media (max-width: 680px)  {
   .logo { width: 200px;} 
   .button-menu { margin-right: 15px;}
   .headre-image-lev {margin: 80px auto 0px auto;width: 250px;}
  
}

@media (max-width: 600px)  {
   .logo { width: 200px;} 
   .button-menu { margin-right: 15px;}
   .headre-motto h1 {font-size: 40px;padding-top: 30%;text-align: center;}
   .headre-imag-buble {
    width: 250px;
    right: -100px;
    top: -10px;
  }
  .headre-motto {
      width: 100%;
  }
  
  .headre-image {width: 100%; padding-top: 0px;}
  .button-hp{ margin: 20px auto 0px auto;}
  
}

@media (max-width: 500px) {
   
   .logo { width: 180px;} 
   .headre-image-lev {margin: 80px auto 0px auto;width: 200px;}
   .headre-imag-buble {right: -50px;top: 0px; width: 200px;}
   .headre-motto h1 {font-size: 30px;padding-top: 25%;text-align: center;}
}  

@media (max-width: 400px)  {
    .hp-main-top h1{ font-size: 35px; }
    .hp-main-top { padding-top: 20px;   }     
    .fs-26 {font-size: 20px;}
    .logo { width: 150px;}
    .headre-image-lev {margin: 100px auto 0px auto;width: 150px;}
   
    
    
}

