
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-background {
  position: relative;

}

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 501;
  background:#fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4); /* Např. jemný stín pro odlišení */
}

/* Po scrollu */
.header-fixed.shrink {
  background: #fff; /* Bílé pozadí přes celou šířku */
  box-shadow: 0 2px 5px rgba(0,0,0,0.4); /* Např. jemný stín pro odlišení */
  padding: 1px 0; /* Nějaký padding, aby nebyla výška 1px */
}

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

/* Pro zmenšené logo můžete upravit výšku obrázku, pokud potřebujete */
.header-fixed.shrink .logo img {
  max-height: 150px; /* Pokud chcete zmenšit logo při scrollu */
}


/* Pokud potřebujete, aby horní část (logo+menu) měla bílé nebo jiné pozadí, můžete tady dát background-color */
.region-header-logo-menu.container {
  /* Např. pokud chcete poloprůhledné pozadí: */

  
}

.header-hero {
  /* Nyní musíte zajistit, aby obsah hero nebyl schován pod fixním menu.
     Například, pokud je výška fixního menu 100px, dejte margin-top: 100px */
  margin-top: 100px; /* Upravte dle potřeby, aby hero text začínal až pod menu */
}


p {
    font-size: 18px;
    color: #717677;
    font-family: "Nunito", sans-serif;
}

.p-title {
    padding: 20px 100px;
}

.tac {
    text-align: center;
}

.fs40 {
    font-size: 40px;
    font-weight: 900;
}

.fs50 {
    font-size: 50px;
    font-weight: 900;
}

.fs20 {
    font-size: 20px;
}

body {
  font-family: "Nunito", sans-serif;
  color: #585857;
  
}

/* Full-Width Sections */
header, main, footer {
  width: 100%;
  position: relative;
}




/* Container Styling */
.container {
  width: 70%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;

}

a {
    color:#31798E;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color:#ebb799;
    font-weight: 700;
}




/* Header Specific */
header {
  
  padding: 20px 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Logo Region */
.header__logo {
  flex: 1;
}

.header__logo img {
  max-height: 80px;
  transition: max-height 0.3s ease;
}

header.shrink .header__logo img {
  max-height: 50px;
}

/* Slogan Region */
.header__slogan {
  flex: 2;
  font-size: 16px;
  font-style: italic;
  color: #666;
  text-align: center;
}

/* Primary Menu Region */
.header__menu {
  flex: 3;
  display: flex;
  justify-content: flex-end;
}

/* Shrinking Header on Scroll */
header.shrink {
  padding: 10px 0;
}



  .header__logo,
  .header__slogan,
  .header__menu {
    margin-bottom: 10px;
  }

  .header__menu {
    justify-content: center;
  }


 h1, h2, h3, h4, h5 {
   color:#31798E; 
   font-family: "Nunito", sans-serif;
}

h2 {
    font-size: 30px;
}



h4 {
    font-size: 22px;
}





/* footer
---------------------------------------- */
  .footer-main {
     position: relative;
     
     background: url("/images/grey-up.svg")no-repeat ;
     background-position: top;
     padding-top: 100px;
     
     width: 100%;
 }
   

.footer-background {
    background:  #f2f2f2;
    position: relative;
    
    
}

.footer-lion {
    position: absolute;
    right: -50px;
    top: -120px;
    width: 300px;
    z-index: 1;
    
}

.footer-lion img{
   width: 100%; 
   height: auto;
}


#user-login-form {
    width:60%;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
    
    
}

#user-login-form input {
    padding: 15px;
    margin-top: 10px;

}

.footer-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#fff;
    padding-bottom: 50px;
    padding-top: 100px;
    
}

.footer-in h2 {
    margin-bottom: 25px;
    
}



.footer-content-01 img, .contact-01 img{
   margin-right: 10px; 
}

.footer-content-01, .footer-content-02 {
 width: 49%;
 z-index: 10;
  
}




.footer-content-01 p {
  
  margin-top: 10px;
  font-weight: 400;  
  list-style: none;
  color:#717677;
  
}

.footer-content-01 a {
  color: #31798E;
  text-decoration: none;  
}

.footer-content-01 a:hover {
  color: #31798E;
  
}

