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

:root {
	--black: #2B2B2B;
	--green: #356045;
	--green_opacity: rgba(53,96,69,0.8);
	--lightgreen: #77BB89;
	--orange: #E98F40;
	--grey: #FBFBFB;
	--blue: #1C374B;
	--lightblue: #376E90;
	--light: #777;
	--blue_gradient: linear-gradient(124deg, #376e8f 0%, #2a536f 100%);
	--blue_opacity: rgba(28,55,72,0.8);

	--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;
	--menu_height: 4em;
	--position_bottom: 3rem;
	--position_top: calc(74px + var(--menu_height) + 6rem);
	--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: #fefefe;
	color: var(--black);
	font-family: "Ubuntu", 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);
}
.tlacitko {
	display: inline-block;
	padding: 0.8em 1em;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid var(--green);
	border-radius: 0.3em;
	background-color: #FFF;
	transition: 0.3s;
}
.tlacitko:hover{
	color: #FFF;
	background-color: var(--green);
}
a.tlacitko.white {
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
	font-weight: bold;
}
a.tlacitko.white:hover {
	background-color: #FFF;
	color: var(--lightblue);
}

.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);
}
.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; color: var(--blue); }
a.plus:hover { text-decoration: underline; }
a.plus span {
	width: 64px;
	height: 64px;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid var(--blue);
	background-color: var(--blue);
	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(--blue);
}

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

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

ul.speeder_links.mobile li a[target="_blank"]::after,
ul.speeder_links.top li a[target="_blank"]::after{
	width: 12px;
	padding-top: 12px;
	background-image: url('img/exter_white.png');
	display: inline-block;
	margin-left: 0.5em;
}
ul.speeder_links.mobile li a[target="_blank"]::after { position: absolute; right: 0; top: 0; }

a.tlacitko[target=_blank] {
	padding-right: 30px;
	background-position: 97% center;
}
div#video_box {
	background: #222;
	color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
	z-index: 1001;
}
div#video_box iframe {
	width: 100%;
	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 red;
	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;
}

h2.styled,
.micro_art_unique h1 {
	font-weight: 300;
	font-size: 250%;
}
h2.styled2 {
	font-size: 350%;
	color: var(--blue);
}
h2.styled2 span {
	font-weight: 300;
	display: block;
}
h2.green { color: var(--green); }
h2.blue { color: var(--blue); }
h2.white { color: #FFF; }
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: 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 {
	height: 150px;
}
#move_link {
	position: relative;
	margin: 0 auto;
	text-decoration: none;
	color: #FFF;
	width: 80px;
	height: 80px;
	display: block;
	opacity: 0.6;
	transition: .5s;
}
#move_link::before {
	content: "";
	position: absolute;
	border: 1px solid;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	color: #FFF;
	background: url('img/arrow_white_down.png') no-repeat center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	transition: .5s;
}
#move_link:hover::before { transform: translate(-50%, -50%) scale(1); }
#move_link:hover { opacity: 1; transform: translateY(20px); }

#move_link::after {
	content: "";
	display: block;
	width: 180%;
	height: 180%;
	border-radius: 50%;
	border: 1px solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;
}
#move_link:hover::after { opacity: 0.5; }

#calendar_motor {
	height: 3em;
	overflow: hidden;
	line-height: 3em;
	color: #FFF;
	background-color: var(--blue);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid var(--light);
}
#calendar_motor p { margin: 0; padding-top: 0; text-align: center; text-transform: uppercase; font-style: italic; position: absolute; top: 0; left: 0; right: 0; transition: 1s;
	transform: translateY(100%); opacity: 0; }
#calendar_motor p.show { transform: translateY(0); opacity: 1; }


#head_envelope {
	width: 100%;
	position: relative;
	min-height: 34em;
	background-color: var(--blue);
}
#head_envelope.homepage {
	min-height: 700px;
}
div#banhead_video {
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#video_tag {
	opacity: 0.5;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%,-50%);
	transition: opacity 500ms;
}
div#banhead_video.noVi.port {background: url('img/banner_mobile_port.jpg') no-repeat center;background-size: cover;}
div#banhead_video.noVi.land {background: url('img/banner_mobile_land.jpg') no-repeat center;background-size: cover;}

