/* ----Variables---- */

:root {
  --border-radius: 5px;
}

/* ----Global---- */

* { 
	font-family: Inter, Roboto, Helvetica, Arial, sans-serif;
	margin: 0; padding: 0; 
}

/* ––––Design–––– */

body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.container {
	position: relative;
	min-width: 240px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	max-width: 1600px;
}

#header {
	background-color: rgb(0, 81, 121);
	position: relative;
	padding: 16px 0 14px 0;
}

.header-content {
	position: relative;
	display: flex;
}

#body {
	margin: 35px 0;
}

#footer {
	background-color: rgb(240, 240, 240);
	font-size: 0.9em;
	padding: 20px 0;
	color: rgba(0, 0, 0, 0.4);
}

#wrapper {
	padding-top: 40px; 
	margin-bottom: 20px;
}

#body .container {
	display: flex;
}

#navigacia {
	background-color: #edf6fa;
	width: 190px;
	flex-shrink: 0;
	flex-grow: 0;
	height: fit-content;
	padding: 15px;
	margin-left: 0px;
	position: relative;
	top: 0;
	border-radius: var(--border-radius);
}

#obsah {
	padding-left: 40px;
}

#subnavigacia {
	float: right;
	width: 188px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 15px;
	border-radius: var(--border-radius);
}

/* ---Style pre header--- */


#headsk {
	background: url(../chrome/INEKO_web_logo_SK.svg) no-repeat;
}

#headen {
	background: url(../chrome/INEKO_web_logo_SK.svg) no-repeat;
}

#headsk, #headen {
	display: block;
	position: relative;
	background-size: 280px 28px;
	height: 28px;
	width: 280px;
	max-width: 100%;
	z-index: 30;
}

#navabout {
	position: relative;
	padding: 0 13px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin-left: 28px;
}

#navabout_desktop ul, .jazyk ul {
	margin-bottom: 0px;	
	display: flex;
}

#navabout ul li, .jazyk ul li {
	flex-wrap: nowrap;
	white-space: nowrap;
	list-style: none;
	line-height: 1;
	font-weight: 700;
	padding: 3px 0;
	font-size: 15px;
}
#navabout ul li {
	margin: 0 8px;
}
.jazyk ul li a {
	opacity: 50%;
}
.jazyk ul li u a, .jazyk ul li a:hover {
	opacity: 100%;
}

#mm_ul_rubriky, #mm_ul_media {
	display: none;
}
#mm_ul_banery {
	margin-top: 7.5px;
}
#mm_rubriky_toggle:checked ~ #mm_ul_rubriky, #mm_media_toggle:checked ~ #mm_ul_media, #mm_ineko_toggle:checked ~ #mm_ul_ineko {
	display: block;
}
#mm_banery_toggle:checked ~ #mm_ul_banery {
	display: flex;
	gap: 7.5px;
	flex-wrap: wrap;
}
#mm_rubriky_toggle:checked ~ #mm_rubriky_toggle_button .nmc-toggle, #mm_media_toggle:checked ~ #mm_media_toggle_button .nmc-toggle, #mm_banery_toggle:checked ~ #mm_bannery_toggle_button .nmc-toggle, #mm_ineko_toggle:checked ~ #mm_ineko_toggle_button .nmc-toggle {
	background-image: url('/chrome/mm_group_close.svg') !important;
}
#mm_rubriky_toggle:not(:checked) ~ #mm_rubriky_toggle_button .nmc-toggle, #mm_media_toggle:not(:checked) ~ #mm_media_toggle_button .nmc-toggle, #mm_banery_toggle:not(:checked) ~ #mm_banery_toggle_button .nmc-toggle, #mm_ineko_toggle:not(:checked) ~ #mm_ineko_toggle_button .nmc-toggle {
	background-image: url('/chrome/mm_group_open.svg') !important;
}

