/*
 * general styling
 */  
html{
  padding: 0;
  margin: 0;
  border: 0;
  height: 100%;
}

body{
  margin: 0;
  background: rgb(255,255,255);
  color: rgb(60, 22, 16);
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
}

.section{
  display: block;
  padding-top: 20px;
}

a{
  text-decoration: none;
  color: rgb(60, 22, 16);  
}

img{
  border-style: none;
}

#site-container{
  transition: left 0.4s ease;
  left: 0;
  position: relative;
}

/*
 * mobile menu
 */ 
#site-container.js-open{
  left: -50%;
}

html.js-open{
  overflow: hidden;
  height: 100%;
}
.nav-palm-handle{
  transition: right 0.4s ease;
  background: url(fotky/icony/nav-palm-handle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px auto;
  cursor: pointer;
  display: none;
  height: 44px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 12px;
  width: 44px;
  z-index: 15;
  text-decoration: none;
}

@media only screen and (max-width: 690px){
    .nav-palm-handle {
      display: block;
    }
    
    #menu_wrapper{
      display: none;  
    }
}

.nav-palm-handle.js-open{
  right: 50%;
}

.nav--palm{
  transition: width 0.4s ease;
  background-color: rgb(80,80,80);
  color: #FFF;
  float: right;
  height: 100%;
  overflow: hidden;
  padding-top: 18px;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 10;
}

.nav--palm.js-open{
  width: 50%;
}

.nav__items{
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav--palm .nav__item{
  font-size: 21px;
  line-height: 21px;
  display: block;
  padding: 0 0 24px;
}

.nav--palm .nav__item a{
  border-right: 6px solid transparent;
  color: #FFF;
  display: block;
  padding: 3px 12px 0;
  text-decoration: none;
  font-weight: 600;
}

/*
 * top page
 */ 

#top{
  background-image: url(fotky/top/top-fotka.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  color: #FFF;   
  position: relative;
}

#background-sipka{
  background-image:  url(fotky/top/sipka.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 3800px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top-block{
  max-width: 1150px;
  margin: auto;
  height: 100%;
  position: relative;
}

#logo{
  float: left;  
  padding-left: 15px;
}

#logo img{
  height: 200px;
}

#pension_rieger{
  padding-top: 0px;
  float: left;
  
}

#pension_rieger h1{
  font-family: 'Economica', sans-serif;
  font-weight: 700;
  font-size: 75px;
  margin: 54px 0 0 30px;
  text-transform: uppercase;
  text-shadow: 0px 0px 40px rgba(0,0,0,0.3);
}

#pension_rieger h2{
  font-weight: 500;
  font-size: 28px;
  margin: 0px 0 0 30px;
  text-shadow: 0px 0px 40px rgba(0,0,0,1);
  padding: 0;
}

@media only screen  and (max-width:690px){
     
     #top{
        background-image: url(fotky/top/sipka.png), url(fotky/top/top-fotka-mini.jpg); 
        background-position: center bottom, center;
        background-size: 3800px auto,cover;
        background-repeat: no-repeat;
        min-height: 550px;  
     }
     
      #logo img{
        height: 170px;
      }
      #pension_rieger h1{
        font-weight: 700;
        font-size: 60px;
        margin: 54px 0 0 15px;
        
      }
      
      #pension_rieger h2{
        font-weight: 500;
        font-size: 20px;
        margin: 0px 0 0 15px;
      }
}

@media only screen  and (max-width:480px){
     #top{
        background-image: url(fotky/top/sipka.png), url(fotky/top/top-fotka-mini.jpg); 
        background-position: center bottom, center;
        background-size: 3800px auto,cover;
        background-repeat: no-repeat;
        min-height: 400px;  
     }
     #logo img{
        height: 140px;
        padding-right: 55px;
      }
      
     #pension_rieger{
       
      } 
     #pension_rieger h1{
        font-weight: 700;
        font-size: 50px;
        margin: 25px 0 0 15px;
        
      }
      
     #pension_rieger h2{
        font-weight: 500;
        font-size: 18px;
        margin: 0px 0 0 15px;
      }
}

/*
 * main navigation
 */ 

#menu_wrapper{
  position: absolute;
  top: 580px;
  width: 100%;
  height: 28px;
  background-color: rgb(255,255,255); 
}

#menu_wrapper.fixed{
  position: fixed;
	top: 0;
	width: 100%;
  z-index: 1000;
  height: 40px;
  background-color: rgb(30, 30, 30);
  background-color: rgba(30, 30, 30, 0.9);
}

ul#menu li a.bila{
  color: rgb(255,255,255);
}

ul#menu li.margin{
  margin-top: 7px;
}

