/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --green: #769a5a;
    --gray-green: #d8ded0;
    --dark-green: #769a5a;
    --silver: #f1f0f1;
    --sz-xl: 30px;
    --sz-l: 20px;
    --sz-s: 14px;
    --sz-xs: 12px;
}
body, input, select, textarea, .upp-text-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1, h2:not(.upp-text-title), h3, h4, .serif {
    font-family: 'Playfair Display', serif;
}
.sans {
    font-family: inherit;
    font-size: 17px;
}
bold, b, strong {
  font-weight: 600;
}
@keyframes uncover {
  from {
  opacity: 0;
  clip-path: inset(50% 0% 0% 0%);
  }  
  to {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes later {
  from {
  opacity: 0;
  }  
  to {
  opacity: 1;
  }
}
@keyframes linka {
  from {
  width: 0;
  }  
  to {
  width: 100%;
  }
}
.bg-clr-gradient  {
    background: linear-gradient(180deg, rgb(247 247 247) 0%, rgba(255, 255, 255, 0) 21%);
}
.bg-clr-green  {
    background: var(--green);
}
.bg-clr-gray-green  {
    background: var(--gray-green);
}
.bg-clr-light-green {
    background: #f5faee;
}
.bg-clr-silver {
    background: var(--silver);
}
.clr-green {
    color: var(--green);
}
.gray {
    color: #9E9E9E;
}
/* html */
html {
    font-size: 15px;
}
body {
	margin: 0;
	padding: 0;
	color: #111111;
	background: white;
}
a {
    color: #308dd7;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    color: var(--dark-green);
}
a.link-external:after {
    content: "";
    background-image: url(/img/external-link.png);
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
}
h1 {
    margin: 0 0 0.4em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}
h2 {
    font-size: 25px;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: var(--dark-green);
    margin: 2em 0 1em;
	line-height: 1.2;
}
h2.sz-m {
    font-size: 20px;
}
.top-item > h2:first-child {
    margin: 4px 0 25px;
}
.main > h2:first-child {
    margin: 19px 0 25px;
}
.upp-text-title {
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.left-part h2 {
    color: green;
}
h3 {
    font-size: 22px;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: var(--dark-green);
    margin: 2em 0 1em;
	line-height: 1.2;
}
h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 1em 0 0.7em;
}
big {
	font-size: var(--sz-l);
}
p {
    margin: 1.3em 0;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
.fnt-bold {
    font-weight: 600;
}
.fnt-strong {
    font-weight: 700;
}
.sz-xs {
    font-size: var(--sz-xs);
    letter-spacing: 0.05em;
}
.sz-s, small {
    font-size: var(--sz-s);
}
.size-m {
    font-size: 16px !important;
}
.sz-l {
    font-size:  var(--sz-l);
}
.sz-xl {
    font-size: var(--sz-xl) !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
}
td, th {
	text-align: left;
	padding: 0;
	border: 1px solid #dadada;
	padding: 5px 10px;
}
th {
    font-weight: 400;
    color: white;
    background: var(--green);
    border-color: #414c2d;
    letter-spacing: 0.03em;
    padding: 6px 10px;
}
form {
    margin: 0;
}
img {
    vertical-align: middle;
}
.col {
    column-gap: 10px;
    -webkit-columns: 12em;
    columns: 12em;
    margin: 0;
    padding: 0;
}
.col li {
    margin: 0 0 8px;
    padding: 0;
    list-style-type: none;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: solid 1px #d4d4d4;
	max-width: 450px;
	margin: 35px auto 30px 0;
}
img[align="left"], img[style*="left"]  {
    margin: 0 25px 15px 0;
}
img[align="right"], img[style*="right"]  {
    margin: 0 0 15px 25px;
}
/* inputs */
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], input[type="date"], input[type="search"], input[type="url"], select, textarea {
	font-family: var(--fnt);
	font-weight: 300;
	border: 1px solid gray;
	margin: 2px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0.37em 0.5em;
	max-width: 100%;
	display: inline-block;
	background: white;
}
input::placeholder {
  color: #111111;
}
.sz-s select {
    font-size: 14px;
}
/* buttons */
input[type="submit"], input[type="button"], button, .button, .btn {
    padding: 10px 26px;
    margin-bottom: 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: black;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s;
    border: solid 2px #111111;
}
input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary, .button.btn-secondary, .btn.btn-secondary {
    border-color: #ffffff;
    background: white;
    color: black;
}
.btn.btn-s, button.btn-s, input[type="submit"].btn-s, input[type="button"].btn-s {
    padding: 7px 18px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border-width: 1px;
    text-transform: none;
}
/* hover */
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover, .btn:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: #ffffff;
}
input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover, .button.btn-secondary:hover, .btn.btn-secondary:hover {
    background-color: rgb(255 255 255 / 50%);
    border-color: #ffffff;
    color: black;
}
/* ico */
.ico {
    display: inline-block;
    border: solid 1px rgb(255 255 255 / 55%);
    color: white;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    transition: all 0.3s;
}
.ico.fb {
    color: transparent !important;
    background: url(/img/fb-white.svg) no-repeat center;
    background-size: 22px;
}
.ico.youtube {
    color: transparent !important;
    background: url(/img/youtube.webp) no-repeat center;
    background-size: 22px;
}
.ico:hover {
    background-color: rgb(0 0 0 / 15%);
    color: white;
}
/* sharebuttons */
#shareButtons {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
#shareButtons a.poslat {
    padding: 10px 3px 0 2px;
    text-align: center;
    margin-left: 9px;
    font-size: 11px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: transparent;
    background: #9eaed5 url(/img/ico-email-white.png) no-repeat center;
    border: solid 1px rgb(0 0 0 / 0%);
    border-radius: 50%;
    width: 39px;
    height: 39px;
}
#shareButtons .clipboard {
    padding: 0;
    color: transparent;
    font-size: 11px;
    background: #b6bfab url(/img/ico-copy-white.png) no-repeat center;
    border: solid 1px rgb(0 0 0 / 0%);
    border-radius: 50%;
    width: 39px;
    height: 39px;
}
#shareButtons a.poslat:hover, #shareButtons .clipboard:hover {
    color: #000000 !important;
    background-image: none;
}
#shareButtons .fb:before {
    content: "";
    background: #2d88ff url(/img/fb-white.svg) no-repeat center;
    background-size: 22px;
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    color: white;
    text-align: center;
    margin-left: 9px;
    vertical-align: middle;
    border-radius: 50%;
}

