
@font-face {
  font-family: 'Klavika';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Klavika-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Klavika';
  font-style: normal;
  font-weight: 400;
  src:  url("fonts/Klavika-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Klavika';
  font-style: normal;
  font-weight: 500;
  src:  url("fonts/Klavika-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'Klavika';
  font-style: normal;
  font-weight: 600;
  src:  url("fonts/Klavika-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Klavika';
  font-weight: 400;
  font-style: italic;
  src:  url("fonts/Klavika-RegularItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'MinionPro';
  font-style: normal;
  font-weight: 400;
  src:  url("fonts/MinionPro-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  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"), url("fonts/fa-regular-400.svg#fontawesome") format("svg"); 
}


.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }



.col-xl-1 {
  width: 6.86666666667%;
}

.col-xl-2 {
  width: 15.3333333333%;
}

.col-xl-3 {
  width: 23.8%;
}

.col-xl-4 {
  width: 32.2666666667%;
}

.col-xl-5 {
  width: 40.7333333333%;
}

.col-xl-6 {
  width: 49.2%;
}

.col-xl-7 {
  width: 57.6666666667%;
}

.col-xl-8 {
  width: 66.1333333333%;
}

.col-xl-9 {
  width: 74.6%;
}

.col-xl-10 {
  width: 83.0666666667%;
}

.col-xl-11 {
  width: 91.5333333333%;
}

.col-xl-12 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

body,
html {
  padding: 0px;
  margin: 0px;
  color: #014171;
  font-family: 'Klavika';
  width: 100%;
  height: 100%;
}

.logo {
  max-width: 326px;
  position: absolute;
  top: 67px;
  right: 100px;
  cursor: pointer;
  z-index: 99;
}



.language {      
  position: absolute;
  top: 100px;
  left: 90px;
  width: auto;
  line-height: 28px;
  color: #d9d9d9;
  font-size: 38px;
  z-index: 99;
}
.language .language-selector {
  color: #004070;
  font-size: 28px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.language .language-selector img {
  vertical-align: text-top;
  margin-right: 10px;
}
.language .language-selector--active {
  font-weight: bold;
}

.language .location-selector {
  font: normal normal normal 28px/40px Klavika;
  color: #004171;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  vertical-align: top;
}

.language .location-selector img {
  vertical-align: text-top;
}


.video-container {
  position: relative;
  z-index: 1;
}


.video-container .footer-navigator-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  position: absolute;
  z-index: 9;
  bottom: 0;
  background: rgba(255, 255, 255, .73)
}


.footer-navigator-container .menu--left {
  font-size: 60px;
  line-height: 72px;
  font-weight: bold;
  color: #004171;
  position: relative;
}

.footer-navigator-container .menu--left .arrow {
  display: inline-block;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
}

.footer-navigator-container .menu--left .arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 10px solid #004171;
  border-right: 10px solid #004171;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.footer-navigator-container .menu--left .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.footer-navigator-container .menu--left .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(10px, 10px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(40px, 40px);
  }
}


.video-container .footer-navigator-container img {
  max-width: 300px;
  width: 100%;
}

#page-1 .headline {
  position: absolute;
  top: 180px;
  left: 100px;
  max-width: 580px;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-transform: none;
}

#page-1 .sub_headline {
  position: absolute;
  top: 230px;
  left: 100px;
  font-size: 40px;
  line-height: 50px;
}

#page-1 .select-industry {
  position: absolute;
  top: 400px;
  left: 100px;
  right: 100px;
}

#page-1 {
  background: url('../img/bgpage1.jpg');
  background-size: contain;   
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}


.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-height: 1080px;
  height: 100%;
  position: relative;
}




.container .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.container .row.justify-center {
  justify-content: center;
}

.container .row.js-industry-options .col-xl-2 {
  width: 18%;
}


.container .row.select-industry {
  color: #004171;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
}

.container .row.select-industry .col-xl-2 {
  width: 18%;
  background-color: #FFF;
  border: 0.5px solid #DDDDDD;
  border: 0;
}

