@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
	--text: #222222;
	--body_bg: #fefefe;
	--green: #31611c;
	--green_opacity: #31611ccc;
	--green_light: #5f9e45;
	--red: #e21a22;

	--greylightgreen: #effaec;
	--greylightgreen2: #f3fff1;
	--greylightgreen2gg: yellow;
	
	--line: #CCCCCC;
	
	--shadow_light: 0px 0px 20px #00000029;
	--shadow_dark: 0px 0px 6px #00000066;

	--sloupec: 520px;
	--sloupec2: 400px;
	--big: 5em;
	--big_r: 5rem;
	--small: 2em;
	--small_r: 2rem;
	--mobil_button: 32px;
	--mobil_button_top: 0px;
	--mobil_top: 60px;
	--mobil_padding: calc( ( var(--mobil_top) - var(--mobil_button) ) / 2 ) ;
	--label_height: 100px;
	--mobil_label_height: 60px;
	--logo_height: 159px;
	--logo_width: 559px;
	--logo_width_fixed: 275px;
	--logo_grey_width: 650px;
	--menu_height: 4em;
	--position_bottom: 3rem;
	--position_top: calc(74px + var(--logo_height) + 20px );
	--position_top_tablet: calc(74px + var(--menu_height) + 2rem);
	--position_top_subpage: calc(74px + var(--menu_height) + 1.5rem);
	--mobil_banner_icons_envelope_height: 260px;
	--mobil_banner_icons_height: 130px;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-color: var(--body_bg);
	color: var(--text);
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
body.size2 { font-size: 1.3em; }
body.size3 { font-size: 1.5em; }

div {
	margin: 0;
	padding: 0;
}
.cleaner {
	clear: both;
}
.cleaner_left {
	clear: left;
}
.no_screen {
	display: none;
}
.no_print {
	display: block;
}
.center {
	text-align: center;
}

.hidden, .p_hidden {
	position: absolute;
	left: -2000px;
	font-size: 70%;
}

div#background_element {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 2000;
}
div#pageContent {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	width: auto;
	height: auto;
	min-height: 100%;
}
div#content {
	position: relative;
	top: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	border-top: 1px solid var(--green);
}
img#loader {
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 100;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a, .barva, .marker { color: var(--green); }
.marker2 { color: var(--greylightgreen2); }

.d_filter_unit.buttons .tlacitko,
.tlacitko {
	display: inline-block;
	padding: 0.8em 1em;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid var(--green);
	background-color: var(--green);
	color: var(--greylightgreen2);
	border-radius: 0.3em;
	transition: 0.3s;
}
.d_filter_unit.buttons .tlacitko:hover,
.tlacitko:hover{
	color: var(--green);
	background-color: var(--greylightgreen2);
}
a.tlacitko.white {
	color: var(--green);
	background-color: #FFF;
}
a.tlacitko.white:hover {
	background-color: var(--greylightgreen2);
	color: var(--green);
}
.tlacitko span,
div.subcategory a span {
	transform: scale(1);
	transition: 0.3s;
	display: block;
}
.tlacitko:hover span,
div.subcategory a:hover span {
	transform: scale(1.1);
}

.label {
	display: inline-block;
	color: #FFF;
	background-color: var(--green);
	padding: 0.5em;
	line-height: 1;
	font-style: italic;
	font-size: 12px;
	border-radius: 3px;
	text-decoration: none;
}
.label.color2 {
	background-color: var(--greylightgreen2);
}
.label.color3 {
	background-color: var(--red);
	color: #000;
}
.label.white {
	background-color: #FFF;
	border: 1px solid;
	color: var(--green);
}

a[target=_blank] {
	padding-right: 15px;
	background: url('img/exter_barva1.png') no-repeat right center;
}
a[target=_blank]::after {
	content: "nové okno";
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#foot a[target=_blank],
#m1 a[target=_blank],
.bottom_contact a[target=_blank]
{background-image: url('img/exter_white.png')}

.quick_links a[target=_blank] { background-image: none; }
.quick_links a[target=_blank] span { padding-right: 15px; background: url('img/exter_barva3.png') no-repeat right center; }

a.tlacitko[target=_blank] {
	padding-right: 30px;
	background-position: 97% center;
	background-color: var(--green);
	background-image: url('img/exter_white.png');
}
a.tlacitko[target=_blank]:hover { background-color: var(--greylightgreen2); background-image: url('img/exter_black.png'); }

a.tlacitko.white[target=_blank] { background-color: #FFF; color: var(--green); background-image: url('img/exter_barva1.png'); }
a.tlacitko.white[target=_blank]:hover { background-color: var(--greylightgreen2); color: #FFF; background-image: url('img/exter_white.png'); }

a.download_link_type[target="_blank"] { background-image: url('img/exter_black.png'); }
.deska_single_item ul.in_article_download li a[target="_blank"]{ background-image: url('img/exter_white.png'); }
.d_deska ul.in_article_download li a[target="_blank"], .deska_single_item ul.in_article_download li a[target="_blank"] { padding-right: 15px !important; background-position: right 7px; }



h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }
article h1, article h2, article h3 { margin-bottom: 0.2em; }
article p { margin: 0.3em 0 1em 0; }
.articleContent h1, h1.title {
	font-size: 300%;
	font-weight: 100;
	line-height: 1;
}
h2.head_underlined {
	font-size: 200%;
	font-weight: 100;
	margin: 1em 0;
	line-height: 1;
	color: var(--greylightgreen2);
}
aside h2.head_underlined {
	padding-left: 50px;
	background: url('img/menu_icon_white.png') no-repeat left center;
}
h2#aktuality {
	background: url('img/aktuality_60.png') no-repeat left center;
	background-size: 60px;
	color: var(--green);
	padding-left: 70px;
	min-height: 60px;
	margin-top: var(--small);
}
#home_aside_content h2 {
	background: url('img/uredni_deska_60_white.png') no-repeat left center;
	color: var(--greylightgreen2);
	padding-left: 70px;
	min-height: 60px;
	background-size: 60px;
	margin-top: var(--small);
}

h2.white { color: #FFF; }

.editPerex h1, .editPerex h2 { margin-bottom: 0.2em; }

p.pre_info {
	font-size: 150%;
	font-weight: 300;
}

.micro_art_unique ul li,
.articleContent ul li {
	list-style-type: none;
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	position: relative;
}
.micro_art_unique ul li::before,
.articleContent ul li::before {
	content: "";
	line-height: 1em;
	display: inline-block;
	background-color: var(--green);
	width: 10px;
	height: 10px;
	margin-left: 0;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0.5em;
	border: 1px solid var(--green);
	box-sizing: border-box;
}
.micro_art_unique ul li li::before,
.articleContent ul li li::before {
	background-color: transparent;
}

.articleContent dt {
	font-weight: bold;
	float: left;
	clear: left;
}
.articleContent dd { margin-bottom: 1em; }

#head_envelope {
	width: 100%;
	background-color: var(--green);
	position: absolute;
	top: 0; left: 0; right: 0;
}

#horizont-0 {
	background-color: #FFF;
	min-height: var(--logo_height);
	transition: min-height 0.3s;
}

#horizont-0 div.site_sized {
	height: 100%;
	text-align: right;
}

#topline-in {
	display: flex;
	justify-content: space-between;
}
#top_phone_open,
#top_icons {
	display: flex;
	flex-wrap: wrap;
}
div.top_phone {
	font-weight: bold;
	line-height: 32px;
	font-size: 20px;
	color: var(--greylightgreen2);
}
div.top_phone span,
div.top_email span {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	vertical-align: middle;
	margin-right: 1em;
}
div.top_phone span {
	height: 32px;
	width: 32px;
	padding-top: 32px;
	background: url('img/telefon_32.png') no-repeat center var(--greylightgreen2);
	border-radius: 50%;
	background-size: 16px;
}
div.top_email span {
	height: 32px;
	width: 32px;
	padding-top: 28px;
	background: url('img/email_32.png') no-repeat center var(--greylightgreen2);
	border-radius: 50%;
	background-size: 16px;
}
div.top_email,
div.top_open {
	line-height: 32px;
	border-left: 1px solid var(--greylightgreen2);
	margin-left: 1.5rem;
	padding-left: 1.5rem;
}
div.top_open::before { content: ""; display: inline-block; width: 32px; height: 32px; background: url('img/hodiny_32.png') no-repeat center var(--greylightgreen2); border-radius: 50%; vertical-align: middle; background-size: 16px;
margin-right: 1rem;
margin-top: -2px; }
div#whitestripe a { color: var(--greylightgreen2); }

div#whitestripe {
	padding: 20px 0;
	background-color: var(--green);
	color: var(--greylightgreen2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#topline {
	margin: 0 auto;
	padding-top: 74px;
}
#head_line {
	border-bottom: 20px solid var(--red);
	box-shadow: var(--shadow_dark);
	transition: 0.3s;
}
#logo_line {
	z-index: 1;
	position: absolute;
	left: 0;
	width: calc( var(--rantl) + var(--logo_grey_width) );
	text-align: right;
	background-color: var(--greylightgreen2);
	line-height: 0.8;
	transition: height 0.3s;
}
.homepage #logo_line {box-shadow: var(--shadow_dark); height: calc(var(--logo_height) + 80px);}
.subpage #logo_line { height: var(--logo_height); }


h1#logo {
	line-height: 1;
	width: var(--logo_width);
	height: var(--logo_height);
	position: relative;
	margin: 0 calc( var(--logo_grey_width) - var(--logo_width) ) 0 0;
	overflow: hidden;
	background-color: var(--greylightgreen);
	background-color: var(--greylightgreen2);
	display: inline-block;
	font-size: 100%;
	transition: 0.3s;
}
.homepage h1#logo {
	margin-top: 40px;
	margin-bottom: 30px;
	margin-right: calc( var(--logo_grey_width) - var(--logo_width) );
	/*width: calc( var(--logo_width) + 35px );*/
}
.subpage h1#logo { margin-top: 15px; }

h1#logo a {
	display: block;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	transition: 0.3s;
	width: 100%;
}
h1#logo a:focus-visible span.logo::before { background-color: var(--greylightgreen2); }
h1#logo a span.logo {
	display: block;
}
h1#logo span.logo::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	height: 0;
	background-color: var(--greylightgreen2);
	transition: 0.3s;
	padding-top: var(--logo_height);
	background-image: url('img/logo_stribrec_o.png');
	width: 100%;
}
.subpage h1#logo span.logo::before { padding-top: 100px; }



