
@font-face {
	font-family: Lato;
	src: url('font/lato/LatoLatin-Regular.woff2');
}
@font-face {
	font-family: Lato;
	src: url('font/lato/LatoLatin-Bold.woff2');
	font-weight: bold;
}
@font-face {
	font-family: Lato;
	src: url('font/lato/LatoLatin-Light.woff2');
	font-weight: 100;
}

:root {
	--black_text: #2A2A2A;
	--green_text: #108577;
	--green_bg: #108577;
	--blue_bg: #6d8db6;
	--orange_text: #FFAA00;
	--big: 5em;
	--big_r: 5rem;
	--small: 2em;
	--small_r: 2rem;
	--mobil_button: 32px;
	--mobil_button_top: -47px;
	--mobil_top: 60px;
	--mobil_padding: calc( ( var(--mobil_top) - var(--mobil_button) ) / 2 ) ;
	--label_height: 100px;
	--mobil_label_height: 60px;
	--logo_height: 150px;
	--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: #fbfbfb;
	color: #2A2A2A;
	font-family: "Lato", 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%;
}
img#loader {
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 100;
}
div.div50 {
	width: 48%;
}
div.div33 {
	width: 31%;
}
div.div50, div.div33 {
	box-sizing: border-box;
}
div.div_part {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a, .barva, .marker {
	color: var(--green_text);
}
.tlacitko {
	display: inline-block;
	padding: 0.8em 1em;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid var(--green_text);
	border-radius: 5px;
	background-color: #FFF;
	transition: 0.3s;
}
.tlacitko:hover{
	color: #FFF;
	background-color: var(--green_text);
}

.info-text .tlacitko {
	background-color: transparent;
	color: #FFF;
	border-color: #FFF;
	margin-top: 1rem;
}
.info-text .tlacitko:hover {
	background-color: rgba(77,170,160, 0.8);
	color: #FFF;
	border-color: transparent;
}

.sipka {
	display: inline-block;
	background: url('img/arrow_orange.png') no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 82px;
	height: 82px;
	padding-top: 82px;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 50%;
	transform: scale(90%);
}
.sipka.text {
	height: auto;
	background: none;
	border-radius: 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	padding-top: 0;
	box-shadow: none;
}
.sipka.text::before {
	content: "";
	display: block;
	width: 78px;
	height: 78px;
	background: url('img/arrow_orange.png') no-repeat center;
	overflow: hidden;
	border-radius: 50%;
	background-size: 82px;
	margin: 2px 0 15px 2px;
}
.sipka.text.bottom {
	transform: scale(90%) rotate(0deg);
}
.sipka.text.bottom::before {
	transform: rotate(90deg);
}

.sipka:hover {
	transform: scale(100%);
}
.sipka.text:hover {
	transform: scale(90%);
}
.sipka.text.bottom:hover {
	transform: rotate(0) scale(90%);
	padding-top: 2em;
}
.sipka.white {
	filter: grayscale(100%) brightness(200%);
	opacity: 0.5;
}
.sipka.white:hover{
	opacity: 1;
}
.sipka.left { transform: rotate(180deg) scale(90%); }
.sipka.left:hover { transform: rotate(180deg) scale(100%); }
.sipka.bottom { transform: rotate(90deg) scale(90%); }
.sipka.bottom:hover { transform: rotate(90deg) scale(100%); }
.sipka.top { transform: rotate(-90deg) scale(90%); }
.sipka.top:hover { transform: rotate(-90deg) scale(100%); }

.sipka2 {
	display: inline-block;
	overflow: hidden;
	width: 80px;
	height: 80px;
	padding-top: 80px;
	box-sizing: border-box;
	transition: 0.3s;
	position: relative;
}
.sipka2::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('img/arrow_green.png') no-repeat center;
	background-size: 42px;
	transition: 0.3s;
}
.sipka2:hover {
	background-color: var(--green_text);
}
.sipka2:hover::after {
	filter: grayscale(100%) brightness(200%);
}
.sipka3 {
	display: inline-block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	padding-top: 36px;
	box-sizing: border-box;
	transition: 0.3s;
	position: relative;
	transform: translate(0, 0);
	background: url('img/arrow_green.png') no-repeat center;
	background-size: 36px;
	filter: grayscale(100%) brightness(0%);
}
.sipka3:hover {
	transform: translate(10px, 0);
	filter: grayscale(100%) brightness(200%);
}

a.plus { text-decoration: none; }
a.plus:hover { text-decoration: underline; }
a.plus span {
	width: 64px;
	height: 64px;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid var(--green_text);
	background-color: var(--green_text);
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	transition: 0.3s;
	vertical-align: middle;
	margin-right: 1em;
}
a.plus span::before, a.plus span::after {
	content: "";
	width: 70%;
	position: absolute;
	top: calc(50% - 4px);
	left: 50%;
	box-sizing: border-box;
	border: 4px solid #FFF;
	border-radius: 4px;
	transform: translate(-50%);
	transition: 0.3s;
}
a.plus span::after {
	transform: translate(-50%) rotate(90deg);
}
a.plus:hover span {
	background-color: #FFF;
}
a.plus:hover span::before, a.plus:hover span::after{
	border-color: var(--green_text);
}

a[target=_blank] {
	padding-right: 15px;
	background: url('img/exter_black.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],
#root_4 a[target=_blank],
#root_2 a[target=_blank],
#root_3 a[target=_blank]
{background-image: url('img/exter_white.png')}

a.tlacitko[target=_blank] {
	padding-right: 30px;
	background-position: 97% center;
}


div#head_icons {
	text-align: right;
	margin-top: 200px; 
	margin-bottom: 50px; 
}
a.head_icon {
	display: inline-block;
	overflow: hidden;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	transition: 0.3s;
	color: #2A2A2A;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	z-index: 2;
	/*backdrop-filter: blur(10px);*/
	color: #FFF;
	padding: 5px;
	line-height: 1;
	border-radius: 5px;
}
a.head_icon.play { margin-left: 1em; }

a.head_icon::before {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto 5px;
	filter: grayscale(100%) brightness(150%);;
	background-repeat: no-repeat;
	background-position: center top;
	transition: 0.3s;
}
a.head_icon:hover {
	text-shadow: none;
	color: var(--orange_text);
}
a.head_icon.virtual::before { background-image: url('img/virtual.png'); }
a.head_icon.play::before { background-image: url('img/video.png'); }

a.head_icon:hover::before { filter: brightness(100%); }

div#video_box {
	position: absolute;
	background: #222;
	color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
	z-index: 1001;
}
div#video_box video {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
div#video_box a {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('img/close_white.png') no-repeat center center var(--green_text);
	padding: 0;
	color: #FFF;
	height: 40px;
	width: 40px;
	text-decoration: none;
}

.articleContent h1, h1.title, h2.head_underlined {
	font-size: 300%;
	font-weight: 100;
	margin: 1em 0;
	line-height: 1;
}
div#path_header_envelope div h2,
div#path_header_envelope div i {
	font-size: 260%;
}

h2.styled,
.micro_art_unique h1 {
	font-weight: 300;
	font-size: 250%;
}
h2.styled2 {
	font-size: 250%;
}
h2.styled2 span {
	font-weight: 300;
	display: block;
}
h2.green { color: var(--green_text); }
h2.whtie { color: #FFF; }
p.pre_info {
	font-size: 150%;
	font-weight: 300;
}

.micro_art_unique li,
.articleContent li {
	margin-bottom: 0.5em;
}
.micro_art_unique ol li,
.articleContent ol li { padding-left: 0.5em; margin-left: 1em; }
.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_text);
	width: 0.6em;
	height: 0.6em;
	margin-left: 0;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0.5em;
}

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