#horizont-0 {
	position: absolute;
	top: 74px;
	width: 100%;
	background-color: var(--blue_opacity);
}
#horizont-0 div.site_sized {
	height: 100%;
}

#home_obor_link {
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	text-align: center;
}
#home_obor_link li {
	list-style-type: none;
	display: inline-block;
}
#home_obor_link li a {
	display: block;
	width: 120px;
	height: 0px;
	overflow: hidden;
	padding-top: 123px;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s;
	transform: scale(0.8);
}
#home_obor_link li:first-child a { background-image: url('img/rybar_white.png'); }
#home_obor_link li:last-child a { background-image: url('img/ekolog_white.png'); }
#home_obor_link li a:hover { transform: scale(1); }

#topline-in {
	/*display: flex;
	justify-content: space-between;*/
}
#top_phone_open,
#top_left_icons {
	display: flex;
	flex-wrap: wrap;
	float: left;
}
div#top_phone {
	font-weight: bold;
	line-height: 32px;
	font-size: 20px;
	color: var(--blue);
}
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;
}

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_blue.png'); }
a.social_icon_2 { background-image: url('img/youtube_blue.png'); }
a.social_icon_3 { background-image: url('img/instagram_blue.png'); }
a.social_icon_4 { background-image: url('img/twitter_blue.png'); }

ul.social_icons.top li a {
	width: 32px;
	height: 32px;
	padding-top: 32px;
}
ul.social_icons li a:hover {
	opacity: 0.7;
}
ul.social_icons.top {
	border-left: 1px solid #2A2A2A;
	height: 32px;
	margin-left: 1.5rem;
}
ul.social_icons.top li {
	padding-left: 1.5rem;
}
#top_right_links {
	float: right;
	margin: 0;
	padding: 0;
	display: flex;
}
#top_right_links_mobile {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#top_right_links li {
	list-style-type: none;
	margin-left: 1.5rem;
}
#top_right_links_mobile li {
	list-style-type: none;
	margin: 0 0 2em 0;
}
#top_right_links li:first-child {
	margin-left: 0;
}
#top_right_links_mobile li a,
#top_right_links li a {
	display: block;
	padding-top: 32px;
	position: relative;
	height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
}
#top_right_links_mobile li a { filter: grayscale(100%) brightness(500%); margin: 0 auto; }
#top_right_links li a:hover { opacity: 0.7; }
#top_right_links li a.office_icon_1, #top_right_links_mobile li a.office_icon_1 { background-image: url('img/rozvrhhodin.png'); width: 130px; }
#top_right_links li a.office_icon_2, #top_right_links_mobile li a.office_icon_2 { background-image: url('img/bakalari.png'); width: 108px; }
#top_right_links li a.office_icon_3, #top_right_links_mobile li a.office_icon_3 { background-image: url('img/office.png'); width: 95px; }

#top_right_links li a:hover { opacity: 0.7; }

div#whitestripe {
	padding: 20px 0;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*z-index: 1; vadí vyhledávacímu poli */
}
#topline {
	margin: 0 auto;
	padding-top: 74px;
}
#logo_line {
	position: absolute;
	z-index: 1;
	bottom: var(--position_bottom);
	left: 0;
	right: 0;
	top: var(--position_top);
}
#logo_line .site_sized {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.subpage #logo_line .site_sized {
	flex-direction: row;
}

h1#logo {
	line-height: 1;
	width: 260px;
	height: 159px;
	min-height: 159px;
	position: relative;
	margin: 0;
	overflow: hidden;
}
h1#logo a {
	display: block;
	padding-top: 166px;
	height: 0;
	overflow: hidden;
	text-decoration: none;
	background: url('img/logo_white.png') no-repeat left top;
	color: #FFF;
}

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;
	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 #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);
	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(--light); }

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;
	border-left: 1px solid #2A2A2A;
	margin-left: 1.5rem;
	padding-left: 1.5rem;
}
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;
	transition: 0.3s;
	display: block;
	cursor: pointer;
	color: var(--green);
	position: relative;
}
details#search span#lupa:hover {
	opacity: 0.7;
}
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: 280px;
	border-left: 20px solid #FFF;
	z-index: 1;
}

