@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body-box {
    width: 70%;
    margin: 0 auto;
    background: #fff;
}

.header-background {
  position: relative;

}

article h1 {
    margin-bottom: 30px;
    font-size: 30px;
}

.header-fixed {
  position: fixed;
  top: 0;
  width:70%;
  z-index: 501;
  background: transparent; /* Před scrollem, průhledné nebo klidně bílé, jak chcete */
  transition: all 0.3s ease;
}

/* Po scrollu */
.header-fixed.shrink {
  background: #453418; /* 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;
  background: #000;
  padding: 10px 0;
}

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


.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: 16px;
    color: #000;
    font-family: "Sora", sans-serif;
    padding-bottom: 10px;
}

.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: "Sora", sans-serif;
  color: #000;
  background: #EDEDED; 
}

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

/* Container Styling */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;

}

.container-header {

  padding: 0 30px;

}

a, a:link {
    color:#fdcc0e;
    text-decoration: none;
}




/* Header Specific */
header {
  
  
  
}

/* 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:#000; 
   font-family: "Sora", sans-serif;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}



    


/* rezervační formulář 
---------------------------------------- */
        .rezervace-main {
            margin: 50px auto 50px auto;
            padding-top: 30px;
            width: 30%;
        } 
        

        .reservation-form h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #333;
        }      
        .form-textarea {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 60px;
            padding: 30px 22px 30px 22px;
            
            
        }                  
        .form-grid label {
            display: block;
            margin-bottom: 5px;
            color: #555;
            font-weight: bold;
            margin-top: 10px;
        }
        
        .rezervace-main p {
          width: 200px;
          margin: 0px auto;  
        }
        
        

        .form-grid input {
            width: 100%;
            padding: 18px;
            border: 1px solid #ccc;
            border-radius: 50px;
            font-size: 14px;
        }            
         #edit-submit, #edit-submit--2 {
            width: 200px;
            margin: 20px auto;
            padding: 20px;
            background-color: #fdcc0e;
            color: #000;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            cursor: pointer;
            font-family: "Sora", sans-serif;
            
        }

        #edit-submit:hover, #edit-submit--2:hover {
            background-color: #000;
            color: #fdcc0e;
        }
        
        

        
 








/* footer
---------------------------------------- */
  .footer-main {
    position: relative;
    color:#fff;
    
 }
   

.footer-background {
    background: #000;
    position: relative;
    padding-top: 40px;
    
}


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

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

}

#user-login-form label {
    width: 180px;
    display: inline-block;
}

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

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

.footer-in  p{
   
    color:#FFF;
}



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


.footer-content-01 li {
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 200;  
  list-style: none;
  color:#fff;
  
}

.footer-content-01 p{
    padding-bottom: 10px;
}

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

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

.flex {
   display: flex; 
}

.ft-con {
  line-height: 34px;  
  font-weight: 700;
}

.ft-con img{
  width: 25px;
  height: auto;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.db {
    display: block;
}


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



  
  



.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;
 justify-content: start;
}

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











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

li {
margin-right: 20px;
}

.cup {
    
    width: 500px;
    z-index: 100;
    margin: 30px auto;
    display: block;
    
    bottom: -80px;
}



.fs18 {
  font-size: 18px;
}

.fs35 {
  font-size: 35px;
}



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



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

.cookiesjsr-btn:hover {
   background-color: #fdcc0e !important; 
   color:#000 !important;
   
}


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

.cookiesjsr-btn.important:hover {
background-color: #fdcc0e !important; 
   color:#000 !important;
}
.cookiesjsr-links.links--row li a {
  color:#fdf6ef !important;
}

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

.disclaimer {
    padding: 30px;
}

