/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtA.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFQ.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --green: #478360;
    --pink: #d78c7f;
    --gray: #ededed;
    --dark: #191919;
    --silver: #f1f0f1;
    --sz-xl: 30px;
    --sz-l: 20px;
    --sz-s: 14px;
    --sz-xs: 12px;
}
body, input, select, textarea, .upp-text-title {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1, h2:not(.upp-text-title), h3, h4, .serif {
    font-family: "Poppins", sans-serif;
}
.fix {
    max-width: 1800px;
}
.sans {
    font-family: inherit;
    font-size: 17px;
}
bold, b, strong {
  font-weight: 700;
}
@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-dark  {
    background: var(--dark) !important;
}
.bg-clr-dark  {
    background: var(--dark) !important;
}
.bg-clr-green  {
    background: var(--green) !important;
}
.bg-clr-pink {
    background: var(--pink) !important;
}
.bg-clr-silver {
    background: var(--silver) !important;
}
.clr-green  {
    color: var(--green) !important;
}
.clr-pink {
    color: var(--pink) !important;
}
/* 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: 1em 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 1px #00000096;
}
input[type="submit"].btn-primary, input[type="button"].btn-primary, button.btn-primary, .button.btn-primary, .btn.btn-primary {
    border-color: var(--green);
    background: var(--green);
    color: #ffffff;
}
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(--dark);
    border-color: var(--dark);
    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%);
    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) */
.carousel {
    margin: 0;
    width: 100%;
    background: url(/img/bilomourka.webp) center;
    background-size: cover;
    height: 218px;
    text-align: center;
}
.carousel-img {
    height: 100%;
}
.carousel .intro {
	position: relative;
	margin: 0 auto;
	top: 45%;
}
.logo {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: var(--sz-l);
    color: white;
    font-weight: 700;
    padding: 7px;
    margin: 0;
}
.logo img {
    margin-right: 20px;
}
.customary-menu {
    display: flex;
    list-style: none;
    margin: 0 10px 0;
}
.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;
}
.menu > a, .menu .btn-select .btn, .menu .weby .weby-tit {
	display: inline-block;
	padding: 4px 20px 0;
	margin: 13px 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	background-color: transparent;
	font-size: 15px;
	letter-spacing: 0.05em;
	position: relative;
	border: 0;
	height: 30px;
}
.menu a:after, .weby-tit.active:after {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 0px;
    height: 1px;
    content: '';
    background: #ffffffad;
    transition: width 0.3s;
}
.menu a:hover:after, .menu a.active:after, .menu .weby-tit.active:after {
    width: calc(100% - 40px);
}
.menu .weby .weby-tit {
	display: inline-block;
	color: white;
	margin: 0;
	white-space: nowrap;
}
.menu .weby-tit:before {
	content: "";
	display: inline-block;
	border: solid 9px white;
	border-color: white transparent;
	border-bottom: 0;
	margin-top: 7px;
	position: absolute;
	right: -10px;
}
.menu-sub {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 38px;
    text-transform: none;
    font-weight: 400;
    background: black;
    padding: 10px 15px;
    border: solid 1px rgb(255 255 255 / 62%);
    display: none;
}
.weby:hover .menu-sub {
    display: block;
}
.menu-sub a {
    display: block;
    color: white;
    white-space: nowrap;
    padding: 3px 0;
}
.menu-sub a:hover {
    display: block;
    color: rgb(255 255 255 / 70%);
}
.menu-sub a:after {
    content: none;
}
.news  {
    padding: 35px;
}
.news h2 {
    border-top: solid 1px var(--green);
    text-align: center;
    margin: 25px 0;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.news span {
    background: var(--silver);
    position: relative;
    top: -12px;
    padding: 0 15px;
    color: var(--green);
}
.news article h3 a {
    color: var(--green);
}
.podporte-box {
    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 aside {
    background: var(--green);
    padding: 2em;
    color: white;
    display: flex;
    align-items: center;
}
.container aside a {
    color: white;
	text-decoration: underline;
}
@container  layout-321 (max-width: 599px) {
  .container > * {
        width: calc(100% - 2%);
        margin: 0 35px 35px 0;
    } 
}  
@container  layout-321 (min-width: 600px) {
  .container > * {
        width: calc(50% - 35px);
        margin: 0 35px 45px 0;
    } 
	.container aside div {
        margin: auto;		
	}
}  
@container  layout-321 (min-width: 1200px) {
  .container > * {
        width: calc(25% - 35px);
    } 
	.container aside div {
        max-width: 240px;		
	}
} 
/* 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 35px;
}
.main > h1:first-child {
    margin-top: 13px;
    margin-bottom: 1.5em;
}
.photo-wrap {
  margin-right: -2%;
  display: flex;
  flex-wrap: wrap;
}
.photo-wrap > * {
	width: calc(33.33% - 2%);
	margin: 0 2% 2% 0;
}
.article-text .photo-wrap > a:first-child {
    width: 100%;
}
.platba {
    min-width: 221px;
}
.qr {
    width: 150px;
}
/* items */
.top-item {
    background-color: var(--silver);
}
.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: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin: 1.0em 0 10px;
    color: black;
}
.item h3 a {
    color: #ffffff;
}
.item-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 15px 20px;
    background: linear-gradient(0deg, black, transparent);
}
.item-text .btn {
    color: white;
    border-color: #ffffff82;
    padding: 7px 15px;
    background: rgb(0 0 0 / 20%);
}
.item-abstr p {
    display: inline;
}
[class^="item"] h3 a {
    color: #ffffff;
}
*[onclick]:hover .btn {
    background: var(--pink);
}
.top-item aside h3 {
	border-left: 0;
	padding-left: 0;
	padding-top: 32px;
	margin-bottom: 0;
	color: var(--green);
}
 /* 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 */