.container .row.select-industry .image-wrapper {
  position: relative;
  width: 100%;
}

.container .row.select-industry .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #D9E4E9 32%, #8CAEBD 60%, #125976 100%) 0% 0% no-repeat padding-box;
  opacity: 0.0;
}

.container .row.select-industry img {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;

}


.container .row.select-industry .text-wrapper {
  display: flex;
  align-items: flex-start;
  height: 75px;
  padding: 10px 10px;
}
.container .row.select-industry p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.7px;
  color: #004171;
  margin: 0;
  background: white;
  font-weight: 400;
  padding:0;
}




.headline-wrapper {  
  position: absolute;
  top: 180px;
  left: 100px;
}
.headline {
  color: #014171;
  text-transform: none;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.headline p {
  margin: 0;
}

.subheadline {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.57px;
  color: #000000;
  margin: 0;
}
.subheadline p {
  margin: 0;
}




.buttons-wrapper {
  position: absolute;
  bottom: 75px;
  right: 100px;
}
.buttons-wrapper ul {
  list-style-type: none;
  display: flex;
  margin: 0;
}
.buttons-wrapper ul li {
  border-left: 1px solid #d9d9d9;
  height: 63px;
  line-height: 63px;
  padding: 0 25px;
  color: 004070;
  font-size: 23px;
  cursor: pointer;
}
.buttons-wrapper ul li:first-child {
  border-left: none;
}
.buttons-wrapper ul li img {
  margin-right: 15px;
  vertical-align: middle;
}






#page-2 {
  background: url('../img/bgpage1.jpg');
  background-size: cover;   
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}

#page-2 .category--wrapper {
  position: absolute;
  top: 320px;
  width: 90%;
  left: 100px;
}

#page-2 .category-detail--container {
  display: flex;
 
  align-items: center;
}

#page-2 .category-detail--container .image-container {
  width: 40%;
}

#page-2 .category-detail--container .image-container img {
  width: 100%;
}

#page-2 .category-detail--container .text-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #00000029;
  width: fit-content;
  min-width: 36%;
  max-width: 53%;
  margin-left: -30px;
  opacity: .9;
  padding: 40px;
  height: fit-content;
  max-height: 600px;
  overflow-y: auto;
}

#page-2 .text-container .text-content {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 20px;
}

#page-2 .text-container .text-content p {
  font-size: 20px;
  line-height: 28px;
}

#page-2 .text-container .text-content li {
  font-size: 20px;
  line-height: 28px;
}

#page-2 .text-container .text-content h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
}

#page-2 .text-container .text-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

#page-2 .downloads-container {
  padding-left: 20px;
  margin-top: 20px;
}

#page-2 .downloads-container a {
  color: #004171;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  margin-right: 20px;
}

#page-2 .downloads-container a::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 36px;
  background: url('../img/icons/Icon-pdf.png') no-repeat center;
  margin-right: 5px;
  margin-bottom: -5px;


}

#page-2 .subpage-container a::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../img/icons/Icon-info.png') no-repeat center;
  margin-right: 5px;
  margin-bottom: -5px;

}

#page-2 .image-slider--thumbnails { 
  width: 40%;
}

#page-2 .video-thumb-nails {
  cursor: pointer;
}

#page-2 .video-thumb-nails .play-button {
  position: relative;
}

#page-2 .video-thumb-nails .play-button::after {
  content: " ";
  position: absolute;
  background: url('../img/icons/Video-Player-Button.png') no-repeat center;
  z-index: 12;
  background-size: cover;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);

}


#page-2 .back-btn {
  cursor: pointer;
  display: flex;
}

#page-2 .back-btn img {
  margin-right: 5px;
}

#page-2 .subpage-container {
  padding-left: 20px;
  margin-top: 10px;
}

#page-2 .subpage-container a {
  color: #004171;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  margin-right: 20px;
}