#postel_mala{
  float: left;
  margin-left: 10px;
  display: none;
}

#postel_mala img{
  height: 40px;
}

#postel_mala a{
  color: rgb(255,255,255);
}

@media only screen and (max-width: 870px){
        
    #postel_mala h2{
      display: none;  
    }
    #postel_mala img{
      margin-left: 20px;
    }
}

.col{
  vertical-align: middle;
  margin: auto;
}

.col h2{
  padding: 5px;
  float: left;
  margin: 0;
  font-weight: 400;
}

#navigation{
  max-width: 950px;
  margin: auto; 
  height: 100%;
}

#menu{
  text-align: center;
  margin: 0px 0;
  padding: 0px 0;
  height: 100%;
}

ul#menu li{
  display: inline-block;
  list-style-type: none;
  margin-left: 20px;
  height: 100%;
}

ul#menu li a{
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  color: rgb(60, 22, 16);
  line-height: 100%;
}

ul#menu li a:hover{
  color: rgb(239, 182, 4);
}

ul#menu li a.current{
  color: rgb(239, 182, 4);
}

/*
 * language flags
 */ 

.flags{
  float: right;
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 200;
}

.flags.top-indent{
  top: 8px;
}

@media only screen and (max-width: 1010px){
        
    .flags.dolu{
      position: relative; 
      width: 20px; 
      right: 10px; 
    }
}

@media only screen and (max-width: 800px){
        
    .flags{
      width: 20px;
      right: 10px;
    }
}

.flags.mobile{
  display: none;
}

@media only screen and (max-width: 690px){
    .flags.mobile{
      display: block;
      width: initial;
      right: 0;
      top: initial; 
      bottom: -7px;
      
    }
}

/*
 * custom content
 */ 
                 
#booking-rezervace{
  margin: auto;
  text-align: center;
  border: 3px solid rgb(220,220,220);
  background: rgb(239, 182, 4);
  width: 180px;
  height: 30px;
  border-radius: 5%;
  line-height: 30px;
  font-weight: 600;
}
                 
.block{
  max-width: 720px;
  margin: auto;
  padding: 20px 15px 50px 15px; 
  font-size: 15px;
  line-height: 1.4;
}

.siroky{
  max-width: 1150px;
}

.nadpis{
  padding: 0; 
}

.block h2, h3{
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 12% 50px;
  padding: 15px 0;
  border-bottom: 1px solid rgb(60, 22, 16);
}

/*
 * section pension
 */ 

#sekce_pension p{
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.sediva{
  background-image: url(fotky/pozadi/texture.png);
  background-repeat: repeat;
}

.bile-pozadi{
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.8);
}

.sloupce{
  margin: auto;
  margin-bottom: 30px;
  max-width: 1100px;
  overflow: hidden;
}

.sloupec{
  width: 23.766%;
  float: left;
  margin-right: 1.64474%;
  background-color: rgb(196, 205, 224);
  text-align: center;
  padding-bottom: 100px;
  margin-bottom: -100px;
}

/*
 * section ubytovani
 */ 

#sekce_ubytovani .sloupec:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  cursor: pointer;
}

.sloupec.posledni{
  margin-right: 0;
}

.pokoj-seznam{
  max-width: 100%;
}   
    
.sloupec h4{
  margin: 0px 0 10px 0;
  height: 45px;
  line-height: 45px;
  font-size: 20px;  
  text-transform: uppercase;
  background: rgb(60, 22, 16);
  font-weight: 500;
  padding: 0 10px;
  color: #fff;
}  

.sloupec p{
  text-align: center;
  padding: 0 10px;
}

.sloupec ul{
  text-align: left;
}


.kratkyPopisPokoje{
  padding: 10px 15px;
  line-height: 1.4;
  
}

@media only screen  and (max-width:1088px){
      /*custom styling info for smartphones small screens;
        All columns are just displayed one below the other*/ 
     
     .sloupec h4{
       font-size: 18px;
     }
     
    } 

@media only screen  and (max-width:1005px){
      /*custom styling info for smartphones small screens;
        All columns are just displayed one below the other*/ 
     
     .sloupec h4{
       font-size: 16px;
     } 
     .kratkyPopisPokoje{
       font-size: 14px;  
     } 
    } 

@media only screen  and (max-width:934px){
      /*custom styling info for smartphones small screens;
        All columns are just displayed one below the other*/ 
     
     .sloupec h4{
       font-size: 14px;
     }
      
    }    

@media only screen  and (max-width:768px){
      /*custom styling info for smartphones small screens;
        All columns are just displayed one below the other*/ 
     
     .sloupec{
        margin-bottom: 30px;
        width: 46.9%;
        margin-left: 1.355%;
        margin-right: 1.355%;
        padding-bottom: 0;
     } 
     .sloupec:last-child{
        margin-right: 1.355%;
      }
     .sloupec h4{
        font-size: 20px;
     }
     .obal{
        display: flex;
     }
     .kratkyPopisPokoje{
       font-size: 15px;  
     }
     
    }