#home_move_link {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: calc(50% + 42px);
	left: 50%;
	transform: translateX(-430px);
	width: 74px;
}
#home_move_link a {
	position: absolute;
}


#head_envelope {
	width: 100%;
	position: relative;
	min-height: 434px;
	background-color: #6d8db6;
}
#head_envelope.homepage {
	min-height: 700px;
}
#horizont-0 {
	position: absolute;
	top: 73px;
	left: 0;
	right: 0;
	bottom: 0;
}
#horizont-0 div.site_sized {
	position: relative;
	height: 100%;
}

#topline-in {
	/*overflow: hidden; bylo kvůli cleaner - todo: přidat clean někam za to */
	display: flex;
	justify-content: space-between;
}
#top_phone_open,
#top_right_icons {
	display: flex;
	flex-wrap: wrap;
}
div#top_phone {
	font-weight: bold;
	line-height: 32px;
	font-size: 20px;
}
div#top_phone span {
	display: inline-block;
	height: 32px;
	width: 32px;
	overflow: hidden;
	padding-top: 32px;
	background: url('img/phone.png') no-repeat center;
	box-sizing: border-box;
	vertical-align: middle;
	margin-right: 1em;
}
div#top_open {
	line-height: 32px;
	border-left: 1px solid #2A2A2A;
	margin-left: 1.5rem;
	padding-left: 1.5rem;
}
div#top_open a { text-decoration: none; }
div#top_open a:hover { text-decoration: underline; }

ul.social_icons {
	margin: 0;
	padding: 0;
}
ul.social_icons li {
	list-style-type: none;
	display: inline-block;
}
ul.social_icons li a {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	overflow: hidden;
	box-sizing: border-box;
	transition: 0.3s;
}
a.social_icon_1 { background-image: url('img/facebook_green.png'); }
a.social_icon_2 { background-image: url('img/youtube_green.png'); }
a.social_icon_3 { background-image: url('img/instagram_green.png'); }
a.social_icon_4 { background-image: url('img/twitter_green.png'); }

ul.social_icons.top li a {
	width: 32px;
	height: 32px;
	padding-top: 32px;
	filter: grayscale(100%) brightness(28%);
}
ul.social_icons.top li a:hover {
	filter: grayscale(0%) brightness(100%);
}
ul.social_icons.top {
	border-left: 1px solid #2A2A2A;
	height: 32px;
	margin-left: 1.5rem;
}
ul.social_icons.top li {
	padding-left: 1.5rem;
}
div#whitestripe {
	padding: 20px 0;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#topline {
	margin: 0 auto;
	padding-top: 74px;
}
#logo_line {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
}
#logo_line .site_sized {
	overflow: hidden;
}

h1#logo {
	line-height: 1.4;
	height: 100px;
	margin: 25px 0;
	float: left;
}
h1#logo a {
	display: block;
	padding-left: 70px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	background: url('img/logo2.png') no-repeat left center;
	height: 100px;
	line-height: 34px;
	color: #FFF;
}
h1#logo a span.line { display: block; }
h1#logo a span.mobile { display: none; }

div#textsize {
	border-left: 1px solid #2A2A2A;
	height: 32px;
	margin-left: 1.5rem;
	padding-left: 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/textsize.png') no-repeat center transparent;
	filter: grayscale(100%) brightness(28%);
	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 {
	filter: grayscale(0%) brightness(100%);
}
div#textsize_selectArea {
	border: 1px solid #ccc;
	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_text);
	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_text);
	color: #FFF;
}

div#textsize_selectArea a.selected { color: #000; }

div#search {
	height: 32px;
	margin-left: 1.5rem;
	position: relative;
	z-index: 1;
}
details#search summary,
div#search summary {
	list-style: none;
}
details#search[open] summary ~ * {
	animation: open 0.3s;
}
details#search {
	position: relative;
}
details#search span#lupa {
	border: none;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0px;
	background: url('img/search.png') no-repeat center transparent;
	filter: grayscale(100%) brightness(28%);
	transition: 0.3s;
	display: block;
	cursor: pointer;
	color: var(--green_text);
	position: relative;
}
details#search span#lupa:hover {
	filter: grayscale(0%) brightness(100%);
}
details#search[open] span#lupa {
	background-image: none;
	border-radius: 50%;
	border: 1px solid;
}
details#search[open] span#lupa::before,
details#search[open] span#lupa::after {
	content: "";
	display: block;
	width: 0;
	height: 18px;
	border: 1px solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
details#search[open] span#lupa::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


@keyframes open {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
#search form {
	overflow: hidden;
	height: 34px;
	box-sizing: border-box;
	background-color: #FFF;
	position: absolute;
	top: -1px;
	right: 50px;
	width: 230px;
	border-left: 20px solid #FFF;
}

#search form label {
	position: absolute;
	left: 0;
	top: -100px;
	width: 160px;
	height: 32px;
	line-height: 34px;
	padding: 0 10px;
	z-index: 1;
	color: #000;
	box-sizing: border-box;
	font-style: italic;
	opacity: 0.5;
}

#search_box {
	margin: 0;
	width: 160px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #eee;
	outline: none;
	color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Lato", sans-serif;
	font-size: 1em;
	border: none;
}
#search_box:focus,
#search_box.nem {
	z-index: 2;
}
#search_btn {
	border: 1px solid var(--green_text);
	width: 32px;
	height: 32px;
	overflow: hidden;
	font-size: 0px;
	background: url('img/search.png') no-repeat center transparent;
	filter: grayscale(100%) brightness(28%);
	transition: 0.3s;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 1px;
	box-sizing: border-box;
	border: none;
}
#search_btn:hover {
	filter: grayscale(0%) brightness(100%);
}


#right_content {
	width: 400px;
	float: right;
	box-sizing: border-box;
	padding-left: 2rem;
}
/*#categories_envelope,
.submenuArea,
.articleContent {
	width: calc(100% - 400px);
	float: left;
}*/
#floating_envelope_category,
#floating_envelope_article {
	width: calc(100% - 400px);
	float: left;
}
#floating_envelope_category #floating_envelope_article,
#homepage_article #floating_envelope_article {
	float: none;
	width: 100%;
}

#floating_envelope_category {}


#bottom_social {
	background-color: var(--green_bg);
	text-align: center;
	color: #FFF;
}
ul.social_icons.bottom {
	max-width: 1000px;
	margin: 0 auto;
}
ul.social_icons.bottom li {
	width: 25%;
}
ul.social_icons.bottom li a {
	width: 120px;
	height: 120px;
	padding-top: 120px;
	margin: 0 auto;
	filter: grayscale(100%) brightness(400%);
	border-radius: 26%;
}
ul.social_icons.bottom li a:hover {
	opacity: 0.5;
}

#bottom_contacts {
	background-color: #fbfbfb;
}
#bottom_contacts .site_sized {
	display: flex;
	justify-content: center;
}
div.bottom_contact.mix {
	margin: 0 5%;
	width: 23%;
}
div.bottom_contact.contacts {
	width: 33.3%;
}
div.bottom_contact.map {
	width: 33.3%;
}
div.bottom_contact {
	position: relative;
}
div.bottom_contact h2 {
	border-bottom: 2px solid var(--green_text);
	padding-bottom: 0.5em;
}
div#contact_map_area {
	position: relative;
	overflow: hidden;
}
div#contact_map_area img {
	display: block;
	margin-bottom: 30px;
	margin-left: 60px;
}
div#contact_map_area ul { margin: 0; padding: 0; }
div#contact_map_area ul li {
	list-style-type: none;
	padding: 0;
	line-height: 1;
	position: absolute;
}
div#contact_map_area ul li:nth-child(1) { left: 0; bottom: 97px; }
div#contact_map_area ul li:nth-child(2) { left: 70px; bottom: 0; }
div#contact_map_area ul li:nth-child(3) { left: 266px; bottom: 30px; }
div#contact_map_area ul li span {
	display: block;
}
div#contact_map_area a {
	font-size: 80%;
	font-style: italic;
	text-decoration: none;
	color: #2A2A2A;
}
div#contact_map_area a::after { content: " >"; }
div#contact_map_area a:hover {
	text-decoration: underline;
	color: var(--green_text);
}

