@font-face {
   font-family: libertinus;
   src: url(fonty/libertinusserif-regular.woff);
   font-display: swap;
}

@font-face {
   font-family: libertinus;
   src: url(fonty/libertinusserif-italic.woff);
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: libertinus;
   src: url(fonty/libertinusserif-semibold.woff);
   font-weight: bold;
   font-display: swap;
}

@font-face {
   font-family: libertinus;
   src: url(fonty/libertinusserif-semibolditalic.woff);
   font-weight: bold;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: libertinus-sans;
   src: url(fonty/libertinussans-regular.woff);
   font-display: swap;
}

@font-face {
   font-family: libertinus-sans;
   src: url(fonty/libertinussans-italic.woff);
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: libertinus-sans;
   src: url(fonty/libertinussans-bold.woff);
   font-weight: bold;
   font-display: swap;
}

@font-face {
   font-family: libertinus-mono;
   src: url(fonty/libertinusmono-regular.woff);
   font-display: swap;
}

html, body, div, span, h1, h2, h3, h4, h5, h6,
   p, blockquote, a, ul, li, label, article,
   footer, header, menu, nav, section {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}

article, footer, header, nav, section {
   display: block;
}

ul {
   list-style: none;
}

body {
   line-height: 1.2;
   font-family: libertinus, Georgia, serif;
   font-size: 18px;
   color: #000000;
   background-color: #E5E5E5;
   background-image: url("obrazky/pozadi.gif");
   background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
   font-family: libertinus-sans, Helvetica, sans-serif;
}

h1 {
   font-size: 32px;
}

h2 {
   font-size: 28px;
}

h3 {
   font-size: 22px;
}

p {
   padding: 10px 15px 10px 15px;
}

p a {
   color: #A80000;
}

.wrapper {
   margin: 0 auto;
   width: 800px;
}

.headerwrap {
   width: 800px;
   float: left;
   margin: 0 auto;
}

.header {
   height: 100px;
   line-height: 1.1;
   font-family: libertinus-sans, Helvetica, sans-serif;
   color: #FFFFFF;
   background-color: #A80000;
   border-radius: 5px;
   margin: 2px 5px 0px 5px;
}

.leftcolumnwrap {
   width: 130px;
   float: left;
   margin: 0 auto;
}

.leftcolumnwrap a {
   color: #303030;
   text-decoration: none;
}

.leftcolumn {
   width: 116px;
   white-space: nowrap;
   font-family: libertinus-sans, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 20px;
   background-color: #FFFCF8;
   border-radius: 5px;
   border: 2px solid #A80000;
   margin: 3px 0px 0px 5px;
}

.leftcolumn:hover {
   width: auto;
   background-color: #FFFCFC;
}

.leftcolumn div {
   padding: 30px 10px 30px 10px;
}

.contentwrap {
   width: 670px;
   float: left;
   margin: 0 auto;
}

.content {
   background-color: #FFFCF8;
   border-radius: 5px;
   border: 2px solid #A80000;
   margin: 3px 5px 0px 2px;
}

.footerwrap {
   width: 800px;
   float: left;
   margin: 0 auto;
   clear: both;
}

.footer {
   height: 20px;
   color: #FFFFFF;
   background-color: #A80000;
   border-radius: 5px;
   margin: 3px 5px 3px 5px;
}

.footer a {
   color: #FFFFFF;
   text-decoration: none;
}

.footer a:hover {
   text-decoration: underline;
}

.footer p {
   font-size: 12px;
   padding: 3px 10px 4px 10px;
}

label {
   cursor: pointer;
}

.showmore {
   display: none;
}

.showmore_checkbox {
   display: none;
}

.showmore_label:before {
   white-space: nowrap;
   cursor: pointer;
   display: inline-block;
   background-color: #FFFCF8;
   border-radius: 4px;
   font-style: italic;
   padding: 6px 12px 6px 12px;
   border: 1px solid #A80000;
   content: "Zobrazit více...";
}

.showmore_label:hover:before {
   white-space: nowrap;
   background-color: #FFFCFC;
   content: "Zobrazit více.....";
}

.showless_label:before {
   white-space: nowrap;
   cursor: pointer;
   background-color: #FFFCF8;
   border-radius: 4px;
   font-style: italic;
   padding: 6px 12px 6px 12px;
   border: 1px solid #A80000;
   content: "Zobrazit méně";
}

.showless_label:hover:before {
   white-space: nowrap;
   background-color: #FFFCFC;
   padding: 6px 22px 6px 12px;
   content: "Zobrazit méně  ";
}

.showmore_checkbox:checked ~ .showless {
   display: none;
}

.showmore_checkbox:checked ~ .showmore {
   display: inline;
}

.covert_link {
   color: #000000;
   text-decoration: none;
}

.covert_link:hover {
   text-decoration: underline;
}