
@media (max-width: 1250px) {
	.container {
		width: 930px;
	}
	header nav {
		float: none;
		position: absolute;
		top: 12px;
		right: 20px;
	}
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
		background-color: var(--modra);
	}
	.hamburger-box{
		vertical-align: middle;
	}
	.hamburger-label{
		color: #1A1A1A;
		font-weight: 700;
		font-size: 18px;
		display: inline-block;
		vertical-align: middle;
		text-transform: uppercase;
	}
	header nav .hamburger{
		display: block;
		text-decoration: none;
	}
	header nav ul{
		display: none;
		position: absolute;
		top: 40px;
		right: 5px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
		min-width: 270px;
		background-color: var(--modra);
		padding: 20px 0px;
		z-index: 99999;
	}
	header nav > ul > li{
		margin: 0px;
		float: none;
	}
	header nav > ul > li > a{
		color: white;
		padding: 10px 30px 10px 20px;
		font-size: 21px;
		font-weight: 300;
		text-align: right;
		border: none;
		line-height: 120%;
	}
	header nav > ul > li > a:hover {
		color: white;
	}
	header nav > ul > li > #aktiv {
		border: none;
		color: white;
		font-weight: 700;
	}
	header nav > ul > li > ul{
		display: block;
		position: static;
		margin: 0px;
		width: auto;
		padding: 10px 0px;
		box-shadow: none;
	}
	header nav > ul > li > ul li a{
		font-size: 16px;
		font-weight: 300;
		text-align: right;
		padding: 8px 20px;
	}
	header nav > ul > li > ul li a:hover{
		padding: 8px 20px;
	}
	.hamburger {
		padding: 12px 15px;
	}
	.foto_hlavicka_uvod {
		height: 450px;
		background-size: cover;
	}
	.foto_hlavicka_uvod h1 {
		font-size: 38px;
		margin-top: 90px;
	}
	.foto_hlavicka_uvod a {
		font-size: 26px;
		padding: 20px 25px 20px 75px;
		border-radius: 50px;
		margin-top: 32px;
		background-size: auto 75%;
	}
	.dlazdice_pas .dlazdice .nazev {
		hyphens: auto;
		overflow-wrap: break-word;
		word-break: break-word;
	}
	footer img.realizace {
		display: none;
	}
	
}

@media (max-width: 1000px) {
	.container {
		width: 620px;
	}
	header {
		text-align: center;
	}
	header nav {
		top: 10px;
		right: 0px;
	}
	header .logo {
		float: none;
		display: inline-block;
	}
	.foto_hlavicka_uvod h1 {
		margin-top: 70px;
		font-size: 34px;
		max-width: 450px;
		line-height: 130%;
	}
	.dlazdice_pas .dlazdice {
		float: none;
		display: inline-block;
		width: 100%;
		margin: 15px 0px;
		background-size: 100% 160%;
	}
	.dlazdice_pas .dlazdice:nth-of-type(1) {
		margin-top: -90px
	}
	.dlazdice_pas .dlazdice .nazev p {
		font-size: 18px;
	}
	footer {
		text-align: center;
	}
	footer .sloupec {
		float: none;
		width: 100%;
		margin: 30px 0px;
		text-align: center;
	}
	footer .sloupec.logo,
	footer .sloupec.firma,
	footer .sloupec.kontakt {
		width: 100%;
		text-align: center;
	}
	footer .sloupec.logo img {
		padding: 0px;
		margin-bottom: 20px;
	}
	footer .sloupec.kontakt {
		padding: 0px;
	}
	footer img.realizace {
		display: inline-block;
		float: none;
		width: 95px;
		margin: 20px 0px 0px 0px;
	}
	.foto_box {
		width: 33.33%;
	}
	.tabulka50 td {
		display: block;
		clear: both;
		text-align: center;
	}
	.tabulka50 td:first-child {
		padding-right: 0px;
	}
	.tabulka50 td:last-child {
		padding-left: 0px;
	}
	.formular input[type=text],
	.formular input[type=number],
	.formular select,
	.formular input[type=submit] {
		width: calc(50% - 10px);
	}
	.formular input[type=submit] {
		font-size: 18px;
	}
}


@media (max-width: 650px) {
	.container {
		width: auto;
		padding: 0px 25px;
	}
	header .logo {
		width: 250px;
	}
	header nav{
		top: -3px;
		right: 10px;
	}
	.hamburger-label{
		display: none;
	}
	.foto_hlavicka_uvod {
		height: 430px;
		background-size: cover;
		background-position: 20% top;
		text-align: center;
	}
	.foto_hlavicka_uvod h1 {
		font-size: 28px;
		margin-top: 60px;
	}
	.dlazdice_pas .dlazdice {
		float: none;
		display: inline-block;
		width: 100%;
		margin: 10px 0px;
		background-size: 100% 120%;
	}
	.dlazdice_pas .dlazdice .nazev p {
		font-size: 16px;
	}
	.dlazdice_pas .dlazdice .ikona img {
		max-height: 65px;
	}
	.obsah h1 {
		font-size: 24px;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.obsah h2 {
		font-size: 20px;
	}
	.obsah.uvod p {
		font-size: 19px;
	}
	.obsah.uvod img {
		width: calc(50% - 20px);
		margin: 5px 7px;
	}
	.leva, .prava  {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding: 0px;
	}
	footer p.nadpis {
		font-size: 18px;
	}
	footer .sloupec.logo img {
		width: 250px;
	}
	.polozka {
		margin: 40px 0px;
	}
	.polozka .foto,
	.polozka .text {
		float: left;
		width: 100%;
		text-align: center;
	}
	.polozka .foto img {
		max-width: 75%;
		margin-bottom: 10px;
	}
	.album {
		width: 100%;
	}
	.album h3 {
		font-size: 20px;
	}
	.foto_box {
		width: 50%;
	}
	.pdf_box {
		width: 45%;
	}
	.sloupec-3 {
		width: 100%;
		text-align: center;
	}
	.tabulka50 {
		margin-top: 0px;
	}
	.formular input[type=text],
	.formular input[type=number],
	.formular select,
	.formular input[type=submit],
	.formular textarea {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.obsah {
		text-align: center;
		padding-top: 10px;
	}
	.obsah ul,
	.obsah ol {
		text-align: left;
		margin-left: 35px;
	}
	.galerie {
		margin-left: 0px;
	}
	.foto_box {
		width: 100%;
	}
	.kontakty {
		text-align: center;
	}
}