@charset "utf-8";

/******************** FONTS ************************* START*/

@font-face {
  font-family: "Festo";
  src:
    url("https://www.festo.com/fonts/Festo-Regular.woff2") format("woff2"),
    url("https://www.festo.com/fonts/Festo-Regular.woff") format("woff");
}
@font-face {
  font-family: "Festo";
  src:
    url("https://www.festo.com/fonts/Festo-Bold.woff2") format("woff2"),
    url("https://www.festo.com/fonts/Festo-Bold.woff") format("woff");
  font-weight: bold;
}

/******************** FONTS ************************* END*/

html {
  margin: 0;
  background-color: #000;
}

body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: "Festo", Arial Narrow, sans-serif;
}

.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -17px; /* Increase/Decrease this value for cross-browser compatibility */
  overflow-y: scroll;
}

video.vid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

video.popout {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: 2000;
}

img.popout {
  position: absolute;
  min-width: 0;
  min-height: 0;

  top: 0px;
  left: 0px;

  -webkit-transform: none; /* Safari and Chrome */
  -moz-transform: none; /* Firefox */
  -ms-transform: none; /* IE 9 */
  -o-transform: none; /* Opera */
  transform: none;

  z-index: 2000;
}

.blackcover {
  position: fixed;
  display: none;
  top: -1000px;
  bottom: 0px;
  left: -1000px;
  right: 0px;
  background-color: black;
  z-index: 1999;
}