#mm_rubriky_toggle:not(:checked) ~ #mm_ul_rubriky, #mm_media_toggle:not(:checked) ~ #mm_ul_media, #mm_banery_toggle:not(:checked) ~ #mm_ul_banery, #mm_ineko_toggle:not(:checked) ~ #mm_ul_ineko {
	display: none;
}

.mm_toggle_checkbox {
	display: none;
}

#navabout #navabout_mobile ul li {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid rgba(0, 81, 121, 0.15);
}
#navabout #navabout_mobile ul li:last-child {
	border-bottom: 0;
}

#navabout_mobile #banery_mobile ul li {
	border-bottom: 0;
}

#navabout_mobile {
	display: none;
}

/* –––Typografia––– */

p, ul, ol, table {
	margin-bottom: 1em;
}

small, small p {
	line-height: 1.333;
}

#navabout_mobile ul {
	margin-bottom: 0.75em;
}

h2, h3, h4, h5 {
	margin-bottom: 1em;
}
#banery_mobile h3 {
	color: rgba(0, 81, 121, 0.5);
	margin-bottom: 10px;
}

h2.nazov {
	color: rgba(0, 81, 121, 0.5);
	padding-bottom: 20px;
	margin-bottom: 0;
}
h3.nav-nazov {
	color: rgba(0, 81, 121, 0.5);
	margin-bottom: 0.5em;
}

h2 { font-size: 1.65em; margin-bottom: 1.2em; line-height: 1.214em; }

h3 { font-size: 1.25em; line-height: 1.285em; }

h4 { font-size: 1.1em; line-height: 1.285em; }

h5 { font-size: 1em; line-height: 1.285em; }

p { line-height: 1.5; }

#obsah h3 {margin-bottom: 1em;}

#obsah ul {
	margin-left: 2em;
	list-style: square;
}

#obsah ol {
	margin-left: 2em;
}

#indexmedia p { color: #666; margin-bottom: 18px;}

#navigacia h4 { display: block; background: #aaa; color: white; text-align: center; font-size: 12px; padding: 5px; margin-bottom: 0;}

/* ---Tabulky--- */

table {background-color: rgba(0, 81, 121, 0.2); border-spacing: 1px;}

th {background-color: #005179; text-align: center; color: white; padding: 0.2em 0.5em;}

td {padding: 0.2em 0.5em; vertical-align: top; background-color: #edf6fa;}

td br {
	margin: 0.5em 0;
}

table.sponzori-index {
	border-style: none;
	margin-bottom: 0;
}

table.sponzori-index td {
	background: white;
	text-align: center; 
}

#sponsors h3 {
	color: rgba(0, 0, 0, 0.5);
}

/* ---Linky---- */

a img {border: none; text-decoration: none; }
.alignright a img {
	position: relative;
	top: 2px;
	width: 14px;
	height: 14px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 30px;
	outline: 0;
	text-decoration: none;
	text-indent: -999em;
}

#navabout ul li a, .jazyk ul li a {
	display: inline-block;
	text-decoration: none;
	color: white;
	font-weight: 700;
	margin-right: 0px;
	padding: 3px 6px;	
}

#navabout #navabout_mobile ul li a {
	color: #015379;
	padding: 3px 0;
}

#navabout ul li a:hover, #navabout ul li a:active {
	text-decoration: underline;
}

.nav li a:link, .nav li a:visited {
	color: #005179;
	display: block;
	text-decoration: none;
}

.nav li a img {
	display: inline-block;
	vertical-align: text-top;
	height: 16px;
	margin-right: 8px;
	filter: grayscale(1);
}

.nav li a:hover, .nav li a:active {
	color: #800000;
}

#obsah a:link, #obsah a:visited {
	text-decoration: none;
	color: #005179;
}

#obsah a:hover {
	color: #800000;
}

#obsah h2 a:link, #obsah h3 a:link, #obsah h4 a:link, #obsah h5 a:link, #obsah h2 a:visited, #obsah h3 a:visited, #obsah h4 a:visited, #obsah h5 a:visited {
	color: #005179;
	text-decoration: none;
}