.ft-con img {
    width: 30px;
    background: #95D6AB;
    border-radius: 8px;
    padding: 10px 10px;
    width: 50px;
    height: 50px;
    
}

.ft-con p {
    line-height: 30px;
    margin-top: 0px;
    font-size: 15px;
}

.ft-con1 img {
    width: 30px;
    background: #ebb799;
    border-radius: 8px;
    padding: 10px 10px;
    width: 50px;
    height: 50px;
    
}

.ft-con1 p {
    line-height: 30px;
    margin-top: 0px;
    font-size: 15px;
}


.f-link {
   background: #99d7ae;
   padding: 10px;
}

#block-studiografix5-content {
   width: 70%;
   margin: 0 auto;
   padding: 0 20px;
   position: relative;
}





.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mb200 { 
  margin-bottom: 200px;
}



 /* Kontakt 
---------------------------------------- */  
 .contact-in {
     flex-wrap: wrap;
     padding-top: 250px;
     justify-content: space-between;
 }
 
 .contact-01 {
     width: 30%;
     margin-top: 20px;
 }
 
 .contact-01 h3{
     margin-bottom: 20px;
     font-size: 25px;
 }
 
  
  .relative {
     position: relative;  
  }
  





.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.love {
   font-family: "Love Ya Like A Sister", cursive; 
}

.hp-button  {
    width: 700px;
    margin: 50px auto;
      
}


