/* cyrillic-ext */
@font-face {
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcDrg7shw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* latin-ext */
@font-face {
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcArg7shw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* cyrillic-ext */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYpHtKgS4.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* latin-ext */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYp3tKgS4.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --cassiopeia-color-primary: #112855;
  --cassiopeia-color-link: #FFD700;
  --link-color: #224faa;
  --link-color-rgb: 34, 79, 170;
  --cassiopeia-color-hover: #cc9933;
  --link-hover-color: #424077;
  --link-hover-color-rgb: 66, 64, 119;
}

.container-header {
  background: none;
}

.mod-list li.active > a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: none;
}

body {
  color: #fff;
}

a {
  color: var(--cassiopeia-color-link);
  text-decoration: none;
}
a:hover {
  color: #cc9933;
  text-decoration: none !important;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

h2 {
  font-family: "Cormorant Garamond", serif;
  color: #FFD700;
}

figcaption {
  color: #cccccc;
}

.kn-dc {
  text-align: center;
}

.container-sidebar-left {
  position: fixed;
  top: 0;
}

.navbar-expand-lg .navbar-collapse {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  z-index: 900;
}
.navbar-expand-lg .navbar-collapse ul {
  text-align: center;
}

.mod-menu__separator {
  color: var(--cassiopeia-color-link);
}

.menu-separator {
  cursor: pointer;
}
.menu-separator.fold .menu-toggle {
  transform: rotate(90deg);
}
.menu-separator:hover {
  color: #cc9933;
}

.nav-child {
  border: 1px solid var(--cassiopeia-color-link);
  border-radius: 5px;
  padding-right: 1em;
}

.menu-toggle {
  display: inline-block;
  transition: transform 0.5s;
}

.navbar-toggler {
  color: var(--cassiopeia-color-link);
}
.navbar-toggler:focus {
  box-shadow: none;
}

.mod-list li.current > a {
  text-decoration: underline;
}

.kn-navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #112855;
  padding: 20px 5px;
  border-radius: 50px;
}

.kn-header_sm {
  justify-content: center;
}
.kn-header_sm .mod-custom {
  height: 300px;
  display: flex;
  flex-wrap: nowrap;
}
.kn-header_sm .kn-header_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kn-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: linear-gradient(to top, #257eb7, #040429);
}

footer.footer {
  background-image: none;
  background-color: #060b31;
}

.kn-footer_logos img {
  padding-bottom: 1em;
}

.kns a {
  color: #FFD700;
  text-decoration: none;
}

.ruhmad h2 {
  text-align: center;
  margin-bottom: 60px;
}
.ruhmad table {
  margin: 0 auto 30px;
}
.ruhmad th {
  text-align: center;
  color: #FFD700;
  border-bottom: 1px solid #FFD700;
  text-transform: uppercase;
  font-weight: 400;
}
.ruhmad td:first-child {
  padding-right: 10px;
}

.kn-doc-table {
  width: 100%;
}
.kn-doc-table tr {
  border-bottom: 1px solid #FFD700;
}
.kn-doc-table td {
  text-align: center;
  padding-top: 10px;
}
.kn-doc-table td:first-child {
  text-align: left;
  width: 85%;
}

.personal-table {
  width: 100%;
}
.personal-table tr {
  border-bottom: 1px solid #FFD700;
}
.personal-table td {
  padding-top: 10px;
}

.org {
  color: #FFD700;
}

.kn-jimages {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}
.kn-jimages img {
  width: 300px;
  margin: 0.5em;
  object-fit: contain;
}

@media (min-width: 576px) {
  .kn-header_sm .mod-custom {
    height: 170px;
  }
  .kn-header_sm .kn-header_logo img:first-child {
    max-height: 70px;
    margin-top: 40px;
    margin-bottom: -20px;
  }
}
@media (min-width: 768px) {
  .kn-header_sm .mod-custom {
    height: 250px;
  }
  .kn-header_sm .kn-header_logo img:first-child {
    max-height: 120px;
    margin-top: 40px;
    margin-bottom: -20px;
  }
  .kontakt-neme {
    display: flex;
    flex-wrap: wrap;
  }
  .kontakt-neme div {
    width: 50%;
  }
  .kontakt-neme div {
    padding: 20px 0;
  }
  .kontakt-neme div p:first-child {
    border-bottom: 1px solid #FFD700;
  }
}
@media (min-width: 992px) {
  .kn-header_sm .mod-custom {
    height: 300px;
  }
  .kn-header_sm .kn-header_logo img:first-child {
    max-height: 150px;
    margin-top: 40px;
    margin-bottom: -40px;
  }
  .container-sidebar-left {
    position: relative;
  }
  .kn-navbar {
    background: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    font-size: 1.15rem;
  }
  .kn-header_sm .mod-custom {
    height: 300px;
  }
  .kn-header_sm .kn-header_logo img:first-child {
    max-height: 170px;
    margin-top: 40px;
    margin-bottom: -40px;
  }
}
.site-grid {
  z-index: 20;
}

.container-footer {
  z-index: 10;
}

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