
@media (max-width: 1500px) {
	footer img.realizace {
		margin-top: -25px;
	}
}	
	@media (max-width: 1250px) {
	.container {
		width: 930px;
	}
	header nav > ul {
		margin-top: 58px; 
	}
	header nav > ul > li > a {
		width: 100px;
		padding: 47px 2px 59px 9px;
	}
	.foto_hlavicka_uvod {
		height: 400px;
		background-size: cover;
	}
	.foto_hlavicka {
		height: 220px;
		line-height: 220px;
		background-size: cover;
	}
	.foto_hlavicka h1 {
		font-size: 54px;
	}
	.dlazdice_uvod {
		padding-bottom: 120px;
	}
	.dlazdice_uvod .slogan {
		margin-bottom: 75px;
	}
	.dlazdice_uvod .dlazdice .popis {
		left: 5%;
		width: 90%;
		font-size: 14px;
	}
	.benefity_uvod .benefit p:first-of-type {
		font-size: 18px;
	}
	.clanky_uvod h1 {
		margin-bottom: 60px;
	}
	.clanek:nth-of-type(2) {
		margin: 0px 35px;
	}
	.clanek .text {
		height: 250px;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) {
		width: calc(55% - 50px);
		padding-left: 60px;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) a {
		margin-right: 0px;
		margin-bottom: 10px;
		display: block;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) a span {
		padding: 2px 0px 3px 25px;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) h2 {
		font-size: 40px;
	}
	.kontakt_uvod .sloupec:nth-of-type(3) {
		width: 45%;
		padding-right: 40px;
	}
	.modul table {
		font-size: 15px;
	}
	.pdf_box {
		width: calc(25% - 15px);
	}
}

@media (max-width: 1000px) {
	.container {
		width: 620px;
	}
	header {
		padding-top: 15px;
		padding-bottom: 7px;
	}
	header .logo {
		width: 180px;
	}
	header .jazyky {
		top: 39px;
		right: 200px;
	}
	header nav {
		float: none;
		position: absolute;
		top: 26px;
		right: 0px;
	}
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
		background-color: #FFCD05;
	}
	.hamburger-box{
		vertical-align: middle;
	}
	.hamburger-label{
		color: var(--seda);
		font-weight: 700;
		font-size: 17px;
		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: 20px;
		right: 10px;
		min-width: 250px;
		background-color: var(--zluta);
		padding: 15px 0px;
		z-index: 99999;
	}
	header nav > ul > li{
		margin: 0px;
		float: none;
	}
	header nav > ul > li > a {
		width: auto;
		padding: 8px 25px 8px 15px;
		margin: 0px;
		color: white;
		font-size: 19px;
		font-weight: 600;
		text-align: right;
		border: none;
		line-height: 120%;
	}
	header nav > ul > li > a:hover,
	header nav > ul > li > #aktiv {
		color: var(--seda);
		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: 17px;
		font-weight: 500;
		text-align: right;
		padding: 7px 20px;
		background-color: #F7AD02;
	}
	.hamburger {
		padding: 12px 15px;
	}
	.foto_hlavicka_uvod {
		height: 300px;
	}
	.foto_hlavicka {
		height: 170px;
		line-height: 170px;
	}
	.foto_hlavicka h1 {
		font-size: 40px;
	}
	.foto_hlavicka.mensitext h1 {
		font-size: 34px;
	}
	.dlazdice_uvod {
		padding-bottom: 90px;
	}
	.dlazdice_uvod .slogan {
		margin-bottom: 45px;
	}
	.dlazdice_uvod .dlazdice {
		float: none;
		display: inline-block;
		width: 45%;
		margin: 20px 10px;
	}
	.dlazdice_uvod .dlazdice .popis {
		width: 89%;
		font-size: 15px;
	}
	.benefity_uvod .container {
		width: 100%;
	}
	.obsah.slider {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.obsah h2 {
		font-size: 22px;
	}
	.obsah big {
		font-size: 22px;
	}
	.obsah ul {
		text-align: left;
	}
	.clanky_uvod {
		min-height: 800px;
	}
	.clanek:nth-of-type(2) {
		margin: 0px 15px;
	}
	.clanek h2 {
		font-size: 18px;
	}
	.clanek .text {
		height: 270px;
	}
	.clanek p {
		font-size: 16px;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) {
		width: calc(89% - 50px);
		padding-top: 30px;
		padding-left: 50px;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) h2 {
		font-size: 50px;
	}
	.kontakt_uvod .sloupec:nth-of-type(3) {
		display: none;
	}
	.dodavatele img {
		max-width: 19%;
		margin: 0px 2%;
	}
	footer {
		padding: 40px 0px;
		text-align: center;
	}
	footer .sloupec {
		float: none;
		width: 100%;
	}
	footer .sloupec.logo,
	footer .sloupec.kontakt,
	footer .sloupec.adresa {
		width: 100%;
		text-align: center;
	}
	footer .sloupec.logo {
		padding-top: 35px;
		margin-bottom: 70px;
	}
	footer .sloupec.logo img {
		padding: 0px;
		margin-bottom: 10px;
	}
	footer img.realizace {
		float: none;
		margin: 40px 0px 0px 0px;
	}
	.modul {
		width: 50%;
	}
	.modul_detail .leva,
	.modul_detail .prava {
		width: 100%;
		padding: 0px 0px 20px 0px;
	}
	.modul_detail .prava table {
		margin-left: 0px;
	}
	.modul_detail .prava .info {
		margin-left: 0px;
		text-align: left;
	}
	.tabulka50 td {
		display: block;
		clear: both;
		text-align: center;
	}
	.tabulka50 td:first-child {
		padding-right: 0px;
	}
	.tabulka50 td:last-child {
		padding-left: 0px;
	}
	.odsazeni {
		padding: 0px;
	}
	.album {
		width: 50%;
	}
	.foto_box {
		width: 33.33%;
	}
	.pdf_box {
		width: calc(33.33% - 15px);
	}
	.formular input[type=text],
	.formular input[type=number],
	.formular select,
	.formular input[type=submit] {
		width: calc(50% - 10px);
	}
	
}


