@media (min-width: 2000px) {
	.foto_hlavicka,
	.foto_hlavicka_uvod {
		background-size: cover;
	}
}
@media (max-width: 1250px) {
	.container {
		width: 930px;
	}
	header nav > ul > li > a {
		padding: 15px 17px;
		margin: 0px;
	}
	.foto_hlavicka_uvod {
		height: 450px;
		background-size: cover;
	}
	.foto_hlavicka_uvod .slogan {
		margin-top: 220px;
	}
	.foto_hlavicka {
		height: 210px;
		line-height: 210px;
	}
	.foto_hlavicka h1 {
		font-size: 52px;
	}
	.dlazdice_box {
		margin-top: -100px;
	}
	.dlazdice_box .dlazdice h2 {
		font-size: 34px;
	}
	.dlazdice_box .dlazdice p {
		font-size: 20px;
	}
	.onas_uvod .benefit {
		width: 48%;
	}
	.onas_uvod .benefit:nth-of-type(1),
	.onas_uvod .benefit:nth-of-type(3) {
		margin-left: 0px;
	}
	.onas_uvod ul {
		margin-left: 20px;
	}
	.clanek h3 {
		font-size: 16px;
		font-weight: 700;
	}
	footer .sloupec.logo {
		width: 42%;
	}
	footer .sloupec.adresa {
		width: 33%;
	}
	footer .sloupec.partneri {
		width: 25%;
	}
}

@media (max-width: 1000px) {
	.container {
		width: 620px;
	}
	header {
		padding-top: 18px;
		padding-bottom: 12px;
	}
	header nav {
		float: none;
		position: absolute;
		top: 2px;
		right: 0px;
	}
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
		background-color: var(--ruzova);
	}
	.hamburger-box{
		vertical-align: middle;
	}
	.hamburger-label{
		color: var(--oranzova);
		font-weight: 600;
		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: 55px;
		right: 5px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
		min-width: 170px;
		background-color: var(--bezova);
		padding: 20px 0px;
		z-index: 99999;
	}
	header nav > ul > li{
		margin: 0px;
		float: none;
	}
	header nav > ul > li > a{
		padding: 10px 30px 10px 20px;
		font-size: 24px;
		font-weight: 300;
		text-align: right;
		border: none;
		line-height: 120%;
	}
	header nav > ul > li > #aktiv {
		color: var(--tmaveruzova);
		border: none;
		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: 400px;
		background-size: cover;
		background-position: center top;
	}
	.foto_hlavicka_uvod .slogan {
		margin-top: 200px;
	}
	.foto_hlavicka_uvod .slogan p {
		font-size: 26px;
	}
	.foto_hlavicka {
		height: 170px;
		line-height: 170px;
	}
	.foto_hlavicka h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}
	.dlazdice_box .dlazdice {
		height: auto;
		padding: 35px 30px 30px 30px;
	}
	.dlazdice_box .dlazdice h2 {
		font-size: 30px;
		padding: 0px 20px;
	}
	.recenze_uvod {
		background-position: 0% top;
	}
	.recenze_uvod .container {
		padding: 0%;
	}
	.recenze_uvod h2 {
		text-align: center;
	}
	footer {
		text-align: center;
	}
	footer .sloupec {
		float: none;
		width: 100%;
		margin: 30px 0px;
		text-align: center;
	}
	footer .sloupec.logo,
	footer .sloupec.adresa,
	footer .sloupec.partneri {
		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: 30px 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);
	}
	.clanek {
		width: calc(50% - 16px);
	}
}


@media (max-width: 650px) {
	.container {
		width: auto;
		padding: 0px 20px;
	}
	header {
		padding-top: 15px;
		padding-bottom: 9px;
	}
	header .logo {
		width: 230px;
	}
	header nav{
		top: -2px;
		right: 5px;
	}
	.hamburger-label{
		display: none;
	}
	.foto_hlavicka_uvod {
		height: 350px;
		background-position: 45% top;
	}
	.foto_hlavicka_uvod .slogan {
		margin-top: 200px;
		padding: 10px 25px 12px 25px;
	}
	.foto_hlavicka_uvod .slogan p {
		font-size: 24px;
	}
	.foto_hlavicka {
		height: 150px;
		line-height: 150px;
		background-size: auto 330px;
	}
	.foto_hlavicka h1 {
		font-size: 32px;
		padding: 0px 20px;
		letter-spacing: 1px;
	}
	.onas_uvod {
		padding-bottom: 10px;
	}
	.dlazdice_box {
		margin-top: -80px;
		margin-bottom: 30px;
	}
	.dlazdice_box .dlazdice {
		width: 100%;
	}
	.dlazdice_box .dlazdice:nth-of-type(1),
	.dlazdice_box .dlazdice:nth-of-type(2) {
		margin: 10px 0px;
	}
	.dlazdice_box .dlazdice h2 {
		font-size: 26px;
		padding: 0px;
	}
	.obsah h1 {
		font-size: 26px;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.obsah h2 {
		font-size: 22px;
	}
	.onas_uvod h3,
	.slider_uvod h2,
	.obsah.formular h2,
	.recenze_uvod h2  {
		font-size: 30px;
		letter-spacing: 2px;
	}
	.recenze_uvod {
		min-height: 0px;
	}
	.recenze_uvod .container {
		padding: 0px 20px;
		text-align: center;
	}
	.clanek .text {
		height: auto;
		text-align: center;
	}
	.leva, .prava  {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding: 0px;
	}
	.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;
	}
	footer .sloupec.logo img {
		margin-bottom: 30px;
	}
	.formular input[type=text],
	.formular input[type=number],
	.formular select,
	.formular input[type=submit],
	.formular textarea {
		width: 100%;
	}
	.clanek {
		width: 100%;
		margin: 10px 0px;
	}
}

@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;
	}
}