#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: 210px;
	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);
	width: 32px;
	height: 32px;
	overflow: hidden;
	font-size: 0px;
	background: url('img/search.png') no-repeat center transparent;
	transition: 0.3s;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 1px;
	box-sizing: border-box;
	border: none;
}
#search_btn:hover {
	opacity: 0.7;
}


#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 {
	color: var(--blue);
	background: url('img/supiny_bottom.png') no-repeat right bottom;
	background-size: 50%;
	padding: var(--big) 0;
}
#bottom_social h2.styled2,
ul.social_icons.bottom {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
ul.social_icons.bottom li {
	width: 25%;
}
ul.social_icons.bottom li a {
	width: 120px;
	height: 120px;
	padding-top: 120px;
	border-radius: 26%;
}

#bottom_contacts {
	background-color: var(--grey);
}
#bottom_contacts .site_sized {
	display: flex;
	justify-content: center;
}
div.bottom_contact.mix {
	margin: 0 0 0 5%;
	width: 61.6%;
}
div.bottom_contact.contacts {
	width: 33.3%;
}
div.bottom_contact {
	position: relative;
}
div.bottom_contact h2 {
	border-bottom: 2px solid var(--green);
	padding-bottom: 0.5em;
}

div.bottom_contact.links {
	display: flex;
	flex-wrap: wrap;
}

ul#simle_links,
ul.speeder_links.bottom {
	margin: 0;
	padding: 0 0 0 90px;
	background: url('img/link_icon.png') no-repeat left 6px;
	width: 50%;
	box-sizing: border-box;
	font-size: 140%;
}
ul.speeder_links.bottom { background-image: url('img/arrow_icon.png') ; }

ul#simle_links li,
ul.speeder_links.bottom li {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}
ul#simle_links li a,
ul.speeder_links.bottom li a {
	text-decoration: none;
	color: #2A2A2A;
	font-weight: 300;
}
ul.speeder_links.bottom li a { text-transform: uppercase; }
ul#simle_links li a:hover,
ul.speeder_links.bottom li a:hover {
	text-decoration: underline;
	color: var(--green);
}
div.bottom_contact.contacts .h3_env{
	padding-left: 180px;
	background: url('img/logo_color.png') no-repeat left top;
	min-height: 101px;
}
div.bottom_contact.contacts .h3_env h3 {
	font-weight: normal;
	font-size: 150%;
}
div.bottom_contact.contacts .p_env {
	padding-left: 90px;
	background: url('img/house_icon.png') no-repeat left center;
	min-height: 70px;
	font-size: 150%;
	margin: 2em 0;
}
div.bottom_contact.contacts .p_env:nth-of-type(3) {  background-image: url('img/phone_icon.png'); }
div.bottom_contact.contacts .p_env:nth-of-type(4) { background-image: url('img/email_icon.png'); }
div.bottom_contact.contacts .p_env p { display: inline-block; vertical-align: middle; }
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);
}





#advb_envelope {
	background-color: #FFF;
}
div#advb_in_links {
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
	justify-content: center;
}
div.advb_link {
	width: 200px;
	text-align: center;
}
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 {
	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%);
}


.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;
}
#foot p { margin: var(--big_r) 0; }

#content-1 {}

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

.study_info {
	background-repeat: no-repeat; background-position: center; background-color: var(--blue);
	background-size: cover;
	color: #FFF;
	font-weight: 300;
}
#study_info_1 { background-image: url('img/foto_bg_1.jpg');}
#study_info_foto { padding-top: 1px; padding-bottom: 1px; background-image: url('img/foto_bg_2.jpg'); background-position: center; background-size: cover;}

.logo_in_info {}

.study_info strong { font-weight: bold; }
 
#study_info_1 .site_sized {}
#study_info_1 .text_in_info {}
#study_info_foto .site_sized {}
#study_info_2 .text_in_info_head {}
.text_info_obor_envelope { display: flex; flex-wrap: wrap; justify-content: space-between; margin-left: var(--big);  width: calc(100% - 210px - var(--big)); }
.text_info_obor h2 { margin: -0.5em 0; }
.text_info_obor {
	width: 48%;
	min-width: 150px;
	padding-top: 160px;
	background-repeat: no-repeat;
	background-position: left top;
}
.text_info_obor:first-child { background-image: url('img/ekolog_white_big.png'); }
.text_info_obor:last-child { background-image: url('img/rybar_white_big.png'); }