.cookies-docs h2 {
    padding: 20px 30px;
}



 /* Retro 
---------------------------------------- */  

 .header-main {
   margin: 20px 0px;
   padding-top: 20px;
   height: 400px;
 }
 
 .header-box-50 {
    width: 59%; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: url("/images/retro/header-1.jpg");
    background-repeat: no-repeat ; 
    background-position: center center;
    background-size: cover;
    height:100%;
    padding: 20px;
 }
 
 .header-box-25-a {
   width: 19%; 
   box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  
    background: url("/images/retro/header-2.jpg");
    background-repeat: no-repeat ; 
    background-position: center center;
    background-size: cover;
    height:100%;
    padding: 20px;
 }
 .header-box-25-b {
   width: 19%; 
   box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: url("/images/retro/header-3.jpg");
    background-repeat: no-repeat ; 
    background-position: center center;
    background-size: cover;
    height:100%;
    padding: 20px;
 } 
 
  .header-box-50 h2 {
    padding-top: 100px; 
    font-size: 50px;
 }
 
 .header-box-50 span {
    background:#fdcc0e;  
    padding: 10px 20px;
    font-size: 22px;
 }
 
 
  .header-box-25-a h2, .header-box-25-b h2 {
    padding-top: 270px;
    font-size: 25px;
 }
 
 .header-box-25-a h2 {
     color:#fff;
 }
 
 .header-box-50 img, .header-box-25 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block; 
 } 
 
 .line {
     background: url("/images/retro/line.svg")no-repeat;
     background-position: center center;
     padding: 30px 20px;
 }
 
 .line h3{
    text-align: center; 
    
 }
   
/* Katalog
---------------------------------------- */
.katalog-main {
    margin: 0px 20px 30px 20px;
    padding-top: 30px;
}

.katalog-main h2{
   font-size: 25px;
}
.katalog-box-20 {
   width: 24%;
   align-self: flex-start;
   
}



.katalog-box-20 span, .inzerce-main span{
   background: #fdcc0e;
   padding: 10px 20px;
   font-size: 25px;
}

.katalog-box-80 {
   width: 75%;
   padding: 0px 15px;
   align-self: flex-start;
}

.katalog-box-80 h2{
   padding-bottom: 20px;
}

.navigace {
   background: #ededed;
   padding: 20px 0px;
   
}

.button-vice-main {
    width: 100%;
    padding: 40px 0px;
}

.button-vice {
   width: 200px;
   margin: 0 auto;
   background: #fdcc0e;
   padding: 20px 20px; 
   border-radius: 10px;
   text-align: center;
}

.button-vice:hover {
   cursor: pointer;
   background: #000;
   color:#fdcc0e;
}

.navigace a{
   color:#000;
}

.navigace a:hover{
   color:#fdcc0e;
}

.navigace ul{
  padding: 20px 15px;
}

.navigace-item li::marker {
   content: "";
   padding: 10px 0px;
   border-bottom: 1px solid #000;
    
}

.navigace-item li {
  
   padding: 10px 0px;
   border-bottom: 1px solid #000;
    
}

.kat-text {
    margin-top: 30px;
}

.filtr-main {
    margin: 20px 0px;
}



.katalog-item {
    width: 23%;
  
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 15px;
      -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;
  position: relative;
  margin: 0px 10px 10px 0px;
  border-radius: 10px;
  align-self: flex-start;
  
}

.katalog-item:hover {
    background:#ededed; 
    cursor: pointer;
      transition-duration: .2s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.katalog-img {
   width: 100%; 
   height: 240px;
}

.katalog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.katalog-nazev h5{
   font-weight:400; 
   padding: 10px 0px;
   color:#999;
}

.katalog-subtitle h5 {
   font-size: 16px;  
}

.katalog-boxin-30 {
    width: 50%;
    
    align-self: flex-start;
}

.katalog-boxin-70 {
    width: 48%;
   
    align-self: flex-start;
}

.katalog-img-boxin {
   width: 100%; 
   
}

.katalog-img-boxin img, .katalog-img-boxin a{
  width: 100%;
  
  object-fit: cover;
  object-position: center center;
  display: block; 
}

#block-studiografix5-content {
    position: relative;
}