.flexslider {
  border: none;
  background: transparent;
}
.flexslider .slides > li {
  height: 120px;
  overflow: hidden;
}

.flex-v-align-center {
  align-self: center;
}

.flex-direction-nav .flex-prev {
  left: -50px!important;
}

.flex-direction-nav .flex-next {
  right: -50px!important;
}
.flex-direction-nav a {
  opacity: 1;
}

.flex-direction-nav a.flex-next:before {
  content: " ";
  display: inline-block;
  width: 36px;
  height: 37px;
  background: url('../img/icons/arrow.png') no-repeat center;
  background-size: cover;
}

.flex-direction-nav a.flex-prev:before {
  content: " ";
  display: inline-block;
  width: 36px;
  height: 37px;
  background: url('../img/icons/arrow.png') no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
}

.js-industry-options .title {
  text-align: left;
  font-size: 23px;
  line-height: 33px;
  font-family: Klavika;
  color: #004070;
  font-weight: 600;
  margin: 0;
  height: 54px;
}

.js-industry-options ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;

}

.js-industry-options ul li {
  text-align: left;
  font-size:  23px;
  padding: 15px 35px 12px 0;
  line-height: 21px;
  font-family: Klavika;
  letter-spacing: 0.45px;
  font-weight: 400;
  color: #004070;
  border-top: 1px solid #d9d9d9;
  position: relative;
  cursor: pointer;
}

.js-industry-options ul li::after {
  content: " ";
  height: 100%;
  width: 26px;
  background-image: url("../img/icons/doppelpfeil-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}






#page-3 {
  width: 100%;
  height: 100%;
}

#page-3 .headline {
  font-weight: bold;
}


.animation-container {
  position: absolute;
  top: 365px;
  left: 100px;
  width: 1035px;
  height: 580px;
  overflow: hidden;
}

.animation-container img {
  width: 100%;
}



.related-applications {
  position: absolute;
  top: 360px;
  right: 100px;
  width: 500px;
}

.related-applications .industry-headline {
  text-align: left;
  font-size: 23px;
  line-height: 33px;
  font-family: Klavika;
  color: #004070;
  font-weight: 600;
  margin: 0;
  height: 54px;
}

.related-applications ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  width: 500px;
}

.related-applications ul li {
  text-align: left;
  font-size:  23px;
  padding: 15px 30px 12px 0;
  line-height: 21px;
  font-family: Klavika;
  letter-spacing: 0.45px;
  font-weight: 400;
  color: #004070;
  border-top: 1px solid #d9d9d9;
  position: relative;
  cursor: pointer;
}

