@font-face {
  font-family: "Linux Biolinum";
  src: url("../assets/fonts/LinBiolinum_Rah.ttf"); }
@font-face {
  font-family: "Linux Libertine BL";
  src: url("../assets/fonts/LinLibertineBL.otf"); }
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: "Linux Libertine BL";
  font-size: 20px;
  line-height: 23px; }

a {
  text-decoration: none;
  color: #3C6E71; }

a:visited {
  color: #512c5e; }

.comment {
  color: #707070; }
  .comment a {
    color: #353535; }

.error {
  color: #AB5B50; }

.topbar {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 0 0 24px;
  background-color: #3C6E71;
  color: #353535;
  font-size: 50px; }
  .topbar a {
    color: inherit; }

.topnav {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 40px;
  padding: 0 0 0 24px;
  background-color: #284B63;
  color: #FFFFFF;
  font-size: 20px; }
  .topnav a {
    color: inherit; }

.container-sidenav {
  display: flex;
  flex: 1;
  overflow: hidden; }

.sidenav {
  margin-left: 24px;
  padding: 24px;
  overflow-y: auto;
  flex-shrink: 0;
  width: 120px;
  background-color: #D9D9D9; }
  .sidenav .content ul {
    list-style: none;
    padding-left: 0; }
    .sidenav .content ul a {
      color: inherit; }
  .sidenav .toggle-btn {
    display: none;
    margin: 12px 0 24px 0;
    text-align: center; }

.sidenav.is-expanded {
  padding: 0 24px 24px 24px;
  width: 120px; }
  .sidenav.is-expanded .content {
    display: block; }

.sidenav-lexicon .content input {
  margin: -12px -12px;
  width: 136px; }

.sidenav-screpl .content .sortable-ghost {
  opacity: 0.4; }

.container-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto; }

.main {
  flex: 1;
  padding: 24px; }
  .main p {
    margin: 0 0 20px 0; }
  .main p:last-child {
    margin: 0; }

.main-lexicon details table {
  border-collapse: collapse;
  margin-bottom: 24px; }
  .main-lexicon details table td {
    font-size: 18px;
    padding: 2px 10px 0 10px; }
  .main-lexicon details table tr:nth-child(odd) {
    background-color: #D9D9D9; }
.main-lexicon details:last-of-type {
  padding-bottom: 24px; }

.main-search {
  line-height: 35px; }
  .main-search details {
    font-size: 18px;
    line-height: 23px; }
    .main-search details table td {
      padding: 0 10px 0 10px; }
  .main-search hr {
    margin: 24px 0 24px 0;
    border-color: #D9D9D9; }
  .main-search ol {
    padding-left: 20px; }
  .main-search strong {
    color: #618934; }

.main-screpl {
  line-height: 30px; }
  .main-screpl .comment {
    margin-bottom: 12px; }
  .main-screpl hr {
    margin: 24px 0 24px 0;
    border-color: #D9D9D9; }

.bottombar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 24px;
  height: 70px;
  background-color: #353535; }
  .bottombar #logo-ncn {
    height: 27px; }
  .bottombar #logo-uj {
    height: 51px; }

@media (max-width: 700px) {
  .topbar {
    height: 40px;
    font-size: 20px; }

  .sidenav {
    margin-left: 0;
    padding: 0;
    width: 40px; }
    .sidenav .content {
      display: none; }
    .sidenav .toggle-btn {
      display: block; }

  .bottombar {
    height: 40px; }
    .bottombar #logo-ncn {
      height: 15px; }
    .bottombar #logo-uj {
      height: 29px; } }
.fname {
  color: #3C6E71; }

ul.tree, ul.tree ul {
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0; }

ul.tree ul {
  margin-left: 20px; }

ul.tree li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 4px;
  vertical-align: top;
  border-bottom: 2px solid #3C6E71; }

ul.tree li {
  border-left: 2px solid #3C6E71; }

ul.tree li:last-child {
  border-left: none; }

ul.tree li:last-child:before {
  border-left: 2px solid #3C6E71; }

ul.tree > li {
  border-left: none; }

ul.tree > li:before {
  content: none; }

ul.tree > li > ul {
  margin-left: 4px; }

/*# sourceMappingURL=style.css.map */