.katalog-filter-form {
    width: 330px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.katalog-filter-form input {
  padding: 10px;  
  margin-right: 15px;
  border-radius: 10px;
  font-family: "Sora", sans-serif;
  border: 1px solid #777;
}

.katalog-filter-form button {
  padding: 10px;  
  border-radius: 10px;
  background: #fdcc0e;
  color:#000;
  border: 0px;
  font-family: "Sora", sans-serif;
}

.banner {
    background: url("/images/retro/banner.jpg");
    background-repeat: no-repeat ; 
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 300px ; 
    margin-top: 30px;
    padding-left: 40px;
    margin-bottom: 40px;
}

.banner h3 {
  color:#fff;
  padding-top: 90px; 
  font-size: 40px;
}

.banner p {
  color:#fff;
  
  font-size: 24px;
}

.button-primary {
  display: inline-block;
  border-radius: 10px;
  height: 60px;
  background: #fdcc0e;
  text-align: center;
  color: #000;
  margin-top: 15px;
  padding: 20px 30px;
  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;
  box-sizing: border-box;
  position: relative;
}


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

.banner-navigace {
    width: 100%;
    margin-top: 30px;
}

.banner-navigace img {
    width: 100%;
}


article {
  padding: 40px 30px;  
}

.gallery img {
   width: 25%;
   height: auto;
}

.footer-content-logo {
    display: flex;
    flex-direction: column;
}

.yellow {
    background:#fdcc0e;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.kat-item {
    padding-bottom: 10px;
    
}

.pt30 {
   padding-top: 30px; 
}

.cena {
    font-weight: 700;
}

.ico-shop {
    background: #fdcc0e;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 7px;
}

.ico-shop  img {
    width: 100%;
    height: auto;
}

.inzerce-detail {
   width: 100%;
   background: #fdcc0e;
   padding: 10px 15px 10px 15px;
   margin-top: 15px;
   font-size: 14px;
   text-align: center;
   color:#000;
   border-radius: 10px;
}

.inzerce-detail:hover {
   background: #000;
   color:#fdcc0e;
}

.inzerce-facebook {
   width: 180px;;
   background: #fdcc0e;
   padding: 10px 15px 10px 15px;
   margin-top: 30px;
   font-size: 14px;
   text-align: center;
   color:#000;
   border-radius: 10px;
   
}

.inzerce-facebook:hover {
    cursor: pointer;
    color:#fdcc0e;
    background: #000;
}





.inzerce-detail a{
  
   font-size: 14px;
   text-align: center;
   color:#000;
}

.inzerce-title h5 {
   font-weight: 400;
   padding-top: 10px;
   font-size: 14px;
}

.inzerce-cena {
    margin-top: 5px;
    font-weight:700;
    color:#000;
}

.inzerce-cena h6{
   font-size: 18px;
   padding-top: 5px;
   border-top: 1px solid #999;
}

.inzerce-main {
    padding: 30px;
}

.inzerce-main h2{
    margin-bottom: 20px;
}

.inzerce-text {
    padding: 20px 0px;
}

.pt70 {
    padding-top: 70px;
}


.container100 {
  width: 100%;  
}

.inzerce-detail-20 {
   width: 20%; 
   
}

.inzerce-detail-80 {
   width: 78%; 
}

.inzerce-detail-20 img{
   width: 100%; 
}

.fotoC {
  position: relative;
  width: 100%;  
}

.messages__wrapper {
    display: none!important;
}

.katalog-box-title {
    width: 100%;
    
}

.nazev-kategorie {
    width: 100%;
    font-size: 25px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.butt-filtr {
    cursor: pointer;
}

.butt-filtr:hover {
    background:#000;
    color:#fdcc0e;
}

.pager {
    margin-top: 30px;
    width: 100%;
    
}

.pager a{
    color:#000;
}

.pager-wrapper {
    
    margin: 0 auto;
    padding: 30px 0px 20px 20px;
}

.pager__items {
    display: flex;
    flex-wrap: wrap;
}

.pager__items li{
    margin-right: 0px;
}

.pager__items li:hover{
    background: #f0f0f0;
}


.pager__item {
    font-size: 18px;
    padding: 10px;
}

.is-active {
    background: #f0f0f0;
    padding: 10px;
}

li::marker {
    content: "";
}

#list, #item {
   scroll-margin-top: 180px; 
}



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

@media (min-width: 1921px) {
    
   
    .hp-contact-main {     
        background-size: 100%;        
    }
    .hp-servis-main h2 {
        padding-top: 400px; 
    }
    
    
    .contact-in {
        padding-top: 350px;
    }
    
}

 



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




@media (max-width: 1921px) {
    
    .hp-contact-main {
    padding: 60px 20px 50px 20px;
  }
  
  

  
} 

@media (max-width: 1800px) {
    
    .p-center { padding: 0px 300px ;}
    .body-box, .header-fixed { width: 80%;}
    
}



@media (max-width: 1560px) {
  .body-box, .header-fixed { width: 90%;}
   .katalog-item {width: 23%;}
   .katalog-img { height: 220px;}
}





@media (max-width: 1280px) {
   .katalog-box-20 {width: 24%}
   .katalog-box-80 { width: 75%;}
   .katalog-item {width: 31%;}
   
  
    #user-login-form {
    padding: 100px 20px 50px 20px;
    }
   .footer-content-01,.footer-content-logo,.contact-01 {
    width: 100%; 
   } 
   
   .footer-content-01,.footer-content-logo {
    margin-top: 25px;
   } 


    .content-left, .content-right, .pokrytimapa, .pokrytitext {width: 100%; }
    .content-left { margin-bottom: 30px;}
    
    
    .body-box, .header-fixed { width: 95%;}
    .katalog-boxin-30 { width: 50%;}
    .katalog-boxin-70 { width: 48%;}
    #list, #item { scroll-margin-top: 110px; }

    


}
@media (max-width: 1080px){
    .katalog-box-20 {width: 30%}
    .katalog-box-80 { width: 68%;}
    .katalog-item {width: 30%; }
  
    .header-box-25-a, .header-box-25-b {display: none;}
    .header-box-50 {width: 100%;}
    .container-header {padding: 0px;}
    .katalog-img { height: 180px;}
    
}


