.production {
  background: #000;
  color: #fff;
  position: relative;
  /* top: -160px; */
}
.production table th,
.production table td {
  color: #fff;
}
.performance-features {
  color: #fff;
}
.hiddenpagetitle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.productionsection {
  width: 100%;
  height: 110vh;
  margin: 0;
  background: url(../images/production-background.f0915b4.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.greytext {
  color: #a9a9a9;
}
.highlighttext {
  font-size: 22px;
}
.cta-btn-outline-white {
  background: 0 0;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}
.tuev-logo {
  max-width: 130px;
  margin: 25px 0;
}
.darkgrey {
  background: #1a1a1a;
  color: #fff;
}
.keeeypoints-left {
  text-align: left;
}
.keeeypoints {
  font-size: 2.5vw;
  margin: 20px;
  line-height: 1.1;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.bluetext {
  color: #2bb2df;
}
.tworobots {
  max-width: 80%;
}
.informationtextbox {
  background: url(../images/Pilot.a73068c.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 60%;
}
.informationtext {
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  margin-top: 0;
}
.greytext {
  color: #a9a9a9;
}
.featurepoint {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  color: #2bb2df;
}
.hideonmobile {
  visibility: visible;
  display: block;
  color: #f2f2f2;
}

.datasheettable {
  width: 100%;
  border: 1px solid #2bb2df;
}
.datasheettable td,
.datasheettable th {
  border: 1px solid #2bb2df;
  margin: 10px;
  padding: 10px;
  color: #ffffff;
}
.datasheettable th {
  width: 50%;
  word-break: break-word;
}
.cta-small-btn {
  background: 0 0;
  font-size: 18px;
  margin: 20px;
  color: #2bb2df;
  border: none;
}
.cta-btn-outline-white {
  background: 0 0;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}
.donwload-link {
  color: #fff;
  text-decoration: underline;
}
.performance-features-navigation {
  color: #fff;
  height: 110px;
}
.performance-features-navigation ul {
  list-style: none;
  padding: 0;
/*  display: flex;*/
}
/*@media(max-width:768px){
  .performance-features-navigation ul {
    flex-wrap: wrap;
  }
}*/
.performance-features-navigation ul li {
  width: 18%;
  display: inline-block;
  text-align: center;
}
.performance-features-navigation button {
  background: transparent;
  font-size: 35px;
  transform: scale(0.6);
  color: #a9a9a9;
  height: 65px;
  border: 0;
  border-bottom: 5px solid transparent;
  transition: all 0.2s;
}
.performance-features-navigation button {
  font-size: 28px;
}
.performance-features-navigation .swiper-slide-thumb-active {
  font-size: 35px;
  color: #fff;
  transform: scale(1);
  height: 65px;
  border-bottom: 5px solid #2bb2df;
  transition: all 0.1s;
}
.performance-features-navigation .swiper-slide-thumb-active button {
  font-size: 35px;
  color: #fff;
}

.hooper,
.hooper * {
  box-sizing: border-box;
}
.onliemobile {
  display: none;
  visibility: hidden;
}
.hooper-prev {
  left: -50px !important;
  padding: 1.8em !important;
}

.hooper-next,
.hooper-prev {
  background-color: transparent;
  border: none;
  padding: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.start-journey {
  background: #ebebeb;
}
.hooper-slide {
  flex-shrink: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hooper-track {
  margin: 0;
  padding: 0;
}
.hooper-slide {
  width: calc(100% - 40px);
  padding: 0 20px;
}
.btn-secondary {
  background: #2bb2df;
  color: #1a272d;
  border: 1px solid #2bb2df;
  vertical-align: unset;
}
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  border: 0;
  color: #fff;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