ul#simle_links {
	margin: 0;
	padding: 0 0 0 70px;
	background: url('img/link_icon.png') no-repeat left 6px;
}
ul#simle_links li {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}
ul#simle_links li a {
	text-decoration: none;
	color: #2A2A2A;
}
ul#simle_links li a:hover {
	text-decoration: underline;
	color: var(--green_text);
}
div.bottom_contact.contacts .h3_env,
div.bottom_contact.contacts .h4_env,
div.bottom_contact.contacts .table_env {
	padding-left: 70px;
	background: no-repeat left 6px;
}
div.bottom_contact.contacts .h3_env { min-height: 59px; background-image: url('img/house_icon.png'); }
div.bottom_contact.contacts .h4_env { min-height: 40px; background-image: url('img/email_icon.png'); }
div.bottom_contact.contacts .table_env { background-image: url('img/phone_icon.png'); background-position: left 10px; }
div.bottom_contact.contacts h4 {
	margin-bottom: 0.5em;
}
div.bottom_contact.contacts a {
	font-style: italic;
	text-decoration: none;
	color: #2A2A2A;
}
div.bottom_contact.contacts a:hover {
	text-decoration: underline;
	color: var(--green_text);
}
div.bottom_contact.contacts table {
	margin: 1em 0;
}
div.bottom_contact.contacts table caption {
	font-size: 80%;
	position: absolute;
	left: -1000px;
}
div.bottom_contact.contacts table th { text-align: left; padding-right: 1em; }

div.bottom_contact div.hour {
	padding-left: 70px;
	min-height: 50px;
	background: url('img/clock_icon.png') no-repeat left 6px;
}
div.bottom_contact div.hour b {
	display: block;
}
div.bottom_contact .tlacitko {
	margin-left: 70px;
	margin-top: 1em;
}

#advb_envelope {
	background-color: #FFF;
}
div#advb_in_links {
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
	justify-content: center;
}
div.advb_link {
	width: 20%;
	text-align: center;
	margin-bottom: var(--small);
}
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: block;
	margin: 0 auto;
	transition: 0.3s;
}
div.advb_link a:hover img {
	filter: grayscale(50%) brightness(110%);
	transform: scale(1.2);
}
div.advb_link span {
	display: block;
	text-align: center;
	margin-top: 3px;
	font-size: 80%;
}
div.advb_link div.link_like img {
	filter: grayscale(100%);
}


#foot {
	background-color: var(--green_bg);
	color: #FFF;
	font-size: 80%;
	box-sizing: border-box;
	min-height: 82px;
	position: relative;
}
#foot-in {
position: relative;
}
#foot a {
	color: #FFF;
}
#foot p { margin: var(--big_r) 0; }
.subpage #foot p { margin: var(--small_r) 0; }

.subpage #foot { padding-bottom: var(--label_height); }

#content-1 {}

#study_info {
	background: url('img/sutdy_info_bg.jpg') no-repeat center var(--green_bg);
	background-size: cover;
	text-align: center;
	color: #FFF;
}
#study_info p { font-size: 150%; font-weight: 300; }
#study_info h2 { font-size: 250%; }
h2 em, h2 i { font-weight: 300; display: block; font-style: normal;  }

#study_info .div33 {
	text-align: left;
	padding: 80px 0 0;
	background: no-repeat left top;
}
#study_info .div33:nth-child(1) { background-image: url('img/flasks.png'); }
#study_info .div33:nth-child(2) { background-image: url('img/student.png'); }
#study_info .div33:nth-child(3) { background-image: url('img/erasmus.png'); }

#study_info .div33 h3, #study_info .div33 h2 { min-height: 3em; font-size: 150%; }
#study_info .div33 p { font-size: 120%; font-weight: 100; }

#news_info {
	background: url('img/news_info_bg.jpg') no-repeat center var(--green_bg);
	background-size: cover;
	text-align: center;
	color: #FFF;
}
#news_info h2 {}
div.news_single {
	width: 377px;
	height: 80px;
	background-color: #fff;
	color: #2A2A2A;
	padding-top: 377px;
	position: relative;
	text-align: left;
	margin: 30px 15px;
	overflow: hidden;
	box-shadow: 0px 3px 30px #00000040;
}
div.news_single:first-child {
	margin-left: 0;
}
div.news_single .news_img {
	width: 377px;
	height: 377px;
	background: url('img/img_default.jpg') no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.news_single .news_img  img {
	min-width: 100%;
	min-height: 100%;
}
div.news_single p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 377px;
	background-color: rgba(255, 255, 255, 0.95);
	margin: 0;
	opacity: 0;
	transition: 0.3s;
}
div.news_single:hover p, div.news_single.focused p { opacity: 1; }

div.news_single p span {
	position: absolute;
	bottom: 377px;
	left: 0;
	padding: 1.5rem;
	box-sizing: border-box;
	transition: 0.3s;
}
div.news_single:hover span, div.news_single.focused span { bottom: 0; }
div.news_single h3 {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	background-color: #FFF;
	color: var(--green_text);
	padding-left: 1.5rem;
	font-weight: 100;
	font-size: 200%;
	margin: 0;
}
div.news_single .sipka2 {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
div.news_single a.sipka2[target="_blank"] { background-position: 95% center; }
div.news_single a.sipka2[target="_blank"]::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}
div#news_slide_envl {
	padding: 0 100px;
	position: relative;
}
div#news_slide {
	overflow: hidden;
	position: relative;
	height: 517px;
}
div#news_slide_envl .sipka {
	position: absolute;
	top: calc(50% - 41px);
	right: 0;
	cursor: pointer;
}
div#news_slide_envl .sipka.left { right: initial; left: 0; }
div#news_move_part {
	height: 517px;
	display: flex;
	position: absolute;
	left: 0;
	overflow:hidden;
	/*width: 1700px;*/
}

aside { overflow: hidden; }

ul#m1 {
	border-top: 1px solid #C2C2C2;
	padding: 0;
}
ul#m1 li {
	list-style-type: none;
}
ul#m1 > li {
	border-bottom: 1px solid #C2C2C2;
	position: relative;
	padding-left: 30px
}
ul#m1 li a {
	display: inline-block;
	padding-left: 0px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #2A2A2A;
	position: relative;
	font-size: 1.2em;
}
ul#m1 li a:hover {
	text-decoration: underline;
	color: var(--green_text);
}
ul#m1 li a.a_active { font-weight: bold; }

ul#m1 li ul {
	padding-left: 50px;
	overflow: hidden;
	transition: height 0.3s;
}
ul#m1 li ul li a::before {
	content: "";
	width: 0.6em;
	height: 0.6em;
	display: inline-block;
	border: 1px solid var(--green_text);
	border-radius: 50%;
	margin-right: 1em;
	vertical-align: middle;
}
ul#m1 li ul li a {
	font-size: 1em;
}
ul#m1 li ul li a:hover::before {
	background-color: var(--green_text);
}

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

span.menuArrow {
	width: 0;
	height: 0;
	display: block;
	background: url('img/triangle_white.png') no-repeat -12px -10px;
	position: absolute;
	top: 15px;
	left: 5px;
	cursor: pointer;
	border-color: transparent transparent transparent transparent;
	border-width: 10px 0 10px 12px;
	border-style: solid;
	transition: 0.3s;
}
span.menuArrow.m_e {
	transform: rotate(90deg);
	border-color: transparent transparent transparent var(--green_text);
}