#obsah h2 a:hover, #obsah h3 a:hover, #obsah h4 a:hover, #obsah h5 a:hover {
	color: #800000;
}

#error #obsah h1 {
	font-size: 2.5em;
	line-height: 1.214;
	margin-bottom: 1em;
}

#subnavigacia a:link, #subnavigacia a:visited {
	color: #005179;
}

#subnavigacia a:hover {
	color: #800000;
}

#footer a:link, #footer a:visited { color: #222; }

#footer a:hover { text-decoration: underline; }

/* @header right part */

#navcontrols {
	position: absolute;
	top: -5px;
	right: 0;
	display: flex;
	align-items: center;
}

/* end */

/* @group jazyk */

#jazyk_desktop {
	background-color: rgb(0, 81, 121);
	padding-left: 20px;
}
#jazyk_mobile {
	position: absolute; top: 0; right: 0;
}
#jazyk_mobile ul li {
	padding: 8px 0 8px 10px !important;
}	

/* @end */

/* @group search */

.searchbox {
	position: relative;
	z-index: 20;
}
.searchbox#searchbox_desktop {
	position: relative;
	background-color: rgb(0, 81, 121);
	padding-left: 15px;
}
.searchbox#searchbox_mobile {
	position: relative;
	width: calc(100% - 80px);
}

.searchbox input.q, .podporte {
	border: 0;
	outline: 0;
	line-height: 1.143;
	padding: 3px 0;
	margin: 0;
	border-radius: var(--border-radius);
}
.searchbox input.q, #podporte_desktop {
	height: 16px;
}
.searchbox input.q {
	width: 80px;
}
.searchbox input.s {
	position: absolute;
	right: 12.5px;
	top: 9.5px;
	width: 18px;
	height: 18px;
	outline: 0;
	border: 0;
	cursor: pointer;
}
.searchbox#searchbox_desktop input.s {
	background: url("/chrome/lupa-light.svg") 0 0 / 18px 18px no-repeat;
	opacity: 0.4;
}
.searchbox#searchbox_mobile input.s {
	background: url("/chrome/lupa-dark.svg") 0 0 / 18px 18px no-repeat;
}
.searchbox input.q::placeholder {
	opacity: 0.5;
}

#searchbox_desktop input.q:focus {
	background-color: rgba(255, 255, 255, 0.8);
	width: 200px;
	color: rgb(0, 81, 121);
}
#searchbox_desktop input.q:focus::placeholder {
	color: rgba(0, 81, 121, 0.8);
}
#searchbox_desktop input.q:focus ~ input.s {
	background: url("/chrome/lupa-dark.svg") 0 0 / 18px 18px no-repeat;
	opacity: 0.8;
}
#searchbox_desktop input.q, .podporte {
	padding: 10px 15px;
}
#searchbox_desktop input.q  {
	color: rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.15);
}
#searchbox_desktop input.q::placeholder {
	color: rgba(255, 255, 255, 0.8);
}
#searchbox_mobile input.q, #searchbox_mobile input.q::placeholder {
	color: rgb(0, 81, 121);
}
#searchbox_mobile input.q {
	width: calc(100% - 27px);
	background-color: rgb(255, 255, 255);
	padding: 10px 12.5px;
	border: 1px solid rgba(0, 81, 121, 0.15);
}

.searchbox fieldset {
	border:  none;
}

#sj_mobile {
	position: relative;
}
#sj_mobile ul li {
	border-bottom: none !important;
}

/* @end */

/* tlacidlo podporte */

.podporte {
	display: inline-block;
	background-color: rgba(255, 96, 16, 0.9);
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.podporte:hover, .podporte:active {
	background-color: rgba(255, 96, 16, 1);
}
#podporte_desktop {
	margin-left: 10px;
}

/* @end */

