/*#e6c3cf; #e0b8c1; */
@charset "UTF-8";
@font-face {
  font-family: 'fira sans';
  src: url('../fonts/firasansot-regular-webfont.eot');
  src: url('../fonts/firasansot-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasansot-regular-webfont.woff') format('woff'), url('../fonts/firasansot-regular-webfont.ttf') format('truetype'), url('../fonts/firasansot-regular-webfont.svg#fira_sans_otregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fira sans';
  src: url('../fonts/firasansot-light-webfont.eot');
  src: url('../fonts/firasansot-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasansot-light-webfont.woff') format('woff'), url('../fonts/firasansot-light-webfont.ttf') format('truetype'), url('../fonts/firasansot-light-webfont.svg#fira_sans_otlight') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "geonika";
  src: url("../fonts/geonika.eot");
  src: url("../fonts/geonika.eot?#iefix") format("embedded-opentype"), url("../fonts/geonika.woff") format("woff"), url("../fonts/geonika.ttf") format("truetype"), url("../fonts/geonika.svg#geonika") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "geonika" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lbb {
  border-bottom: 1px solid #e6c8cd;
}
.bb {
  border-bottom: 1px solid #dcb3b9;
}
html {
  background-color: #eeeeee;
  font-family: "fira sans", sans-serif;
  font-size: 16px;
  height: 100%;
}
body {
  height: 100%;
}
:focus,
input:focus,
a:focus {
  outline: 0;
}
a {
  color: #4d0016;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #4d0016;
  text-decoration: underline;
}
p,
a,
li,
th,
td {
  line-height: 1.5;
}
header .lang {
  background-color: #fff;
  text-align: right;
}
header .lang a {
  color: #909090;
  display: inline-block;
  font-size: 0.85em;
  padding: 0.6em 1em;
}
header .lang a:hover {
  color: #34000e;
}
header .lang a.active {
  color: #34000e;
}
header .lang a.active:hover {
  cursor: default;
  text-decoration: none;
}
header .ident {
  background-color: #d9acb3;
  color: #34000e;
}
header .ident .in > div {
  min-height: 70px;
  position: relative;
}
header .ident .logo {
  background: none;
  bottom: 0;
  position: absolute;
  right: 0;
}
header .ident .logo img {
  border: none;
  margin: 16px 10px 0;
  width: 60px;
}
header .ident h1 {
  font-size: 1.35em;
  font-weight: 100;
  line-height: 1.15;
  margin: 0;
  padding: 0.6em 0 0.3em;
}
header .ident h2 {
  font-size: 0.85em;
  font-weight: 100;
  line-height: 1.2;
  margin: 0;
  padding: 0 80px 0.4em 0;
}
nav {
  background-color: #f7eef0;
  border-bottom: 1px solid #dcb3b9;
  padding-top: 1px;
}
nav a {
  display: inline-block;
  font-size: 0.85em;
  padding: 0.6em 2em 0.5em;
}
nav a.active {
  background-color: #fff;
  border: 1px solid #dcb3b9;
  border-bottom-color: #fff;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 1px;
}
nav a.active:hover {
  cursor: default;
  text-decoration: none;
}
.menu-panel {
  background: #fff;
  border-bottom: 1px solid #dcb3b9;
  position: relative;
  z-index: 3;
}
.menu-panel .menu-bar span {
  font-size: 0.85em;
  height: 40px;
  padding: 0 0.5em;
}
.menu-panel #menu-trigger,
.menu-panel #submenu-trigger {
  background-color: #f7eef0;
  color: #800024;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3em;
  padding: 0 0.5em;
  vertical-align: middle;
}
.menu-panel #menu-trigger:before,
.menu-panel #submenu-trigger:before {
  line-height: 44px;
}
.menu-panel #menu-trigger:hover,
.menu-panel #submenu-trigger:hover {
  background-color: #f3e4e6;
  color: #67001d;
  text-decoration: none;
}
.menu-panel #submenu-trigger {
  border-left: 1px solid #dcb3b9;
}
.menu-panel #menu-trigger {
  border-right: 1px solid #dcb3b9;
}
.menu-panel #menu-current {
  color: #333;
  font-size: 0.95em;
}
.menu-panel .menu-cont {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-size: 0.85em;
  position: absolute;
  left: 0;
  right: 0;
  top: 41px;
  z-index: 2;
}
.menu-panel nav {
  padding: 0;
}
.menu-panel nav .in {
  padding: 0;
}
.menu-panel nav a {
  border-bottom: 1px solid #e6c8cd;
  display: block;
  font-size: 1em;
  padding: 0.6em 1em 0.5em;
}
.menu-panel nav a:last-child {
  border-bottom: none;
}
.menu-panel nav a.active {
  display: none;
}
.menu-panel nav a.fright {
  float: none;
}
.menu-panel nav a:hover {
  background-color: #f3e4e6;
  text-decoration: none;
}
.menu-panel menu {
  background-color: #f7eef0;
  border-bottom: 1px solid #dcb3b9;
  margin: 0;
  padding: 0;
}
.menu-panel menu a {
  border-bottom: 1px solid #e6c8cd;
  display: block;
  padding: 0.6em 1em 0.5em 4em;
}
.menu-panel menu a:last-child {
  border-bottom: none;
}
.menu-panel menu a:hover {
  background-color: #f3e4e6;
  text-decoration: none;
}
/* sticked */
div ~ .menu-panel {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
main {
  background-color: #fff;
  border-bottom: solid 1px #d5d5d5;
  min-height: 20em;
  padding: 0 0 2em;
  position: relative;
  z-index: 1;
}
main .in {
  padding: 0;
}
main article {
  padding: 1em 3%;
}
main article a {
  color: #800024;
}
main h1 {
  color: #000;
  font-size: 1.4em;
  font-weight: 100;
  line-height: 1.25;
  margin: 0;
  padding: 0.5em 0 0.20em;
}
main h2 {
  color: #000;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.25;
  margin: 0;
  padding: 0.40em 0 0.20em;
}
main h3 {
  color: #000;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.25;
  margin: 0;
  padding: 0.35em 0 0.15em;
}
main h4 {
  color: #000;
  font-size: 0.95em;
  font-weight: 100;
  line-height: 1.25;
  margin: 0;
  padding: 0.30em 0 0.1em;
}
main p,
main li {
  color: #222;
  font-size: 0.85em;
  margin: 0.5em 0;
}
main h1 + p,
main h2 + p,
main h3 + p,
main h4 + p {
  margin-top: 0.3em;
}
main li li {
  font-size: 1em;
}
main ul {
  margin: 0.7em 0 1.5em;
  padding-left: 1em;
}
main ul li {
  list-style-type: none;
}
main ul li:before {
  color: #222;
  content: "•";
  padding-right: 0.5em;
}
main ol {
  margin: 0.7em 0 1.5em;
  padding-left: 1em;
}
main li {
  margin: 0.3em 0;
}
main table {
  border-collapse: collapse;
}
main td {
  border: 1px solid #aaa;
  color: #222;
  font-size: 0.85em;
  padding: 0.2em 0.5em;
}
main th {
  border: 1px solid #aaa;
  color: #000;
  font-size: 1em;
  font-weight: 100;
  padding: 0.2em 0.5em;
}
main .ps {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  width: 750px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
main .ps:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 1px 4px -2px #800024;
}
main .KO {
  border: 1px solid #aaa;
}
main .KO td {
  border-bottom: none;
  /* border-top-color: #999; */
}
main .KO td:first-child:last-child {
  border-top-color: #d7d7d7;
}
main select {
  background-color: #fff;
  border: 1px solid #bbb;
  box-shadow: 1px 2px 4px -2px rgba(0, 0, 0, 0.2) inset;
  padding: 2px 4px;
}
main select option {
  padding: 2px 4px;
  border: 1px solid #f2f2f2;
  border-top: none;
}
#submenu {
  border-right: 1px solid #e6c8cd;
  display: none;
}
#submenu a {
  border-bottom: 1px solid #e6c8cd;
}
#submenu a.active {
  border-right: 3px solid #e6c8cd;
}
#submenu a:last-child {
  border-bottom: none;
}
#submenu a:hover {
  background-color: #f7eef0;
  text-decoration: none;
}
footer {
  background-color: #eeeeee;
}
footer p {
  color: #9a9a9a;
  font-size: 0.75em;
  text-align: center;
}
.in {
  padding: 0 3%;
}
.fright {
  float: right;
}
.fnorm {
  font-weight: normal !important;
}
.center {
  text-align: center;
}
.m1 {
  margin: 1em 0;
}
.m2 {
  margin: 0.5em 0;
}
.m4 {
  margin: 0.25em 0;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mr {
  margin-right: 1em;
}
.ml {
  margin-left: 1em;
}
.mt {
  margin-top: 1em;
}
.dis {
  color: #999;
}
article .logo {
  height: 120px;
  margin: 0 1.5%;
}
main ul li:before {
  color: #d9acb3;
}
footer img {
  height: 75px;
  margin: 0 0.5%;
}
.KOcheckdesk {
font-weight: 100;
color: #111;
border: 1px solid #e8cdd1;
background-color: #f7eef0;
padding: 0.2rem;
line-height: 2rem;
}
.KOsubcheckdesk {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1rem;
-moz-column-gap: 1rem;
column-gap: 0.6rem;
padding: 0.1rem;
line-height: 1.8rem;
}
.KOlajTit  {
border-top: 2px solid #DAA4A4;
}
.KOtabTit th , .KOlajTit, #KOvrstva td, #KOvrstva th, .KOatr {
text-align: left;
}
.KOlajTit {
background-color: #e8cdd1;
}
.KOatr {
background-color: #f7eef0;
}
#KOvrstva .KOatrFoot, #KOvrstva .KOatrFoot td, #KOvrstva .KOatrFoot th {
border-bottom-width: 2px;
border-bottom-color: #e8cdd1;
}
#KOvrstva .KOatrFoot:last-child, #KOvrstva .KOatrFoot:last-child td, #KOvrstva .KOatrFoot:last-child  th {
border-bottom-color: #DAA4A4;
}
#KOwrapper {
  margin-top: 1em;
}
#KOwrapper table {
  width: 100%;
}
#KOwrapper select {
  min-width: 25%;
  max-width: 200px;
}
#KOwrapper th {
  vertical-align: top;
}
#KOwrapper td,
#KOwrapper th {
  border: none;
  border-bottom: 1px solid #f6ebed;
  padding: 0.5em;
}
#KOwrapper td:first-child,
#KOwrapper th:first-child {
  border-right: 1px solid #e3c1c6;
  padding-left: 0.2em;
  width: 150px;
}