#homepage_article {
	overflow: hidden;
	margin-top: var(--small);
	margin-bottom: var(--big);
}
#homepage_moreArticles {
	display: flex;
	flex-wrap: wrap;
}
div.homepage_moreArticles {
	overflow: hidden;
	box-sizing: border-box;
	width: 50%;
	position: relative;
	padding-bottom: 64px;
}
div.homepage_moreArticles.left { padding-right: 2rem; }
div.homepage_moreArticles.right { padding-left: 2rem; }

div.homepage_moreArticle {
	overflow: hidden;
	margin-bottom: 3em;
	display: flex;
}
div.homepage_moreArticle h3 {
	margin-top: 0;
}
div.homepage_moreArticle div.image_part {
	width: 40%;
}
div.homepage_moreArticle div.text_part {
	width: 60%;
	box-sizing: border-box;
	padding-left: 2em;
}
div.homepage_moreArticle img {
	max-width: 100%;
	display: block;
}
div.homepage_moreArticle a {
	text-decoration: none;
}
div.homepage_moreArticle a:hover {
	text-decoration: underline;
}
div.homepage_moreArticle a::after { content: " >"; }

div.homepage_moreArticles a.plus {
	position: absolute;
	bottom: 0;
}






#banhead {
	clear: both;
}
.mhdr {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banhead_1 { background-image: url('img/banner_o_1.jpg'); }

#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_text);
}
.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_text);
}
.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;
}
div.subcategory img {
	max-width: 100%;
	margin-bottom: 0.5em;
}

#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_text);
	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 {
	/*padding-top: 120px;
	background: url('img/nurses.png') no-repeat top left;*/
	font-weight: bold;
	color: var(--green_text);
	line-height: 1.5;
}
.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;
	padding: 0 1rem 0 0;
	box-sizing: border-box;
}
ul.in_article_download li::before { display: none; }
ul.in_article_download li a {
	display: inline-block;
	position: relative;
	color: #2A2A2A;
	text-decoration: none;
	padding-left: 80px;
	padding-top: 20px;
	min-height: 66px;
}
a.download_link_type::before {
	content: "";
	background-image: url('./img/download/download.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 80px;
	width: 66px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	filter: grayscale(100%) brightness(28%);
	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_video.png'); }
a.download_link_type.file-audio_mpeg::before,
a.download_link_type.file-audio_wav::before
 { background-image: url('./img/download/download_audio.png'); }
a.download_link_type.file-text_plain::before,
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_txt.png'); }
a.download_link_type.file-application_pdf::before { background-image: url('./img/download/download_pdf.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_excel.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_zip.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_powerpoint.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_image.png'); }

ul.in_article_download li a:hover::before { filter: grayscale(0%) brightness(100%); }
ul.in_article_download li a:hover {
	text-decoration: underline;
	color: var(--green_text);
}
ul.in_article_download li span.aligning {
	vertical-align: middle;
	display: inline-block;
}
ul.in_article_download li span.desc {
	font-style: italic;
	display: block;
}
ul.in_article_download li span.play {
	display: block;
	margin-top: 0px;
	margin-left: 80px;
}
ul.in_article_download li span.name {}
ul.in_article_download li span.play audio {
	max-width: 150px;
	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,
#bottom_social,
#news_info,
#study_info,
#foot
{ overflow: hidden }

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

.homepage #content-1
{ margin-top: var(--small);
margin-bottom: var(--big); }

.subpage #content-1
{ margin-bottom: 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;
	background-color: var(--green_bg);
}
.photosArea a img {
	display: block;
	border: none;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	transition: 0.3s;
}
.photosArea a:hover img {
	opacity: 0.5;
}

.photosArea a::after {
	content: "";
	display: block;
	width: 56px;
	height: 52px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*background: url('img/popup.png') no-repeat center rgba(77,170,160,0.6);*/
	background: url('img/popup.png') no-repeat center transparent;
	opacity: 0;
	transition: 0.3s;
}
.photosArea a:hover::after{
	opacity: 1;
}
.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_text);
	border-radius: 5px;
	padding: 0.5em 1em;
	font-size: 100%;
	background-color: #FFF;
	color: var(--green_text);
	cursor: pointer;
	line-height: 2em;
}
input[type=button]:hover, input[type=submit]:hover {
	background-color: var(--green_text);
	border-color: var(--green_text);
	color: #FFF;
}
input[type=text], input[type=password], textarea, input[type="email"] {
	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: "Lato", Arial, sans-serif !important;
}
textarea { height: 10em !important;}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: var(--green_text);
}
.webbase_form label {
	font-family: "Lato", Arial, 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_text);
	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::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%;
	display: block;
	right: -27px;
	font-size: 18px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 2px solid;
	border-radius: 50%;
	display: block;
}
.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: 19;
	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_text);
	border-bottom: 15px solid var(--green_text);
	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);
	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: 900;
	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: absolute;
	top: calc(50% - 41px);
	left: calc(50% - 41px);
	display: block;
}

a#hor-res-menu-button-2 {
	display: none;
	box-sizing: border-box;
	width: auto;
	height: var(--mobil_button);
	line-height: var(--mobil_button);
	position: absolute;
	top: var(--mobil_button_top);
	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-2.clicked {
	position: fixed;
	top: var(--mobil_padding);
	right: var(--mobil_padding);
	background-color: #000;
}
a#hor-res-menu-button-2 span.top,
a#hor-res-menu-button-2 span.center,
a#hor-res-menu-button-2 span.bottom {
	position: absolute;
	width: var(--mobil_button);
	right: 0px;
	border: 2px solid;
	border-radius: 1px;
	box-sizing: border-box;
	opacity: 1;
	transition: 300ms;
	box-shadow: 0 0 2px #000;
}

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

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

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

a.res_menu_button span.open { display: block; }
a.res_menu_button span.close { display: none;  }
a.res_menu_button.clicked span.open { display: none; }
a.res_menu_button.clicked span.close { display: block }

a#hor-res-menu-button-2 span.open,
a#hor-res-menu-button-2 span.close { display: none; }

li#root_3 a.res_menu_button,
li#root_4 a.res_menu_button {
	display: block;
	position: absolute;
	bottom: 10px;
	margin: 0;
	line-height: 1;
	width: 64px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	font-size: 15px;
}
li#root_3 a.res_menu_button { right: 0px;}
li#root_4 a.res_menu_button { left: 0px; }

li#root_3 a.res_menu_button span.menu,
li#root_4 a.res_menu_button span.menu {
	display: block;
	width: 46px;
	height: 40px;
	padding-top: 40px;
	overflow: hidden;
	background: url('img/arrow_white.png') no-repeat center;
	background: url('img/arrow_white_24_top.png') no-repeat center;
	transform: scale(0.9);
	transition: 0.3s;
	border: 5px solid;
	border: 3px solid;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
}
li#root_3 a.res_menu_button:hover span.menu,
li#root_4 a.res_menu_button:hover span.menu
 { transform: scale(1.1);}

li#root_3 a.res_menu_button.clicked span.menu,
li#root_4 a.res_menu_button.clicked span.menu
 { transform: rotate(180deg) scale(0.8); }

li#root_3 a.res_menu_button.clicked:hover span.menu, 
li#root_4 a.res_menu_button.clicked:hover span.menu
{ transform: rotate(180deg) scale(1);}

li#root_3 a.res_menu_button span.open, li#root_3 a.res_menu_button span.close,
li#root_4 a.res_menu_button span.open, li#root_4 a.res_menu_button span.close
 { margin-top: 10px; text-transform: lowercase; }


#m0 {
	margin: 0;
	padding: 0;
}
#m0, #m0 a { color: #FFF; text-decoration: none; }
#m0 a:hover { color: var(--orange_text); text-decoration: underline; }
#m0 li { list-style-type: none; margin: 0; padding: 0; }

