@charset "UTF-8";
@font-face {
  font-family: Open-Sans;
  src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
  font-weight: 100;
}

@font-face {
  font-family: Open-Sans;
  src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Open-Sans;
  src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Open-Sans;
  src: url(../fonts/Open_Sans/OpenSans-ExtraBold.ttf);
  font-weight: 900;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fa-regular-400.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
body,
div,
li,
p,
span,
td,
th {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  mso-line-height-rule: exactly;
}

body {
  font-family: Open-Sans, Arial, sans-serif;
  font-size: 1rem;
}

.fullWrap {
  width: 100vw;
  height: 100vh;
  background-color: #b2debb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fullWrap h2 {
  margin-bottom: 5em;
}

.logo {
  width: 250px;
  max-width: 250px;
}

.buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
}

.buttonWrapper button {
  cursor: pointer;
  width: 250px;
  height: 150px;
  border: 0;
  border-radius: .5em;
  background-color: #24963b;
  color: white;
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
          box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.buttonWrapper button:hover {
  background-color: #333333;
  color: #ed7c1e;
  -webkit-box-shadow: 0 3px 5px rgba(51, 51, 51, 0.7);
          box-shadow: 0 3px 5px rgba(51, 51, 51, 0.7);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.buttonWrapper p {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1em;
}

.buttonWrapper p.infoText {
  width: 250px;
  color: #333333;
  font-weight: normal;
}

.buttonWrapper i {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 4rem;
}

.buttonWrapper i.dvd-icon::after {
  content: '\F51F';
}

.buttonWrapper i.online-icon::after {
  content: '\F649';
}

.back {
  background-color: #333333;
  display: block;
  margin-bottom: 1em;
  padding: .5em 1em;
  border-radius: .3em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: white;
  text-decoration: none;
}

.back p::before {
  content: '\F053';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 1em;
}

.back:hover {
  background-color: #24963b;
}

h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #FFFFFF;
  padding: .3em;
  margin-bottom: .3em;
  background-color: #24963b;
  display: inline-block;
}

input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

input[type=checkbox]:checked ~ .container {
  opacity: 0;
  max-height: 0;
  display: none;
}

.container {
  padding-left: 1em;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
}

.container > :first-child {
  margin-top: 1em;
}

.container > :last-child {
  margin-bottom: 1em;
}

.opened {
  display: block;
  max-height: 1000px;
  -webkit-transition: max-height 300ms ease-in;
  transition: max-height 300ms ease-in;
}

#videoBox {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoBox video {
  position: relative;
  margin: 0 auto;
  display: block;
  top: 100px;
}

.video {
  border: 2px solid black;
}

.show {
  display: block !important;
}

.activeItem {
  color: #24963b;
  border-color: #24963b;
}

.chapterLine {
  font-size: 2rem;
  font-weight: 400;
  background-color: #b2debb;
  color: #24963b;
  padding: .2rem .7rem;
  margin-top: .2rem;
  cursor: pointer;
}

.chapterLine:hover, .chapterLine .active {
  background-color: #9dc4a5;
}

.pageList li {
  list-style: none;
  padding: .2rem;
  cursor: pointer;
}

.pageList li::before {
  content: '\F1C1';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: .3em;
}

.pageList li:hover {
  color: #24963b;
}

.pageList li:last-child {
  margin-bottom: 1rem;
}

.audioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
  margin: 0 0 1rem;
}

.audioList li {
  display: inline-block;
  position: relative;
  list-style: none;
  padding: .5em;
  cursor: pointer;
  border: 1px solid #333333;
  border-radius: 3px;
  font-size: inherit;
  overflow: hidden;
}

.audioList li:hover, .audioList li:focus, .audioList li.activeAudio {
  color: #FFFFFF;
  background-color: #24963b;
  border-color: #24963b;
}

.audioList li::before {
  content: '\F144';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: .3em;
}

.audioList li.pause::before {
  content: '\F28B';
}

.audioList li > .pBar {
  position: absolute;
  width: 0%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: white;
}

.sectionLabel {
  font-weight: bold;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

p {
  margin: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  background-color: #e1ffe7;
  height: 100vh;
  overflow: auto;
  padding: 20px;
  min-width: 332px;
}

.viewer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  /*  align-self: center;  overrides align-item */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navigationControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 80px;
  background-color: #24963b;
}

.viewerControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.viewerControl > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  /* overrides align-item */
}

.btns {
  padding: 5px 15px;
  min-height: 30px;
  text-align: center;
  background-color: #ed7c1e;
  color: #FFFFFF;
  border: 0;
  border-radius: 2px;
  margin: 10px;
  font-size: 1rem;
  cursor: pointer;
}

.btns:hover {
  background-color: #333333;
}

.btns.zoom {
  font-family: FontAwesome;
  font-style: normal;
}

input#current_page {
  height: calc(100% - 3.1rem);
  font-size: inherit;
}

.openBox {
  position: relative;
}

.pageList {
  color: #333333;
  position: relative;
}

#canvas_container {
  width: 100%;
  max-width: calc(100vw - 332px);
  height: calc(100vh - 80px);
  overflow: auto;
}

#canvas_container {
  background: #888888;
  text-align: center;
  border: 0px;
}

.directBtn {
  padding: .5em;
  border: 1px solid #24963b;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1em;
}

.directBtn:hover, .directBtn:focus {
  background-color: #24963b;
  color: #FFFFFF;
}

.directBtn p {
  position: relative;
  white-space: pre;
}

.directBtn p::before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: .3em;
}

.directBtn.vDiv p::before {
  content: '\F03D';
}

.directBtn.iDiv p::before {
  content: '\F649';
}

.directBtn.iDiv p::after {
  content: 'Internetkapcsolat\0aszükséges';
  font-size: .6rem;
  font-weight: bold;
  right: .5em;
  position: absolute;
  text-align: right;
  line-height: .7rem;
}

#closeButton {
  width: 60px;
  height: 60px;
  background: black;
  z-index: 99;
  position: absolute;
  border-radius: 3px;
  color: #9BD6EE;
  display: none;
}

#closeButton::before {
  content: '\F057';
  cursor: pointer;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
}

#closeButton:hover {
  color: white;
}

#closeButton.videoClose {
  display: block;
  top: 100px;
  left: calc(50% + 392px);
}

#closeButton.interClose {
  display: block;
  top: 45px;
  left: 35px;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(51, 51, 51, 0.85);
  display: none;
}

#ifrm {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #333333;
  box-shadow: 0 0 10px #333333;
  z-index: 3;
}
