html {
  background-color: #161b1f;
  font-family: "Open Sans", sans-serif;
  color: white;
}
body,
html,
div {
  margin: 0;
  padding: 0;
}

.container_platform {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
canvas {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  border-bottom: white solid 1px;
}
.ani_platform {
  z-index: -10 !important;
}
.ani_platform_descrip {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.ani_platform_descrip_1 {
  flex: 5;
}
.ani_platform_descrip_2 {
  flex: 7;
}
.descrip_body {
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 80px;
  color: white;
}
.descrip_title {
  font-size: 38px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  color: white;
}

.platforms-button-gradient {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  border: none;
  transform-style: preserve-3d;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out;
}
.platforms-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.17648;
  font-weight: 400;
  min-width: 28px;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 18px;
  color: #fff;
}

h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.ani_platform_tech {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.platform_tech_img {
  flex: 4.2;
}

.platform_tech_img img {
  width: 100%;
  position: absolute;

  /* transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform; */
}
.platform_tech_figure {
  margin: 0;
  padding: 0;
}
.platform_tech_detail_1,
.platform_tech_detail_2 {
  opacity: 0;
  transition: all 0s;
}
.platfom_tech_margin {
  flex: 0.8;
}
.platfom_tech_text {
  flex: 7;
}
.platform_video {
  text-align: center;
  margin-top: 200px;
  border-top: 1px solid white;
  margin-top: 100px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 1200px;
  overflow: hidden;
  border-bottom: white solid 1px;
}

.video_container {
  width: 100%;
  border-bottom: white solid 1px;

  max-width: 1200px;
  height: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.video_img {
  background-image: url("Modulgruppe_.jpg");
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: scale(1.5);
  padding: 0;
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transition: all 2s;
  transition-delay: 0s;
  overflow: hidden;
}
.video_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #161b1f;
  opacity: 1;
  width: 100%;

  padding-top: 56.25%;

  transition: all 1s;
  transition-delay: 1s;
}

.scalar {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.4s;
}

.scalar::before {
  opacity: 0;
  transition: all 1s;
  transition-delay: 0s;
}

video {
  width: 100%;
  padding: 0;
  margin-bottom: -5px;
}

.platform_module {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin: 80px auto;
  margin-top: 0;
}
.platform_module_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin: 80px auto;
  margin-bottom: 10px;
}
.platform_module_margin {
  flex: 5;
}
.platform_module_line {
  flex: 7;
  border-top: solid 1px gray;
}

.platform_module_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  flex: 7;
}
.platform_module_icon {
  flex: 2.4;
}
.platform_module_icon img {
  width: 50%;
}
.platform_module_title {
  flex: 7;
  font-size: 22px;
  padding: 0 0 14px 0;
  margin: 0;
  text-transform: uppercase;
}
.platform_module_text {
  flex: 4.6;
  text-align: left;
  font-size: 22px;
}

.module_list,
.module_list a span {
  margin-top: 0;
}

.module_list span {
  margin-top: 0;
  margin-bottom: 20px;
}
/* .module_list li{
  margin: 30px auto;
  cursor: pointer;
  
  

}
.module_list li a {

    color: white ;transition: all 0.5s;
    text-decoration: none;

}
.module_list li span {

    color: white ;transition: all 0.5s;

}

.module_list li:hover a {

    color: #00aeef;

}
.module_list li:hover span {

    color: #00aeef;

}
.module_list li {

    color: #00aeef;
    padding-left: 20px;

} */

.header {
  color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: white;
  z-index: 999;
  /* width: calc(100% - 8px); */
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  flex-direction: row;
  z-index: 999;
}

.name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 115px;
  z-index: 999;
  font-weight: 700;
  color: white;
}
.name2 {
  font-size: 80px;
}

.pin-spacer {
  background-color: transparent;
}

.platforms-button-gradient {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  border: none;
  transform-style: preserve-3d;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out;
}
.platforms-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.17648;
  font-weight: 400;
  min-width: 28px;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 6px;
  border-radius: 100px;
  color: #fff;
  border: 4px solid #005e7f;
}

.platforms-button-gradient:hover {
  color: #1d1d1f;
  background-color: #f5f5f7;
}

.q_logo {
  position: relative;
  top: 0;
  left: 0;
  background-image: url("https://innolite.de/wp-content/uploads/2017/10/Innolite_logo.png");
  background-repeat: no-repeat;
  background-position-x: 20%;
  background-position-y: center;
  background-size: auto 35px;
  width: 30%;
  height: 50px;
  background-color: transparent;
}