.date {
    color: var(--green);
    display: inline-block;
    font-size: var(--sz-s);
    letter-spacing: 0.05em;
    margin-right: 10px;
}
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;
}
body > footer {
	padding: 10px 0;
	background: var(--dark);
}
footer h3 {
    font-family: "open sans", sans-serif;
    font-size: 1rem;
    margin: 0 0 3px;
  }
footer h3 strong {
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
  }
footer p {
    margin: 0.3em 0;;
}
footer .little {
    display: inline-block;
    width: 87px;
    font-size: 0.82rem;
    opacity: 0.5;
}
.food-menu {
    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 {
    opacity: 0.5;
}
.created img {
    width: 57px;
    margin-bottom: 4px;
}
.created, .created a {
    color: silver !important;
}
.pager {
    margin-top: 40px;
}
/* text from editor */
.editor-text *[style] {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1rem !important;
}
.editor-text p[style] {
    margin: 1.3em 0 !important;
}
/* screen */
@media (min-width: 768px) {
  :root {
    --sz-xl: 30px;
    --sz-l: 20px;
    --sz-s: 15px;
    --sz-xs: 13px;
  }
  h1 {
      font-size: 2.25rem;
  }
  .main h2:after, .main h2:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: var(--pink);
    vertical-align: middle;
    margin-left: 10px;
  }
  .main h2:before {
    margin-left: 0;
    margin-right: 10px;
  }
  html {
  	font-size: 16px;
  }
  .search input[type="submit"] {
    background-color: transparent !important;
    width: 39px;
  }
  .search input[type="text"] {
    border-color: transparent;
    background: #ffffff21;
    width: 250px;
    border-radius: 25px;
    color: white;
    transition: all 0.3s;
  }
  .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;
  }
  .search input::placeholder {
  color: white;
  opacity: 0.5;
  }
  .carousel {
    height: 29vw;
    max-height: 500px;
    background-position: center -115px;
  }
  .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;
      flex: 0 0 33.33%;
  }  
  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 {
    flex: 0 0 240px;
    padding-left: 25px;
  }
  .main {
    padding: 35px 60px 60px 60px;
    flex: 1 1 67%;
    grid-area: main;
  }
  .bottom-area > .flex  {
    flex-direction: row-reverse;
  }
  .news {
    flex: 1;
    max-width: 66.66%;
    padding: 35px 60px 35px 0;
  }
  .news h2 {
    margin: 25px 0 25px 50px;
  }
  .news article {
    flex: 1 0 50%;
    padding-left: 50px;
  }
  .sz-xs {
    letter-spacing: 0.1em;
  }
  .container {
    margin-right: -60px;
  }	
  .article-text .photogallery {
    width: 40%;
  }
  .main-text {
    padding-left: 4em;
    width: 60%;
  }

  /* items screen */
  .top-item {
    align-items: flex-end;
  }
  .home aside {
    padding-left: 5em;
    flex: 0 0 400px;
  }
  .img-full-box {
    margin: 15px 0 0;
    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;
    border-left: solid 1px var(--pink);
    padding-left: 20px;
  }
  .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;
  }
  body > footer {
    padding: 30px 0;
  }
  footer h3 strong {
    display: inline-block;
    font-size: 2.25rem;
  }
  footer .main {
    align-items: baseline;
  }
  .food-menu li {
      display: inline-block;
      text-transform: uppercase;
  }
  .food-menu a {
      margin-left: 20px;
  }
  .food-menu .ico.fb {
    position: relative;
    top: -8px;
  }
  footer .customary-menu {
      justify-content: right;
      transform: scale(0.9) translateX(29px);
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
	  .info {
    flex: 1 1 100%;
  }
}
/* tablet-laptop */
@media (min-width: 768px) and (max-width: 1200px) {
  .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) {
	  .home .top-item .main {
    display: flex;
   }
  .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 h3 {
      margin-bottom: -8px;
  }
  .mobilmenu nav {
    margin: 0 3em 0 3em;
  }
  .mobilmenu nav ul {
      margin: 6% 0 0 0;
  }
  .mobilmenu li {
      margin: 0;
  }
  .mobilmenu .w {
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    padding: 8px 0 6px 4px;
  }
  .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";	
  }
  .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;
  }
}