div#textsize {
	border-right: 1px solid var(--greylightgreen2);
	height: 32px;
	margin-right: 0;
	padding-right: 1.5rem;
	position: relative;
	z-index: 1;
}
div#textsize summary {
	list-style: none;
}
div#textsize details {
	position: relative;
}
div#textsize span#textsizebutton {
	border: none;
	width: 34px;
	height: 32px;
	overflow: hidden;
	font-size: 0px;
	background: url('img/tt_white.png') no-repeat center transparent;
	transition: 0.3s;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}
div#textsize details[open] span#textsizebutton {
	background-image: none;
	border-radius: 50%;
	border: 1px solid;
}
div#textsize details[open] span#textsizebutton::before,
div#textsize details[open] span#textsizebutton::after {
	content: "";
	display: block;
	width: 0;
	height: 18px;
	border: 1px solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
div#textsize details[open] span#textsizebutton::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
div#textsize span#textsizebutton:hover {
	opacity: 0.7;
}
div#textsize_selectArea {
	border: 1px solid var(--line);
	background-color: #FFF;
	padding: 1px;
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	text-align: center;
	display: flex;
	border-radius: 5px;
}
div#textsize_selectArea a {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 1px;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: #FFF;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	color: var(--green);
	width: 33%;
}
div#textsize_selectArea a::after {
	display: block;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 20px;
}

div#textsize_selectArea a.size1::after { content: "A"; }
div#textsize_selectArea a.size2::after { content: "A+"; }
div#textsize_selectArea a.size3::after { content: "A++"; }

div#textsize_selectArea a:hover::after {
	background-color: var(--green);
	color: #FFF;
}

div#textsize_selectArea a.selected { color: var(--line); }

div#search {
	position: relative;
	border-right: 1px solid var(--greylightgreen2);
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	height: 32px;
}
#search form {
	overflow: hidden;
	height: 46px;
	padding: 2px;
	position: relative;
	margin-top: -7px;
}
#search form label {
	position: absolute;
	left: 0;
	top: -100px;
	width: 160px;
	height: 32px;
	line-height: 34px;
}

#search_box {
	margin: 0;
	width: 210px;
	height: 42px;
	line-height: 32px;
	padding: 0 50px 0 8px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: var(--green_light);
	outline: none;
	color: var(--greylightgreen2);
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	border: none;
	box-shadow: inset 2px 2px 5px #00000029;
}
#search_box:focus,
#search_btn:focus {
	outline: 2px solid var(--greylightgreen2);
}
#search_box::placeholder { color: var(--greylightgreen2) !important; opacity: 0.5; }

#search_btn {
	width: 42px;
	height: 42px;
	overflow: hidden;
	font-size: 0px;
	background: url('img/lupa_white.png') no-repeat center transparent;
	transition: 0.3s;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
	box-sizing: border-box;
	border: none;
}
#search_btn:hover {
	opacity: 0.7;
}

#info_line {
	background-color: var(--greylightgreen2);
	min-height: 580px;
	margin-top: var(--position_top);
	position: relative;
	transition: margin-top 0.3s;
}
#home_info {
	width: var(--sloupec);
	min-height: 580px;
	box-sizing: border-box;
	padding: 3em 0 3em 3em;
	position: relative;
	background-color: var(--greylightgreen2);
}
#home_info div,
#home_info h3 { position: relative; z-index: 1; }

#home_info h3 { color: var(--green); margin-top: 0; }
.home_info_line a { color: var(--text); }
.home_info_line { display: flex; flex-wrap: wrap; }
.home_info_line p { width: 50%; }
.home_info_line p span {
	display: inline-block;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
}
.home_info_line p:first-child span:first-child { background-image: url('img/gps_45.png'); min-height: 45px; }
.home_info_line p:nth-child(2) span:first-child { background-image: url('img/telefon_32.png'); min-height: 32px; line-height: 44px; background-size: 32px; }
.home_info_line p:nth-child(2) span:last-child { background-image: url('img/email_32.png'); min-height: 32px; line-height: 44px; background-size: 32px;}
.home_info_line p:first-child span:last-child,
.home_info_line p:nth-child(2) span:last-child { margin-top: 1em; }


#info_line .site_sized {
	display: flex;
}
.home_info_map_erb {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
.home_info_map_erb .map_envl { width: 50%; }
img.img_map { max-width: 100%; }

.home_info_erb { display: flex; flex-wrap: wrap; width: 50%; margin-top: -40px; }
span.home_erb { width: 33.3%; text-align: center; }
span.home_erb:first-child { width: 100%; }

span.home_erb img { max-width: 80%; width: 60px; border: none; }
span.home_erb:first-child img { width: 80px; max-width: 33%; }



#info_graphic_part {
	background: url('img/most_kresba_580_10.jpg') no-repeat left center var(--greylightgreen2);
	background-size: cover;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: calc( var(--rantl) + ( var(--sirka) - var(--sloupec) ));
}

/* slideshow v banneru */
div#slide_part {
	position: relative;
	overflow: hidden;
	width: calc(100% - var(--sloupec));
}
#slide_part_img {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: calc( var(--rantl) + var(--sloupec));
}
#slide_part_img img {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	height: 112%;
}

.prvek .info-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
}
@keyframes fade_in {
	from { opacity: 0;}
	to {opacity: 1; }
}
@keyframes fade_out {
	from { opacity: 1;}
	to {opacity: 0; }
}

.info-text-C {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem 1rem 45px 1rem;
	background: var(--green_opacity);
	color: #FFF;
}
.info-text-C.nd_V {}
.info-text-C.nd_IV {}

.nd_VB .info-text-C.nd_V { animation-name: fade_out; animation-duration: 1s; opacity: 0; }
.nd_VB .info-text-C.nd_IV { animation-name: fade_in; animation-duration: 1s; opacity: 1;}




.info-text h3 { margin: 0; }
.info-text a.tlacitko { padding: 0.5em 1em; }

#number-envelope {
	position: absolute;
	bottom: 45px;
	right: 1em;
	z-index: 1;
}
#number-envelope a {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0);
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 50%;
	margin: 0 2px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	text-decoration: none;
	font-size: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#number-envelope a.active {background-color: #FFF;}
#number-envelope a:hover {background-color: var(--greylightgreen2);}

.subpage #content-0 {
	background-image: linear-gradient(var(--green),var(--green));
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 50% 100%;
	padding-top: var(--position_top);
	transition: padding-top 0.3s;
}
.subpage #content-0 .site_sized {
	display: flex;
	flex-direction: row-reverse;
}
.subpage #aside_content {
	width: var(--sloupec2);
	box-sizing: border-box;
	padding-right: 2rem;
}
.subpage #content-1 {
	width: calc(100% - var(--sloupec2));
	background-color: var(--body_bg);
}
.homepage #content-1 {
	background-image: linear-gradient(var(--green), var(--green));
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50% 100%;
}

div.site_sized.homepage {
	display: flex;
	flex-wrap: wrap;
}
.homepage #floating_envelope_category {
	width: calc(100% - var(--sloupec));
	background-color: var(--body_bg);
}

#home_aside_content {
	min-height: 50px;
	background-color: var(--green);
	color: #FFF;
	width: var(--sloupec);
	box-sizing: border-box;
	padding-left: 3em;
	padding-bottom: var(--small)
}
.deska_single_item {
	border-bottom: 1px solid;
	padding-bottom: 1em;
	margin-bottom: var(--small);
}
.deska_single_item h3 {
	margin-bottom: 0;
	font-weight: normal;
}
.deska_single_item .date {
	font-style: italic;
	margin: 0;
	font-size: 90%;
}
.deska_single_item .tlacitko { margin-top: 1em; }
.deska_single_item .desc { margin-bottom: 0; }

#floating_envelope_category,
#floating_envelope_article {}

#floating_envelope_category #floating_envelope_article,
#homepage_article #floating_envelope_article {
	width: 100%;
}

#bottom_contacts {
	background-color: var(--green);
	color: #FFF;
}
#bottom_contacts .site_sized {
	display: flex;
	justify-content: space-between;
}
div.bottom_contact {
	position: relative;
}
div.bottom_contact h2 {
	border-bottom: 1px solid var(--greylightgreen2);
	padding-bottom: 0.5em;
}

div.bottom_contact.links {}
div.bottom_contact.contacts { margin: 0 var(--big);}

div.home_info_hours div.hour {
	padding-left: 50px;
	min-height: 44px;
	background: url('img/hodiny_32.png') no-repeat left 4px;
}
div.bottom_contact div.hour {
	padding-left: 90px;
	min-height: 76px;
	background: url('img/hodiny_70_white_ring.png') no-repeat left 6px;
}
div.hour p {
	display: table-row;
}
div.hour b {
	display: table-cell;
}
div.home_info_hours div.hour b {
	font-weight: normal;
	text-transform: uppercase;
}
div.hour span {
	display: table-cell;
	padding-left: 1em;
}
div.bottom_contact .tlacitko {
	margin-left: 70px;
	margin-top: 1em;
}

ul#simle_links {
	margin: 0;
	padding: 0 0 0 90px;
	background: url('img/odkazy_70_white_ring.png') no-repeat left 6px;
	box-sizing: border-box;
	min-height: 76px;
}
ul#simle_links li {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}
ul#simle_links li a {
	text-decoration: none;
	color: #fff;
}
ul#simle_links li a:hover {
	text-decoration: underline;
}
div.bottom_contact.contacts .p_env {
	padding-left: 90px;
	background: url('img/gps_70_white_ring.png') no-repeat left 6px;
	min-height: 76px;
}

div.bottom_contact.contacts a {
	text-decoration: none;
	color: #FFF;
}
div.bottom_contact.contacts a:hover {
	text-decoration: underline;
}

#quick_links .site_sized {
	background-color: var(--greylightgreen);
	box-shadow: var(--shadow_light);
}
.homepage #quick_links {
	margin-top: -35px;
	position: relative;
	background-image: linear-gradient(var(--green), var(--green));
	background-repeat: no-repeat;
	background-position: right 35px;
	background-size: 50% 100%;
}
.subpage #quick_links {
	padding: var(--small) 0;
}
 ul.quick_links {
	display: flex;
	flex-wrap: wrap;
	padding: var(--small);
	margin: 0;
}
ul.quick_links li {
	display: block;
	width: 16.6%;
}
ul.quick_links li a {
	display: flex;
	color: #000;
	text-decoration: none;
	height: 100%;
	transition: 0.3s;
	box-sizing: border-box;
	padding: 1rem;
	align-items: center;
}
ul.quick_links li a span {
	display: inline-block;
}
ul.quick_links li a:hover {
	background-color: #FFF;
	box-shadow: var(--shadow_dark);
}
ul.quick_links li a img {
	max-width: 34px;
	max-height: 34px;
	margin-right: 0.6rem;
	vertical-align: middle;
}