/* ---Obrazky---- */

img {
    max-width: 100%;
}

/* --Styly pre lavy stlpec--- */

.nav {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.nav:last-child {
	margin-bottom: 0;
}

.nav li {
	font-weight: bold;
	margin-left: 0;
	padding: 4px 0;
	border-top: 1px solid rgba(0, 81, 121, 0.15);
}

/* ---Styly pre pravy stlpec */

#subnavigacia ul {
	list-style: none;
	margin-left: 0;
}

#subnavigacia ul li.pdf { padding-left: 24px; background-image: url(../chrome/pdf.gif); background-repeat: no-repeat;}

#subnavigacia h4 {
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.5);
	line-height: 1.2em;
	padding: 10px 15px;
	margin: 0 -15px 10px -15px;
}

#subnavigacia h4.cerveny {
	display: block;
	background: #990000 url(../chrome/cerveny_bg-subnavigacia.gif) repeat-x bottom left;
	color: white;
	text-align: center;
}

#indexmedia { }

#indexmedia h4 {}

#subnavigacia h5 {
text-align: center;
background-color: #eee;
}

/* ---Style pre stredny stl.--- */

.ciara { 
}

blockquote { padding: 18px 9px 0px 33px; color: #555; font-family: Georgia, Courier, sans-serif; background: url(../chrome/quote.gif) top left no-repeat; }

ul.linklist li { border-bottom: 1px dotted #CCC; margin: 0; }

ul.knihy li { border-bottom: 1px dotted maroon; line-height: 20px;}

.autorknihy { font: 14px Georgia, serif; font-variant: small-caps;}

.nazovknihy { font-size: 14px; font-weight: bolder; }

.vydavatelstvo { font-size: 14px;  color: #555; }

.rss {
	background: url(../chrome/feed-icon.gif) no-repeat;
	padding-left: 16px;
}

.indexheadline { position: relative; margin-bottom: 40px; }
.headlineclanok { background-color: #edf6fa; border-radius: var(--border-radius); }
.headlineimage { position: absolute; top: 0; left: 0; bottom: 0; width: 50%; overflow: hidden; }
.headlineimage .image_wrapper {
	height: 100%;
	background-image: url('/chrome/INEKO-image-placeholder.jpg');
	background-size: cover;
}
.headlineimage .image_wrapper, .image_wrapper img {
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
}
.image_wrapper img { display: block; object-fit: cover; height: 100%; width: 100%; }
.headlineobsah { margin-left: 50%; width: 50%; box-sizing: border-box; padding: 30px 40px; }
.headlineobsah h3 { font-size: 1.65em; }
.indexclanok { 	border-top: 1px solid rgba(0, 81, 121, 0.2); padding: 20px 0; }
.indexclanok p { margin-bottom: 18px;}
.indexclanok p.alignright { margin-bottom: 0;}
.singleclanok p { margin-bottom: 1em; }

.indexclanok blockquote, .singleclanok blockquote {padding: 18px 9px 18px 33px; margin-bottom: 18px; color: black; font: 15px/20px Georgia, Courier, sans-serif; background: #eee url(../chrome/quote.gif) top left no-repeat; border-radius: var(--border-radius); }

.indexclanok blockquote p:last-child, .singleclanok blockquote p:last-child {
margin-bottom: 0;
}

.pokracovanie {
	padding-left: 16px;
	background: url(../chrome/pokr_clanku_new.png) no-repeat;
}

.alignleft {text-align: left; }

.alignright {text-align: right; }

.aligncenter {text-align: center; }

.floatleft {float: left; }

.floatright {float: right; }

.justify {text-align: justify; }

.bold {
	font-weight: bold;
}

.okraj {margin-bottom: 1em;}

.clanokdatum {
    font-size: 0.85em;
}
.datum {
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
}

.footnote {font-size: 0.9em; color: #333; }

#comment_form table {padding: 1em 0; }

#comment_form table tr {margin: 3px 0; }

.comments { margin-top: 1em;  }

.comments li {border: 1px solid #aaa; padding: 1em; list-style: inside decimal;}

#feedback h5 a:link { color: black; }

.komenty { color: black; font-size: 1.0em; border-top: 5px solid #eee; padding:  1em 0;}

.comments li p { color: #444; font-size: 0.95em; }

.komentar { border-bottom: 1px solid #ddd; margin: 0.3em 0; padding-top: 0.5em; }

.komentar h5 {
	padding: 1em;
	background: #eee;
}

#comment_form {
	margin-top: 1em;
background-color: #eee;
border: 1px solid #888;
}

#comment_form h4 {
margin: 1em 0;
color: black; 
}

#comment_form fieldset {

padding: 1.3em;
}

#comment_form legend {
background-color: #ddd; 
border: 1px solid #999;
padding: 0.4em 1em;
font-size: 1.05em;
font-weight: bold; 

}

input, select, textarea {
font-size: 1em;
}

#comment_form input, #comment_form textarea {
margin: 0.3em 0; 
border: 1px solid #888;
}

#comment_form label { padding-top: 0.5em; font-weight: bold;  }

.page-nav {
position: relative;
font-weight: bold;
font-size: 17px;
line-height: 22px;
padding-top: 35px;
border-top: 1px solid rgba(0, 81, 121, 0.2);
}

.page-nav .page-nav-newer {
position: absolute;
right: 0;
}


/* bannery */

#banery_mobile {
	display: none;
}
.banery ul {
	font-weight: bold;
	margin-bottom: 0px;
	list-style-type: none;
}
.banery ul li {
	line-height: 1;
	border-radius: var(--border-radius);
	background-color: rgba(0, 81, 121, 0.1);
	margin-bottom: 7.5px;
}
.banery ul li:hover {
	background-color: rgba(128, 0, 0, 0.1) !important;
}
.banery ul li:hover a {
	text-decoration: none !important;
	color: #800000 !important;
}
.banery ul li a {
	position: relative;
	display: block !important;
}
#banery_desktop li a {
	padding: 12.5px 8px 12.5px 40px;
}
#banery_mobile li a {
	padding: 5px 12px 5px 40px !important;
}
#banery_desktop li img, #banery_mobile li img {
	position: absolute;
}
#banery_desktop li img {
	top: 8px;
	left: 8px;
	width: 23px;
}
#banery_mobile li img {
	top: 0px;
	left: 7.5px;
	width: 25px;
}
#banery_desktop li:last-child {
	margin-bottom: 0;
}