.button-menu {
 
  
  background: #31798E;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  webkit-box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  -moz-box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  -webkit-transition: -moz-transform .5s ease-out;
  -moz-transition: -webkit-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  transition: transform .5s ease-out;
  z-index: 100;
  position: relative;
  
}
.button-menu:hover {
  background: #95D6AB;
  color: #fff;
  cursor: pointer;
  transition-duration: .2s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.main-menu {
    padding-top: 10px;
}





.button1 {
  width: 200px;
  margin-top: 30px;
  background: #31798E;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 20px 10px;
  webkit-box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  -moz-box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  -webkit-transition: -moz-transform .5s ease-out;
  -moz-transition: -webkit-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  transition: transform .5s ease-out;
  z-index: 100;
  position: relative;
  
}
.button1:hover, .button2:hover {
  background: #95D6AB;
  color: #fff;
  cursor: pointer;
  transition-duration: .2s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}




.table-cenik {
  width: 100%;
  overflow: scroll;
}
table {
  border: 0;
  margin: 0 0 10px;
  width: 100%;
}
table td {
  
  padding: 15px 8px;
  line-height: 1.3em;
  border-radius: 0;
  font-size: 20px;
  background-image: none;
  border-spacing: 0;
  border-bottom: 1px solid #999;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 700;
}
tr {
  border-spacing: 0;
  border: 0;
}





.fs18 {
  font-size: 22px;
}

.fs35 {
  font-size: 35px;
}

.p-center {
    padding: 0px 150px ;
}

.center {
  display: block;
  margin: 20px auto;
}



.cookiesjsr-banner {
   background-color: #f2f2f2 !important;
   color:#717677!important;
}
.cookiesjsr-btn {
   background-color: #31798e !important; 
   color:#fff !important;
}

.cookiesjsr-btn:hover {
   background-color:#ebb799 !important; 
   color:#fff !important;
   
}


.cookiesjsr-btn.important {
    color:#fff!important;
}

.cookiesjsr-btn.important:hover {
   background-color: #ebb799 !important; 
   color:#fff !important;
}
.cookiesjsr-links.links--row li a {
  color:#717677 !important;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab, .cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background: #f2f2f2 !important;
  color:#717677!important;
  
}
.cookiesjsr-btn.invert {
  
  border-color: #95d6ab  !important;
  
}

.cookiesjsr-service--description h3 {
  color:#717677!important;  
}


.galeri-main {
  margin-top: 30px;  
}


.galeri-img {
  width: 32%;
  margin-right: 10px;
  margin-bottom: 7px;
  
 
  

}

.galeri-img img{
  width: 100%;
  height: auto;
  border-radius: 20px;

}


        
/* terapie
---------------------------------------- */
       
.content-hp-01 {
        width: 50%; 
        box-sizing: border-box; 
	position:relative;
	padding:30px 30px;		
	transition:all 1s;
	&:after,&:before{
		content:" ";
		width:0px;
		height:0px;
		position:absolute;
		border:0px solid #fff;
		transition:all 1s;
		}
	&:after{
		top:-2.5px;
		left:-2.5px;
		border-top:3px solid #bcd08f;
		border-left:3px solid #bcd08f;
	}
	&:before{
		bottom:-2.5px;
		right:-2.5px;
		border-bottom:3px solid #bcd08f;
		border-right:3px solid #bcd08f;
	}
	&:hover{
		border-top-right-radius:0px;
	        border-bottom-left-radius:0px;
                background: #d6dfb4;
                cursor: pointer;
		
		&:before,&:after{
			
			width:100%;
			height:100%;
			
		}
	}
}

.hr1 {
  border-right:3px solid #d6dfb4;
  border-bottom:3px solid #d6dfb4;  
}

.hr2 {
 
  border-bottom:3px solid #d6dfb4;  
}

.hr3 {
  border-right:3px solid #d6dfb4;
  border-bottom:3px solid #d6dfb4;
}

.hr4 {
 
  border-bottom:3px solid #d6dfb4;
}
.hr5 {
  border-right:3px solid #d6dfb4;
  border-bottom:3px solid #d6dfb4;
}

.hr6 {
 border-bottom:3px solid #d6dfb4;
  
}
.hr7 {
  border-right:3px solid #d6dfb4;
  
}

.hr8 {
 
  
}



.tabs-left {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.tabs-right {
  display: flex;
  flex-direction: column;
  width: 28%;
}


.tabs-header {
  display: flex;
  margin: 60px 0px 0px 30px;
  width: 100%;
}

.tab.active {
  background-color: #95D6AB;
  font-weight: bold;
  color: #fff;
}

.tab2 {
   padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: none;
  background-color: #31798E;
  margin-right: 5px ;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tab-content2 {
   background-color: #F2F2F2;
  border-radius: 20px;
  padding: 30px; 
}

.tab-content  {
  display: none;
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 30px;
}

.tab-content.active {
  display: block;
}

p.title {
    color:#31798E;
    font-weight: 700;
}

p.text {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #31798E;
}

.tab {
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: none;
  background-color: #EBB799;
  margin-right: 5px ;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tab img, .tab2 img {
  width: 23px;
  height: 23px;
  
}



.cenikweb-main {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}


.doc-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  
}

.doc {
    width: 48%;
    border-left: 8px solid #EBB799;
    
    margin-bottom: 20px;
    
    padding: 5px 5px 5px 15px;
}

.mt10 {
    margin-top: 10px;
}


   

.hp-top-content h3 {
   width: 30%; 
   font-size: 22px;
}

.hp-top-content p {
   width: 68%; 
   
}

.c-green {
    color:#fff;
    font-family: "Love Ya Like A Sister", cursive;
    text-align: right;
}

.fs-26 {
    font-size: 25px;
    font-weight:900;
}



.argumety-main {
    background: url("/images/grey-up.svg"), url("/images/grey-down.svg") ;
    background-position: top , bottom; 
    background-repeat: no-repeat; 
    padding: 100px 0px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.argumety-grey {
    background: #f2f2f2;
    padding: 100px 0px;
} 

.argumety-item {
    width: 20%;
}

.argumety-item-img {
    margin: 20px auto;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 800px; /* pro jemný 3D pocit */
    will-change: transform;
}

.argumety-item-img img{
    margin: 0px auto;
    display: block;
    transform-origin: 50% 50%;
   transition: transform 120ms cubic-bezier(.2,.9,.3,1);
   height: auto;
}

/* definice jemného kolísání (idle animation) */
@keyframes subtle-tilt {
  0%   { transform: rotate(-5deg) translateZ(0); }
  50%  { transform: rotate(5deg) translateZ(0); }
  100% { transform: rotate(-5deg) translateZ(0); }
}

/* spouštěno pouze když rodič dostane třídu .in-view */
.argumety-item.in-view .argumety-item-img img {
  animation: subtle-tilt 2.6s ease-in-out infinite;
}

/* lehké rozlišení animací pro jednotlivé položek (stagger) */
.argumety-in .argumety-item:nth-child(1).in-view  .argumety-item-img img { animation-delay: 0s; }
.argumety-in .argumety-item:nth-child(2).in-view  .argumety-item-img img { animation-delay: 0.6s; }
.argumety-in .argumety-item:nth-child(3).in-view  .argumety-item-img img { animation-delay: 1.2s; }
.argumety-in .argumety-item:nth-child(4).in-view  .argumety-item-img img { animation-delay: 1.8s; }

/* při hover jemné zvětšení a natočení (volitelné) */
.argumety-item-img:hover img,
.argumety-item-img:focus-within img {
  transform: scale(1.06) rotate(6deg);
}

/* respektuj preference pro sníženou animaci */
@media (prefers-reduced-motion: reduce) {
  .argumety-item.in-view .argumety-item-img img,
  .argumety-item-img:hover img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

.argumety-item-title h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.argumety-item-text {
    text-align: center;
}

.argumety-grey h2 {
    font-size: 40px;
    margin-bottom: 40px;
}



.bod {
    width: 10px;
    height: 10px;
    background:#717677;
    border-radius: 50px;
    margin: 10px auto;
}






li::marker {
    padding-left: 10px;
    width: 10px;
    
}




        

        .form-grid input {
            width: 100%;
            padding: 18px;
            border: 1px solid #ccc;
            border-radius: 30px;
            font-size: 14px;
        }            
         #edit-submit, #edit-submit--2 {
            width: 200px;
            margin: 20px auto;
            padding: 20px;
            background-color: #234E13;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 18px;
            cursor: pointer;
            
            
        }

        #edit-submit:hover, #edit-submit--2:hover {
            background-color: #d6dfb4;
            color: #234E13;
        }
        
        

        
        



h2.h-like {
  font-family: "Love Ya Like A Sister", cursive;  
  color: #31798E;
  font-size: 35px;
}

.like {
  font-family: "Love Ya Like A Sister", cursive;    
}
   




#user-login-form {
    width:60%;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
    
    
}

#user-login-form input {
    padding: 15px;
    margin-top: 10px;

}

.footer-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#fff;
    padding-bottom: 50px;
}





