/* MS úprava - http://msdn.microsoft.com/en-gb/library/ie/hh869615%28v=vs.85%29.aspx */
@-ms-viewport{
	width:device-width;
} 

/*.headerfoto {
   height: 156px;
    background-size: 100%;
    background-image: url(slider/header.jpg);
    background-repeat: no-repeat;
   background-position: 0px 0;
    position: relative;
	margin-top: 140px;
}*/
/* -------------------- max.rozlišení pod 1300 px ---------------- */

@media only screen and (max-width: 1299px) {
	
.headerfoto {
  /*  background-image: url(slider/header1.jpg);
	background-position: center;*/
}
#podbodyinn #header #logo3 {
    
  left: 320px;
  
}

}
/* -------------------- max.rozlišení pod 1100 px ---------------- */

@media only screen and (max-width: 1100px) {
  #podbodyinn #header #logo3 {
    
    left: 320px;
    
  }

}

/* -------------------- max.rozlišení pod 1023 px ---------------- */

@media only screen and (max-width: 923px) {
.headerfoto {
  /*  height: 200px;
   
    background-image: url("slider/header2.jpg");
   
	margin-top: 51px;
	 background-size: cover;*/
	
}

.headerfoto::after {
  content: "";
	position: absolute;
  bottom: 10px;
    right: 10px;
    width:50px;
    height:50px;
    background-image: url("images/logo.png");
    background-image: url("images/logo2023.png");
    background-size: contain;
}

#podbodyinn #header #logo3 {
  position: absolute;
    top: 81px;
    right: 0px;
    z-index: 406;
    left: auto;
    display: none;
}

/* -------------------- max.rozlišení pod 720 px ---------------- */

@media only screen and (max-width: 800px) {

	
	}

/* -------------------- max.rozlišení pod 480 px ---------------- */
/* treba iPhone7Plus má 414, iPhone6 a 7 375 */

@media only screen and (max-width: 480px) {

.headerfoto {
   /* background-image: url("images/ndmob.gif"), url("slider/header3.jpg");*/
}
	}

/* -------------------- max.rozlišení pod 360 px --------------------------------------------------------------- */
/* treba LG G3 a Samsungy mají 360, iPhone5 320 */

@media only screen and (max-width: 360px) {



/* end */
	
}

/* -------------------- max.rozlišení pod 320 px ---------------- */
/* treba iPhone5 má 320 */

@media only screen and (max-width: 320px) {


}
