@charset "UTF-8";
html {
  background-color: rgb(64, 66, 68);
}

body {
  background-color: white;
}

#app {
  color: #181c1e;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0 auto;
  max-width: 1720px;
}

#app {
  font-size: 20px;
  font-family: "Fira Sans";
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-template-rows: auto 1fr auto auto;
  gap: 0;
  grid-template-areas: "header header" "main-menu content" "video-small content" "footer footer";
}
#app .p_main-menu {
  grid-area: main-menu;
  padding: 40px;
  overflow: auto;
}
#app .p_main-menu ul {
  margin: 20px;
  list-style-type: none;
}
#app .p_main-menu ul li {
  margin-bottom: 5px;
}
#app .p_main-menu ul li a {
  text-decoration: none;
  color: #535c64;
}
#app .p_main-menu ul li::before {
  display: block;
  float: left;
  text-indent: -2rem;
  text-align: center;
  content: "●";
  color: #caced3;
}
#app .p_main-menu img.in-menu {
  display: block;
  max-height: 180px;
  margin: 0 auto;
}
#app .video-small {
  grid-area: video-small;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
#app .video-small video {
  width: 800px;
  height: 450px;
}
#app .p_header {
  width: 100%;
  grid-area: header;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#app .p_header .zk_logo {
  height: 36px;
}
#app .p_header .kvkli_logo {
  height: 64px;
}
#app .p_footer {
  background-color: #181c1e;
  grid-area: footer;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#app .p_footer .sponsors {
  flex: 1;
}
#app .p_footer .sponsors img {
  vertical-align: middle;
  margin-right: 20px;
  height: 30px;
}
#app .p_footer .sponsors img.small {
  height: 20px;
}
#app .p_footer .zk_logo {
  float: right;
  height: 20px;
}
#app .p_content {
  grid-area: content;
  padding: 40px;
  overflow: auto;
}
#app .p_content div,
#app .p_content p,
#app .p_content h1,
#app .p_content h2,
#app .p_content h3,
#app .p_content h4,
#app .p_content h5,
#app .p_content h6,
#app .p_content img {
  max-width: 760px;
}
#app .article {
  margin: 0 auto;
}
#app .list {
  background-color: #d8dbde;
}
#app div.profile {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#app div.profile div.img-box {
  min-width: 200px !important;
  text-align: center;
}
#app div.profile div.img-box img.profile-photo {
  height: 220px;
}
#app div.profile span.profile-text {
  display: block;
}

img.in-page {
  display: block;
  clear: both;
}
img.in-page.center {
  margin: 0 auto;
}
img.in-page.right {
  float: right;
}
img.in-page.left {
  float: left;
}
img.in-page.free {
  max-height: 600px;
}

.book-shelf {
  grid-area: content;
  padding: 20px;
  background-color: rgb(160, 168, 176);
  border-top: solid 2px rgb(160, 168, 176);
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.book-shelf .book-box {
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  width: 284px;
  height: auto;
  border-radius: 5px;
  box-shadow: 4px 4px 7px #76828d;
}
.book-shelf .book-box .tp-box {
  background-color: #caced3;
  margin: 20px auto;
  width: 244px;
  height: 280px;
  text-align: center;
}
.book-shelf .book-box .tp-box img {
  height: 100%;
}
.book-shelf .book-box p {
  margin: 0;
}
.book-shelf .book-box p.title {
  font-weight: 700;
}
.book-shelf .book-box p.author {
  margin-top: 10px;
  font-weight: 400;
}
.book-shelf .book-box a.open-book {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #181c1e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.book-shelf .book-box a.open-book:hover {
  color: #ffa000;
}

.element {
  border: 2px dashed coral;
  background-color: lightseagreen;
}

iframe.x-vid {
  width: 100% !important;
  height: 100% !important;
}

a.active {
  font-weight: 700;
}

li.active::before {
  color: #ffa000 !important;
  font-weight: 700;
}

/*@media only screen and (min-width: 1600px) {
  #app {
    width: 1200px;
  }
}*/

/*# sourceMappingURL=app-1920.css.map */