.fb:hover:before {
    background-color: #0f235d;
}
/* header*/
/* Pozor background obrazky se nacitaji jako preload v sitemodulu (pri zmene je treba upravit i tam) */
header {
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
    background: url(/img/ai-krajina.webp) center top;
    background-size: cover;
    height: 290px;
}
.ekoporadenstvi header {
    background-image: url(/img/vetev.webp);
}
.energetika header {
    background-image: url(/img/energetika.webp);
}
.priroda header {
    background-image: url(/img/proroda-motyl-blue.webp);
}
.dablik header {
    background-image: url(/img/vazka.webp);
}
.main-page header {
    background-image: url(/img/ai-krajina.webp);
}
.energy-issues header {
    background-image: url(/img/priroda-hmyz.webp);
}
.eco-consulting header {
    background-image: url(/img/slzicky.webp);
}
.logo {
    align-self: flex-start;
    width: 120px;
    margin-left: -18px;
}
.logo img {
    margin-right: 20px;
}
.customary-menu {
    display: flex;
    list-style: none;
    margin: 0 10px 30px;
}
.customary-menu .ico {
    font-weight: 600;
    list-style: none;
    line-height: 37px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
    padding: 0;
}
.search input[type="submit"] {
    margin-left: -46px;
    background: #333 url(/img/search.webp) no-repeat center;
    border-color: transparent !important;
    padding: 8px 18px;
    width: 46px;
    height: 39px;
    border: solid 1px #111;
}
.search input[type="text"] {
    background: rgb(255 255 255 / 70%);
    padding: 8px 40px 7px 20px;
    height: 39px;
    margin: 0;
    width: 100%;
}
/* screen menu */
.menu {
	flex-grow: 1;
	align-content: center;
	padding-bottom: 111px;
}
.menu > a, .menu .btn-select .btn {
	display: inline-block;
	padding: 10px 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	background-color: transparent;
	font-size: 15px;
	letter-spacing: 0.05em;
	position: relative;
	border: 0;
}
.menu a:after {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 0px;
    height: 1px;
    content: '';
    background: #ffffff;
    transition: width 0.3s;
}
.menu a:hover:after, .menu a.active:after {
    width: calc(100% - 40px);
}
.left-menu {
    background-color: var(--gray-green);
    padding: 25px 20px 25px 20px;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}
