@media (max-width: 1680px) and (min-height: 600px) {
}

@media (max-height: 700px) {
	
}
@media (min-width: 2600px) {
	
}

@media (max-width: 1730px) {
	
}

@media (max-width: 1600px) {
	
}
@media (max-width: 1440px) {
}
@media only screen and (max-width : 1320px) and (orientation : landscape) {

}

@media only screen and (max-width : 1000px) {
}
/* iPad landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1366px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	
	
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	
}

/* ipad portrait ----------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 900px) and (orientation : portrait) {

}
	
/* mobile landscape ----------------------------------- */
@media (min-width: 481px) and (max-width: 896px) and (orientation: landscape) {

}

/* mobile portrait ----------------------------------- */
@media(max-width:480px) and (orientation : portrait) {
	.projekt {padding-top: 35vh;}
	.projekt > img {aspect-ratio: 16 / 15;}
	.greenbox {padding: 10px 20px;}
	.greenbox h1 {font-size: 38px;}
	.greenbox h2 {font-size: 18px;}
	.greenbox .col-md-6, .greenbox .col-md-6 + .col-md-6 {
		padding: 10px 15px;
		border-right: none;
	}
	.projekt02 {padding: 30px 0;}
	.projekt02 ul {padding: 0 0 20px 0;}
	.projekt02 .col-md-12 {padding: 30px 15px}
	.projekt02 .col-md-12 hr {display: none;}
	.projekt02 h3 {font-size: 22px;}
	.projekt0202 {margin: 0 -20px 30px -35px;}
	
}


/* tom 2025 ----------------------------------- */