#study_info_blue { background-color: var(--blue); padding-top: 1px; padding-bottom: 1px; border-top: 1px solid var(--light); }
#study_info_blue h3 { margin-bottom: 1em !important; }

#study_info_blue ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	font-size: 140%;
}
#study_info_blue li {
	padding-left: var(--big_r);
	background: url('img/check.png') no-repeat left top;
	min-height: 54px;
	display: block;
	width: 31%;
	box-sizing: border-box;
}
#study_info_blue li strong { display: block; margin-top: -0.3em; text-transform: uppercase; }

#home_video_articles {
	background-color: var(--grey);
	padding: 1px 0;
	color: var(--blue);
}
#study_info_1 .multi_head_line,
#study_info_foto .multi_head_line,
#home_video_articles .multi_head_line {
	background: url('img/logo_color_big.png') no-repeat right top;
	min-height: 127px;
	padding-right: 208px;
}
#study_info_foto .multi_head_line { background-image: url('img/logo_white_small.png'); }
#study_info_1 .multi_head_line { background: url('img/logo_white_small.png') no-repeat left top; padding-right: 0; padding-left: calc(210px + var(--big)); }
#study_info_1 .body_block { padding-left: calc(210px + var(--big)); font-size: 190% }

#video_article_envelope {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video_article_envelope {
	width: 32.3%;
	margin: 0 0 2% 0;
}
.video_article {
	height: 100%;
	box-sizing: border-box;
	padding: 1px 0 65px;
	position: relative;
}
.video_article img { max-width: 100%; display: block; margin: 0 auto; }

.video_article a {
	display: inline-block;
	color: var(--blue);
	text-decoration: none;
	line-height: 64px;
	height: 64px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.video_article a::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url('img/video62.png') no-repeat center;
	background-size: contain;
	margin-right: 0.5em;
	vertical-align: middle;
	transition: 0.3s;
}
.video_article a:hover::before {
	width: 65px;
	height: 65px;
}
.video_article a span {
	display: inline-block;
	line-height: 1;
	padding-top: 1em;
	box-sizing: border-box;
	vertical-align: middle;
}
.video_article a:hover span {
	text-decoration: underline;
}

#homepage_moreProjects {
	background-color: var(--green);
	color: #FFF;
	padding: 1px 0;
}
div.homepage_moreProjects {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: var(--small);
}
div.project-preview-envelope {width: 21%; margin: 0 0 2%;}
div.project-preview { overflow: hidden; position: relative ;padding-bottom: 3em; height: 100%; box-sizing: border-box;}
div.project-preview img { border: 2px solid #FFF; border-radius: 0.5em; max-width: 100%; width: 377px; height: 250px; display: block; margin: 0 auto; box-sizing: border-box; }
div.project-preview h3 { text-transform: uppercase; }
div.project-preview a.tlacitko.white { position: absolute; bottom: 0; left: 0;  }
div.project-preview a.tlacitko.white:hover { color: var(--green); }

#homepage_moreProjects a.plus { color: #FFF; }
#homepage_moreProjects a.plus span { border-color: #FFF; background-color: #FFF; }
#homepage_moreProjects a.plus span::after, #homepage_moreProjects a.plus span::before { border-color: var(--green); }
#homepage_moreProjects a.plus:hover span { background-color: transparent; }
#homepage_moreProjects a.plus:hover span::after, #homepage_moreProjects a.plus:hover span::before { border-color: #FFF; }

#news_info {
	background: url('img/news_info_bg.jpg') no-repeat center var(--green);
	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);
	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(--lightblue);
}
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(--lightblue);
	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(--lightblue);
}

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_lightblue_off.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(--lightblue);
}






#homepage_article {
	overflow: hidden;
	padding-top: var(--small);
	padding-bottom: var(--big);
	background-image: url('img/supiny_top.png'), url('img/supiny_bottom.png');
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 34%, 50%;
}
#homepage_moreArticles {
	background-color: var(--grey);
	padding: 1px 0;
}
div.homepage_moreArticles {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	margin-bottom: var(--small);
	display: flex;
	flex-wrap: wrap;
}
div.homepage_moreArticles div.article-preview-envelope {
	width: 23%;
	margin: 1%;
	box-sizing: border-box;
}
div.homepage_moreArticles div.article-preview { border: none; }
div.homepage_moreArticles div.text-article-preview { padding-left: 0; padding-right: 0; }