li#root_2 {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1600px;
	margin: 0 auto;
}
li#root_2 > ul {
	padding: 0;
	margin-top: 65px;
	text-align: right;
	z-index: 4;
	position: relative;
	max-width: calc( 100% - 600px );
	position: absolute;
	right: 0;
}
li#root_2 > ul li {
	margin-left: 3em;
	margin-bottom: 1.5em;
	line-height: 1;
	display: inline-block;
}
li#root_2 > ul li:first-child { margin-left: 0 }

li#root_2 > ul a {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
li#root_2 > ul a:hover {
	text-decoration: none;
}
li#root_2 > ul a::after {
	content: "";
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid;
	width: 0%;
	display: block;
	transition: 0.3s;
}
li#root_2 > ul a:hover::after { width: 50% }

li#root_2 h3.menu_label,
li#root_2 ul li ul,
li#root_3 ul li ul ul,
li#root_4 ul li ul ul
 { display: none; }


li#root_3 h3.menu_label,
li#root_4 h3.menu_label {
	width: 100%;
	height: var(--label_height);
	box-sizing: border-box;
	display: block;
	color: #FFF;
	bottom: 0;
	margin: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	overflow: hidden;
	font-size: 150%;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
}
li#root_3 h3.menu_label { padding-right: 80px; }
li#root_4 h3.menu_label { padding-left: 80px; }

li#root_3 span.menu_label,
li#root_4 span.menu_label {
	display: inline-block;
	max-width: 550px;
}

li#root_3,
li#root_4 {
	width: 50%;
	box-sizing: border-box;
	color: #FFF;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	height: var(--label_height);
	transition: 0.3s;
	padding-left: var(--small);
	padding-right: var(--small);
	padding-bottom: var(--small);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: block;
}

li#root_3.showed,
li#root_4.showed {
	overflow-y: auto;
}
li#root_3 { left: 0; text-align: right;
	/*background-color: rgba(0,53,120,0.7);*/
	background-color: rgba(49,88,104,0.7);
	background-color: rgba(77,163,185,0.4);
	background-color: rgba(31,67,82,0.7);
}
li#root_4 { right: 0; background-color: rgba(0,120,107,0.7); }

li#root_3 > ul,
li#root_4 > ul
{
	width: 100%;
	padding: var(--small) 0 0 0;
	display: none;
	flex-wrap: wrap;
}
li#root_3 > ul.showed,
li#root_4 > ul.showed { display: flex; }
li#root_3 > ul { justify-content: flex-end; }

li#root_3 ul ul,
li#root_4 ul ul
{
	padding: 0;
}
li#root_3 > ul > li,
li#root_4 > ul > li
{
	padding: var(--small) 0;
	width: 50%;
	box-sizing: border-box;
}
li#root_3 > ul > li a,
li#root_4 > ul > li a
 { font-size: 120%; font-weight: bold; }
 
li#root_3 > ul > li li a,
li#root_4 > ul > li li a
{ font-size: 100%; font-weight: normal; }

li#root_3 > ul > li:first-child,
li#root_4 > ul > li:first-child
{
	width: 100%;
}
li#root_3 > ul > li:first-child > a,
li#root_4 > ul > li:first-child > a
 { display: none; }

li#root_3 > ul > li:first-child > ul,
li#root_4 > ul > li:first-child > ul
 { display: flex; }
 li#root_3 > ul > li:first-child > ul { justify-content: flex-end; }

li#root_3 > ul > li:first-child > ul li,
li#root_4 > ul > li:first-child > ul li
{
	width: 33.3%;
}
li#root_3 > ul > li:first-child > ul li a,
li#root_4 > ul > li:first-child > ul li a
{
	display: inline-block;
	height: 41px;
	padding-top: 41px;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	filter: grayscale(100%) brightness(200%);
	background-image: url('img/office.png');
	background-position: left center;
	width: 133px;
	transition: 0.3s;
	position: relative;
}
li#root_3 > ul > li:first-child > ul li a[target="_blank"],
li#root_4 > ul > li:first-child > ul li a[target="_blank"] {
	width: 146px;
}
li#root_3 > ul > li:first-child > ul li:first-child a,
li#root_4 > ul > li:first-child > ul li:first-child a
 { background-image: url('img/bakalari.png'); width: 150px; }
li#root_3 > ul > li:first-child > ul li:first-child a[target="_blank"],
li#root_4 > ul > li:first-child > ul li:first-child a[target="_blank"]
 { width: 163px; }
li#root_3 > ul > li:first-child > ul li:nth-child(2) a,
li#root_4 > ul > li:first-child > ul li:nth-child(2) a
 { background-image: url('img/moodle.png'); width: 101px; background-position: left 2px; }
li#root_3 > ul > li:first-child > ul li:nth-child(2) a[target="_blank"],
li#root_4 > ul > li:first-child > ul li:nth-child(2) a[target="_blank"]
 { width: 114px; }

li#root_3 > ul > li:first-child > ul li a:hover,
li#root_4 > ul > li:first-child > ul li a:hover
 { filter: grayscale(0%) brightness(100%); }


li#root_3 > ul > li:first-child > ul li a[target="_blank"]::after,
li#root_4 > ul > li:first-child > ul li a[target="_blank"]::after
{
	width: 12px;
	padding-top: 12px;
	background-image: url('img/exter_white.png');
	top: 0;
	right: 0;
	position: absolute;
}






.subpage li#root_3,
.subpage li#root_4 {
	position: fixed;
	z-index: 10;
}
.subpage li#root_3.showed,
.subpage li#root_4.showed {
	height: calc( 100% - 74px - var(--logo_height) );
}

.homepage li#root_3,
.homepage li#root_4 {
	position: absolute;
	z-index: 10;
}
.homepage li#root_3.showed,
.homepage li#root_4.showed {
	height: calc( 100% - var(--logo_height) );
}








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




/* drobeckova navigace */
#top_area_path_part {}

#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;
}
#top_area_path_part b a {
	font-weight: normal;
	color: var(--green_text);
}
#top_area_path_part a:hover {
	text-decoration: underline;
}
#top_area_path_part p {
	font-style: italic;
	margin: 0;
	line-height: 1;
}
div#path_header_envelope {
	position: relative;
	height: 0;
	margin: 0;
}
div#path_header_envelope div {
	position: absolute;
	bottom: 0;
	height: 160px;
	color: #FFF;
	line-height: 1;
	max-width: calc( 100% - 300px);
	overflow: hidden;
	padding-top: 10px;
}
div#path_header_envelope div h2 {
	text-transform: uppercase;
	margin: 0 0 0.5rem;
}
div#path_header_envelope div i {
	font-style: normal;
	font-weight: 100;
}




#map_area ul { padding-left: 1em; }
#map_area > ul > li { }
#map_area > ul > li > a {color: var(--black_text); 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(--black_text); 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; }



.submenuArea {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
div.subcategory {
	border: 1px solid #E5E5E5;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
	max-width: 377px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}
div.subcategory:hover {
	background-color: var(--green_bg) !important;
}
div.subcategory h2 {
	overflow: hidden;
	color: #2A2A2A;
	font-weight: normal;
	transition: 0.3s;
	padding: 0 56px 0 1rem;
	margin-bottom: 1.3rem;
	min-height: 36px;
}
div.subcategory .description {
	transition: 0.3s;
	padding: 0 56px 1rem 1rem;
	font-size: 90%;
	margin: -1em 0 0;
}

div.subcategory:hover .description,
div.subcategory:hover h2 {
	color: #FFF;
}
div.subcategory img {
	max-width: 377px;
	border-radius: 5px;
	width: 100%;
	display: block;
}
div.subcategory a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
div.subcategory a .sipka3 {
	position: absolute;
	bottom: 1.3rem;
	right: 20px;
}
div.subcategory a[target=_blank] { background-image: none; }
div.subcategory a[target=_blank] .sipka3 {
	background-image: url('img/arrow_green_blank.png')
}
div.subcategory a:hover .sipka3 {
	transform: translate(10px, 0);
	filter: grayscale(100%) brightness(300%);
}
div.subcategory-envelope {
	box-sizing: border-box;
	width: 33.3%;
	padding: 0.5rem;
}

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

#hor-envelope {
	position: relative
}