@media only screen  and (min-width:481px) and (max-width:532px){
      /*custom styling info for smartphones small screens;
        All columns are just displayed one below the other*/ 
     
     .sloupec h4{
       font-size: 16px;
     } 
    }  

@media only screen  and (max-width:480px){
      /*custom styling info for smartphones small screens;
        All columns are just displayed one below the other*/ 
     
     .sloupec{
        margin-bottom: 30px;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
     } 
  
     .sloupec h4{
       font-size: 18px;
     } 
     .obal{
        display: block;
     }
}

@media only screen  and (max-width:310px){
      /*custom styling info for smartphones small screens;
        All columns are just displayed one below the other*/ 
     
     .sloupec h4{
       font-size: 14px;
     } 
    } 
            
/*
 * section cenik
 */ 

.obrazek-cenik{   
  background-image: url("fotky/kytky.jpg"); 
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}

#cenik{
  margin: auto;
  border-collapse: collapse;
  font-weight: 600;
  max-width: 600px;
}

#cenik td{
  border-bottom: 1px dotted rgba(164, 183, 218, 0.5);
  height: 30px;
}

#cenik td:first-child{
  width: 50%;
}

#cenik tbody td:last-child{
  text-align: right;
  width: 50%;
}

#cenik tfoot td{
  border: 0;
  font-style: italic;
  font-size: 12px;
  text-align: left;
}

#cenik td.noborder{
  border: 0;
}

/*
 * section fotogalerie
 */ 

.fotogalerie{
  width: 16%;
  margin: 0 2% 2% 2%;
  float: left;
  text-align: center;
  position: relative;     
}

.fotogalerie img{
  width: 100%;  
}

/*
 * section sluzby
 */ 

.obrazek-sluzby{
  background-image: url(fotky/most.jpg); 
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}

#sekce_sluzby .sloupec{
  background: 0;
  box-shadow: 0 0 0;
  width: 31.69999%;
  margin-left: 0;
}

#sekce_sluzby .sloupec p{
  margin: 8px 0;
}

#sekce_sluzby .sloupec:last-child{
  margin-right: 0;
}

@media only screen  and (max-width:768px){
     #sekce_sluzby .sloupec{
        margin-bottom: 0px;
        width: 32.16645%;
        margin-left: 0;
        margin-right: 1.64474%;
     }
     #sekce_sluzby .sloupec:last-child{
        margin-right: 0;
     } 
     .obrazek-sluzby{
        background-image: url(fotky/most_mini.jpg); 
     }
     .obrazek-cenik{
        background-image: url(fotky/kytky_mini.jpg); 
     }
}

@media only screen  and (max-width:590px){
     #sekce_sluzby .sloupec{
        margin-bottom: 15px;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
     } 
}

/*
 * section nase_tipy
 */ 

.foto-nase_tipy{
  width: 16%;
  margin: 0 2% 2% 2%;
  float: left;
  text-align: center;
  position: relative;     
}

.foto-nase_tipy img{
  width: 100%;
  height: auto; 
  border-style: none; 
}

/*
 * section kontakt
 */ 

.kontakt{
  max-width: 1100px;
  min-height: 400px;
  margin: 0px auto;
  padding: 15px;
  font-size: 15px;
  line-height: 1.4;

}

.kontakt h2{
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 20% 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgb(60, 22, 16);
}

.kontakt p{
  text-align: center;
}

.zluta{
  background-image: url(fotky/pozadi/yellow-bg.jpg);
  background-color: rgb(188, 147, 33);
}


#mapa{
  width: 80%;
  margin: 15px 10% 5px;
  border-style: none;
  
}

#zobrazitMapu{
  float: right;
  margin-right: 10%;
  text-decoration: underline;
  font-size: 12px;
}

#zobrazitMapu:hover{
  text-decoration: none;
}

@media only screen and (max-width:750px) {
      /*custom styling info for smartphones small screens;
        All columns are just displayed one below the other*/ 
     
     .float_left{
        float: none;
        width: 100%;
     }
     #mapa{
        float: none;
        width: 100%;
        margin: 15px 0;
      } 
      #zobrazitMapu{
        margin-right: 0;
        
      }
}  

.velke_pismo{
  font-size: 20px;
}

#footer{
  background-image: url(fotky/pozadi/brown-bg.jpg);
  background-color: rgb(73, 65, 59);
  color: white;
  text-align: center;
  padding: 2px 0;
  
}