div.homepage_moreArticles div.text-article-preview h3 {
	font-weight: normal;
	font-size: 150%;
	position: relative;
	margin-top: 1.3em;
}



#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'); }
.banhead_2 { background-image: url('img/banner_o_2.jpg'); }
.banhead_3 { background-image: url('img/banner_o_3.jpg'); }
.banhead_4 { background-image: url('img/banner_o_4.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);
}
.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;
}
div.subcategory .description {
	overflow: hidden;
}
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);
	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: 200px;
	background: url('img/kapr_blue.png') no-repeat top center;*/
	font-weight: bold;
	color: var(--blue);
	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: none;
	color: var(--green);
}

ul.in_article_download li a:hover span.name {
  text-decoration: underline;
}

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,
#news_info .site_sized,
#homepage_article #floating_envelope_article,
.study_info .site_sized,
#homepage_moreArticles .site_sized,
#homepage_moreProjects .site_sized,
#home_video_articles .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);
}
.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);
	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 #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);
}
.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);
	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: 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);
	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: 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 {
	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.clicked {
	position: fixed;
	top: var(--mobil_padding);
	right: var(--mobil_padding);
	background-color: var(--blue);
	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: 0;
	padding: 0;
	box-sizing: border-box;
	display: block;
	text-align: right;
	min-height: var(--menu_height);
}

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

ul#m0 li a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 110%;
	position: relative;
	z-index: 4;
	padding: 0 1em;
}
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 {
	transition: 300ms;
	height: 1px;
	content: "";
	position: absolute;
	width: 0;
	bottom: 1em;
	left: 0;
	background-color: #FFF;
}

ul#m0 li a:hover::before,
ul#m0 li a:focus::before,
ul#m0 li a.a_active::before,
ul#m0 li a.a_Tactive::before,
ul#m0 li.active a::before {
	width: 100%;
}
ul#m0 li a.menuArrow {}
ul#m0 div,
ul#m0 div.collapsed {
	display: none;
	background: var(--grey);
	width: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	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: 0 0 3px #000;
}
ul#m0 ul {
	max-width: 1600px;
	margin: 3rem auto;
	padding-left: 3em;
	line-height: 1;
}
ul#m0 ul li {
	padding: 0;
	width: 20%;
	line-height: 1;
	margin-left: 0;
	margin-bottom: 1em;
	text-align: left;
}
ul#m0 ul li a {
	color: var(--black);
	text-transform: none;
	font-size: 1rem;
	margin: 0.4rem 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%);
}
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);
}



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




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




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



ul.speeder_links.right {
	margin: 0;
	padding: 0;
	font-size: 120%;
}
ul.speeder_links.right li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
ul.speeder_links.right li a {
	display: block;
	color: var(--lightblue);
	border: 2px solid var(--lightblue);
	border-radius: 0.5em;
	padding: 1em 2em;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	position: relative;
	line-height: 1;
}
ul.speeder_links.right li a:hover {
	background-image: var(--blue_gradient);
	color: #FFF;
}
ul.speeder_links.right li a::after {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	border-top: 3px solid;
	border-right: 3px solid;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}




.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) !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;
}
.subpage .parts_envelope.sized {
	padding-left: 1rem;
	padding-right: 1rem;
}

#hor-envelope {
	position: relative
}

#head_slogan {
	font-size: 2.3em;
	color: #FFF;
	text-align: center;
}
.subpage #head_slogan { width: calc(100% - 260px); }

#head_slogan span { display: block; }
#head_slogan span:first-child { font-weight: bold; }
#head_slogan span:nth-child(3) { font-size: 70%; }

#banhead {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#banhead::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url('img/supiny_bottom.png') no-repeat right bottom;
	background-size: 50%;
}