#banhead {
	height: 360px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

/*vypisy*/
#categories_envelope {
	display: flex;
	flex-wrap: wrap;
}
#categories_envelope.list div.article-preview-envelope {
	width: 32.3%;
	margin: 0.5%;
	box-sizing: border-box;
}
div.article-preview {
	position: relative;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	padding-bottom: 4.2em;
}
div.img-article-preview {
	box-sizing: border-box;
}
div.img-article-preview img {
	border: none;
	width: 100%;
	display: block;
}
div.img-article-preview span.labels {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
div.img-article-preview a.label {
	display: inline-block;
	position: relative;
	color: #FFF;
	background-color: var(--green_text);
	padding: 0.5em;
	line-height: 1;
	border-radius: 1px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 100%;
	margin-left: 5px;
	margin-bottom: 5px;
	z-index: 1;
}
div.img-article-preview a.label:hover {
	background-color: #FFF;
	color: var(--green_text);
}
div.text-article-preview {
	box-sizing: border-box;
	padding: 0 1rem 1rem 1rem;
}
div.text-article-preview h2 {
	font-weight: normal;
	position: relative;
	margin-top: 1.3em;
}
div.text-article-preview h2::after {
	content: "";
	border: 2px solid var(--green_text);
	height: 0;
	width: 25%;
	display: block;
	margin: 1rem 0;
}
div.text-article-preview .tlacitko {
	position: absolute;
	bottom: 2em;
}
div.article-preview:hover {
	border-color: var(--green_bg);
}



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: #f8f8f8;
}
.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 #f1f1f1;
}

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;
}

/* slideshow v banneru */
div#slide_part {
	position: absolute;
	top: 74px;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 200px;
	overflow: hidden;
}
.prvek {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.prvek img {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.prvek .info-text {
	display: block;
	padding: 0 0.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #FFF;
	z-index: 1;
	transform: translate(-300px, 0);
	width: 960px;
	opacity: 1;
	animation-name: textefect;
	animation-duration: 1s;
}
@keyframes textefect {
	from {opacity: 0;transform: translate(-300px, 3em);}
	to {opacity: 1;transform: translate(-300px, 0);}
}

.prvek .info-text .desc-text,
.prvek .info-text .head-text { font-size: 3.6em; }
.prvek .info-text .head-text {
	font-weight: bold;
	display: block;
}
.prvek .info-text .desc-text {
	display: block;
	font-weight: 100;
	margin-top: 8px;
}
#number-envelope {
	position: absolute;
	bottom: 120px;
	right: 30px;
}
#number-envelope a {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.8);
	color: var(--green_text);
	border-radius: 50%;
	margin: 0 2px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	text-decoration: none;
/*	font-size: 14px;
	width: 31px;
	height: 31px;
	line-height: 31px;
*/
	font-size: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#number-envelope a.active, #number-envelope a:hover {
	background-color: rgba(77,170,160, 0.8);
	color: #FFF;
}

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


form[name=p_searchForm] {
	border-bottom: 1px solid #D9D9D9;
	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_text);
	border: 3px solid var(--green_text);
	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_text);
}
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;
	outline: 2px dotted;
}
a:focus-visible {outline: 1px dotted;text-decoration: none;}