@media (max-width: 650px) {
	.container {
		width: auto;
		padding: 0px 20px;
	}
	header {
		padding-top: 8px;
		padding-bottom: 2px;
	}
	header .logo {
		width: 120px;
	}
	header .jazyky {
		top: 23px;
		right: 80px;
	}
	header nav {
		top: 10px;
		right: 5px;
	}
	.hamburger-label {
		display: none;
	}
	.foto_hlavicka_uvod {
		height: 150px;
	}
	.foto_hlavicka {
		height: 150px;
		line-height: 150px;
		background-position: 60% center;
	}
	.foto_hlavicka h1 {
		font-size: 30px;
		padding: 0px 20px;
	}
	.foto_hlavicka.mensitext h1 {
		font-size: 24px;
	}
	.dlazdice_uvod {
		margin-top: 20px;
		padding-bottom: 60px;
	}
	.dlazdice_uvod .slogan {
		padding: 15px 20px;
		background-image: none;
		margin-bottom: 1px;
		background-color: var(--seda);
		clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
	}
	.dlazdice_uvod .slogan p {
		font-size: 28px;
	}
	.dlazdice_uvod .slogan p strong {
		font-size: 22px;
	}
	.dlazdice_uvod .dlazdice {
		float: left;
		display: block;
		width: 100%;
		margin: 20px 0px;
	}
	.dlazdice_uvod .dlazdice img {
		width: 100%;
	}
	.benefity_uvod {
		padding: 40px 0px;
		background-size: cover;
		background-position: 30% center;
	}
	.benefity_uvod .benefit {
		width: 100%;
		height: auto;
	}
	.benefity_uvod .benefit:nth-of-type(1),
	.benefity_uvod .benefit:nth-of-type(2),
	.benefity_uvod .benefit:nth-of-type(3) {
		padding: 0px;
		margin: 5px 0px;
	}
	.benefity_uvod .benefit .ikona {
		height: 60px;
		line-height: 60px;
	}
	.benefity_uvod .benefit .ikona img {
		height: 60px;
	}
	.benefity_uvod .benefit p:first-of-type {
		font-size: 17px;
	}
	.slider_foto {
		padding: 10px 0px 0px 0px;
	}
	.clanky_uvod {
		padding-bottom: 40px;
	}
	.clanky_uvod .flex {
		display: block;
	}
	.clanky_uvod h1 {
		font-size: 26px;
		padding: 50px 0px 4px 20px;
		margin-bottom: 15px;
		text-align: left;
	}
	.clanek:nth-of-type(2) {
		margin: 0px;
	}
	.clanek {
		float: left;
		width: 100%;
		margin: 30px 0px;
	}
	.clanek img {
		width: 100%;
	}
	.clanek .text {
		height: auto;
		padding-bottom: 25px;
	}
	.clanek h2 {
		font-size: 19px;
	}
	.clanek p {
		font-size: 17px;
	}
	.kontakt_uvod {
		margin-top: 0px;
		clip-path: none;
		padding: 20px;
	}
	.kontakt_uvod .sloupec:nth-of-type(1),
	.kontakt_uvod .sloupec:nth-of-type(2),
	.kontakt_uvod .sloupec:nth-of-type(3) {
		display: block;
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) h2 {
		font-size: 50px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) a {
		font-size: 17px;
		font-weight: 600;
		margin: 10px 0px;
	}
	.kontakt_uvod .sloupec:nth-of-type(1) a span {
		padding: 2px 0px 3px 18px;
	}
	.kontakt_uvod .sloupec:nth-of-type(2) img {
		display: inline-block;
		width: 50px;
		margin: 10px;
	}
	.kontakt_uvod .sloupec:nth-of-type(3) a {
		padding: 15px 20px;
		height: auto;
		line-height: 130%;
		margin-top: 15px;
		font-size: 17px;
		font-weight: 600;
		clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	}
	.dodavatele img {
		max-width: 42%;
		margin: 0px 2.5%;
	}
	.modul {
		width: 100%;
		margin: 15px 0px;
	}
	.modul_detail table.zluta td strong {
		font-size: 18px;
	}
	.obsah h1 {
		font-size: 26px;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.obsah h2,
	.obsah h3,
	.obsah.slider h2 {
		font-size: 22px;
	}
	.obsah .kontakt {
		width: 100%;
	}
	.obsah .vizitka {
		width: 100%;
	}
	.leva, .prava  {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding: 0px;
	}
	footer {
		font-size: 17px;
		background-size: auto 250px;
	}
	footer .sloupec.logo {
		padding-top: 25px;
		margin-bottom: 50px;
	}
	footer .sloupec.logo img {
		width: 220px;
	}
	footer .sloupec.adresa img {
		margin-left: 4px;
		margin-right: 4px;
	}
	.album {
		width: 100%;
		padding: 5px 0px 12px 0px;
	}
	.album .nazev {
		height: auto;
	}
	.foto_box {
		width: 50%;
	}
	.pdf_box {
		width: calc(50% - 15px);
	}
	.pdf_box_nazev {
		height: 80px;
	}
	.sloupec-3 {
		width: 100%;
		text-align: center;
	}
	.formular input[type=text],
	.formular input[type=number],
	.formular select,
	.formular input[type=submit],
	.formular textarea {
		width: 100%;
	}
	
}

@media (max-width: 500px) {
	.obsah,
	.katalog_kategorie {
		text-align: center;
	}
	.obsah ul,
	.obsah ol {
		text-align: left;
		margin-left: 35px;
	}
	.galerie {
		margin-left: 0px;
	}
	.foto_box {
		width: 100%;
	}
	.kontakty {
		text-align: center;
	}
}