#advb_envelope {
	background-color: #FFF;
}
div#advb_in_links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
div.advb_link {
	text-align: center;
	margin: 0 2em 2em;
}
div.advb_link a,
div.advb_link .link_like {
	display: inline-block;
	line-height: 1;
	text-align: center;
	max-width: 100%;
	box-sizing: border-box;
}
div.advb_link img {
	max-width: 280px;
	max-height: 150px;
	display: inline-block;
	vertical-align: middle;
	transition: 0.3s;
}
div.advb_link a:hover img {
	transform: scale(1.1);
}
div.advb_link a[target="_blank"] {
	padding-right: 0;
	background: none;
}
div.advb_link a[target="_blank"]::after { display: none; }
div.advb_link span {
	display: block;
	text-align: center;
	margin-top: 8px;
	font-size: 80%;
}
div.advb_link a[target="_blank"] span::after {
	content: "";
	width: 0;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	background: url('img/exter_barva1.png') no-repeat right center;
}
div.advb_link div.link_like img {}


.ec{position:relative}
.ec .ec__holder{
	overflow:hidden;
	margin: 0 40px;
	padding: 40px 0;
}
.ec .ec__track{will-change:transform}
.ec .ec__track:after{content:'';display:table;clear:both}
.ec .ec__item{display: inline-block; vertical-align: middle; overflow:hidden}
.ec .ec__pagination{text-align:center;margin-top:10px}
.ec .ec__pagination .pagination__dot{width:8px;height:8px;background-color:transparent;display:inline-block;border:1px solid #000;margin:0 5px;border-radius:50%;cursor:pointer}
.ec .ec__pagination .pagination__dot--active{background-color:#000}
.ec .ec__nav{
	position:absolute;
	bottom:10px;
	border-top:8px solid #000;
	border-right:8px solid #000;
	width:25px;
	height:25px;
	cursor:pointer;
	top: 50%;
	opacity: 0.5;
	transition: opacity 0.2s;
}
.ec .ec__nav:hover {
	opacity: 1;
}
.ec .ec__nav:before{content:''}
.ec .ec__nav--prev{transform:translateY(-50%) rotate(-135deg);left:10px}
.ec .ec__nav--next{transform: translateY(-50%) rotate(45deg);right:10px}



#foot {
	background-color: var(--green);
	color: #FFF;
	font-size: 80%;
	box-sizing: border-box;
	min-height: 82px;
	position: relative;
}
#foot-in {
position: relative;
}
#foot a {
	color: #FFF;
}

.multi_head_line { font-size: 190%; }
.multi_head_line h3 {
	font-size: 150%;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0.4em;
	line-height: 1;
}
.multi_head_line h2 {
	text-transform: uppercase;
	font-size: 210%;
	line-height: 1;
	margin-top: 0.4em;
}

aside { overflow: hidden; }

ul#m1 {
	border-top: 1px solid #FFF;
	padding: 0;
}
ul#m1 li {
	list-style-type: none;
}
ul#m1 > li {
	border-bottom: 1px solid #fff;
	position: relative;
	padding-left: 2px
}
ul#m1 li a {
	display: inline-block;
	padding-left: 0px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #FFF;
	position: relative;
	font-size: 1.2em;
	transition: 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	box-sizing: border-box;
}
ul#m1 li a::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #FFF;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	transition: 0.3s;
}
ul#m1 li a:hover {
	text-decoration: underline;
	padding-left: 1.5em;
}
ul#m1 li a:hover::before,
ul#m1 li a.a_active::before { opacity: 1; }

ul#m1 li a.a_active { font-weight: bold; padding-left: 1.5em }

ul#m1 li ul {
	padding-left: 50px;
	overflow: hidden;
	transition: height 0.3s;
}
ul#m1 li ul li a::before {
	content: "";
	width: 0.5em;
	opacity: 1;
	height: 0;
	display: block;
	border: 1px solid #FFF;
	border-radius: 50%;
	vertical-align: middle;
}
ul#m1 li ul li a {
	font-size: 1em;
	padding-left: 1em;
}
ul#m1 li ul li a:hover { padding-left: 2em; }
ul#m1 li ul li a:hover::before {
	width: 1em;
}

ul#m1 li ul.collapsed {
	height: 0 !important;
}
ul#m1 li ul.expanded {
	height: 15rem;
}

#homepage_article {
	overflow: hidden;
	background-color: var(--greylightgreen);
}

.mhdr {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#user-info {
	text-align: right;
	position: absolute;
	left: 0;
	right: 0;
}
.homepage #user-info {
	margin-top: -3em;
}

#bottom-mapline iframe {
	width: 100%;
	height: 400px;
	border: none;
	display: block;
}
div#advb-in {
	margin-top: 1em;
	margin-bottom: 1em;
}

.micro_art_unique {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 2px solid var(--green);
}
.micro_art_unique:last-child {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: none;
}
.micro_art_unique h1, /*.micro_art_unique h2*/, .micro_art_unique h3 {
	line-height: 1;
}
.micro_art_unique h2 {
	color: var(--green);
}
.micro_art_unique ul, .micro_art_unique ol {

}
.micro_art_unique ul.downloadElement,
.micro_art_unique ul.downloadElement li {

}
.micro_art_unique ul.downloadElement li a {
	height: auto;
}
.micro_art_unique img {
	max-width: 100%;
}
.micro_art_unique a img {
	border: none;
}
.micro_art_unique div.download form {
	text-align: center;
	margin: 5px 0;
}
.micro_art_unique div.download input[type="password"],
.micro_art_unique div.download input[type="text"] {
	margin: 0;
	width: 150px;
}
.micro_art_unique div.download form.downloadsInputError {
	padding: 2px 0;
	margin: 3px 0;
	color: #7c0000;
	border: 1px solid #F00;
	background-color: #e56666;
	border-radius: 3px;
	max-width: 400px;
}

.micro_art_unique .webbase_form select,
.micro_art_unique .webbase_form textarea,
.micro_art_unique .webbase_form input[type="text"] {
	width: 100%;
}
.micro_art_unique .webbase_form label {
	width: auto;
	text-align: left;
	display: block;
}
.micro_art_unique .webbase_form label.form_label_right {
	display: inline-block;
}
.micro_art_unique .webbase_form .halc {
	margin: 0 0 0 0px;
	text-align: center;
}
.micro_art_unique .webbase_form .text_info_div {
	margin: 0 0 0 0px;
	display: block;
}
.micro_art_unique .webbase_form input[type="radio"],
.micro_art_unique .webbase_form input[type="checkbox"] {
	margin: 0 0 0 0px;
}

div#advb-in {
	text-align: center;
	overflow: hidden;
}
div#advb-in a {
	vertical-align: middle;
	display: inline-block;
	margin: 0.5em;
}
div#advb-in a img {
	border: none;
	width: auto;
	max-width: 10em;
	height: auto;
	max-height: 7em;
}


#categories_envelope.galery {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.article-preview-gallery {
	width: 23%;
	margin: 1%;
	position: relative;
	min-height: 70px;
}
.article-preview-gallery h2 {
	margin: 0;
	text-align: center;
	font-size: 120%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: normal;
}
.article-preview-gallery h2 a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.article-preview-gallery h2 a > span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
.img-article-preview-gallery {
	width: 100%;
	overflow: hidden;
}
.img-article-preview-gallery img {
	border: none;
	width: 100%;
	display: block;
	border-radius: 5px;
}


.articleContent {
	min-height: 15em;
}
.articleContent blockquote {
	font-style: italic;
	border-left: 5px solid var(--green);
	padding: var(--small_r);
	margin: var(--small_r) 0;
	background-color: #FBFBFB;
	font-size: 150%;
}
.articleContent img {
	max-width: 100%;
	height: auto !important;
}

.homepage .articleContent h1 {}

.articleContent h1 img {
	display: block;
	margin: 0 auto;
}

div.download input[type="password"],
div.download input[type="text"],
div.photogalery input[type="password"],
div.photogalery input[type="text"] {
	margin: 0 10px;
	width: 150px;
}
div.download form.downloadsInputError,
div.photogalery form.photosInputError {
	padding: 2px 0;
	margin: 3px 0;
	color: #7c0000;
	border: 1px solid #F00;
	background-color: #e56666;
	border-radius: 3px;
	max-width: 400px;
}