.banery a {
	text-decoration: none;
	display: block;
	color: rgb(0, 81, 121);
}

#bannery-headline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 20px;
	margin-bottom: 40px;
}
#bannery-headline a {
	background-color: #edf6fa;
	width: calc(16.666% - 16.667px);
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: var(--border-radius);
}
#bannery-headline a:hover {
	background-color: rgba(128, 0, 0, 0.1);
}
.banner-headline {
	padding: 15px;
	text-align: center;
}
.bh-image {
	margin-bottom: 15px;
}
.bh-image img {
	display: block;
	width: 40px;
	margin: 0 auto;
}
.bh-nazov {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
	margin-bottom: 8px;
}
.bh-text {
	color: #333;
	font-size: 0.85em;
}

/* feeds */

#feeds {
position: absolute;
bottom: 0px;
right: 0px;


}

#feeds a:link, #feeds a:visited {
color: white;
text-decoration: none;
display: block;
height: 21px;
width: 35px;
padding-top: 3px;
	background: url(../chrome/feed-icon.gif) no-repeat 5px center;
	padding-left: 21px;

}

#feeds a:hover, #feeds a:focus {
text-decoration: underline;
}

.kontakt-person-info { }
.kontakt-foto {float: left; width: 120px}

.kontakt-person { margin-left: 150px}