@media (max-width: 950px){
    .katalog-item {width: 48%; }
    .katalog-img { height: 200px;}
    .inzerce-detail-20, .inzerce-detail-80 {width: 48%;}
}

@media (min-width: 800px) {
    .banner-navigace-mobile { display: none;}
    
   
} 

@media (max-width: 890px){
    .katalog-item {width: 47%; }
}




@media (max-width: 800px) {
    .gal-25, .gal-50 {width: 100%; margin-bottom: 15px;}
    .mt60 {margin-top: 20px;}
    .cenikweb-main {width: 97%; }

    .footer-in h2, .footer-in p  {text-align: center;}
    .ft-con {width: 213px; margin: 0 auto;}
    .social {width: 102px; margin: 0 auto;}
    .galerie-main {margin-top: 20px;}
    .header-box-50 h2 { padding-top: 100px;font-size: 40px;}
     h3 {font-size: 22px;}
    .katalog-main h2 {font-size: 20px;}
    .banner h3 { padding-top: 90px; font-size: 30px;}
    .katalog-item {width: 47%; }
    
    .footer-content-01 img { margin: 20px auto; display: block;}
    .footer-content-logo {   margin: 0 auto; width: 300px;}
    .katalog-box-20 {width: 100%}
    .katalog-box-80 { width: 100%; padding: 0px; margin-top: 15px;}
    
    .banner-navigace {display: none;}
    .banner-navigace-mobile {width: 100%; margin-top: 15px;}
    .banner-navigace-mobile img {width: 100%;}
    .katalog-img { height: 280px;}
} 


@media (max-width: 700px) {
    .container,#cookies-docs { width: 100%; }
    .lefttext, .leftimg  { width: 100%; }
    
   
     h3 {font-size: 18px;}

}


@media (max-width: 600px) {

    
    .inzerce-title h5 {font-size: 13px;}
    .katalog-subtitle h5 { font-size: 14px;}
    #user-login-form input {width: 300px;}
    .katalog-item { width: 47%;}
    .inzerce-detail-20, .inzerce-detail-80 {width: 100%; margin-bottom: 20px;}
    h2 { font-size: 25px;}
    .gallery img {width: 49%;height: auto;}
}


@media (max-width: 500px) {
    .katalog-boxin-30 {width: 100%; margin-bottom: 20px;}
    .katalog-boxin-70 {width: 100%;}
     .katalog-img { height: 200px; }
     .katalog-main {
      margin: 0px 10px 10px 10px;
      
    }
    
}

@media (max-width: 400px) {
    .katalog-item {
      width: 45%;
      padding: 10px;
    }
    .katalog-subtitle h5 {
      font-size: 13px;
     }
    
}