/* + downloads */
ul.in_article_download {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
ul.in_article_download li {
	list-style-type: none;
	margin: 0 0 1.5rem 0;
	padding: 0 1rem 0 0;
	box-sizing: border-box;
}
ul.in_article_download.var100 li {
	width: 100% !important;
}

ul.in_article_download li::before { display: none; }
ul.in_article_download li a {
	display: inline-block;
	position: relative;
	color: var(--text);
	text-decoration: none;
	padding-left: 60px;
	padding-top: 10px;
	min-height: 48px;
	max-width: 100%;
	box-sizing: border-box;
}
a.download_link_type::before {
	content: "";
	background-image: url('./img/download/download2.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 48px;
	width: 48px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 0.5em;
	vertical-align: middle;
}
a.download_link_type.file-video_mp4::before,
a.download_link_type.file-video_mpeg::before,
a.download_link_type.file-video_x-msvideo::before
{ background-image: url('./img/download/download_video2.png'); }
a.download_link_type.file-audio_mpeg::before,
a.download_link_type.file-audio_wav::before
 { background-image: url('./img/download/download_audio2.png'); }
a.download_link_type.file-text_plain::before { background-image: url('./img/download/download_txt2.png'); }
a.download_link_type.file-application_msword::before,
a.download_link_type.file-application_vnd-openxmlformats-officedocument-wordprocessingml-document::before { background-image: url('./img/download/download_word2.png'); }
a.download_link_type.file-application_pdf::before { background-image: url('./img/download/download_pdf2.png'); }
a.download_link_type.file-application_vnd-ms-excel::before, a.download_link_type.file-application_vnd-openxmlformats-officedocument-spreadsheetml-sheet::before { background-image: url('./img/download/download_excel2.png'); }
a.download_link_type.file-application_x-zip-compressed::before,
a.download_link_type.file-application_gzip::before { background-image: url('./img/download/download_zip2.png'); }
a.download_link_type.file-application_vnd-ms-powerpoint::before, a.download_link_type.file-application_vnd-openxmlformats-officedocument-presentationml-presentation::before { background-image: url('./img/download/download_powerpoint2.png'); }
a.download_link_type.file-image_jpeg::before,
a.download_link_type.file-image_png::before,
a.download_link_type.file-image_gif::before
 { background-image: url('./img/download/download_image2.png'); }


a.download_link_type span.suf {
	text-transform: uppercase;
	height: 12px;
	line-height: 12px;
	width: 32px;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	background-color: #00146e;
	display: block;
	position: absolute;
	left: 7px;
	top: 40px;
	border-radius: 3px;
	border: 1px solid #CCC;
}
a.download_link_type.file-video_mp4 span.suf,
a.download_link_type.file-video_mpeg span.suf,
a.download_link_type.file-video_x-msvideo span.suf
{ background-color: #3c8ae9; }
a.download_link_type.file-audio_mpeg span.suf,
a.download_link_type.file-audio_wav span.suf
 { background-color: #a53ce9; }
a.download_link_type.file-text_plain span.suf { background-color: #555555; }
a.download_link_type.file-application_msword span.suf,
a.download_link_type.file-application_vnd-openxmlformats-officedocument-wordprocessingml-document span.suf { background-color: #0072c6; }
a.download_link_type.file-application_pdf span.suf { background-color: #e94c3c; }
a.download_link_type.file-application_vnd-ms-excel span.suf, a.download_link_type.file-application_vnd-openxmlformats-officedocument-spreadsheetml-sheet span.suf { background-color: #007233; }
a.download_link_type.file-application_x-zip-compressed span.suf,
a.download_link_type.file-application_gzip span.suf { background-color:#e8b636; color: #000; }
a.download_link_type.file-application_vnd-ms-powerpoint span.suf, a.download_link_type.file-application_vnd-openxmlformats-officedocument-presentationml-presentation span.suf { background-color: #dd5900; }
a.download_link_type.file-image_jpeg span.suf,
a.download_link_type.file-image_png span.suf,
a.download_link_type.file-image_gif span.suf
 { background-color: #6a3b99; }

ul.in_article_download li a span.name_envl { line-height: 1.3; }
ul.in_article_download li a span.name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
ul.in_article_download li a:hover { text-decoration: none; }
ul.in_article_download li a:hover span.name { text-decoration: underline;}

ul.in_article_download li span.play {
	display: block;
	margin-top: 0px;
	margin-left: 80px;
}
ul.in_article_download li span.play audio {
	max-width: 260px;
	width: 100%;
	max-height: 30px;
	border-radius: 15px;
}
ul.in_article_download li a i {
	font-size: 80%;
	white-space: nowrap;
}


/* vyrovnání odsazení */

#advb_envelope,
#bottom_contacts,
#news_info,
#foot
{ overflow: hidden }

#advb_in,
#bottom_contacts .site_sized,
#news_info .site_sized,
#homepage_article #floating_envelope_article
{ margin-top: var(--big);
margin-bottom: var(--big); }

.subpage #content-1
{ padding-bottom: var(--small);
 padding-left: var(--big); }

#top_area_path_part p
{ padding: var(--small) 0; }

#foot-in,
.submenuArea,
#categories_envelope
{ margin-top: var(--small);
 margin-bottom: var(--small); }


/* - vyrovnání odsazení */

.photosArea {
	overflow: hidden;
}
.photosArea a {
	display: block;
	float: left;
	line-height: 1;
	margin: 0.5%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.photosArea a img {
	display: block;
	border: none;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	transition: 0.3s;
}
.photosArea a:hover img {
	transform: scale(1.1);
}

.photosArea a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url('img/enlarge.png') no-repeat center transparent;
	background-size: cover;
	opacity: 0;
	transition: .3s;
}
.photosArea a:hover::after{
	opacity: 1;
	width: 86px;
	height: 87px;
}
.photosArea.photogallery_vertical a img {}

div.sPhotos_element {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 153px;
}
div.sPhotos_element.sPhotos_element_vertical {
	min-height: 200px;
}
div.sPhotos_element img {
	position: relative;
	float: right;
}
div.sPhotos_element div.cleaner {
	clear: left;
}
div.sPhotos_envelope {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: flex;
	justify-content: space-around;
}
div.sPhotos_element div.sPhotos_envelope a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 25%;
	background-color: transparent;
}
div.sPhotos_element_vertical div.sPhotos_envelope a {
	width: 20%;
}
div.sPhotos_envelope a img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border: none;
}

div.error404 {
	margin: 10em auto;
	max-width: 500px;
	text-align: center;
	border: 1px dotted #F00;
	padding: 10px;
	text-align: center;
}

h3.search_result_title {
	margin-bottom: 0;
}
div#data-center-text {
	margin-bottom: 2em;
}

input[type=button], input[type=submit] {
	border: 1px solid var(--green);
	border-radius: 5px;
	padding: 0.5em 1em;
	font-size: 100%;
	background-color: #FFF;
	color: var(--green);
	cursor: pointer;
	line-height: 2em;
}
input[type=button]:hover, input[type=submit]:hover {
	background-color: var(--green);
	border-color: var(--green);
	color: #FFF;
}
input[type=text], input[type=password], textarea, input[type="email"] {
	box-sizing: border-box;
	color: #000;
	background-color: #FFF;
	border: 1px solid var(--line);
	border-radius: 5px;
	padding: 0.5em 1em;
	font-size: 100%;
	font-family: "Open Sans", sans-serif !important;
	max-width: 100%;
}
textarea { height: 10em !important;}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: var(--green);
}
.webbase_form label {
	font-family: "Open Sans", sans-serif !important;
}
.webbase_form .highlight {
	font-weight: bold;
}

input.form_stext, label.form_stext {
	display: none !important;
}
.webbase_form_div {
	max-width: 700px;
	width: auto;
	margin: 0 auto 2em auto;
}
.webbase_form_line {
	margin: 1em 0 0;
	position: relative;
}
.webbase_form_line_unit {
	margin: 0.5em 0;
}
.webbase_form label.form_error, .webbase_form label.form_error1 {
	background-image: url('../img/form_error.png');
	background-repeat:  no-repeat;
}
.webbase_form label.form_error {padding-left: 16px; background-position:  left center;}
.webbase_form label.form_error1 {padding-right: 16px; background-position:  right center;}
.webbase_form {
	position: relative;
}
.webbase_form select,
.webbase_form textarea,
.webbase_form input[type="text"],
.webbase_form input[type="email"] {
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
}
.webbase_form input[type="text"],
.webbase_form input[type="email"],
.webbase_form input[type="date"] {
	height: 2em;
	line-height: 2em;
	margin: 0;
	padding: 0 0.5em;
}




.webbase_form textarea:valid,
.webbase_form input[type="text"]:valid,
.webbase_form input[type="email"]:valid {
	border-color: #cdcdcd;
}
.webbase_form textarea:valid:required,
.webbase_form input[type="text"]:valid:required,
.webbase_form input[type="email"]:valid:required {
	border-color: var(--green);
	border-color: green;
}
.webbase_form textarea:invalid,
.webbase_form input[type="text"]:invalid,
.webbase_form input[type="email"]:invalid {
	border-color: red;
}
.webbase_form textarea:invalid ~ span,
.webbase_form input[type="text"]:invalid ~ span,
.webbase_form input[type="email"]:invalid ~ span {
	position: relative;
	display: inline-block;
	height: 2em;
	vertical-align: middle;
}
.webbase_form textarea:invalid ~ span { vertical-align: top; }
.webbase_form textarea:invalid ~ span::before,
.webbase_form input[type="text"]:invalid ~ span::before,
.webbase_form input[type="email"]:invalid ~ span::before {
	content: "!";
	color: red;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -27px;
	font-size: 18px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 2px solid;
	border-radius: 50%;
	display: block;
	transform: translateY(-50%);
}
.webbase_form label {
	max-width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 0 1em 0 0;
}
.webbase_form .halc {
	margin: 0 0 0 0;
}
.webbase_form .text_info_div {
	margin: 0 0 0 100px;
}
.webbase_form label.form_label_right {
	text-align: left;
	padding-left: 0px;
	padding: 0 16px 0 1em;
	max-width: 70%;
}
.webbase_form label.valt {
	vertical-align: top;
}
.webbase_form label.valb {
	vertical-align: bottom;
}
.webbase_form label.vals {
	vertical-align: middle;
}
.webbase_form input[type="radio"],
.webbase_form input[type="checkbox"] {
	margin: 0 0 0 200px;
	padding: 0;
	vertical-align: middle;
}

/* - foto slideshow */
div.ssPhotos_element {
	width: 100%;
	overflow: hidden;
	position: relative;
}
div.ssPhotos_envelope {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
div.ssPhotos_element.ss16_9 { padding-top: 56.25%; }
div.ssPhotos_element.ss3_1 { padding-top: 33.3%;}
div.ssPhotos_envelope img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100% !important;
	max-width: none;
}
/* - foto slideshow */


/* reklamni okno */
div#ppb_b {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: url('img/bbp_bg.png') transparent;
}
div#ppb_b-in {
	position: relative;
	width: 800px;
	max-width: calc(100% - 20px);
	height: 500px;
	margin: 70px auto 0 auto;
	padding: 0;
	box-sizing: border-box;
	background: #FFF;
	border-top: 15px solid var(--green);
	border-bottom: 15px solid var(--green);
	background-size: cover;
}
a.ppb_close {
	display: block;
	position: absolute;
	top: -47px;
	right: 0;
	background: url('img/close_white.png') no-repeat right center transparent;
	padding: 0 35px 0 0;
	color: #FFF;
	height: 32px;
	line-height: 32px;
}
div.ppb_cnt {
	position: relative;
	width: 100%;
	height: 100%;
}
img#ppb_img {
	margin: 0px auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
div#ppb_no_img {
	width: 100%;
	height: 100%;
}
a#ppb_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	background: url('img/blank.gif') transparent;
}
div#ppb_text_envelope {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
div#ppb_text {
	position: relative;
	margin: 15px;
}
div#ppb_mb {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	z-index: 19;
}
div#ppb_mb a img {
	border: none;
	display: block;
}
/* - reklamni okno */