ul.speeder_links.top {
	margin: 0;
	padding: 0;
	font-size: 1em;
	position: absolute;
	z-index: 3;
	right: 0;
	top: var(--position_top);
}
ul.speeder_links.mobile {
	margin: 0 0 1em 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.subpage ul.speeder_links.top { top: var(--position_top_subpage); }
ul.speeder_links.top li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
}
ul.speeder_links.mobile li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.speeder_links.top li a {
	padding-left: 4em;
	padding-right: 0;
	height: 4em;
	line-height: 4em;
	display: block;
	width: 10em;
	background-color: var(--green);
	color: #FFF;
	text-decoration: none;
	position: relative;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url('img/speed_rozvrh.png');
	transform: translateX(10.1em);
	transition: transform 0.3s;
}
ul.speeder_links.mobile li a {
	display: block;
	width: 42px;
	padding-top: 42px;
	height: 0;
	overflow: hidden;
	background: url('img/speed_rozvrh.png') no-repeat center;
	position: relative;
}
ul.speeder_links.top li a:hover {
	transform: translateX(0);
}
ul.speeder_links.top li a::before {
	content: "";
	display: block;
	position: absolute;
	left: -1.95em;
	top: 0;
	border-style: solid;
	border-width: 2em 1em 2em 1em;
	border-color: transparent;
	border-right-color: var(--green);
	border-top-color: var(--green);
}
ul.speeder_links.top li:nth-child(2) a, ul.speeder_links.mobile li:nth-child(2) a { background-image: url('img/speed_kalendar.png'); }
ul.speeder_links.top li:nth-child(3) a, ul.speeder_links.mobile li:nth-child(3) a { background-image: url('img/speed_ucitele.png'); }
ul.speeder_links.top li:nth-child(4) a, ul.speeder_links.mobile li:nth-child(4) a { background-image: url('img/speed_jidelna.png'); }