.contact-01 img{
   margin-right: 10px; 
   width: 30px;
}

.contact-d a{
  line-height: 30px;
}

.boxalert {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color:#234E13;
    border: 2px solid #d3e0b6;
    padding: 20px;
}

.next {
    background: #31798e;
    padding: 10px 0px 0px 15px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-left: 83%;
}

.next:hover {
  cursor: pointer;
  background: #95d6ab;
}

.akce-main {
    margin-top: 50px;
}

.akce-item {
    box-shadow: 0px 3px 6px #00000029;
    width: 30%;
    background: #f2f2f2;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 25px;
    position: relative;
}

.akce-datum {
    
}

.akce-title {
  padding-bottom: 15px;  
}

.akce-text p {
   font-size: 16px; 
}

.calendar-ico {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #95d6ab url('/images/calendar.svg') no-repeat center;
    background-size: 28px 28px;
    background-position: 6px 6px;
    border-radius: 0px 0px 10px 10px;
    right: 20px;
    top: 0px;
}

.calendar-ico img{
    width: 28px;
    margin-top: 5px;
    margin-left: 5px;
}

.line {
    border-bottom: 2px dashed #717677;
    margin: 30px 0px;
}

.h4-head {
  font-style: normal;
  border-radius: 30px;
  background:#95d6ab;
  padding: 5px 20px;
  color:#fff;
  display: inline-block;
  font-size: 20px;
}

.w50 {
    width: 48%;
}

.name-ms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: right;
    margin-top: -25px;
    margin-bottom: 10px;
    width: 240px;
    float: right;
}

.name-ms p {
    font-size: 15px;
    display: inline-flex;
    align-items: flex-end; /* zarovná na spodní lince */
}

.name-ms img {
   width: 20px; 
   margin-left: 10px;
   display: inline-block;
   vertical-align: baseline; /* zarovná s textovou linkou */
}

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

.c-blue {
    color:#31798E;
    font-size: 24px;
}

span.underlie {
    text-decoration: underline;
}

.butt-emoce {
    margin: 30px auto;
    animation: pulse 2s infinite;
    
    
}