span#login_form_icon {
	position: absolute;
	top: -16px;
	left: -15px;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('./img/encrypted.png');
}
img#login_form_icon {
	position: absolute;
	top: -16px;
	left: -15px;
}
div#login_form_message {
	margin: 3em auto;
	padding: 0 1em;
	text-align: center;
}
div#login_form_envelope {
	max-width: 22em;
	margin: 3em auto;
	padding: 1em;
	width: auto;
	position: relative;
	border: 1px solid var(--green);
	text-align: right;
}
#login_form label {
	padding: 0 1em 0 0;
}
input#user_login, input#user_password {
	height: 2em;
	line-height: 2em;
	margin: 0 0 1em 0;
	padding: 0 0.5em;
	width: 10em;
	background-color: #ffffff;
	color: #000000;
}
input.input_button {}

#cs_bx_envl {
	/*display: flex;*/
	display: none;
	background: rgba(0,0,0,0.4);
	z-index: 1002;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cs_bx {
	background-color: #FFF;
	color: #000;
	border-top: 1px solid #888;
	padding: 30px 30px 0;
	box-sizing: border-box;
	margin: auto;
	position: relative;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0px 0px 20px #000;
}
#cs_bx p {
	padding: 0;
}
#cs_bx a#cs_l {
	color: blue;
}

#cs_bx a#cs_bu_y,
#cs_bx a#cs_bu_n,
#cs_bx a#cs_bu_close {
	background-color: #eee;
	border: 1px solid #777;
	border-radius: 2px;
	color: #000;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
}
#cs_bx a#cs_bu_close {
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0;
	line-height: 19px;
	padding: 4px 8px;
}
#cs_bx a#cs_bu_y,
#cs_bx a#cs_bu_n {
	display: inline-block;
	width: 45%;
	line-height: 3em;
}

#scrollToHome {
	position: fixed;
	display: none;
	width: 64px;
	height: 0;
	padding-top: 64px;
	border-radius: 50%;
	background: url('img/arrow_green.png') no-repeat center var(--greylightgreen2);
	bottom: 1.2em;
	right: 1em;
	overflow: hidden;
	box-shadow: var(--shadow_dark);
	transform: rotate(-90deg);
	z-index: 1;
}


a#hor-res-menu-button {
	display: none;
	box-sizing: border-box;
	width: auto;
	height: var(--mobil_button);
	line-height: var(--mobil_button);
	position: absolute;
	top: var(--mobil_padding);
	right: var(--mobil_padding);
	padding-right: var(--mobil_button);
	font-weight: bold;
	color: #FFF !important;
	text-transform: uppercase;
	text-decoration: none;
}
a#hor-res-menu-button.clicked {
	position: fixed;
	top: var(--mobil_padding);
	right: var(--mobil_padding);
	background-color: var(--greylightgreen2);
	border-radius: 50%;
}
a#hor-res-menu-button span.top,
a#hor-res-menu-button span.center,
a#hor-res-menu-button span.bottom {
	position: absolute;
	width: var(--mobil_button);
	right: 0px;
	border: 2px solid;
	border-radius: 1px;
	box-sizing: border-box;
	opacity: 1;
	transition: 300ms;
}

a#hor-res-menu-button span.top { top: 0px; width: calc( var(--mobil_button) * 0.6);}
a#hor-res-menu-button span.center {top: calc( var(--mobil_button) / 2 - 3px);  width: calc( var(--mobil_button) * 0.8) }
a#hor-res-menu-button span.bottom { top: calc( var(--mobil_button) - 6px); }

a#hor-res-menu-button.clicked span.top { top: calc( var(--mobil_button) / 2 - 3px); transform: rotate(45deg);  width: var(--mobil_button)}
a#hor-res-menu-button.clicked span.center { opacity: 0; }
a#hor-res-menu-button.clicked span.bottom { top: calc( var(--mobil_button) / 2 - 3px); transform: rotate(-45deg);}

a#hor-res-menu-button span.menu { padding-right: 10px; } 
a#hor-res-menu-button.clicked span.menu { display: none }

ul#m0 {
	margin: calc(75px - 2em) 0 0 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	width: calc(100% - var(--logo_grey_width));
	transition: margin 0.3s;
}

ul#m0 li {
	list-style-type: none;
	padding: 0 2em 0 0;
	margin: 0 0 0 2em;
	display: inline-block;
	line-height: var(--menu_height);
	border-right: 1px solid var(--line);
	position: relative;
}
ul#m0 li:first-child { margin-left: 0; }

ul#m0 li a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 110%;
	position: relative;
	padding-left: 1.5em;
	z-index: 4;
}
ul#m0 li a:hover,
ul#m0 li a:focus,
ul#m0 li a.a_active,
ul#m0 li a.a_Tactive { }

ul#m0 li a::before {
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid var(--red);
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: 0.3s;
}
ul#m0 li a:hover::before {
	background-color: var(--red);
}

ul#m0 li a::after {
	transition: 300ms;
	height: 1px;
	content: "";
	position: absolute;
	width: 0;
	bottom: 1em;
	left: 1.5em;
	background-color: #000;
}

ul#m0 li a:hover::after,
ul#m0 li a:focus::after,
ul#m0 li a.a_active::after,
ul#m0 li a.a_Tactive::after,
ul#m0 li.active a::after {
	width: calc(100% - 1.5em);
}
ul#m0 li a.menuArrow {}
ul#m0 div,
ul#m0 div.collapsed {
	display: none;
	background: var(--greylightgreen);
	width: 220px;
	position: absolute;
	z-index: 5;
	right: 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: 0.5s;
	text-align: left;
	transform-origin: top center;
	margin-top: -2px;
}
ul#m0 li > div.collapsed {
	display: block;
	transform: scaleY(0);
}
ul#m0 div.expanded {
	display: block;
	transform: scaleY(1);
	box-shadow: var(--shadow_dark);
}
ul#m0 ul {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
}
ul#m0 ul li {
	padding: 1.5em 0.5em 0 1em;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	margin: 0;
	text-align: left;
	border-right: none;
}
ul#m0 ul li:last-child { padding-bottom: 1.5em; }
ul#m0 ul li a {
	color: var(--text);
	text-transform: none;
	font-size: 1rem;
	margin: 0;
	padding-left: 20px;
	font-weight: normal;
}
ul#m0 ul li a:hover { color: var(--green); text-decoration: underline; }
ul#m0 ul li a::before {
	width: 10px !important;
	height: 10px;
	border: 1px solid;
	border-radius: 50%;
	transition: 0s;
	background-color: transparent;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--green);
}
ul#m0 ul li a:hover::before,
ul#m0 ul li a:focus::before,
ul#m0 ul li a.a_active::before,
ul#m0 ul li.active a::before,
ul#m0 ul li a:hover::before {
	width: 10px;
	background-color: var(--green);
}
ul#m0 ul li a::after { display: none; }



.photosArea a:hover {
	border-color: var(--green);
}




/* drobeckova navigace */
#top_area_path_part {
	border-bottom: 1px solid var(--line);
}

#top_area_path_part a {
	text-decoration: none;
	color: #2A2A2A;
	font-style: italic;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 10em;
	display: inline-block;
	overflow: hidden;
	padding: 0 0.5em;
	vertical-align: middle;
	height: 1.2em;
}
#top_area_path_part b a {
	font-weight: normal;
	color: var(--green);
}
#top_area_path_part a:hover {
	text-decoration: underline;
}
#top_area_path_part p {
	font-style: italic;
	margin: 0;
	line-height: 1;
}

.submenuArea {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
div.subcategory {
	border: 1px solid var(--line);
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
	max-width: 377px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 0rem 0rem 2rem 0rem;
}
div.subcategory:hover {
	background-color: var(--green) !important;
}

div.subcategory h2 {
	overflow: hidden;
	color: #2A2A2A;
	font-weight: normal;
	font-size: 160%;
	transition: 0.3s;
	padding: 1rem 1rem 0;
	margin: 0;
	min-height: 36px;
}
div.subcategory .description {
	transition: 0.3s;
	font-size: 90%;
	margin: 0.5rem 0 0 0;
	padding: 0 1rem;
	overflow: hidden;
}

div.subcategory:hover .description,
div.subcategory:hover h2 {
	color: #FFF;
}
div.subcategory img {
	border-radius: 5px;
	width: 100%;
	display: block;
	max-width: 128px;
	padding: 1rem 0 0;
	margin: 0 auto;
	box-sizing: border-box;
}
/*div.subcategory:hover img {
	filter: grayscale(100) brightness(100);
}*/
div.subcategory a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
div.subcategory a[target=_blank] { background-image: none; }

div.subcategory a span {
	position: absolute;
	bottom: 0.6rem;
	right: 20px;
}
div.subcategory a[target=_blank] span { display: inline-block; padding-right: 15px; background: url('img/exter_barva1.png') no-repeat right center; }
div.subcategory a:hover span { color: #FFF; }
div.subcategory a[target=_blank]:hover span { background-image: url('img/exter_white.png'); }

div.subcategory-envelope {
	box-sizing: border-box;
	width: 25%;
	padding: 0.5rem;
}



#map_area ul { padding-left: 1em; }
#map_area > ul > li { }
#map_area > ul > li > a {color: var(--blue); font-size: 150%;}
#map_area > ul > li > ul { width: 100%; display: block; }
#map_area > ul > li > ul > li { width: 100%; box-sizing: border-box; }
#map_area > ul > li > ul > li > a { color: var(--blue); font-size: 150%; }
#map_area > ul > li > ul > li > ul { margin-bottom: 2em; display: flex; flex-wrap: wrap; }
#map_area > ul > li > ul > li > ul > li { width: 31.3%; box-sizing: border-box; margin: 0 1% 1% 0; }
#map_area > ul > li > ul > li > ul > li > a { font-size: 120%; font-weight: bold; }
#map_area > ul > li > ul > li > ul > li > ul > li { margin: 0 1em 0.5em 0; display: inline-block; vertical-align: top; }
#map_area > ul > li > ul > li > ul > li > ul > li > ul > li { font-size: 80%; }
#map_area > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a { text-decoration: none; }

.site_sized,
.articleContent > h1 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

#hor-envelope {
	position: relative
}

/*vypisy*/
#categories_envelope {}
#categories_envelope.list div.article-preview-envelope {
	box-sizing: border-box;
	width: 100%;
}