/*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 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.img-article-preview a.label {
	display: inline-block;
	position: relative;
	color: #FFF;
	background-color: var(--blue_opacity);
	padding: 0.5em;
	line-height: 1;
	border-radius: 0;
	text-decoration: none;
	transition: 0.3s;
	font-size: 100%;
	margin-bottom: 5px;
}
div.img-article-preview a.label::after {
	content: "";
	display: block;
	position: absolute;
	right: -1em;
	top: 0;
	border-style:solid;
	border-width: 1em 0.5em 1em 0.5em;
	border-color: transparent;
	border-left-color: var(--blue_opacity);
	border-top-color: var(--blue_opacity);
	transition: 0.3s;
}
div.img-article-preview a.label:hover {
	background-color: var(--blue);
}
div.img-article-preview a.label:hover::after {
	border-left-color: var(--blue);
	border-top-color: var(--blue);
}
div.text-article-preview {
	box-sizing: border-box;
	padding: 0 1rem 1rem 1rem;
	color: var(--blue);
}
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(--lightgreen);
	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);
}


.fCalendarEnvelope {
	width: 100%;
	position: relative;
	border: 1px solid var(--light);
	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(--light);
}
.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(--blue);
}

.fCalendarTitle a.fCalendarActions {
	position: absolute;
	left: -2000px;
}
.fCalendarTitle a.fCalendarActions:focus {
	left: 0;
	top: 0;
	background: #fefefe;
}
.fCalendarActMonth {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	color: var(--blue);
	line-height: 3;
	font-size: 140%;
}
.fCalendarInTitles {
	display: block;
	padding: 1em 0;
	border-top: 1px solid var(--light);
	border-bottom: 1px solid var(--light);
}
.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(--blue);
}
.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(--light);
}
.fCalendarInDayTmp,
.fCalendarInDayTmpweekend {
	color: var(--grey);
}
.fCalendarInDay { border-radius: 50%; }

.fCalendarInDay:hover,
.fCalendarInDayWeekend:hover,
.fCalendarInDayWeekend.fCalendarInWholeDay:hover,
.fCalendarInDay.fCalendarInWholeDay:hover,
.fCalendarToday:hover,
.fCalendarInDaySelected {
	background-color: var(--lightgreen);
}
.fCalendarToday {
	color: #FFF;
	font-weight: bold;
	background-color: var(--blue);
}
.fCalendarInDays span span.fCalendarTodayIsIt {
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-radius: 50%;
	background-color: var(--orange);
	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: #fefefe;
	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(--orange);
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 0.7em;
	height: 0.7em;
}
div.fCalendarInDaysText p a {
	color: var(--lightblue);
}
div.fCalendarInDaysText span.dat {
	font-style: italic;
	display: block;
	color: var(--blue);
}
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: #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;
}

#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);
	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;
	outline: 2px dotted;
}
a:focus-visible {outline: 1px dotted;text-decoration: none;}

.tlacitko:focus-visible { color: #FFF; background-color: var(--green); }
.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);}
.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(--blue);}
ul.social_icons.top li a:focus-visible {opacity: 0.7;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);color: #FFF;}
details#search summary:focus-visible span#lupa {filter: grayscale(0%) brightness(100%);}
#search_btn:focus-visible {opacity: 0.7;}
ul.social_icons.bottom li a:focus-visible {opacity: 0.5;}
div#contact_map_area a:focus-visible {text-decoration: underline;color: var(--green);}
ul#simle_links li a:focus-visible {text-decoration: underline;color: var(--green);}
div.bottom_contact.contacts a:focus {text-decoration: underline;color: var(--green);}
.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);border-color: var(--green);color: #FFF;}
div.subcategory a:focus-visible .sipka3 {transform: translate(10px, 0);}

#m0 a:focus-visible { outline: none; }
ul#m1 li a:focus-visible {text-decoration: underline;color: var(--green); outline: none;}
ul.speeder_links.top li a:focus-visible { transform: translateX(0);}
#home_obor_link li a:focus-visible {transform: scale(1);}

.fCalendarPredMonth:focus-visible, .fCalendarNextMonth:focus-visible {color: var(--blue);}

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


/*****************************/
#home_move_link,
h1#logo a,
#bottom_social,
.study_info,
#news_info h2,
#m0, #m0 a,
div.subcategory:hover,
div.img-article-preview a.label {
	/* text-shadow: 0 0 2px #000;*/
}
/*****************************/
.subpage #foot p {
	/* text-shadow: 0 0 1px #000; */
}
/*****************************/
.sipka,
.sipka.text::before,
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){
	
}
@media(min-width: 1367px) {
	
}
@media(min-width: 1025px) {
}
@media(max-width: 1620px){
	.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%;
	}
}
@media(max-width: 1365px) {

	ul#m0 li { margin-left: 2em; }
	ul#m0 ul li { width: 25%; }

	#home_move_link {}
	
	.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%;
	}
	#bottom_contacts .site_sized {
		flex-wrap: wrap;
	}
	#foot-content p {
		padding-right: 100px;
	}

	.article-preview-gallery { width: 31.3%; }
	
	#scrollToHome { left: initial; right: 14px; }
}
@media(max-width: 1024px) {

	#move_link::after { display: none; }
	#home_move_link { height: 110px; }
	
	#head_envelope.homepage { min-height: 400px; }

	#number-envelope { bottom: 90px; }
	
	#horizont-0 { top: var(--mobil_top); }

	a#hor-res-menu-button {
		display: block;
		z-index: 1000;
		text-align: center;
	}
	ul#m0 {
		height: auto;
	}
	div#mobile_menu_envelope {
		background-color: var(--blue_opacity);
		position: fixed;
		overflow: hidden;
		overflow-y: hidden;
		top: calc( var(--mobil_top) + 1px);
		right: 0;
		width: 100%;
		height: 0;
		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) );
		overflow-y: auto;
		box-sizing: border-box;
	}
	div.mobile_menu_data {
		border-top: 1px solid var(--grey);
		padding-top: 2em;
	}
	ul#m0 li {
		margin: 3em 0 0 0;
		display: block;
		line-height: 1;
	}
	ul#m0 li:last-child { margin-bottom: 3em; }
	ul#m0 li a {
		font-size: 150%;
		line-height: 1;
	}
	ul#m0 li a::before { display: none; }
	ul#m0 li > div { display: none !important; }

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

	div#whitestripe {
		z-index: 30;
		padding: 0;
		height: var(--mobil_top);
		background-color: transparent;
	}
	div#topline-in { padding-right: var(--mobil_top); }
	div#top_left_icons {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		height: 32px;
		margin-top: 12px;
		width: calc(100% - 2rem - 20px);
	}
	ul.social_icons.top, div#textsize, details#search {
		border-left: none;
		margin-left: 0;
		display: inline-block;
	}
	div#textsize { display: none; }
	ul.social_icons.top li:first-child { padding-left: 0; }
	
	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(520%);
	}
	#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%; margin-left: calc(-1 * (4.5rem + 100px)); }
	details#search[open] form {	}

	#home_move_link {
	}

	#top_phone_open,
	#top_right_links {
		display: none;
	}
	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; }
	
	#banhead { height: 100%; }

	#right_content,
	#floating_envelope_category, #floating_envelope_article {
		padding-left: 0;
		width: 100%;
		float: none;
	}
	div.project-preview-envelope,
	div.homepage_moreArticles div.article-preview-envelope {
		width: 48%;
		margin: 1%;
	}
	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; }

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

	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(520%); color: #FFF; }

	div#ppb_mb {
		display: none !important;
	}

	.subpage #head_envelope { min-height: 27em; }
	.speeder_links.top { display: none; }
	#head_slogan { font-size: 1.5em; }
	.subpage #head_slogan { width: 100% }
	.subpage #logo_line .site_sized {flex-direction: column;}
	#calendar_motor { font-size: 0.8em; }

	#home_video_articles .multi_head_line,
	#study_info_foto .multi_head_line,
	#study_info_1 .multi_head_line
	{ padding-right: 0; padding-left: 0; padding-top: 100px; background-position: left top; background-size: 130px; font-size: 140%; }
	 #study_info_1 .body_block,  .multi_head_line { font-size: 140%; }
	#study_info_1 .body_block,
	.text_info_obor_envelope
	 { padding-left: 0; width: 100%; margin-left: 0; }
	#study_info_blue ul { font-size: 100%; }
	.text_info_obor, #study_info_blue li { width: 100%; margin-bottom: var(--small); }
	#bottom_social h2.styled2, ul.social_icons.bottom { width: 100%; }
	#bottom_social h2.styled2 { margin-top: 0; }
	#bottom_social { padding: 0; }

	.homepage #right_content { display: flex; flex-wrap: wrap; }
	ul.speeder_links.right { width: 40%; margin-top: 8em; }
	div#home_calendar_envelope { width: 60%; }
	div#home_calendar_envelope h2.styled { line-height: 1; }

	#map_area > ul > li > ul > li > ul > li { width: 100%; margin: 0 0 1% 0; }
}