.emoce-main {
   margin: 100px auto 0px auto;
   width:80%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.emoce-main-text {
   width: 60%; 
}

.emoce-main-img {
  width: 39%; 
  position: relative;
  display: inline-block;  
}

.emoce-main-img-lev {
    margin-top: 60px;
}

.emoce-main-img-lev img {
  
  display: block;
  position: relative;
  z-index: 2; /* lev je nad pozadím, ale pod bublinou */
}

.emoce-main-img-buble {
  position: absolute;
  top: 40px;          /* bublina nad lvem */
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  opacity: 0;
  transition: all 0.8s ease;
  z-index: 3; /* bublina nad lvem */
  pointer-events: none;
}

.emoce-main-img-buble.show {
  top: -40px;         /* posune víc nad lva */
  opacity: 1;
  transform: translateX(-20%) scale(1.5);
}

.emoce-main h2 {
    font-size: 40px;
}

.fs40 {
   font-size: 40px; 
}


.emoce-main img{
  
   width:100%;;
}

.provoz-doba-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.provoz-doba {
    width: 31%;
}

.pocty-main {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 20px;
}

.emoce-content {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   justify-content: space-around; 
   margin-top: 150px;
}

.emoce-box-flex {
  width: 15%;
  margin-bottom: 50px;
}

.emoce-box-flex-reverse {
  width: 15%;
  margin-bottom: 50px;
}

.emoce-img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    align-items: center;
    display: grid;
    position: relative;
    
}



.emoce-img .bublina {
  position: absolute;
  top: -140px; /* uprav podle pozice bubliny */
  left: 0;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none; /* neblokuje hover */
  z-index: 2;
  width: 250px;
  height: auto;
}

.emoce-img .postavicka {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.emoce-img:hover .bublina {
  opacity: 1;
  transform: scale(1);
}



.emoce-img img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    
}

.emoce-text {
     padding-top: 25px;
     text-align: center;
}

.emoce-text h2 {
     padding-top: 10px;
     font-size: 21px;
     text-align: center;
}

.pocty {
    width: 31%;
    color: #31798E;
    background: #fff;
    border-radius: 30px;
    padding: 20px 0px;

}

.pocty  p {
  color: #31798E;  
  font-size: 20px;
}

.pocty p {
  color: #31798E;  
  font-size: 20px;
}

p.number {
   color: #31798E;
   font-size: 80px;
   text-align: center;
   
}





/* Média - min
---------------------------------------- */

@media (min-width: 1921px) {
    
    
    .container, #block-studiografix5-content  {width: 60%;}
    
   
    .hp-contact-main {     
        background-size: 100%;        
    }
    .hp-servis-main h2 {
        padding-top: 400px; 
    }
    
    
    .contact-in {
        padding-top: 350px;
    }
    
   
  
  
  
  
  
  .akce {padding-bottom: 150px;}
}


#cookies-docs {
    width: 70%;
    margin: 0 auto;
    padding: 20px 20px 160px 20px;
}
.disclaimer {
    font-size: 20px;
    text-align: center;
}

#user-login-form {
    margin-bottom: 150px;
}

.emoce-page-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.emoce-page-text {
   width: 68%;  
}

.emoce-page-img {
   width: 30%; 
}

.emoce-page-img img{
   width: 100%; 
   height: auto;
}

.hneda {
  color: #833302; 
  margin: 5px 0px;
  display: inline-block;
  width: 70px;
}

.seda {
  color: #4e4e4e; 
  display: inline-block;
  width: 70px;
  margin: 5px 0px;
}

.cervena {
  color: #bc0b0b; 
  display: inline-block;
  width: 70px;
  margin: 5px 0px;
}
.oranzova {
  color: #fe6816; 
  display: inline-block;
  width: 70px;
  margin: 5px 0px;
}

.zluta {
  color: #feb611; 
  display: inline-block;
  width: 70px;
  margin: 5px 0px;
}

.fialova {
  color:#a528ff; 
  display: inline-block;
  width: 70px;
  margin: 5px 0px;
}













/* Média - max
---------------------------------------- */

@media (max-width: 1921px) {
    #user-login-form {
       width:80%;
    }
    .hp-contact-main {
    padding: 60px 20px 50px 20px;
  }
  
  

  
} 