.related-applications ul li::after {
  content: " ";
  height: 100%;
  width: 26px;
  background-image: url("../img/icons/doppelpfeil-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}

.icons-wrapper {
  position: absolute;
  bottom: 85px;
  left: 100px;
  display: flex;
}

.icons-wrapper img {
  margin-right: 20px;
  cursor: pointer;
}

.info-popup {
  position: absolute;
  height: auto;
  width: 800px;
  top: 50%;
  left: 49%;
  margin-left: -400px;
  z-index: 9000;
  background: #E4F0E8;
  transform: translateY(-50%);
}

.info-popup .popup-close-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 48px;
  font-weight: 600;
  padding: 10px;
}

.info-popup .content-box {
  padding: 70px 70px 100px;
  max-height: 800px;
  overflow-y: auto;
}

.info-popup .popup-headline {
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  letter-spacing: 1.05px;
  color: #014171;
  text-transform: uppercase;
}

.info-popup .content-box p {
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.57px;
  color: #000000;
}

.controllers {
  display: flex; 
  justify-content: space-around;
  font-size: 32px; 
  margin-top:30px;
}

.controllers .control-buttons {
  width: 50px;
  height: 50px;
  background: #293133;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* canvas {
  height: 640px!important;
}

div.axigear-360 {
  height: 100%!important;
} */

.mode-selector {
  display: flex;
  align-content: center;  
  justify-content: center;
}

.mode-selector ul {
  list-style: none;
  padding: 20px;
  border: 1px solid #999;
  width: 200px;
}

.mode-selector ul li {
  padding: 20px 0px;
  font-size: 22px;
  cursor: pointer;
}



/* ///Accordion */
.locations-container {
  position: absolute;
  width: 90%;
  top: 250px;
  left: 100px;

  bottom: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.accordion .accordion-item {
  border-radius: 0;
  border-width: 1px;
}


.accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion h3 {
  color: #004171;
  font-family: Klavika,Helvetica Neue,arial,sans-serif;
  font-weight: 300!important;
  font-size: 1.67rem;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #212529;
  font-size: 1.125rem;
  overflow-anchor: none;
  padding: 1rem 0;
  text-align: left;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
  width: 100%;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.accordion .accordion-item .accordion-button {
  color: #a2a2a2;
  padding: 1rem;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #004171;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.accordion-button:after {
  -ms-flex-negative: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  width: 1.25rem;
}

.accordion .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 62.4 38.5'%3E%3Cpath fill='%23004171' d='m7.3 0 23.9 23.8L55 0l7.3 7.3-31.2 31.2L0 7.3z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 1rem;
  height: 1rem;
  width: 1rem;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230c63e4' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 62.4 38.5'%3E%3Cpath fill='%23004171' d='m7.3 0 23.9 23.8L55 0l7.3 7.3-31.2 31.2L0 7.3z'/%3E%3C/svg%3E");
}

.collapse {
  display: block;
}

.collapse:not(.show) {
  display: none;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-body .frame {
  margin-bottom: 1.5rem;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.contact-list {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 2rem;
  grid-template-columns: repeat(auto-fill,minmax(420px,1fr));
}

.contact-list .contact-list__item {
  border: 1px solid #e2e6ea;
  padding: 1rem;
}

.contact-list .contact-list__item .item__header {
  margin-bottom: 1rem;
}


.contact-list .contact-list__item .item__header .h5, .contact-list .contact-list__item .item__header h5 {
  line-height: 2;
  font-size: 1.11rem;
  color: #004171;
}

.contact-list .mb-2 {
  margin-bottom: .5rem;
}

.d-block {
  display: block;
}

.contact-list .contact-list__item .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  clip: rect(0,0,0,0)!important;
  border: 0!important;
  white-space: nowrap!important;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.contact-list dl a {
  color: #7fa0b8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.contact-list .contact-list__item .item__body .svg-icon {
  height: 1rem;
  margin-right: .5rem;
  width: 1rem;
  vertical-align: middle;
}


@media (max-width: 1600px) {
  .logo {    
    max-width: 240px;
    top: 30px;
    right: 50px;
  }
  .language {  
    top: 50px;
    left: 45px;
  }
  .container {
    min-height: unset;
  }
  .headline-wrapper {  
    top: 140px;
    left: 50px;
  }
  .headline {
    font-size: 40px;
    line-height: 41px;
  }

  #page-1 .headline {
    top: 180px;
    left: 50px;
    max-width: 580px;
  }  
  #page-1 .sub_headline {
    top: 230px;
    left: 50px;
  }
  #page-1 .select-industry {
    left: 50px;
    right: 50px;
  }  
  #page-1 {
    background-size: cover;   
  }
  .container .row.select-industry .col-xl-2 {
    width: 23.5%;
  }
  .container .row.select-industry p {
    line-height: 28px;
  }

  #page-2 {
    background-size: unset;
  }
  #page-2 .js-industry-options {
    top: 310px;
    left: 50px;
    gap: 20px;
    right: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }  
  #page-2 .js-industry-options .js-industry-options--item {
    width: calc(33% - 34px);
    flex-grow: 0;
    min-width: unset;
  }  
  .industry-headline {
    font-size: 20px;
    line-height: 26px;
  }


  .js-industry-options .title {
    font-size: 18px;
    line-height: 26px;
    height: auto;
  }  
  .js-industry-options ul li {
    font-size:  18px;
    padding: 10px 20px 7px 0;
    line-height: 18px;
  }  
  .js-industry-options ul li::after {
    width: 16px;
    background-size: contain;
  }
  

  .buttons-wrapper {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
  .buttons-wrapper ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    color: #004070;
    font-size: 16px;
  }
  .buttons-wrapper ul li img {
    margin-right: 5px;
    max-height: 100%;
    width: auto;
  }
  

  .animation-container {
    top: 280px;
    left: 50px;
    width: 950px;
    height: 540px;
  }
  .related-applications {
    top: 320px;
    right: 50px;
    width: 250px;
  }
  .related-applications .industry-headline {
    font-size: 16px;
    line-height: 20px;
    height: auto;
    padding-bottom: 10px;
  }
  .related-applications ul {
    width: 250px;
  }
  .related-applications ul li {
    font-size:  16px;
    padding: 10px 20px 7px 0;
    line-height: 18px;
  }  
  .related-applications ul li::after {
    width: 16px;
    background-size: contain;
  }
  .icons-wrapper {
    bottom: 40px;
    left: 52px;
  }

  .info-popup .popup-close-btn {
    right: 10px;
    top: 0;
    bottom: auto;
    left: auto;
  }
}