.q_menu {
  position: absolute;
  top: 25%;
  right: 30px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 70%;
  height: 50px;
  background-color: transparent;
  text-align: right;
}
.q_menu span {
  padding-left: 10px;
}
.is-active .descrip_white {
  color: #00aeef;
}
.is-active tr {
  color: #00aeef;
}
.is-active h5 {
  color: #00aeef;
}

.descrip_white,
tr,
h5 {
  transition: color 1s;
}

.back {
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  visibility: visible;
  position: absolute;
  cursor: pointer;
  display: block;
  border: none;
  right: 25px;
  bottom: 25px;
  outline: 0;
  background-color: transparent;
  background-image: url("arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.show {
  opacity: 1;
  visibility: visible;
}

.scroll_down {
  opacity: 1;
  margin: 0;
  padding: 0;
  height: 100px;
  width: 100px;
  visibility: visible;
  position: absolute;
  cursor: pointer;
  display: block;
  border: none;
  right: calc(50% - 50px);
  bottom: 25px;
  outline: 0;
  background-color: transparent;
  background-image: url("scroll_down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.not-show {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes down_bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
  }
}

@keyframes down_bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }
}

.down_fade {
  opacity: 0;

  /* -webkit-animation: fadein_2 2s  4s 1 forwards; 
     -ms-animation: fadein 2s  4s 1 forwards; 
      -o-animation: fadein 2s  4s 1 forwards; 
         animation: fadein 2s  4s 1 forwards; */
  animation: down_bounce 2.5s ease-in-out infinite both,
    fadein_2 2s 1s 1 forwards;
}
.title {
  opacity: 0;

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

@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;
  }
}

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

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

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

/* Opera < 12.1 */
@-o-keyframes fadein_2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tbl {
  display: flex;
  flex-direction: column;
}

.row:nth-child(even) {
  color: gray;
}

.row {
  color: white;
  display: flex;
  min-height: 40px;
  border-top: 1px solid white;
  align-items: center;
  justify-content: center;
}

.cell {
  flex: 4;
}

.cell:nth-child(1) {
  flex: 2;
}

.cell:nth-child(2) {
  flex: 3;
}
ul {
  padding: 0;
}

.tech_table {
  display: flex;
  flex-direction: column;
}

.tech_section_title {
  transition: color 0.5s;

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  margin-block-start: 3.5em;
  margin-block-end: 1em;
}

.tech_row {
  transition: color 0.5s;
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  align-items: top;
  justify-content: center;
  font-size: 20px;
  font-family: "Open Sans";
}

.tech_row:nth-child(even) {
  color: rgb(160, 160, 160);
}
.tech_cell:nth-child(1) {
  flex: 5;
}

.tech_cell:nth-child(2) {
  flex: 7;
}

.tech_section_active .tech_section_title,
.tech_section_active .tech_row {
  color: #00aeef;
}

ol {
  padding: 0;
  margin: 0;
}

.footer_media {
  flex: 5;
}
.footer_text {
  flex: 7;
  display: flex;
  justify-content: space-between;
}
.platforms_footer_container {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 30px 20px;
  color: #bdbdbd;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
}

.platforms_footer_container a {
  text-decoration: none;
  color: #bdbdbd;
  transition: all 0.5s;
}

.platforms_footer_item1 {
  text-align: left;
}
.platforms_footer_item a {
  text-decoration: none;
  color: #bdbdbd;
  font-weight: 700;
}
.platforms_footer_item3 {
  text-align: right;
}
.platforms_footer_item a:hover {
  color: #00aeef;
}

.fa-stack {
  padding-right: 10px;
  transition: all 0.5s;
  cursor: pointer;
}

.fa-stack:hover {
  color: #00aeef;
}

.scroller {
  height: 100vh;
  width: 100vw;
}

/* Temp Changes */
.platform_module_icon {
  display: none;
}

.platform_module_text {
  flex: 7;
}

a {
  text-decoration: none;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-color: yellow;
  vertical-align: top;
  margin-left: 8px;
}

/* Hide scrollbar for IE, Edge and Firefox */

.scrollbar-thumb {
  z-index: 9999 !important;
  background-color: #bbbbbb !important;
  width: 13px !important;
  margin: 0 1px !important;
  border-radius: 2px !important;
}
.scrollbar-thumb:hover {
  background-color: #a7a6a6 !important;
}
.scrollbar-thumb:active {
  background-color: #7e7e7e !important;
}
.scrollbar-track-y {
  background-color: #eeeeee !important;
  z-index: 9999 !important;
  width: 15px !important;
}