.vid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.vid-overlay-end {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.vid-overlay-popout {
  z-index: 2001;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.img-overlay-popout {
  z-index: 2001;
}

.progress-bar {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  background-color: #aaa;
}

.vid-progress {
  height: 3px;
  background-color: #0091dc;
}

a.popup,
a.link,
a.print {
  text-decoration: none !important;
  color: #0091dc;
  font-weight: bold;
}

a.popup:hover,
a.link:hover,
a.print:hover {
  text-decoration: none !important;
  color: #22b3fe;
}

.step-content {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 2rem;
  font-size: 1.2rem;
  position: absolute;
}

.step-content-right {
  width: 50%;
  right: 4.4rem;
  top: 4rem;
}

.step-content-left {
  width: 50%;
  left: 4.4rem;
  top: 4rem;
}

.step-content-top {
  left: 4.4rem;
  top: 4rem;
  right: 4.4rem;
}

.step-content-bottom {
  left: 4.4rem;
  bottom: 2rem;
  right: 4.4rem;
  top: auto;
}

.step-content-full {
  left: 4.4rem;
  right: 4.4rem;
  top: 4rem;
}

.step-content button {
  border: none;
  margin: 1rem auto;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  padding: 10px 25px;
  width: 175px;
}

.step-content button:hover {
  background: rgba(0, 0, 0, 0.5);
}

.btn-next {
  float: right;
}

.tts {
  position: absolute;
  bottom: 10px;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.tts:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tts-hidden {
  visibility: hidden;
}

.btn-hidden {
  position: absolute;
  top: 50%;
  border: none;
  margin: 1rem auto;
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  visibility: hidden;
  -webkit-transition: 0.3s background;
  -webkit-transition: 0.3s opacity;
  opacity: 0.5;
}
.btn-hidden-next {
  right: 5px;
}
.btn-hidden-previous {
  left: 5px;
}
.btn-hidden-restart {
  /*right: 5px;*/
  left: 5px;
  top: 40% !important;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-height: 820px) {
  .btn-hidden-restart {
    top: 36% !important;
  }
}
@media screen and (max-height: 575px) {
  .btn-hidden-restart {
    top: 30% !important;
  }
}
@media screen and (max-height: 400px) {
  .btn-hidden-restart {
    top: 25% !important;
  }
}

.btn-show {
  visibility: visible;
}
.btn-show:hover {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s background;
  -webkit-transition: 0.3s opacity;
}

.btn-highlight {
  border-style: solid;
  -webkit-transition: 0.3s;
}

.inactive {
  cursor: auto !important;
  background: rgba(255, 255, 255, 0) !important;
  color: #000;
  -webkit-transition: 0.3s background;
}

h1 {
  font-size: 2.4rem;
  /*text-transform: uppercase; */
  margin-top: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0px;
  line-height: 3rem;
}

h1.title {
  font-size: 3.5rem;
  line-height: 3.8rem;
  text-transform: none !important;
}

h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-top: 1.5rem;
}

.bg {
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  /*width: auto !important;
	height: auto !important;*/
  margin-left: auto;
  margin-top: auto;
  z-index: -100;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.button-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 40px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
  padding: 10px;
}
.button-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.button-hover {
  background: rgba(0, 0, 0, 1) !important;
}
.button-home {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
  padding: 10px;
}
.button-home:hover {
  background: rgba(255, 255, 255, 0.1);
}
.button-show:hover {
  background: rgba(255, 255, 255, 0.1);
  color: black;
}
.button-show {
  position: absolute;
  cursor: pointer;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 20px;
  text-align: center;
}
.button-show-left {
  top: 4rem;
  left: 4.4rem;
}
.button-show-right {
  top: 4rem;
  right: 4.4rem;
}
.button-show-top {
  top: 4rem;
  right: 4.4rem;
}
.button-show-bottom {
  bottom: 2rem;
  right: 4.4rem;
}
.button-show-full {
  top: 4rem;
  right: 4.4rem;
}

.vid-pause {
  width: 80%;
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.btn-hide {
  visibility: hidden;
}

.button-video {
  position: absolute;
  top: 0px;
  left: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
  padding: 10px;
}
.button-video:hover {
  background: rgba(255, 255, 255, 0.1);
}

.button-audio {
  position: absolute;
  top: 0px;
  left: 80px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
  padding: 10px;
}
.button-audio:hover {
  background: rgba(255, 255, 255, 0.1);
}

.button-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 8px !important;
  z-index: 1;
  font-size: 2rem !important;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
}
.button-menu:hover {
  background: rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.stepof {
  position: absolute;
  right: 20px;
  bottom: 0px;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1;
}

.searchbar {
  font-size: 1.8em;
  line-height: 1.1em;
  color: #ffffff;
  padding-bottom: 0.5em;
  padding-left: 1.2em;
}

.search-input {
  font-family: "Festo", Arial Narrow, sans-serif;
  font-size: 16px;
  width: 300px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  background-image: url("../image/searchicon.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  padding: 12px 30px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.close-icon {
  font-family: "Festo", Arial Narrow, sans-serif;
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #999;
  cursor: pointer;
  margin: 0;
  padding: 6px;
  position: relative;
  left: -30px;
  font-size: 21px;
  width: 25px;
  z-index: 10;
}

.close-icon:hover {
  color: #111;
}

.menu-count {
  color: #fff;
  padding-top: 0.5em;
  padding-left: 2.3em;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgba(0, 0, 0, 0.85); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav-item {
  font-size: 1.4em;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding-left: 1.7em;
  vertical-align: middle;
}

.padding-left-more {
  padding-left: 3.2em;
}

.nav-group {
  font-size: 1.6em;
  line-height: 1em;
  color: #fff;
  transition: 0.3s;
  padding-left: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: middle;
  cursor: pointer;
}

.nav-group-open:before {
  content: url("../image/folder-open.svg");
  display: inline-block;
  width: 22px;
  height: 25px;
  padding-right: 10px;
}

.nav-group-closed:before {
  content: url("../image/folder-closed.svg");
  display: inline-block;
  width: 22px;
  height: 25px;
  padding-right: 10px;
}

/* When you mouse over the navigation links, change their color */
.active-slide:hover:not(.current-slide) {
  color: #000;
  background-color: rgba(255, 255, 255, 0.95);
}

.sidenav-item.disabled {
  color: #444 !important;
  cursor: default !important;
}

.current-slide {
  font-size: 1.4em;
  font-weight: bold;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidenav-item:before {
  content: url("../image/empty.svg");
  display: inline-block;
  width: 22px;
  height: 25px;
  padding-right: 10px;
}

.slide-visited:before {
  content: url("../image/checked.svg");
  display: inline-block;
  width: 22px;
  height: 25px;
  padding-right: 10px;
}

.active-slide:not(.current-slide) {
  cursor: pointer;
}

.sidenav-group {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
}

.menu-container {
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
}

.menutitle {
  font-size: 2.4em;
  color: #fff;
  padding-bottom: 10px;
}

/* Position and style the close button (top right corner) */
.closebtn {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    sans-serif;
  position: absolute;
  text-decoration: none !important;
  color: #fff;
  right: 40px;
  top: 10px;
  font-size: 3rem;
  line-height: 4rem;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}

/* Position and style the close button (top right corner) */
.settings-window {
  position: absolute;
  text-decoration: none !important;
  color: #fff !important;
  top: 80px;
  right: 40px;
  font-size: 2rem;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}

#autorun,
#alwaysplay,
#alwaysrestart,
#showhidetextbox,
#allowtts,
#bgmusic,
#looping {
  font-family: "Festo", Arial Narrow, sans-serif;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #000 !important;
}

.img-dark {
  width: 13px;
  height: 15px;
  margin-right: 6px;
}

.logo {
  width: 125px;
  position: absolute;
  display: block;
  top: 25px;
  right: 25px;

  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

.logo:before {
  content: url(../image/logo.svg);
}

.music {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  color: white;
  font-size: 20px;

  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 15px !important;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
  cursor: pointer;

  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

.music:hover {
  background: rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.msg-complete {
  position: absolute;
  top: 14px;
  left: 80px;
  font-size: 24px;
  color: white;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  body {
    background-size: cover;
  }

  .step-content {
    font-size: 1.8rem;
  }

  h1 {
    padding-top: 10px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  h1.title {
    padding-top: 20px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  p {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .step-content-right,
  .step-content-left,
  .step-content-top,
  .step-content-bottom {
    width: auto;
    top: 4rem;
    right: 3rem;
    left: 3rem;
    bottom: auto;
  }

  .step-content button {
    font-size: 1.2rem;
    padding: 15px 15px;
    margin-bottom: 20px;
    width: auto;
  }

  .button-video {
    left: 60px;
  }

  .button-audio {
    left: 120px;
  }

  .button-show {
    font-size: 1.5rem;
    padding: 10px 20px;
  }

  .button-menu {
    font-size: 3rem;
  }

  .stepof {
    font-size: 1rem;
  }

  .menutitle {
    font-size: 1.8em;
    line-height: 1.1em;
  }

  .search-input {
    width: 90%;
  }

  .sidenav-item {
    padding-top: 10px;
  }

  .bg {
    height: 100%;
    z-index: -100;
  }

  .menu-container {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 5%;
  }

  .settings-window {
    top: 24px;
    right: 100px;
  }
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn {
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 0.375rem 1rem;
}
.btn-primary {
  color: #fff;
  background-color: rgba(108, 108, 108, 0.7);
}
.btn-primary:hover {
  background-color: rgba(108, 108, 108, 1);
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.popup-window {
  display: none;
}
.popup-600 {
  max-width: 500px !important;
}
.popup-full {
  max-width: 100%;
}
.img-popup {
  max-width: 1200px;
  max-height: auto;
}

@media (max-width: 1300px) {
  .popup-full {
    width: 100%;
  }
  .img-popup {
    max-width: 100%;
    max-height: auto;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

.popup-btn {
  float: right;
  padding-right: 20px;
  padding-left: 20px;
}

.alert {
  font-size: 15px;
  font-style: italic;
}

.alert-note,
.alert-caution,
.alert-warning {
  padding: 20px;
}

.iconmsg {
  font-size: 50px !important;
  padding-right: 10px;
}