@media (max-width: 1280px) {
  .animation-container {
    top: 280px;
    left: 50px;
    width: 700px;
    height: 400px;
  }
}






@media (max-width: 768px) {
  .logo {    
    max-width: 180px;
    top: 30px;
    right: 50px;
  }
  .language {  
    top: 50px;
    left: 45px;
  }
  .container {
    min-height: unset;
  }
  .headline-wrapper {  
    top: 170px;
    left: 50px;
  }
  .headline {
    font-size: 30px;
    line-height: 31px;
  }

  #page-1 .headline {
    top: 270px;
    left: 50px;
    max-width: 580px;
  }  
  #page-1 .select-industry {
    left: 50px;
    right: 50px;
  }  
  #page-1 {
    background-size: cover;   
  }
  .container .row.select-industry .col-xl-2 {
    width: 100px;
  }

  #page-2 .js-industry-options {
    top: 310px;
    left: 50px;
    gap: 20px;
  }  
  #page-2 .js-industry-options .js-industry-options--item {
    min-width: 120px;
  }  
  .industry-headline {
    font-size: 20px;
    line-height: 26px;
  }

  .js-industry-options .title {
    font-size: 18px;
    line-height: 26px;
    height: 30px;
  }  
  .js-industry-options ul li {
    font-size:  18px;
    padding: 10px 20px 7px 0;
    line-height: 18px;
  }  
  .js-industry-options ul li::after {
    width: 16px;
    background-size: contain;
  }
  

  .buttons-wrapper {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
  .buttons-wrapper ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    color: #004070;
    font-size: 16px;
  }
  .buttons-wrapper ul li img {
    margin-right: 5px;
    max-height: 100%;
    width: auto;
  }
  

  .animation-container {
    top: 210px;
    left: 50px;
    width: 700px;
    height: 400px;
  }
  .related-applications {
    top: 250px;
    right: 50px;
    width: 250px;
  }
  .related-applications .industry-headline {
    font-size: 16px;
    line-height: 20px;
    height: auto;
    padding-bottom: 10px;
  }
  .related-applications ul {
    width: 250px;
  }
  .related-applications ul li {
    font-size:  16px;
    padding: 10px 20px 7px 0;
    line-height: 18px;
  }  
  .related-applications ul li::after {
    width: 16px;
    background-size: contain;
  }
}


#pdfboxbackground {
  background-color: rgba(0,0,0,.8);
  position: fixed;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
  z-index: 2000;
  display: none;
}
#pdfbox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1600px;
  height: 800px;
  max-width: 90%;
  max-height: 90%;
  z-index: 2001;
  display: none;
}
#pdfbox iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#pdfclose {
  position: absolute;
  top: -10px;
  right: -40px;
  font-size: 40px;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