.left-menu-box h1 {
    line-height: 1.1em;
    margin-left: 15px;
    margin-bottom: 0;
}
.left-menu-box h1 strong {
    display: block;
    line-height: 29px;
    color: var(--green);
    margin: 5px 0 -10px;
}
.ala-first-menu {
    font-family: "open sans";
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: -1px;
    transition: all 0.3s;
}
.active .ala-first-menu {
    font-weight: 700;
}
.left-menu-box {
	width: 315px;
}
.left-menu-box {
	padding-left: 45px;
	grid-area: left;
}
.left-menu-box ul {
    margin: 0;
	padding: 0;
	list-style: none
}
.left-menu a {
    color: #111111;
}
.left-menu li.active > a {
    font-weight: 700;
}
.left-menu-box ul a {
    display: inline-block;
    padding: 5px 0;
    transition: all 0.3s;
}
.left-menu-box ul a:hover, .ala-first-menu:hover {
    transform: translateX(5px);
}
.left-menu ul ul a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background: white;
    vertical-align: middle;
    margin: 0 7px 3px 0;
}
.left-menu ul ul  {
    padding: 2px 0 10px;
	display: none;
}
.left-menu ul li.inpath ul  {
    display: list-item;
}
.left-menu ul ul a {
    padding:3px 0;
}
.exter-web > ul:before {
    content: "Navštivte";
    display: block;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 1em;
}
/* kalendar */

.calendar-box {
    text-align: left;
    margin-top: 25px;
}
.calendar-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.dtbl {
    padding-right: 21px;
    position: relative;
}
.dtbl:after {
	content: "";
	display: inline-block;
	height: 92px;
	width: 1px;
	border-right: solid 1px white;
	padding-right: 20px;
	position: absolute;
	top: 3px;
	right: 0;
}
.dateblock {
    color: #000;
    text-align: center;
    font-size: 14px;
    width: 75px;
    padding: 0;
}
.calendar-text {
    padding-left: 15px;
}
.calendar-item p {
    margin: 6px 0 0 0;
    font-size: var(--sz-s);
}
.dateblock span {
    display: block;
    margin: -6px 0 -2px;
    font-size: 4.5em;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}