#obsah ul.sponzori_2012, #obsah ul.partneri_2012 {
margin-left: 0;
}

.sponzori_2012 li, .partneri_2012 li {
	display: block;
	width: 210px;
	height: 170px;
	text-align: center;
	border: 1px solid #f5f5f5;
	font-size: 14px;	
	float: left;
	padding-bottom: 18px;
}

/* ----- vseobecne styly ----- */

.box {
	background-color: #edf6fa;
	padding: 15px;
	border-radius: var(--border-radius);
	margin-bottom: 30px;
}
.box p:last-child {
	margin-bottom: 0;
}

/* ----- inflacna kalkulacka ----- */

table.kalk-table { border-spacing: 0; border-collapse: collapse; }
table.kalk-table td { padding: 0.2em 0; vertical-align: middle; }
table.kalk-table tr.kt-results-row td { vertical-align: top; padding: 0.5em 0; }
table.kalk-table td.kt-text { width: 72px; }
.kalk-table #suma { width: 90px; }
.kalk-table #resultEur, .kalk-table #resultSk, .kalk-table .kt-outputs span { display:block; height: 1em; line-height: 1; box-sizing: content-box; padding: 4px 0; }
.kalk-table .kt-outputs { display: flex; flex-wrap: wrap; }
.kalk-table .kt-results { display: flex; flex-wrap: nowrap; }
.kalk-table #resultEur, .kalk-table #resultSk { min-width: 80px; font-weight: bold; border-bottom: 1px dashed rgba(0, 81, 121, 0.5); }
.kalk-table input, .kalk-table select { border-radius: var(--border-radius); }
.kalk-table input[type="text"], .kalk-table select { background-color: #ffffff; line-height: 1; box-sizing: content-box; height: 1.5em; border: 1px solid rgba(0, 81, 121, 0.25); }
.kalk-table input[type="text"] { padding: 3px 8px; }
.kalk-table select { padding: 3px 4px; }
.kalk-table #mena { width: 70px; }
.kalk-table #suma, .kalk-table #mena, .kalk-table #rok, .kalk-table #rok2 {}
.kalk-table .kt-buttons { padding: 20px 0 10px 0; }
.kalk-table .kt-buttons input { color: #ffffff; line-height: 1; height: 1.5em; font-weight: bold; box-sizing: content-box; padding: 5px 10px; border-radius: var(--border-radius); border: 0; cursor: pointer; }
.kalk-table #Calc { background-color: rgba(0, 81, 121, 0.9); }
.kalk-table #Calc:hover { background-color: rgba(0, 81, 121, 1); }
.kalk-table #Reset{ background-color: rgba(0, 81, 121, 0.4); }
.kalk-table #Reset:hover { background-color: rgba(0, 81, 121, 0.5); }
.kalk-table #suma, .kalk-table output { text-align: right; }

/* -------- dochodkova kalkulacka -------------- */



/* ----- button ----- */

.btn {
  color: #ffffff;
  background-color: #0778b0;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 4px 6px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: var(--border-radius);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

#obsah a.btn:link, #obsah a.btn:hover, #obsah a.btn:visited { color: white; text-decoration: none; }

.btn:hover, .btn:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #64abce;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

ul.podporovatelia_index {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}
ul.podporovatelia_index li {
	display: block;
	height: 60px;
	text-align: center;
}
ul.podporovatelia_index li a {
	display: flex;
	align-items: center;
	height: 100%;
}

ul ul {
margin-bottom: 0
}

/* ----- mobilna verzia ----- */ 
@media (min-width: 800.001px) {
    .singleclanok {
	font-size: 112.5%;
    }
}
@media (max-width: 1400px) {
    #bannery-headline a {
	width: calc(20% - 16.666px);
    }
}
@media (max-width: 1100px) {
    #bannery-headline a {
	width: calc(25% - 15px);
    }
}
@media (max-width: 950px) {
    #bannery-headline a {
	width: calc(33.333% - 13.334px);
    }
}
@media (max-width: 800px) {
    body {
	font-size: 15px;
    }
    #body {
	margin-top: 60px;
    }
    #header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    }
    #obsah {
	padding: 15px 0 0 0;
	margin: 0;
    }
    #navabout {
	position: fixed;
	right: 0;
	width: 100%;
	padding: 0;
	z-index: 10;
    }
    #body .container {
	display: block;
    }
    #navigacia, #obsah {
	width: auto;
    }
    #navigacia, #navigacia_desktop, #navcontrols {
	display: none;
    }
    .nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 6%;
    }
    .nav li {
	width: 47%;
	white-space: nowrap;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .nav li a {
	overflow: hidden;
	text-overflow: ellipsis;
    }
    #footer {
	margin: 0;
    }
    #wrapper {
	padding-top: 83px;
	margin-bottom: 0;
    }
    .indexclanok {
	padding-bottom: 17px;
    }
    .headlineimage {
	position: relative;
	width: 100%;
    }
    .headlineimage .image_wrapper {
	width: 100%;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: var(--border-radius) var(--border-radius) 0 0;
    }
    .headlineimage img {
    }
    .headlineobsah {
	margin-left: 0;
	width: 100%;
	padding: 20px;
    }
    .headlineobsah h3 {
	font-size: 1.25em;
    }
    #banery_desktop {
	display: none;
    }
    #banery_mobile {
	display: block;
    }
    #navabout_desktop {
	display: none;
    }
    #navabout_mobile {
	display: block;
    }
    #navabout_mobile_toggle {
	display: none;
    }
    #navabout_mobile_toggle_button {
	position: absolute;
	display: block;
	right: 20px;
	top: -1px;
	height: 28px;
	width: 28px;
	color: #ffffff;
	cursor: pointer;
    }
    #navabout_mobile_toggle_icon {
	width: 28px;
	height: 28px;
	background: url("/chrome/mobile_menu.svg") 0 0 / 28px 28px no-repeat;
    }
    #navabout_mobile_container {
	display: none;
	position: relative;
	margin-top: 42px;
	height: calc(100vh - 55px);
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	background-color: #edf6fa;
	box-sizing: border-box;
        padding: 15px;
	z-index: 20;
    }
    #navabout_mobile_toggle:checked ~ #navabout_mobile_container {
	display: block;
    }
    #navabout_mobile_toggle:checked ~ #navabout_mobile_toggle_button #navabout_mobile_toggle_icon {
	background-image: url("/chrome/mobile_menu_close.svg");
    }
    .nmc-nadpis {
	position: relative;
	padding: 7.5px 0;
	color: rgba(0, 81, 121, 0.5);
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 81, 121, 0.15);
    }
    #mm_uls {
	border-top: 1px solid rgba(0, 81, 121, 0.15);
	margin: 30px 0;
    }
    .nmc-nadpis .nmc-toggle {
	position: absolute;
	top: 12px;
	right: 0;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
    }
    .nmc-collapsed .nmc-toggle {
	background-image: url('/chrome/mm_group_open.svg');
    }
    .nmc-expanded .nmc-toggle {
	background-image: url('/chrome/mm_group_close.svg');
    }
    #bannery-headline {
	gap: 15px;
    }
    #bannery-headline a {
	width: calc(33.333% - 10px);
    }
    .banner-headline {
	padding: 12.5px 15px;
	text-align: left;
    }
    .bh-nadpis {
	margin-bottom: 10px;
    }
    .bh-image {
	margin-bottom: 10px;
    }
    .bh-image img {
	width: 32px;
	margin: 0;
    }
    .bh-nazov {
	font-size: 1em;
	flex-grow: 1;
    }
    .bh-text {
	line-height: 1.333;
    }
}
@media (max-width: 500px) {
    #bannery-headline a {
	width: calc(50% - 7.5px);
    }
}