.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: #ededed;
    height: 40px;
    padding: 7px 10px 10px 5px;
}

.open-door p{
    color:#000;
    padding: 0px 10px;
    padding-bottom: 0px;
}

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

.open-door a:hover{
    color:#fdcc0e;
    
}



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



.menu-tel {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;
   position: relative;
   padding-top: 0px;
}

.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 {
    position:relative;
}

.head-right {
  position: absolute;
  right: 30px;
  margin-top: 150px;
}

.head-right p{
  color:#fdf6ef;
  text-align: center;
}
.point {
  width: 50px;
  margin: 0 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: 200px;
    z-index: 500;
    
    top: 50px;
}

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


.logo img{
    width: 100%;
}







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

.hp-main-top  img {
    width: 90px;
    margin: 30px auto;
    display: block;
}

.hp-main-top h1{
    font-size: 70px;
    color:#fdf6ef;
}

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










@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)  {

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

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



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

 
    
    .tel p {
        font-size: 13px;
    }

    .tel img {
        margin-right: 5px;
        width: 18px;
    }
    .hp-main-top {
        padding: 120px 15px 0px 15px;
         width: 95%; 
    }
    
    .header-fixed.shrink {    
        padding: 1px 0px;
    }
    .header-fixed {
        padding: 1px 0px;
    }
    .header-hero {
        margin-top: 100px;
    }
    .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;}
    
}

@media (max-width: 800px) {
   
    .page-top h1 {font-size: 28px;}   
    .hp-main-top { padding-top: 150px;   }  
    .open-door {padding: 7px 3px 10px 3px;}
    .main-menu { padding-left: 15px;;}
    .menu-tel {padding-top: 0px; padding-left: 0px;}
    .logo {top: 70px;}
    
}
 

@media (max-width: 400px)  {
    .hp-main-top h1{
        font-size: 34px;
      }
     .page-top h1 {font-size: 28px;} 

}