.tlacitko:focus-visible { color: #FFF; background-color: var(--green_text); }
.sipka.text:focus-visible { transform: scale(90%);}
.sipka.text.bottom:focus-visible { transform: rotate(0) scale(90%); padding-top: 2em;outline: none;}
.sipka.white:focus-visible { opacity: 1;}
.sipka.bottom:focus-visible { transform: rotate(90deg) scale(100%); }
.sipka.top:focus-visible { transform: rotate(-90deg) scale(100%); }
.sipka2:focus-visible {background-color: var(--green_text);}
.sipka2:focus-visible::after { filter: grayscale(100%) brightness(200%);}
.sipka3:focus-visible {transform: translate(10px, 0);filter: grayscale(100%) brightness(200%);}
 a.plus:focus-visible { text-decoration: underline; }
a.plus:focus-visible span {background-color: #FFF;}
a.plus:focus-visible span::before, a.plus:focus span::after {border-color: var(--green_text);}
a.head_icon:focus-visible {text-shadow: none;color: var(--orange_text);}
a.head_icon:focus-visible::before { filter: brightness(100%); }
a.head_icon:focus-visible { outline: none; }
ul.social_icons.top li a:focus-visible {filter: grayscale(0%) brightness(100%);outline: none;}
div#textsize summary:focus-visible span#textsizebutton {filter: grayscale(0%) brightness(100%);}
div#textsize_selectArea a:focus-visible::after {background-color: var(--green_text);color: #FFF;}
details#search summary:focus-visible span#lupa {filter: grayscale(0%) brightness(100%);}
#search_btn:focus-visible {filter: grayscale(0%) brightness(100%);}
ul.social_icons.bottom li a:focus-visible {opacity: 0.5;}
div#contact_map_area a:focus-visible {text-decoration: underline;color: var(--green_text);}
ul#simle_links li a:focus-visible {text-decoration: underline;color: var(--green_text);}
div.bottom_contact.contacts a:focus {text-decoration: underline;color: var(--green_text);}
.photosArea a:focus-visible img {opacity: 0.5;}
.photosArea a:focus-visible::after {opacity: 1;}
input[type=button]:focus-visible, input[type=submit]:focus-visible {background-color: var(--green_text);border-color: var(--green_text);color: #FFF;}
div.subcategory a:focus-visible .sipka3 {transform: translate(10px, 0);}

li#root_3 a.res_menu_button:focus-visible span.menu,li#root_4 a.res_menu_button:focus-visible span.menu{ transform: scale(1.1);}
li#root_3 a.res_menu_button.clicked:focus-visible span.menu,li#root_4 a.res_menu_button.clicked:focus-visible span.menu{ transform: rotate(180deg) scale(1.1);}
li#root_3 a.res_menu_button:focus-visible,li#root_4 a.res_menu_button:focus-visible { outline: none;}

#m0 a:focus-visible { color: var(--orange_text); text-decoration: underline; outline: none; }
li#root_2 > ul a:focus-visible {text-decoration: none;}
li#root_2 > ul a:focus-visible::after {width: 50%;}
li#root_3 > ul > li:first-child > ul li a:focus-visible, li#root_4 > ul > li:first-child > ul li a:focus-visible {filter: grayscale(0%) brightness(100%);}
ul#m1 li a:focus-visible {text-decoration: underline;color: var(--green_text); outline: none;}

div.subcategory:has(a:focus-visible) {background-color: var(--green_bg) !important;}


a.head_icon:focus-visible {
	/* background-color: rgba(255,255,255,0.2); */
}

/*****************************/
a.head_icon,
#home_move_link,
h1#logo a,
#bottom_social,
#study_info,
#news_info h2,
#m0, #m0 a,
div#path_header_envelope div,
div.subcategory:hover,
div.img-article-preview a.label,
.prvek .info-text {
	/* text-shadow: 0 0 2px #000;*/
}
/*****************************/
.subpage #foot p {
	/* text-shadow: 0 0 1px #000; */
}
/*****************************/
a.head_icon {
	/* background-color: rgba(0,0,0,0.2); */
}
a.head_icon:hover {
	/* background-color: rgba(255,255,255,0.2); */
}
/*****************************/
.sipka,
.sipka.text::before,
li#root_3 a.res_menu_button span.menu,
li#root_4 a.res_menu_button span.menu,
ul.social_icons.bottom li a {
	/* box-shadow: 0 0 2px #000;*/
}
/*****************************/

/* + 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; }

@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){
	li#root_3 { padding-left: calc( 50% - 800px );  }
	li#root_4 { padding-right: calc( 50% - 800px ); }
}
@media(min-width: 1367px) {
	li#root_3 span.menu_label,
	li#root_4 span.menu_label {
		padding-top: 1em;
	}
}
@media(min-width: 1025px) {
	.menuFixed #logo_line {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 18;
		background-color: rgba(0,0,0,0.7);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	#head_icons.menuFixed {
		margin-top: 200px;
	}
	h1#logo,
	.menuFixed li#root_2 > ul
	{ transition: margin 0.3s, padding 0.3s;}
	.menuFixed h1#logo { height: 30px; font-size: 100%; margin: 10px 0; }
	.menuFixed h1#logo a { height: 30px; font-size: 100%; background-size: auto 30px; padding-left: 30px; }
	.menuFixed h1#logo a span.line { display: none;}
	.menuFixed h1#logo a span.mobile { display: block;}

	.menuFixed li#root_2 > ul { position: fixed; font-size: 100%; top: 0px; right: var(--rantl); margin-top: 10px; z-index: 18; max-width: calc(100% - 330px); }
	.menuFixed li#root_2 > ul li { font-size: 100%;  }
	.menuFixed li#root_2 > ul li a { font-size: 100%; }

}
@media(max-width: 1620px){
	.site_sized,
	li#root_2 > ul {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	div.advb_link {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
	}
	div.advb_link img {
		max-width: 100%;
	}
	li#root_2 > ul li { margin-left: 2em; }
	li#root_2 > ul a { font-size: 120%; }

	.menuFixed li#root_2 > ul { right: 0; }
}
@media(max-width: 1365px) {
	@keyframes textefect2 {
		from {opacity: 0;transform: translate(-50%, 0);}
		to {opacity: 1;transform: translate(-50%, -50%);}
	}
	.prvek .info-text { width:auto;transform: translate(-50%, -50%);animation-name: textefect2;}


	#home_move_link { transform: translateY(-50%); top: 50%; left: 0; }
	
	.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 {
		width: 49%;
		margin: 0.5%;
	}
	#study_info .div33 {}
	div#news_slide_envl { padding: 0; }
	div#news_slide_envl .sipka { display: none; }
	div#news_slide {
		overflow: visible;
		height: auto;
	}
	div#news_move_part {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
		position: relative;
	}
	div.news_single {
		width: 23%;
		margin: 1%;
		box-shadow: 0px 3px 8px #00000040;
	}
	div.news_single:first-child {
		margin-left: 1%;
	}
	div.news_single p {
		opacity: 1;
		background-color: transparent;
	}
	div.news_single p span {
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.95);
		width: 100%;
	}
	div.bottom_contact.map {
		width: 100%;
	}
	div.bottom_contact.contacts {
		width: 100%;
	}
	div.bottom_contact.mix {
		margin: 0 0;
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	div.bottom_contact.links,
	div.bottom_contact.hours {
		width: 50%;
	}
	#bottom_contacts .site_sized {
		flex-wrap: wrap;
	}
	#foot-content p {
		padding-right: 100px;
	}

	.article-preview-gallery { width: 31.3%; }
	
	#scrollToHome { left: initial; right: 14px; }

	li#root_3 > ul > li:first-child > ul li a, li#root_4 > ul > li:first-child > ul li a { display: block; margin: 0 auto; }

	li#root_2 > ul li { margin-left: 1em; }
	li#root_2 > ul a { font-size: 105%; }
}
@media(max-width: 1024px) {
	#head_envelope.homepage { min-height: 400px; }

	#number-envelope { bottom: 90px; }
	
	.prvek .info-text .head-text,
	.prvek .info-text .desc-text { font-size: 2em}
	
	div#slide_part { top: 0; /*top: var(--mobil_top);*/ }
	
	#horizont-0 { top: var(--mobil_top); }

	li#root_2 h3.menu_label { font-size: 100%; display: block; margin: 0;}
	li#root_2 span.menu_label { display: none; }
	li#root_2 > ul {
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		overflow: hidden;
		top: calc( var(--mobil_top) + 1px);
		right: 0;
		width: 100%;
		height: 0;
		transition: 0.3s;
		z-index: 20;
		margin-top: 0;
		display: block;
		text-align: right;
		max-width: none;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		padding: 0;
	}
	li#root_2 ul.showed  {
		height: calc( 100% - var(--mobil_top) - var(--mobil_banner_icons_envelope_height) );
		overflow-y: auto;
		box-sizing: border-box;
	}
	li#root_2 > ul li { margin: 3em 1em 0; display: block; }
	li#root_2 > ul a::after { display: none; }
	li#root_2 > ul a { font-size: 150%; }
	
	a#hor-res-menu-button-2 {
		display: block;
		z-index: 1000;
		text-align: center;
	}

	#topline { padding-top: var(--mobil_top); }
	#logo_line { background-color: transparent; border-top: 1px solid #FFF; }

	div#whitestripe {
		z-index: 30;
		padding: 0;
		height: var(--mobil_top);
		background-color: transparent;
	}
	div#topline-in { padding-right: var(--mobil_top); }
	div#top_right_icons {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		height: 40px;
		margin-top: 12px;
		width: calc(100% - 2rem - 20px);
	}
	ul.social_icons.top, div#textsize, div#search {
		border-left: none;
		margin-left: 0;
		display: inline-block;
	}
	 div#textsize { display: none; }
	details#search {
		width: 32px;
		display: inline-block;
	}
	#search form {
		overflow: hidden;
		height: 33px;
		box-sizing: border-box;
		background-color: transparent;
		position: relative;
		top: -32px;
		left: 42px;
		width: calc(100% - 42px);
		border: none;
		background-color: transparent;
		color: #FFF;
		font-weight: bold;
		border-radius: 0px;
		transform: translateX(0%);
	}
	#search_btn {
		width: 32px;
		height: 32px;
		border: none;
		filter: grayscale(100%) brightness(200%);
	}
	#search_box {
		background-color: rgba(0,0,0,0.1);
		color: #FFF;
		border: none;
		width: calc(100% - 42px);
		outline: none;
	}
	#search form label {
		width: calc(100% - 32px);
		height: 32px;
	}
	details#search[open] { width: 100% }
	details#search[open] form {	}

	#home_move_link {
		top: initial;
		transform: translatey(0);
		bottom: 200px;
	}
	.prvek .info-text {
		left: 0;
		width: 100%;
		transform: translate(0,-50%);
		box-sizing: border-box;
		animation-name: textefect3;
	}
	@keyframes textefect3 {
		from {opacity: 0;transform: translate(0, -30%);}
		to {opacity: 1;transform: translate(0, -50%);}
	}

	#top_phone_open {
		display: block;
		height: 0;
		padding-top: 0;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		right: 0;
		padding-right: 1em;
		color: #FFF;
		text-align: right;
		width: 100%;
		border-top: 1px solid #FFF;
		overflow: hidden;
		transition: 0.3s;
		background-color: rgba(0,0,0,0.8);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	div#top_phone span { filter: brightness(700%); }
	div#top_open { border-left: none; margin-left: 0; padding-left: 0; margin-top: 15px; line-height: 1.5; }
	div#top_open span { display: block; }
	div#head_icons {
		position: fixed;
		bottom: 0;
		height: 78px;
		width: 0;
		overflow: hidden;
		transform: translateY(98px);
		right: 0;
		z-index: 30;
		margin-top: 0;
		margin-bottom: 0px;
		padding: 0;
		transition: 0.3s;
	}
	a.head_icon {
		width: 100px;
		height: 78px;
		overflow: hidden;
		background-color: transparent !important;
	}
	a.head_icon::before { background-size: 50px; width: 50px; height: 50px; }
	a.head_icon:hover {
		color: #FFF;
	}
	a.head_icon:hover::before { filter: brightness(700%); }
	#top_phone_open.showed {
		height: var(--mobil_banner_icons_envelope_height);
		padding-top: var(--mobil_banner_icons_height);
	}
	#head_icons.showed {
		width: 100%;
		padding-right: 1em;
		bottom: var(--mobil_banner_icons_envelope_height);
	}
	div#path_header_envelope div {
		max-width: 100%;
	}
	div#path_header_envelope div h2, div#path_header_envelope div i {
		font-size: 200%;
	}
	
	#banhead { height: 100%; }

	#right_content,
	#floating_envelope_category, #floating_envelope_article {
		padding-left: 0;
		width: 100%;
		float: none;
	}
	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: 31.3%;
	}
	div.bottom_contact.mix { flex-wrap: wrap; }
	div.bottom_contact.links, 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: 1rem 0 0 0; }

	li#root_3.showed, li#root_4.showed {
		width: 100%;
	}
	.subpage li#root_3.showed, .subpage li#root_4.showed {
		height: calc( 100% - var(--mobil_top) );
		z-index: 11;
	}
	.homepage li#root_3.showed, .homepage li#root_4.showed {
		height: 100%;
		z-index: 11;
	}

	li#root_3, li#root_4 {
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 1em;
		height: var(--mobil_label_height);
	}
	li#root_3 h3.menu_label, li#root_4 h3.menu_label {
		height: var(--mobil_label_height);
		line-height: 1;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	li#root_4 h3.menu_label {padding-left: 40px;}
	li#root_3 h3.menu_label {padding-right: 40px;}
	li#root_3 span.menu_label, li#root_4 span.menu_label {
		font-size: 0;
		margin-top: 4px;
	}
	li#root_3 span.menu_label::after, li#root_4 span.menu_label::after {
		font-size: 26px;
	}
	li#root_3 span.menu_label::after { content: "SZŠ";}
	li#root_4 span.menu_label::after { content: "VOZŠ";}
	
	li#root_3 a.res_menu_button, li#root_4 a.res_menu_button {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	li#root_3 a.res_menu_button span.menu, li#root_4 a.res_menu_button span.menu {
		transform: scale(1);
		border: none;
		/*background-size: contain;*/
		width: 25px;
		height: 0;
		padding-top: 25px;
		position: absolute;
		top: 18px;
		box-shadow: none;
	}
	li#root_3 a.res_menu_button span.menu { right: 0; }
	
	li#root_3 a.res_menu_button span.open, li#root_3 a.res_menu_button span.close, li#root_4 a.res_menu_button span.open, li#root_4 a.res_menu_button span.close { display: none !important; }

	li#root_3.showed h3.menu_label, li#root_4.showed h3.menu_label {
		padding-right: 40px;
		padding-left: 0;
		text-align: right;
		height: auto;
	}
	li#root_3.showed span.menu_label, li#root_4.showed span.menu_label {
		font-size: 26px;
	}
	li#root_3.showed span.menu_label::after, li#root_4.showed span.menu_label::after {
		font-size: 0;
	}
	li#root_3 a.res_menu_button.clicked span.menu, li#root_4 a.res_menu_button.clicked span.menu {
		transform: rotate(180deg) scale(1);
		left: initial;
		right: 0;
	}
	li#root_3 > ul > li, li#root_4 > ul > li {
		width: 100%;
		padding: 1em 0;
		text-align: right;
	}

	li#root_3 > ul > li:first-child > ul li a, li#root_4 > ul > li:first-child > ul li a {
		max-width: 96%;
		background-size: contain;
		margin: 2% auto;
	}

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

	li#root_2 { z-index: initial; }

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

	ul.social_icons.top li a, ul.social_icons.top li a:hover,
	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(250%); color: #FFF; }

	div#ppb_mb {
		display: none !important;
	}

	#map_area > ul > li > ul > li > ul > li { width: 100%; margin: 0 0 1% 0; }