div.article-preview {
	position: relative;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
}
.homepage #categories_envelope.list div.article-preview { margin-right: var(--big); }
.subpage #categories_envelope.list {}
div.img-article-preview {
	box-sizing: border-box;
	width: 37.7%;
}
div.img-article-preview img {
	border: none;
	width: 100%;
	display: block;
}
div.img-article-preview span.labels {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.img-article-preview a.label {
	display: inline-block;
	position: relative;
	color: var(--greylightgreen2);
	background-color: var(--green);
	padding: 0.5em;
	line-height: 1;
	font-style: italic;
	font-size: 15px;
	border-radius: 0;
	text-decoration: none;
	transition: 0.3s;
	margin-bottom: 5px;
}
div.img-article-preview a.label::after {
	content: "";
	display: block;
	position: absolute;
	right: -14px;
	top: 0;
	border-style:solid;
	border-width: 1em 0.5em 1em 0.5em;
	border-color: transparent;
	border-left-color: var(--green);
	border-top-color: var(--green);
	transition: 0.3s;
}
div.img-article-preview a.label:hover {
	text-decoration: underline;
}

div.text-article-preview {
	box-sizing: border-box;
	padding: 0 0 0 2rem;
	width: 62%;
}
div.text-article-preview h2 {
	font-weight: normal;
	position: relative;
	margin: 0em 0 1rem;
}
div.text-article-preview .tlacitko {}
div.article-preview:hover {
	border-color: var(--green);
}


.fCalendarEnvelope {
	width: 100%;
	position: relative;
	border: 1px solid var(--line);
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	margin: var(--small) auto;
	max-width: 500px;
}
.fCalendarTitle {
	position: relative;
	height: 15%;
}
.fCalendarIn {
	position: relative;
	height: 85%;
}
.fCalendarPredMonth,
.fCalendarNextMonth {
	display: inline-block;
	position: absolute;
	top: 0;
	width: 20%;
	box-sizing: border-box;
	height: 100%;
	line-height: 3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: var(--line);
}
.fCalendarPredMonth {
	border-right: 1px solid #fff;
	left: 0;
}
.fCalendarNextMonth {
	border-left: 1px solid #fff;
	right: 0;
}
.fCalendarPredMonth:after,
.fCalendarNextMonth:after {
	content: "";
	display: block;
	border-top: 4px solid;
	border-right: 4px solid;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.fCalendarPredMonth:after {
	transform: translate(-50%,-50%) rotate(-135deg);
}
.fCalendarPredMonth:hover,
.fCalendarNextMonth:hover {
	color: var(--greylightgreen2);
}

.fCalendarTitle a.fCalendarActions {
	position: absolute;
	left: -2000px;
}
.fCalendarTitle a.fCalendarActions:focus {
	left: 0;
	top: 0;
	background:  var(--body_bg);
}
.fCalendarActMonth {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	color: var(--greylightgreen2);
	line-height: 3;
	font-size: 140%;
}
.fCalendarInTitles {
	display: block;
	padding: 1em 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.fCalendarInTitles:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.fCalendarInTitles span {
	display: inline-block;
	vertical-align: middle;
	width: 14%;
	cursor: default;
	text-align: center;
	font-weight: bold;
}
.fCalendarInTitlesWeekend {
	width: 15% !important;
}
.fCalendarInTitles span span {
	text-align: center;
}
.fCalendarInDays:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
}
.fCalendarInDays {
	height: 85%;
	width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.fCalendarInDays > span {
	display: block;
	width: 14%;
	height: 4em;
	text-align: center;
	float: left;
	position: relative;
	cursor: default;
	overflow: hidden;
	box-sizing: border-box;
}
.fCalendarInDays span.fCalendarInWholeDay,
.fCalendarInDayWeekend.fCalendarInWholeDay {
	border: 1px solid var(--greylightgreen2);
}
.fCalendarInDays > span > span {
	display: block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin: 1em auto;
	box-sizing: border-box;
	transition: 0.3s;
}
.fCalendarInDaysWeekend {
	width: 15% !important;
}
.fCalendarInTitlesWeekend,
.fCalendarInDayWeekend {
	color: var(--line);
}
.fCalendarInDayTmp,
.fCalendarInDayTmpweekend {
	color: var(--greylightgreen);
}
.fCalendarInDay { border-radius: 50%; }

.fCalendarInDay:hover,
.fCalendarInDayWeekend:hover,
.fCalendarInDayWeekend.fCalendarInWholeDay:hover,
.fCalendarInDay.fCalendarInWholeDay:hover,
.fCalendarToday:hover,
.fCalendarInDaySelected {
	background-color: var(--green_light);
}
.fCalendarToday {
	color: #FFF;
	font-weight: bold;
	background-color: var(--greylightgreen2);
}
.fCalendarInDays span span.fCalendarTodayIsIt {
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-radius: 50%;
	background-color: var(--red);
	position: absolute;
	bottom: 0.3em;
	left: 50%;
	transform: translateX(-50%);
}
span.fCalendarInDay:hover span.fCalendarTodayIsIt,
span.fCalendarInDaySelected span.fCalendarTodayIsIt,
span.fCalendarInActDay span.fCalendarTodayIsIt {}

div.fCalendarHint {
	display: none;
	position: absolute;
	background-color:  var(--body_bg);
	border: 1px solid #888;
	box-shadow: 0 0 2px #888888;
	padding: 0.5em;
	font-size: 90%;
	z-index: 11;
}
div.fCalendarInEnvp,
a.fCalendarInLink {
	margin: 0.5em 0;
	display: block;
	text-decoration: none;
}
a.fCalendarInLink,
a.fCalendarInLink span {
	cursor: pointer;
}
div.fCalendarHint h2 {
	font-size: 120%;
	margin: 0;
	text-align: center;
}
div.fCalendarHint span {
	width: 100%;
	display: block;
	line-height: 1.5;
	float: none;
	text-align: left;
}
div.fCalendarHint span.timestamp {
	font-size: 90%;
	border-top: 1px solid #AAA;
}
div.fCalendarHint span.description {
	margin-left: 5px;
}
div.fCalendarHint span.title {
	font-weight: bold;
}
a.fCalendarInLink span.title {
	text-decoration: underline;
}
a.fCalendarInLink:hover span.title {
	text-decoration: none;
}

div.fCalendarInDaysText {
	font-size: 90%;
	margin: 1em 0 0;
	min-height: 3em;
}
div.fCalendarInDaysText p {
	padding-left: 1.5em;
	position: relative;
}
div.fCalendarInDaysText p::before {
	content: "";
	border-radius: 50%;
	display: block;
	background-color: var(--red);
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 0.7em;
	height: 0.7em;
}
div.fCalendarInDaysText p a {
}
div.fCalendarInDaysText span.dat {
	font-style: italic;
	display: block;
	color: var(--greylightgreen2);
}
div.fCalendarInDaysText span.desc {
	font-style: italic;
}
div.fCalendarInDaysText span.desc::before {
	content: " - ";
}




div.offsetPart {
	padding: 0;
	margin: 1em 0;
	clear: both;
	width: 100%;
}
div.offsetPart a {
}
div.offsetPart a.loading {
	border-radius: 50%;
	opacity: 0.5;
}

.articleContent table,
table.opening_time {
	color: #2A2A2A;
	width: 100% !important;
	height: auto !important;
	border-collapse: collapse;
	overflow-x: auto;
	overflow-y: hidden;
	border-spacing: 0;
	display: block;
	border: none !important;
}
.articleContent table tr:nth-child(2n),
table.opening_time tr:nth-child(2n) {
	background-color: var(--greylightgreen);
}
.articleContent table tr:nth-child(2n+1),
table.opening_time tr:nth-child(2n+1) {
	background-color: #fff;
}
.articleContent table th,
table.opening_time th,
.articleContent table td,
table.opening_time td {
	padding: 0.7em 1.5em; border: 1px solid var(--line);
}
.articleContent table th { background-color: var(--green); color: #FFF; font-weight: normal; }
.articleContent table th:nth-child(2) { min-width: 5em; }
.articleContent table th:nth-child(3) { min-width: 5em; }
.articleContent table th:nth-child(4) { min-width: 6em; }

div#page_open_time {
	overflow: hidden;
}
.parts100 div.open { width: 50%; float: left; }

div.open span.stav {
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	padding: 0.2em 0.5em 0;
	border-radius: 5px;
	vertical-align: top;
}
div.open span.stav.stav_0 {
	color: #FFF;
	background-color: #ce3624;
}
div.uredni_blok {
	margin-bottom: 2rem;
}
div.uredni_blok h3,
div.uredni_blok h4,
div.uredni_blok p {
	margin: 0.2em 0;
}
div.uredni_blok span.small {
	display: block;
}

#horizont-0-in {
	height: 100%;
	display: inline-block;
}


form[name=p_searchForm] {
	border-bottom: 1px solid var(--line);
	padding-bottom: 1rem;
	text-align: center;
}
form[name=p_searchForm] input[type=text] {
	margin: 0 1rem;
}

details.included_form {
	display: block;
	margin:  0;
	text-align: center;
	max-width: 100%;
}
details.included_form summary {
	color: var(--green);
	border: 3px solid var(--green);
	border-radius: 5px;
	transition: 0.3s;
	line-height: 52px;
	list-style-type: none;
	display: inline-block;
	padding: 15px 86px 7px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
	position: relative;
	cursor: pointer;
}
details.included_form summary::after {
	content: "";
	background: url('img/popup_green.png') no-repeat center left;
	width: 56px;
	height: 52px;
	display: inline-block;
	position: absolute;
	right: 15px;
}
details.included_form summary:hover {
	color: #FFF;
	background-color: var(--green);
}
details.included_form summary:hover::after {
	filter: grayscale(100%) brightness(300%);
}
.included_form .close { display: none; }
.included_form.scOn .close {
	display: block;
	width: 32px;
	height: 32px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
.included_form .close::before, .included_form .close::after {
	content: "";
	display: block;
	width: 0;
	height: 32px;
	border: 2px solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.included_form .close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.included_form.scOn div.webbase_form_div_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 40;
}
.included_form div.webbase_form_div {
	background-color: #FFF;
	padding: 42px 0 2em 0;
	border-radius: 15px;
	margin: 0;
	max-width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.included_form.scOn div.webbase_form_div {
	position: fixed;
	z-index: 41;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	overflow-y: auto;
	max-height: 100%;
	padding: 42px 4em 2em 4em;
}


@keyframes button_animated {
	from { opacity: 0; transform: scale(0.5);}
	to {opacity: 1; transform: scale(1);}
}
.button_animated.a_on {
	animation-name: button_animated;
	animation-duration: 0.5s;
}


.hidden a:focus-visible, .hidden a:focus,
.p_hidden a:focus-visible, .p_hidden a:focus {
	left: 2000px;
	top: 0;
	z-index: 100;
	position: absolute;
	background-color: #FFF;
	color: var(--green);
	outline: 2px solid var(--greylightgreen2);
}
a:focus-visible, summary:focus-visible { outline: 2px solid var(--greylightgreen2);}
a:focus-visible { color: var(--green) !important; background-color: #FFF !important;}
.photosArea a:focus-visible img { transform: scale(1.1);}
.photosArea a:focus-visible::after {opacity: 1;}
div.subcategory a:focus-visible,
.article-preview-gallery h2 a:focus-visible { background-color: transparent !important; }
div.subcategory a:focus-visible span { border: 2px solid var(--greylightgreen2); background-color: #FFF; color: var(--green); }
.article-preview-gallery h2 a:focus-visible span { border: 1px solid var(--greylightgreen2); background-color: #FFF; color: var(--green); }
#scrollToHome:focus-visible { background-color: var(--green) !important; }


table.d_deska th a { color: #FFF; text-decoration: none; }
table.d_deska th a span { color: #FFF; text-decoration: underline; }
table.d_deska th a:hover span { text-decoration: none; }
table.d_deska th a.sort b { display: inline-block; margin-left: 0.3em; font-weight: bold; }
table.d_deska th a.sort.up b::after,
table.d_deska th a.sort.down b::after {
	content: "\2794";
}
table.d_deska th a.sort.up b { transform: rotate(90deg);}
table.d_deska th a.sort.down b { transform: rotate(-90deg);}


div.d_filter {
	margin: 0 0 var(--small) 0;
	padding: 0.5rem 1rem;
	border: 1px solid var(--line);
	background-color: var(--greylightgreen);
	display: flex;
	flex-wrap: wrap;
}
.d_filter_head {
	margin-bottom: 0;
}
div.d_filter_unit {
	width: 20%;
	padding: 0 1em 0 0;
	box-sizing: border-box;
}
div.d_filter_unit label {
	width: 100%;
	display: block;
}
div.d_filter_unit.buttons {
	text-align: center;
	padding: 0;
	/*width: 30%;*/
}
div.d_filter_unit.name { width: 25%; }
div.d_filter_unit.mark, div.d_filter_unit.desc { width: 15%; }
div.d_filter_unit.status, div.d_filter_unit.year { width: auto; }

.d_filter select {
	box-sizing: border-box;
	color: #000;
	background-color: #FFF;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding: 0.5em 1em;
	font-size: 100%;
	font-family: "Open Sans", sans-serif !important;
	max-width: 100%;
}
.d_filter_unit.buttons .tlacitko {
	margin: 1.3em 0.2em 0 0;
}


.d_deska ul.in_article_download,
.deska_single_item ul.in_article_download
 { display: block; }
.d_deska ul.in_article_download li,
.deska_single_item ul.in_article_download li
 { width: 100%; padding: 0; margin-bottom: 0.5em; }
.d_deska a.download_link_type::before,
.deska_single_item a.download_link_type::before
 { background-size: 20px; background-position: center; width: 30px; height: 20px; }
.d_deska ul.in_article_download li a,
.deska_single_item ul.in_article_download li a
{ padding: 0 0 0 35px; min-height: 32px; }
.deska_single_item ul.in_article_download li a { color: #FFF; }
.d_deska ul.in_article_download li a span.name,
.deska_single_item ul.in_article_download li a span.name
 { max-width: 10rem; font-size: 80%; }
.d_deska a.download_link_type span.suf,
.deska_single_item a.download_link_type span.suf
 { left: 0; top: 20px; height: 10px; line-height: 10px; width: 28px; font-size: 8px; }

.d_deska_article h3 { font-weight: normal; }
.d_deska_article ul.in_article_download li { width: 100%; }
ul.d_param { margin: 2em 0; padding: 0; }
ul.d_param b { display: inline-block; min-width: 6em; }

.d_separator { margin-top: var(--small); padding-top: var(--small); position: relative; }
.d_separator::before {
	content: "";
	display: block;
	border-top: 1px solid var(--line);
	width: 50%;
	position: absolute;
	top: 0;
}


.search_result_header {
	border-bottom: 1px dotted var(--line);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.search_result_line { margin-bottom: var(--small); }
.search_result_line h3 { display: inline-block; margin: 0; vertical-align: middle; font-weight: normal; }
.search_result_line p { margin: 0; }
.search_result_line .label { margin-right: 1em; }


/* + font Awesome */
.fab, .far, .fas { vertical-align: middle; }
.with_icon { position: relative; padding-left: 90px;  min-height: 70px; }
.with_icon .fab,
.with_icon .far,
.with_icon .fas
{ font-size: 64px; position: absolute; left: 0; }
/* - font Awesome */
.with_icon img
{ width: 64px !important; position: absolute; left: 0; }

ul.downloadElement li { list-style-type: none; }
ul.downloadElement li a.main_download_link { background-image: url('./img/download/download2.png'); background-repeat: no-repeat;  background-position: left center; 
	background-size: 16px; padding-left: 20px;
}
ul.downloadElement li a.main_download_link.ext_pdf { background-image: url('./img/download/download_pdf2.png'); }
ul.downloadElement li a.main_download_link.ext_xls,
ul.downloadElement li a.main_download_link.ext_xlsx {background-image: url('./img/download/download_excel2.png'); }
ul.downloadElement li a.main_download_link.ext_doc,
ul.downloadElement li a.main_download_link.ext_docx {background-image: url('./img/download/download_word2.png'); }
ul.downloadElement li a.main_download_link.ext_txt {background-image: url('./img/download/download_txt2.png'); }
.articleContent ul.downloadElement li::before { display: none; }




@media(min-width: 1921px){
	#slide_part_img img {
		min-width: 100%;
		min-height: 100%;
		height: auto;
	}
}

@media(max-height: 800px) {
	div#ppb_b-in {
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 10px;
		right: 10px;
		height: auto;
		width: auto;
		max-height: calc(100% - 90px);
	}
}
@media(min-width: 1620px){
}
@media(min-width: 1367px) {
	
}
@media(min-width: 1366px) {
	.menuFixed #horizont-0 {
		min-height: var(--menu_height);
	}
	.menuFixed #head_line {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2;
		border-bottom-width: 10px;
	}
	.homepage .menuFixed h1#logo,
	.subpage .menuFixed h1#logo {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.homepage .menuFixed #logo_line,
	.subpage .menuFixed #logo_line,
	.menuFixed h1#logo
	{
		height: var(--menu_height) !important;
	}
	.menuFixed h1#logo a {
		width: var(--logo_width_fixed);
		margin-top: 5px;
	}
	.menuFixed h1#logo span.logo::before,
	.subpage .menuFixed h1#logo span.logo::before { height: 0; padding-top: calc( var(--menu_height) - 10px ); }

	#info_line.menuFixed { margin-top: calc( 84px + var(--menu_height));}
	.subpage #content-0.menuFixed {
		padding-top: calc( 84px + var(--menu_height));
	}

	.menuFixed ul#m0 { margin-top: 0; }
	.menuFixed ul#m0 li { padding: 0 1em 0 0; margin: 0 0 0 1em; line-height: calc( var(--menu_height) - 2px);}
	.menuFixed ul#m0 li ul li { padding: 1.5em 0.5em 0 1em; line-height: 1; margin: 0; }
	.menuFixed ul#m0 ul li:last-child { padding-bottom: 1.5em; }
	
}



@media(min-width: 1025px){
	.subpage h1#logo { height: 100px; }
}
@media(max-width: 1620px) and (min-width: 1601px){
	#home_info {
		width: calc( var(--sloupec) + 1rem );
	}
}
@media(max-width: 1620px){

	:root {
		--logo_grey_width: 430px;
	}
	ul#m0 {}
	#logo_line { text-align: left; width: var(--logo_grey_width); }
	h1#logo { margin: 0 0 0 1rem; max-width: calc(100% - 2rem); }
	h1#logo a {}
	.menuFixed h1#logo a { margin-top: 0px; }
	.subpage h1#logo span.logo::before { padding-top: 24.1%; }

	ul.quick_links li { width: 20%; }
	
	.site_sized {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	ul#m0 li a { font-size: 100%; }
	ul#m0 ul li a { font-size: 90%; }
	div.advb_link img {
		max-width: 100%;
	}
	#info_line .site_sized { padding-right: 0; }
	/*#home_info { padding-right: 1rem; background: url('img/most_kresba_580_10.jpg') no-repeat left center var(--greylightgreen2);background-size: cover;}*/
	#info_graphic_part { display: none; }

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

	:root {
		--sloupec: 400px;
		--sloupec2: 300px;
	}
	
	#top_phone_open, #top_phone { font-size: 90%; }

	#whitestripe div.top_phone span,
	#whitestripe div.top_email span,
	#whitestripe div.top_open::before { display: none; }
	div.top_email, div.top_open { margin-left: 0.5rem; padding-left: 0.5rem; }

	#home_info { padding: 1.5em 0 2.5em 1.5em; }
	.home_info_line p { width: 100%; }

	ul#m0 { margin-top: 10px; }

	.subpage #content-1 { padding-left: var(--small); }
	.homepage #categories_envelope.list div.article-preview { margin-right: var(--small); }

	ul.quick_links li { width: 25%; }

	.parts100 div.open { float: none; width: 100%; }
	
	ul.submenuArea li {
		width: 31%;
	}
	div.subcategory h2 {
		line-height: 1.1;
		font-size: 110%;
	}
	div.div_part {
		justify-content: center;
	}
	div.div33 {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: var(--small);
	}
	div.div66 {
		width: 100%;
		overflow: hidden;
	}
	#categories_envelope.list div.article-preview-envelope {}
	
	div.bottom_contact.contacts {}
	
	#bottom_contacts .site_sized {
		flex-wrap: wrap;
	}
	#foot-content p {
		padding-right: 100px;
	}

	.article-preview-gallery { width: 31.3%; }

	div.d_filter { padding: 0.5rem; }

	div.subcategory-envelope { width: 33.3%; }
	div.text-article-preview h2 { font-size: 160%; }
}

@media(max-width: 1024px) {
	
	#head_envelope { position: relative; }

	#number-envelope {}
	
	#horizont-0 { top: var(--mobil_top); background-color: transparent; min-height: 0; }

	a#hor-res-menu-button {
		display: block;
		z-index: 1000;
		text-align: center;
	}
	ul#m0 {
		height: auto;
		width: auto;
		margin-top: 0;
	}
	div#mobile_menu_envelope {
		background-color: var(--green_opacity);
		position: fixed;
		overflow: hidden;
		overflow-y: hidden;
		top: var(--mobil_top);
		right: 0;
		width: 100%;
		height: 0 !important;
		transition: 0.3s;
		z-index: 20;
		margin: 0;
		padding: 0 1em;
		display: block;
		text-align: right;
		max-width: none;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	div#mobile_menu_envelope.showed {
		height: calc( 100% - var(--mobil_top) ) !important;
		overflow-y: auto;
		box-sizing: border-box;
	}
	div.mobile_menu_data {
		border-top: 1px solid var(--greylightgreen);
		padding: 1em 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		color: #FFF;
	}
	div.mobile_menu_data a { color: #FFF; }
	div.top_email, div.top_phone, div.top_open {
		border-left: none;
		margin: 0;
		padding: 1em;
	}
	ul#m0 li {
		margin: 3em 0 0 0;
		display: block;
		line-height: 1; padding: 0;
		border-right: 0;
	}
	ul#m0 li:last-child { margin-bottom: 3em; }
	ul#m0 li a {
		font-size: 150%;
		line-height: 1;
		color: #FFF;
		padding: 0;
	}
	ul#m0 li a::before, ul#m0 li a::after { display: none; }
	ul#m0 li > div { display: none !important; }

	#topline { padding-top: var(--mobil_top); }
	#logo_line {
		width: 100%;
		height: auto !important;
		position: relative;
		text-align: center;
	}

	.menuFixed #head_line {
		/*z-index: auto;
		position: absolute;*/
	}

	div#whitestripe {
		z-index: 30;
		padding: 0;
		height: var(--mobil_top);
		background-color: var(--green);;
	}
	div#whitestripe.fix {
		position: fixed;
	}
	div#topline-in { padding-right: var(--mobil_top); }

	#top_phone_open {
		display: none;
	}
	#top_icons {
		padding-top: var(--mobil_padding);
	}

	#info_line {
		margin-top: 0;
		min-height: auto;
	}
	#slide_part_img {
		position: relative;
		right: initial; left: initial; top: initial; bottom: initial;
		height: 0;
		padding-top: 53%;
	}
	#slide_part_img img { height: 101%; }
	
	.prvek .info-text,
	.prvek .info-text-C {
		background-color: var(--green);
	}
	.info-text-C.nd_IV { }
	
	#info_line .site_sized {
		padding-left: 0;
		padding-right: 0;
	}
	div#slide_part, div#home_info {
		width: 100%;
		overflow: visible;
	}
	div#home_info {
		padding: 1em;
		min-height: auto;
	}
	.home_info_line p { width: 50%; }
	.homepage #quick_links {
		margin-top: 0px;
	}
	ul.quick_links { padding: 1rem 0; }
	ul.quick_links li { width: 33.3%; }
	
	#floating_envelope_category, #floating_envelope_article {
		padding-left: 0;
		width: 100% !important;
		float: none;
	}
	.homepage #content-1 { background-image: none; }
	#home_aside_content {
		padding-left: 1em;
		padding-right: 1em;
		margin: 0 -1em;
		width: calc(100% + 2em) !important;
	}
	.subpage #content-0 { background-image: none; }
	.subpage #content-0 .site_sized { display: block; }
	.subpage #content-1 { width: 100%; padding: 0; }
	.subpage #aside_content { width: initial; padding: 0 1rem; background-color: var(--green); margin: 0 -1rem 0 -1rem; }
	
	#categories_envelope.list div.article-preview-envelope {
		width: 100%;
		margin: 0 0 var(--small) 0;
	}
	div.bottom_contact.contacts {
		margin: var(--small) 0;
	}

	div.homepage_moreArticles div.article-preview-envelope {
		width: 48%;
		margin: 1%;
	}

	.subpage #content-0 { padding-top: 0; }

	ul#m1 {
		display: flex;
		flex-wrap: wrap;
	}
	ul#m1 > li {
		width: 49%;
		box-sizing: border-box;
		margin-right: 1%;
	}
	ul#m1 li ul { padding-left: 0; }

	div.advb_link {
		width: 29.3%;
		margin: 0 2% 2em;
	}
	div.bottom_contact.links, div.bottom_contact.contacts, div.bottom_contact.hours { width: 100%; }

	div.homepage_moreArticles { width: 100%; padding-left: 0 !important; padding-right: 0 !important; }

	div.news_single {
		width: 31.3%;
	}
	div#advb-envelope {
		padding: 0;
	}

	ul.submenuArea li {
		width: 48%;
	}

	h1#logo { margin: 0.3rem 0 !important; }
	.homepage h1#logo { margin: 0.5rem 0 !important; }
	h1#logo a { margin-top: 0px; }

	.subpage #foot { padding-bottom: var(--mobil_label_height); }
	#foot p { margin: var(--small_r) 0; }

	.included_form.scOn div.webbase_form_div
	 { padding-left: 30px; padding-bottom: 1rem; padding-right: 30px; }

	div#textsize span#textsizebutton, div#textsize span#textsizebutton:hover,
	details#search span#lupa, details#search span#lupa, details#search span#lupa:hover,
	#search_btn:hover { filter: grayscale(100%) brightness(520%); color: #FFF; }

	div#ppb_mb {
		display: none !important;
	}
	.subpage #head_envelope {}

	.homepage #aside_content { display: flex; flex-wrap: wrap; }
	#categories_envelope.list div.article-preview { margin-right: 0 !important; }
	div.text-article-preview { padding-left: 1rem; }

	div.d_filter_unit.buttons { width: 100%; }
	div.d_filter_unit.name, div.d_filter_unit.mark, div.d_filter_unit.status, div.d_filter_unit.year, div.d_filter_unit.desc {
		width: auto;
		margin-bottom: 0.5rem;
	}
	div.d_filter_unit.year { padding-right: 0; }
	.d_filter_unit.buttons .tlacitko { margin-top: 0; }
	.d_filter select,
	.d_filter input[type=text] { width: 100%; }

	.info-text-C { padding-bottom: 1rem; }
	.prvek { min-height: calc(2rem + 5em); background-color: var(--green); }
	#number-envelope { bottom: 15px; }
	#number-envelope a { width: 10px; height: 10px; }
	.info-text h3 { line-height: 1.2; font-size: 130%; }
	.info-text p { line-height: 1.2; font-size: 90%; margin-top: 0.5em; }

	#info_line .site_sized {display: block;}
}

