

@media screen and (min-width: 400px) {
	/* header - logo */
		header > div > h1:nth-child(1){
			font-size: 56px;
		}
	  
		header > div > h1:nth-child(2){
			font-size: 21.2px;
		}
	/* header end */
	
	/* footer */
		#content footer > div{
			flex-direction: row;
		}

		#content footer > div > div:first-of-type{
			border: 0;
			border-right: 2px solid #fff;
		}

		#content footer > div > div:last-of-type{
			padding-top: 0;
		}
				
		#content footer h3{
			font-size: 6vw;
		}
		
		#content footer ul li{
			font-size: 4vw;
		}
	/* footer end */
}

@media screen and (min-width: 550px) {
	/* footer */
		#content footer h3{
			font-size: 33px;
		}
		
		#content footer ul > li{
			font-size: 22px;
		}
	/* footer end */
}

@media screen and (min-width: 650px) {
	/* section - text format */
		#content article{
			flex-direction: row;
		}
		
		#content article h3{
			font-size: 40px;
		}
		
		#content article h4{
			font-size: 25px;
			text-align: left;
		}
		
		#content article > div{
			width: 50%;
			height: auto;
			padding: 0 8px;
			box-sizing: border-box;
		}
		
		#content article p{
			text-align: left;
		}
	/* section end */
}

/* desktop small resolution  */		
@media (orientation: landscape) and (min-width: 800px) and (min-height: 400px){
	#menuButton{
		display: none;
	}
	
	#menuContainer{
		display: flex;
	}
	
	.sliderBlock2{
		background-image: url("../images/kontejner/1.jpg");
	}
	
	.sliderBlock2 > div:first-of-type{
		width: 43%;
		height: 100%;
		top: 0;
		left: 57%;
		padding-left: 2%;
		box-sizing: border-box;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
	}
	
	.sliderBlock2 > div:last-of-type{
		display: none;
	}
	
	.sliderBlock2 ul{
		padding-left: 20%;
	}
	
	.sliderBlock2 li{
		font-size: 3.1vh;
		background-size: 2.7vh;
	}
	
	.sliderBlock3{background-image: url("../images/kontejner/3.jpg");}
	.sliderBlock5{background-image: url("../images/kontejner/1.jpg");}
		
	header{
		min-height: 66px;
		height: 66px;
		max-height: 66px;
	}
	
	header > div > h1:first-of-type{
		margin-top: 4px;
	}
	
	#content section{
		padding: 2vw;
	}
	
	a#arrowUP{
		bottom: 40px;
		right: 40px;
	}
}

/* desktop normal resolution  */	
@media (orientation: landscape) and (min-width: 1000px) {
	#content section{
		width: 970px;
	}
	
	#content footer > div{
		width: 930px;
		margin: auto;
	}
}	

/* desktop HD resolution  */	
@media (orientation: landscape) and (min-width: 1200px) {
	header > div{
		width: 1200px;
	}
	
	#content section{
		width: 1100px;
	}
	
	#content article{
		padding: 15pt 22pt;
	}
		
	#content article p{
		font-size: 20px;
	}
	
	#content footer > div{
		width: 1060px;
	}
	
	#content div.gallery p{
		font-size: 25px;
	}
}	

/* full HD resolution  */	
@media (orientation: landscape) and (min-width: 1550px) {
	header > div{
		width: 1550px;
	}
	
	#content section{
		width: 1500px;
	}
	
	#content article{
		padding: 20pt 30pt;
	}
		
	#content article#contact p{
		font-size: 22px !important;
	}
	
	#content footer > div{
		width: 1460px;
	}
	
	#content article h3{
		font-size: 45px;
	}
	
	#content article h4{
		font-size: 30px;
	}
	
	#content div.gallery p{
		font-size: 35px;
	}
}	

/* Úvodní poutací text v zeleném */
	@media (orientation: portrait) and (min-height: 420px){
		.sliderBlock2 li{
			font-size: 2.7vh;
			background-size: 2.5vh;
		}
	}
	
	@media (orientation: landscape) and (min-width: 810px) and (min-height: 450px){
		.sliderBlock2 li{
			font-size: 3.3vh;
			background-size: 2.7vh;
		}
	}

	@media (orientation: landscape) and (min-width: 900px) and (min-height: 550px){
		.sliderBlock2 li{
			font-size: 3.7vh;
			background-size: 2.9vh;
		}
	}
	
	@media (min-width: 420px) and (min-height: 420px){
		.sliderBlock2 li{
			font-size: 2.7vh;
			background-size: 2.4vh;
		}
	}
	
	@media (min-width: 420px) and (min-height: 500px){
		.sliderBlock2 li{
			font-size: 3vh;
			background-size: 2.5vh;
		}
	}
	
	@media (min-width: 420px) and (min-height: 620px){
		.sliderBlock2 li{
			font-size: 3.3vh;
			background-size: 2.5vh;
		}
	}
	
	@media (orientation: landscape) and (min-width: 1010px) and (min-height: 620px){
		.sliderBlock2 li{
			font-size: 4vh;
			background-size: 3vh;
		}
	}

	@media (orientation: landscape) and (min-height: 750px){
		.sliderBlock2 li{
			font-size: 3.3vh;
		}
	}

	@media (min-width: 1250px) and (min-height: 750px){
		.sliderBlock2 li{
			font-size: 3.6vh;
		}
	}

	@media (min-width: 1450px) and (min-height: 750px){
		.sliderBlock2 li{
			font-size: 4vh;
		}
	}
	
	@media (min-width: 250px) and (max-width: 400px) and (min-height: 350px) {
		.sliderBlock2 li{
			font-size: 2.3vh;
			background-size: 2.3vh;
		}
	}
	
	@media (min-width: 250px) and (max-width: 280px) and (min-height: 405px) {
		.sliderBlock2 li{
			font-size: 2.1vh;
			background-size: 2.3vh;
		}
	}

	@media (min-width: 280px) and (max-width: 420px) and (min-height: 700px) {
		.sliderBlock2 li{
			font-size: 2.3vh;
		}
	}


	@media (orientation: portrait) and (min-width: 325px) and (min-height: 550px){
		.sliderBlock2 li{
			font-size: 3vh;
		}
	}

	@media (orientation: portrait) and (min-width: 440px) and (min-height: 650px){
		.sliderBlock2 li{
			font-size: 3.3vh;
		}
	}

	@media (orientation: portrait) and (min-width: 300px) and (min-height: 720px){
		.sliderBlock2 li{
			font-size: 2.5vh;
		}
	}

	@media (orientation: portrait) and (min-width: 300px) and (min-height: 760px){
		.sliderBlock2 li{
			font-size: 2.3vh;
		}
	}

	@media (orientation: portrait) and (min-width: 500px) and (min-height: 800px){
		.sliderBlock2 li{
			font-size: 3vh;
		}
	}
/* ----- */