/*
	a.head_icon:focus {color: #FFF;}
	a.head_icon:focus::before { filter: brightness(700%); }
	ul.social_icons.top li a:focus,	div#textsize summary:focus span#textsizebutton,	details#search summary:focus span#lupa,	#search_btn:focus { filter: grayscale(100%) brightness(250%); color: #FFF; }
*/
}

@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;
	}
	ul.social_icons.bottom li a { width: 60px; height: 60px; }

	div.news_single {
		width: 48%;
	}
	#categories_envelope.list div.article-preview-envelope {
		width: 100%;
		margin: 0 0 var(--small) 0;
	}
	.article-preview-gallery { width: 48%; }
	div.subcategory-envelope { width: 50%; }
	
	ul.in_article_download li { width: 100% }

	div#textsize { display: none; }

	h1#logo {  }
	h1#logo a {  }
	h1#logo a span.line { display: none; }
	h1#logo a span.mobile { display: block; padding-top: 1em; }

	.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;}

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

@media(max-width: 430px){

	div.homepage_moreArticle {
		flex-wrap: wrap;
		border-bottom: 1px solid #CCC;
		padding-bottom: 1rem;
	}
	div.homepage_moreArticle:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
	div.homepage_moreArticle h3 { margin-top: 1rem; }
	div.img-article-preview,
	div.homepage_moreArticle div.image_part,
	div.homepage_moreArticle div.text_part {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	div.news_single {
		width: 100%;
	}
	div.subcategory-envelope { width: 100%; }

	li#root_3 > ul > li:first-child > ul, li#root_4 > ul > li:first-child > ul { flex-wrap: wrap; }
	li#root_3 > ul > li:first-child > ul li, li#root_4 > ul > li:first-child > ul li { width: 100%; }
	li#root_3 > ul > li:first-child > ul li a, li#root_4 > ul > li:first-child > ul li a { margin: 2% 0 2%auto;}
}
@media(max-width: 400px){
	ul.social_icons.top li { padding-left: 1rem; }
	a#hor-res-menu-button-2 span.menu { display: none; }
	div#top_right_icons { width: 100%; }
}
@media(max-width: 290px){

}
@media(max-height: 500px) and (max-width: 1024px){
	h1#logo a span.line {display: none;}
	h1#logo a span.mobile { display: block; padding-top: 1em; }
	div#home_move_link { display: none; }
	.prvek .info-text { transform: translate(0,0%); animation-name: textefect4; }
	@keyframes textefect4 {
		from {opacity: 0;transform: translate(0, 3em);}
		to {opacity: 1;transform: translate(0, 0);}
	}
	
	#head_envelope.homepage { min-height: 300px; }

	li#root_2 ul {
		width: 0% !important;
		height: calc( 100% - var(--mobil_top) - 1px) !important;
	}
	li#root_2 ul.showed {
		width: 50% !important;
		
	}

	#head_icons,
	#top_phone_open {
		right: initial !important;
		left: 0 !important;
		width: 0 !important;
		padding-right: 0 !important;
	}
	#top_phone_open {
		height: calc( 100% - var(--mobil_top) - 1px) !important;
		border-top: none !important;
		padding-top: var(--mobil_banner_icons_height) !important;
	}
	#head_icons {
		bottom: initial !important;
		top: var(--mobil_top) !important;
		transform: translateY(5px) !important;
	}
	#head_icons.showed,
	#top_phone_open.showed {
		width: 50% !important;
		
	}
}