@media(max-width: 640px){
	div.div33, div.div50, div.div66 {
		width: 100%;
		float: none;
		margin: 1rem 0;
	}
	ul#m1 > li {
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
	}

	div.news_single {
		width: 48%;
	}

	.article-preview-gallery { width: 48%; }
	div.subcategory-envelope { width: 50%; }
	
	ul.in_article_download li { width: 100% }

	div#textsize { display: none; }
	div#search {
		border-right: none;
		margin-right: 1rem;
		padding-right: 0;
	}

	.included_form.scOn div.webbase_form_div { padding-left: 10px; padding-bottom: 1rem; padding-right: 30px; }
	details.included_form summary { line-height: 32px; padding-right: 40px;}
	details.included_form summary::after { background-size: 32px; height: 32px; width: 33px; right: 4px;}

	h1#logo { margin: 1rem auto 0; }

	.multi_head_line { font-size: 110%; }
	ul#simle_links { width: 100%; margin-bottom: var(--small); font-size: 100%; }
	div.bottom_contact.contacts .h3_env { padding-left: 0; padding-top: 101px; min-height: auto; }

	h1#logo {
		width: 90% !important;
		max-width: 500px;
		height: auto;
	}
	h1#logo a {}

	.articleContent h1, h1.title { font-size: 220%; }
	h2.head_underlined { font-size: 180%; }

	div.bottom_contact div.hour,
	div.home_info_hours div.hour {
		padding-left: 0;
		background-position: left top;
	}
	div.bottom_contact div.hour { padding-top: 60px; }
	div.home_info_hours div.hour { 		padding-top: 40px; }

	.home_info_line p { width: 100%; }

	div.advb_link {
		width: 42%;
		margin: 0 4% 2em;
	}
	ul.quick_links li {
		width: 50%;
	}

	div.img-article-preview,
	div.text-article-preview {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	div.d_filter_unit.name { width: 60%; }
	div.d_filter_unit.mark, div.d_filter_unit.desc { width: 40%; }
	div.d_filter_unit.status, div.d_filter_unit.year {
		width: 50%;
	}

	.home_info_erb, .home_info_map_erb .map_envl { width: 100%; }
	.home_info_erb { margin-top: 1em; }
	span.home_erb:first-child, span.home_erb { width: 25%; align-content: center; }
	span.home_erb:first-child img { max-width: 100%; }
}

@media(max-width: 430px){

	div.news_single {
		width: 100%;
	}
	div.subcategory-envelope { width: 100%; }

	div.hour p { margin-bottom: 0.5em; display: block;}
	div.hour b,
	div.hour span { display: inline-block; }

	div.d_filter_unit.name { width: 100%; }
	div.d_filter_unit.mark, div.d_filter_unit.status, div.d_filter_unit.year, div.d_filter_unit.desc {
		width: 50%;
	}
}
@media(max-width: 400px){
	a#hor-res-menu-button span.menu { display: none; }
	div#top_icons {}
	div.advb_link {
		width: 100%;
		margin: 0 0 2em;
	}
	ul.quick_links li {
		width: 100%;
	}

	.part100 .in_article_photogalery a, .part50 .in_article_photogalery a, .part60 .in_article_photogalery a, .part33 .in_article_photogalery a, .part40 .in_article_photogalery a {
		width: 49% !important;
	}
	
}
@media(max-width: 290px){}
@media(max-height: 900px) and (orientation: landscape) and (max-width: 1024px)  {}
@media(max-height: 500px) and (max-width: 1024px){}