@media (max-width: 1700px) {
    .container,#cookies-docs, #block-studiografix5-content {width: 90%;}
    .p-center { padding: 0px 300px ;}
    .gallery-img { width:33.3%;}
    .rezervace-main { width:50%;  } 
    .page-main-full {background: none; }
    
}







@media (max-width: 1200px) {
  .p-center { padding: 0px 0px ;}
   .bt-right { margin-top: 20px;}
  .bt-right img { width: 300px; height: auto; margin-left: 50px;}
  .container,#cookies-docs, #block-studiografix5-content {width: 95%;}
  
  #user-login-form {
    width:95%;  
   }
   .footer-content-01,.footer-content-logo, .hp-servis, .agrument-content-left,.agrument-content-right, .contact-01, .footer-content-02 {
    width: 100%; 
   } 
   .footer-lion {
     right: 50px;  
   }
   
   .footer-content-01,.footer-content-logo {
    margin-top: 25px;
   } 
   .fs50 {
       font-size: 30px;
   }
   .fs20 {
       font-size: 16px;
   }
   .fs-26 {font-size: 20px;}

    
    #user-login-form {
        width:90%;
        margin: 0 auto;
        padding: 50px 20px 50px 20px;
    }
    #block-studiografix5-content {
     margin-top: 70px;  
    }

    .argumety-main {
      margin-top: 62px;  
    }
    
    .swiper-container {
      padding-top: 0px;
    }
    #block-studiografix5-provozms {
    margin-top: -100px;
   }
    
    
    .content-hp-01 { width: 100%;  padding: 20px 20px;}
   .boxalert {width: 100%;}
    .akce-item {  width: 47%;    }
   .doc { width: 46%;margin-right: 10px;} 
   .galeri-img {width: 48%;}
   .emoce-main {width:100%;  }
   
   .emoce-box-flex, .emoce-box-flex-reverse {width: 32%;}


}

@media (max-width: 1000px)  {
    .argumety-item {width: 48%; margin-bottom: 30px;}
    .p-title { padding: 20px 50px;}
    .w50 {width: 100%;}
    
    .emoce-box-flex, .emoce-box-flex-reverse {width: 47%;}
}


@media (max-width: 800px) {
    .hp-button {width: 650px;margin: 30px auto;}
    .mt60 {margin-top: 60px;}
    .tabs-left, .tabs-right {width: 100%;}
    .footer-content-logo { width: 200px; margin : 0 auto; }
    .footer-content-logo img {width: 100%;}
    .doc { width: 100%; margin-right: 0px;} 
    .galeri-img {width: 100%; margin-right: 0px;}
    
    .hp-top-content h3 { width: 100%; font-size: 22px;}
    .hp-top-content p { width: 100%;}
    .footer-lion {width: 200px; right: 50px; top: -50px;  }
    
    
    
    .mb200 {margin-bottom: 100px;}
   
    
    .page-in {width: 100%; margin-top: 20px;}
     table td {font-size: 18px;}
     .akce-item {  width: 100%; margin-right: 0px;   }
     .p-title { padding: 20px 20px;}  
     .emoce-main-text{width: 100%; margin-bottom: 60px;}
     .emoce-main-img {width: 100%;}
     .c-blue { font-size: 20px;}
     .emoce-page-text, .emoce-page-img {width: 100%;}
} 


@media (max-width: 700px) {
    .container,#cookies-docs, #block-studiografix5-content { width: 100%; }
    .hp-button { flex-direction: column; width: 200px; margin: 30px auto;}
    .argumety-item {width: 100%;}
    .tab img, .tab2 img {
      width: 16px;
      height: 16px;
  
    }
    .tab {
       gap: 5px;
       padding: 10px 15px;
    }
    .provoz-doba {
        width: 100%;
    }
    
    p.number {font-size: 50px;}
    p.pocty-text {font-size: 15px;}
    .name-ms {margin-top: 0px;}
  
}

@media (max-width: 600px)  {
    .emoce-box-flex, .emoce-box-flex-reverse {width: 100%;}
    
    .c-blue {padding: 0px 15px;}
    
}

@media (max-width: 400px)  {
    .footer-lion {width: 200px; right: 0px; top: -50px;  }
    
}




