/* LightNETcom – vzhled podle původní šablony "custom" (2008) nad Cassiopeia */
:root {
  --template-bg-light: #cccccc;
  --template-text-dark: #454545;
  --template-link-color: #cc3300;
  --template-special-color: #0081ba;
  --body-font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
  --lnc-red: #c8321e;
}
body.site { background: #ccc; color: #454545; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-size: 15px; }
.site-grid { background: #fff url(/images/site/body.png) repeat-x left -7px; }
.container-header, .container-footer { grid-column: full-start / full-end; }
a { color: #cc3300; } a:hover { color: #666; }

/* Hlavička: logo + červená lišta menu */
.container-header { background: #fff !important; padding: 0 !important; display: block !important; }
.container-header > .grid-child { padding: 0; margin: 0; max-width: none; width: 100%; display: block !important; }
.container-header .navbar-brand { display: block !important; margin: 0 auto; padding: 0 1rem; max-width: 80rem; }
.container-header .navbar-brand .brand-logo { display: block; width: 440px; height: 130px; margin: 8px 0 0; max-width: 100%; background: url(/images/site/logo.png) no-repeat; text-indent: -9999px; overflow: hidden; }
.container-header .navbar-brand .site-description { display: none; }
.container-header .container-nav { display: flex !important; justify-content: flex-start !important; width: 100%; margin: 0 !important; padding: 0 !important; background: var(--lnc-red) url(/images/site/menubar.png) repeat-x; }
.container-header .container-nav .mod-menu { display: flex !important; margin: 0 auto !important; padding: 0; list-style: none; width: 100%; max-width: 80rem; }
.container-header .container-nav .mod-menu li a { display: block; color: #fff; font-weight: bold; font-size: 14px; padding: 8px 14px; line-height: 17px; text-decoration: none; }
.container-header .container-nav .mod-menu li a:hover { background: url(/images/site/navbar_over.png) repeat-x; }
.container-header .container-nav .mod-menu li.active > a { background: #444 url(/images/site/navbar_active.png) repeat-x; }
.navbar-toggler { border-color: #fff; color: #fff; }

/* Obsah */
.container-breadcrumbs { padding: .6rem 1rem 0; }
.mod-breadcrumbs__wrapper { font-size: .85rem; } .mod-breadcrumbs { margin: 0; padding: 0; background: transparent; }
.container-component { padding: .5rem 1.25rem 2rem; }
.container-component h1, .container-component .page-header h1, .container-component .item-title { color: #0081ba; font-weight: normal; font-size: 20px; margin: 1em 0; border: 0; }
.container-component h2 { color: #333; font-weight: normal; font-size: 17px; }
.container-component h3 { color: #333; font-weight: normal; font-size: 16px; }
.container-component .article-info { color: #777; font-size: .85rem; margin-bottom: .5rem; }
.container-component .article-info-term, .container-component .icons { display: none; }
.container-component img { max-width: 100%; height: auto; }
.container-component .blog-item { border-bottom: 1px solid #e5e5e5; margin-bottom: 1.5rem; padding-bottom: 1rem; }
#product { display: flex; align-items: center; gap: 1rem; margin: 1.5rem 0; font-size: 1.05rem; }
#product > div { display: flex; flex-direction: column; gap: .75rem; align-items: flex-start; }
a.btn.red { background: var(--lnc-red) url(/images/site/btn2.png) repeat-x; color: #fff !important; padding: .45rem 1.4rem; border-radius: 6px; font-weight: bold; text-decoration: none; }
a.btn.red:hover { background: #a52a18; }

/* Pravý sloupec: News */
.container-sidebar-right { padding: 1rem .5rem; }
.container-sidebar-right .card { border: 0; box-shadow: none; background: transparent; }
.container-sidebar-right .card-header, .container-sidebar-right .card-title { background: transparent; padding: 0 0 .4rem; color: #333; font-size: 18px; font-weight: normal; border-bottom: 1px solid #e5e5e5; }
.container-sidebar-right .newsflash h4 { font-size: .9rem; font-weight: bold; color: #333; margin: .75rem 0 .2rem; }
.container-sidebar-right .newsflash p { font-size: .85rem; margin: 0 0 .5rem; }
.container-sidebar-right .newsflash time, .container-sidebar-right .newsflash .date { font-weight: bold; color: #333; font-size: .85rem; }

/* Patička */
.container-footer { background: #333 url(/images/site/footerbar.png) repeat-x; color: #ccc; font-size: .8rem; }
.container-footer .grid-child { max-width: 80rem; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem 1rem; padding: .6rem 1rem; }
.container-footer .mod-menu, .container-footer ul { display: flex !important; flex-direction: row; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.container-footer .grid-child > * { margin: 0; }
.container-footer a { color: #fff; }
.back-to-top-link { display: none; }

@media (max-width: 767px) {
  body.site { padding-top: 0; }
  .container-header .navbar-brand .brand-logo { width: 100%; max-width: 440px; background-size: contain; height: 100px; margin: 8px auto 0; }
}