@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%;
	}
	div.project-preview-envelope,
	div.homepage_moreArticles div.article-preview-envelope,
	#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; }

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

	.video_article_envelope { width: 100%; margin-bottom: var(--small); }
	.video_article p { margin-bottom: 0; }

	#home_video_articles .multi_head_line,
	#study_info_foto .multi_head_line,
	#study_info_1 .multi_head_line
	{ font-size: 110%; }
	 #study_info_1 .body_block,  .multi_head_line { font-size: 110%; }
	ul#simle_links, ul.speeder_links.bottom { width: 100%; margin-bottom: var(--small); font-size: 100%; }
	div.bottom_contact.contacts .h3_env { padding-left: 0; padding-top: 101px; min-height: auto; }
	#top_right_links_mobile li:first-child {width: 100%;margin-bottom: 2em;}

	ul.speeder_links.right { width: 100%; margin-top: 0; }
	div#home_calendar_envelope { width: 100%; }

	h1#logo {
		width: 197px;
		height: 120px;
		min-height: 120px;
	}
	h1#logo a {
		padding-top: 125px;
		background-size: auto 120px;
	}

	.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%; }
}
@media(max-width: 400px){
	ul.social_icons.top li { }
	a#hor-res-menu-button span.menu { display: none; }
	div#top_left_icons { width: 100%; }
}
@media(max-width: 290px){

}
@media(max-height: 900px) and (orientation: landscape) and (max-width: 1024px)  {
	#move_link::after { display: none; }
	#home_move_link { height: 110px; }
}
@media(max-height: 500px) and (max-width: 1024px){
	div#home_move_link,
	ul.speeder_links.top,
	#head_slogan { display: none; }
	.homepage #logo_line .site_sized { flex-direction: row; align-items: center; justify-content: space-around; }
	
	#head_envelope.homepage,
	#head_envelope.subpage
	 { min-height: 300px; }

	#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;
	}
	#top_phone_open.showed {
		width: 50% !important;
		
	}
}