.calendar-item:hover a {
    color: var(--dark-green);
}
.podporte-box {
    background-color: var(--green);
    padding: 35px;
    background-image: url(/img/listy-opacity-top.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.podporte-text {
    max-width: 300px;
    margin: 0 auto;
}
.container {
  container-type: inline-size;
  margin-right: -25px;
  display: flex;
  flex-wrap: wrap;
}
.container--321 {
  container: layout-321 / inline-size;
}

@container  layout-321 (max-width: 599px) {
  .container > * {
        width: calc(100% - 2%);
        margin: 0 35px 55px 0;
    } 
}  
@container  layout-321 (min-width: 600px) {
  .container > * {
        width: calc(50% - 35px);
        margin: 0 35px 45px 0;
    } 
}  
@container  layout-321 (min-width: 900px) {
  .container > * {
        width: calc(33.3% - 35px);
    } 
} 
/* page */
.crumbs {
    position: absolute;
    top: 17px;
    padding: 0 10px;
    letter-spacing: 0.05em;
    width: 100%;
}
.crumbs a {
    display: inline-block;
    vertical-align: middle;
	padding: 0 2px;
}
.crumbs .last {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
	padding-left: 2px;
}
.little {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.2em;
}
.main {
    padding: 25px 25px;
}
.main > h1:first-child {
    margin-top: 13px;
    margin-bottom: 1.5em;
}
/* items */
.top-item {
    background-color: var(--silver);
    padding: 25px 45px;
    margin: -25px -25px 25px;
}
.container .top-item {
    width: calc(100% + 25px);
}
.img-full-box {
    margin: -25px -25px 25px;
}
.top-item ul {
        margin: 0 0 1.3em 0;
        padding: 0 0 0 1em;
}
.item h3 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin: 1.0em 0 10px;
    color: black;
}
.item h3 a {
    color: #000;
}
.item-abstr p {
    display: inline;
}
[class^="item"] h3 a {
    color: #000;
}
*[onclick]:hover h3 a {
    color: var(--dark-green);
}
.item-img.old-img img {
    border: solid 10px white;
    outline: solid 1px #bdbdbd;
}
.item-tz-date:after {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: #ff5200;
    position: relative;
    margin: auto;
    top: 7px;
    margin-bottom: 10px;
}
.top-item > h1:first-child {
    margin-bottom: 0;
}
.top-item > h1+h3 {
    margin-top: 0;
}
 /* publikace */
.item-list .item {
    padding: 23px 0;
}
.item-list .item-img {
    text-align: center;
    grid-area: item-img;
}
.item-list .item-text {
    grid-area: item-text;
}
.item-list figure {
    width: 170px;
    border: solid 1px black;
    text-align: center;
    padding: 7px;
    margin: 0 auto;
}
.item-btns {
    width: 170px;
    padding-top: 25px;
    margin: 0 auto;
    grid-area: item-btns;
}
.pub-info {
    border: solid 1px var(--gray-green);
    padding: 9px 15px;
    font-size: var(--sz-xs);
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
    display: block;
}
a.pub-info {
    border-color: black;
}
a.pub-info:hover {
    color: var(--dark-green);
}
/* akce */
.top-item.item-akce {
    align-items: center;
}
.item-akce .dtbl {
    padding: 6px;
    background: white;
    margin: -40px 0 0;
    align-self: center;
}
.item-akce .dateblock {
    width: 75px;
	background-color: var(--gray-green);
}
.item-akce .dateblock span {
    font-size: 43px;
}
.item-akce .dtbl:after {
    content:none;
}
.item-akce h3 {
    font-size: 25px;
    margin: 0 0 0.5em;
}
.moreinfo {
    border-left: solid 1px #ff5200;
    padding: 3px 0 3px 16px;
}
.moreinfo .little {
    display: inline-block;
    width: 90px;
    flex: 0 0 90px;
}
/* fulltext */
.main-text {
    max-width: 800px;
    margin: auto;
}
.date {
    color: var(--green);
    display: inline-block;
    font-size: var(--sz-s);
    letter-spacing: 0.05em;
}
summary {
    margin-bottom: 1em;
    color: var(--green);
    cursor: pointer;
}
summary + * {
    border-left: solid 1px var(--dark-green);
    padding-left: 35px;
    margin-left: 6px;
}
summary::marker {
    color: var(--green);
}
summary:hover {
    color: var(--dark-green);
}
.line-list p, .line-list li {
    margin: 4px 0;
    line-height: 1.3;
}
/* vyrocni zpr */
.vz p {
    margin: 0.3em;
}
/* partneri */
.partner {
    font-size: var(--sz-xs);
    border-top: solid 1px silver;
    margin: 50px 0 0;
    padding: 25px 0 0;
    text-align: center;
}
.partner p:last-child {
    margin: 0;
}
.partner img {
    margin: 0 20px 10px;
}
.partners a:first-child img {
    margin-left: 0;
}
.partners a:last-child img {
    margin-right: 0;
}
.partners  {
    padding: 25px;
}
.partners img {
    transform: scale(0.8);
}
.partners .partner {
    border: 0;
    margin: 0 0 35px;
    padding: 0;
}
body > footer {
	padding: 10px 0;
	background: #333;
}
footer h3 {
    font-family: "open sans", sans-serif;
	font-size: 1rem;
  }
footer h3 strong {
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
  }
footer p {
    margin: 0.3em 0;;
}
footer .little {
    display: inline-block;
    width: 103px;
    font-size: 0.82rem;
}
.food-menu {
    margin: 0 0 25px;
    padding: 0;
}
.food-menu li {
    display: block;
    font-size: 0.82rem;
    letter-spacing: 0.2em;
	list-style: none;
}
.food-menu a {
    display: inline-block;
    margin: 0;
}
.food-menu li:first-child a {
    margin-left: 0;
}
footer .customary-menu {
    list-style: none;
    justify-content: center;
    transform: scale(0.8);
    margin: 10px 0;
    padding: 0;
}
.created img {
    width: 73px;
    margin-bottom: 7px;
}
.created, .created a {
    color: silver !important;
}
.pager {
    margin-top: 40px;
}
/* screen */
@media (min-width: 768px) {
  :root {
    --sz-xl: 30px;
    --sz-l: 20px;
    --sz-s: 15px;
    --sz-xs: 13px;
  }
.layout {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 32% auto;
    grid-template-areas:
        "left-menu main"
        "podpor main"
        "bottom bottom";
}
  h1 {
      font-size: 2.25rem;
  }
  .left-menu-box h1 {
    max-width: 180px;
    text-indent: -15px;
  }
  .main h2:after, .main h2:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #adb995;
    vertical-align: middle;
    margin-left: 10px;
  }
  .main h2:before {
    width: 20px;
    height: 1px;
    margin-left: 0;
    margin-right: 10px;
  }
  h2.center.title:before {
    width: 80px;
  }
  html {
  	font-size: 16px;
  }
  header {
    background-size: cover;
    height: 32vw;
    max-height: 715px;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .search input[type="submit"] {
    background-color: transparent !important;
    width: 39px;
  }
  .search input[type="text"] {
    border-color: white;
    width: 250px;
    border-radius: 20px;
  }
  .ico.search-click {
    position: absolute;
    top: 0;
    right: 0px;
    background: url(/img/search.webp) no-repeat center;
    color: transparent;
  }
  .search form {
    display: none;
  }
  .search.active form {
    display: inline-block;
  }
  .search.active .search-click {
    display: none;
  }
  .crumbs {
    text-align:right;
    padding-right: 50px;
  }
  .left-menu {
    padding: 50px 40px 120px 35px;
    max-width: 600px;
}
  .left-menu, .left-full-txt, .left-part {
    align-items: flex-end;
  }
  .calendar-box, .frame-box {
  	max-width: 384px;
  	margin-top: 100px;
  }
  .podporte-box {
      padding: 110px 35px 150px;
      grid-area: podpor;
      max-width: 600px;
  }  
  input[type="submit"], input[type="button"], button, .button, .btn {
    padding: 10px 30px;
  }
  input[type="submit"].big, input[type="button"].big, button, .button.big, .btn.big {
    padding: 14px 52px;
    font-size: var(--sz-l);
  }
  .logo {
    width: inherit;
    margin-left: -33px;
  }
  .main {
    padding: 35px 55px 60px 60px;
    flex: 1 1 67%;
    grid-area: main;
  }
   .bottom-area {
    grid-area: bottom;
  }
  .main.w-100 {
    flex: 1 0 100%;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .tel {
    font-size: 1.567rem;
  }
  .sz-xs {
    letter-spacing: 0.1em;
  }
  .container {
    margin-right: -35px;
  }	
  .o-calle .top-item, .main-page .top-item  {
    padding-right: 300px;
    background: var(--silver) url(/img/dablik-kvet.webp) no-repeat bottom right;
  }
  /* items screen */
  .top-item {
    padding: 50px 60px;
    margin: -35px -55px 60px -60px;
    align-items: flex-end;
  }
  .container .top-item {
    width: calc(100% + 115px);
  }
  .img-full-box {
    margin: 15px 0 0;
   /* background: var(--silver);*/
    text-align: center;
  }
  .top-item .item-img {
    flex: 0 1 50%;
    padding-right: 17px;
    max-width: 617px;
    align-self: flex-start;
  }
  .top-item .item-text {
    flex: 1 0 50%;
    padding-left: 17px;
  }
  .top-item .item-text > * {
    max-width: 400px
  }
  .top-item h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  .item-img.old-img {
    position: relative;
  }
  .item-img.old-img:before {
    content: "";
    display: block;
    background: linear-gradient(318deg, #e7e3e7, transparent);
    width: 100%;
    padding-top: 47.8%;
    border-bottom: solid 30px white;
  }
  .item-img.old-img img {
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    max-width: 104px;
  }
  /* tz-screen */
  .item-tz {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
  }
  .item-tz-date {
    position: relative;
    flex: 0 0 127px;
  }
  .item-tz-date.vydano {
    flex: 0 0 144px;
    padding-top: 5px;
    padding-right: 32px;
    text-align: right;
  }
  .item-tz-date:after {
    display: inline-block;
    width: 1px;
    height: 21px;
    position: absolute;
    top: 7px;
    right: 17px;
  }
   /* publikace-screen */
  .item-list .item {
      display: grid;
      grid-auto-rows: min-content 100%;
      grid-auto-columns: 200px auto;
      grid-template-areas:
          "item-img item-text"
          "item-btns item-text";
      padding: 40px 0;
      border-top: solid 1px var(--gray-green);
  }
  .item-list h2 + .item {
      border-top: 0;
	  padding-top: 0;
  }
  .item-list .item-text {
      grid-area: item-text;
  }
  .item-list figure {
      margin: 0;
  }
  .item-btns {
     margin: 0;
  }
  .pub-info {
      border: solid 1px var(--gray-green);
      padding: 9px 15px;
      font-size: var(--sz-xs);
      text-align: center;
      margin-top: 10px;
      line-height: 1.3;
  }
  /* akce - screen */
  .item-akce .dtbl {
    margin: 31px 0 0 -89px;
    align-self: flex-start;
  }
  .top-item.item-akce .item-img {
    padding-right: 25px;
  }
  .top-item.item-akce .item-text {
    padding-left: 25px;
    align-self: flex-end;
  }
  /* fulltext -screen */
  .main-text h1 {
    margin-top: 2.5em;
    margin-bottom: 25px;
  }
  .col2 {
    columns: 2 20em;
    gap: 3em;
  }
  .vz a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: black;
    margin-right: 10px;
    vertical-align: middle;
  }
  .partners {
    padding: 25px 55px 25px 60px;
  }
  .partners .partner {
    text-align: left !important;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .partners  .partner:nth-child(1) {
    flex: 1 1 50%;
  }
  .partners .partner:nth-child(2) {
    flex: 0 1 31%;
    padding: 0 30px;
  }
  .partners .partner:nth-child(3) {
    flex: 0 1 19%;
  }
  .partners img {
    transform: scale(1);
  }
  body > footer {
    padding: 30px 0;
  }
  footer h3 strong {
    display: inline-block;
    font-size: 2.25rem;
  }
  .food-menu {
      margin: 58px 0 0;
  }
  .food-menu li {
      display: inline-block;
      text-transform: uppercase;
  }
  .food-menu a {
      margin-left: 20px;
  }
  footer .customary-menu {
      justify-content: right;
      transform: scale(0.9) translateX(29px);
  }
}

/* tablet-laptop */
@media (min-width: 768px) and (max-width: 1200px) {
  header {
    height: 377px;
  }
  .layout {
    grid-template-columns: 331px auto;
  }
  .menu {
    flex-grow: 1;
    align-content: center;
  }
	.left-menu {
    padding-right: 25px;
  }
  .left-menu-box, .calendar-box {
	width: 100%;
  }
 .podporte-box {
    max-width: 331px;
  }
  .top-item.flex {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .top-item .item-img, .top-item .item-text {
    /* flex: 1 1 100%; */
  }
}
/* vice nez 1200 */
@media  (min-width: 1200px) {
  .inline-item .item {
      display: flex;
      margin-bottom: 1px;
  }
  .inline-item .item-img {
      flex: 1 1 30%;
      min-height: 300px;
      max-width: 600px;
  }
  .inline-item .item-img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
  }
  .inline-item .item-text {
      flex: 1 1 50%;
      padding: 35px 0 0 35px;
  }
}
@media  (min-width: 1892px) {
  .layout {
      grid-template-columns: 600px auto;
  }
  .img-full-box {
      max-height: 620px;
  }
  .img-full-box img {
     object-fit: cover;
     max-width: 100%;
     height: 100%;
     object-position: 0 100%;
  }
}
@media  (min-width: 2100px) {
   .container > * {
        width: calc(25% - 35px);
  }
}
/* mobile */
@media (max-width: 767px) {
  .page {
    text-align: center;
    font-size: 15px;
  }
  .mobilmenu nav {
    margin: 0 3em 0 3em;
  }
  .mobilmenu nav ul {
      margin: 6% 0 0 0;
  }
  .mobilmenu li {
      margin: 0;
  }
  .customary-menu li {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .calendar-box {
    display: none;
  }
  .pghome .calendar-box {
    display: block;
  }
  .mobilmenu.white-menu a.ico {
    background-color: #333333;
    color: white;
  }
  .mobilmenu.white-menu .ico-menu {
    background: #ffffff;
    margin-right: 12px;
    margin-top: 16px;
    line-height: 33px;
  }
  .ico-menu:after {
    content: "\2630";	
  }
  .item:after {
    content: "";
    display: inline-block;
    width: 84px;
    height: 1px;
    background: var(--green);
    position: relative;
    top: 19px;
  }
  .top-item h1, .top-item h2 {
    text-align: center;
  }
  .mo-order1 {
    order: 1;
  }
  .mo-m-auto {
    margin: inherit auto;
  }
  .mo-center {
    text-align: center !important;
  }
  body > footer {
    font-size: var(--sz-s);
    text-align: center;
  }
  h2 {
    font-size: 22px;
  }
  .main ul {
  	text-align: left;
  } 
  h3, h4 {
    font-size: 19px;
  }
  .main ul {
  	text-align: left;
  }
  footer .main ul, .top-item ul {
  	text-align: center;
  	padding: 0;
  	list-style-type: none;
  }
  .ala-first-menu {
  	display: none;
  }
  img[align="left"], img[style*="left"],
  img[align="right"], img[style*="right"]  {
    float: none !important;
    display: block;
  }
  .f-2 > *, .f-3 > *, .f-4 > *, .f-4-2-1 > *, .f-3-2-1 > * {
    margin: 25px auto;
  }
}

/* */
h2 + .container .top-item {
    background: transparent;
}
/* select button */
.btn-select {
    margin: 0;
    position: relative;
}
.btn-select .btn {
	padding-right: 13px;
	background: none;
	color: black;
	text-transform: none;
	border: solid 1px transparent;
	display: block;
	padding: 7px 3px;
}
.btn-select .btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    right: -12px;
    top: 19px;
    }
.btn-option {
	display: none;
	background: hsl(0deg 0% 0% / 70%);
	border: 1px solid hsl(0deg 0% 100% / 80%);
	padding: 15px 19px;
	border-top: 0;
	position: absolute;
	text-align: center;
	top: 41px;
	left: 0;
	width: max-content;
	line-height: 24px;
	z-index: 1;
}
.btn-option:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    content: '';
    background: #ffffff;
    animation: linka 0.4s linear 1 forwards;
}
.btn-option a {
    display: block;
    padding: 3px 0;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.03em;
}
.btn-option a:hover {
    font-weight:600;
    letter-spacing: 0.01em;
}
.btn-option a:after {
    content: none;
}
.btn-select:hover .btn-option {
	display: inline-block;
}
