@font-face {
  font-family: "Frutiger Next";
  font-weight: 300;
  src: url("/font/ZEISSFrutigerNextW1G-Light.ttf");
}
@font-face {
  font-family: "Frutiger Next";
  font-weight: 500;
  src: url("/font/ZEISSFrutigerNextW1G-Medium.ttf");
}
@font-face {
  font-family: "Frutiger Next";
  font-weight: 700;
  src: url("/font/ZEISSFrutigerNextW1G-Bold.ttf");
}
body {
  font-family: "Frutiger Next", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}

#Model {
  position: relative;
  z-index: -2;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

.menu-el {
  text-align: center;
}

.touch-effect {
  background-color: #f0f0f0;
  border-radius: 5px;
  display: inline-block;
  margin: 5px auto 0 auto;
  height: 3px;
  width: 10px;
  opacity: 0;
  transition: width 0.5s 0.25s, opacity 0.25s 0s;
}
.touch-effect.show {
  opacity: 1;
  width: 50px;
}

.button {
  color: black;
  display: flex;
  position: relative;
  height: 45px;
  width: 210px;
  overflow: hidden;
  font-size: 21px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.button img {
  height: 16px;
  margin-right: 5px;
}
.button__left {
  background-color: #eaebe6;
  position: absolute;
  z-index: 10;
  left: 25px;
  bottom: -30px;
  transform: rotate(45deg);
  height: 90px;
  width: 45px;
}
.button__middle {
  background-color: #eaebe6;
  position: absolute;
  z-index: 15;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 45px;
  right: 45px;
}
.button__right {
  background-color: #eaebe6;
  position: absolute;
  z-index: 10;
  right: 25px;
  top: -30px;
  transform: rotate(45deg);
  height: 90px;
  width: 45px;
}

#DidYouKnow {
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 160px;
  display: flex;
  pointer-events: none;
}
#DidYouKnow .dyk-toggle {
  align-self: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s;
}
#DidYouKnow .dyk-toggle.show {
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
}
#DidYouKnow .dyk-popup {
  background-color: rgba(255, 255, 255, 0.66);
  font-size: 21px;
  line-height: 1.2;
  margin-top: -15px;
  padding: 15px;
  width: 662px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
#DidYouKnow .dyk-popup.show {
  opacity: 1;
  pointer-events: all;
}
#DidYouKnow .dyk-popup__title {
  color: #191918;
  font-weight: 700;
  margin-bottom: 35px;
}
#DidYouKnow .dyk-popup__text {
  color: #4d4f53;
  font-weight: 300;
  margin-bottom: 35px;
}
#DidYouKnow .dyk-popup__link a {
  color: #008bd0;
  text-decoration: none;
  font-weight: 700;
}

.popup {
  color: #ffffff;
  display: flex;
  font-size: 26px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 15000;
  transition: opacity 0.5s;
}
.popup a {
  text-decoration: none;
  font-weight: 700;
}
.popup--horizontal .popup__content {
  display: flex;
}
.popup--horizontal .popup__info {
  margin-right: 30px;
  width: 250px;
}
.popup--horizontal .popup__image {
  position: relative;
  width: calc(100% - 280px);
}
.popup.show {
  opacity: 1;
  pointer-events: all;
}
.popup__left {
  width: 30px;
}
.popup__right {
  width: 30px;
}
.popup__content {
  height: calc(100% - 60px);
  margin: 30px;
  position: relative;
}
.popup__title {
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
}
.popup__text {
  font-weight: 300;
  width: 100%;
}
.popup__image {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.popup__image img {
  width: 100%;
}
.popup__image video {
  background-color: black;
  height: 100%;
  width: 100%;
}
.popup__arrow {
  position: absolute;
  transform: rotate(45deg);
  height: 20px;
  width: 20px;
}
.popup--topleft .popup__arrow {
  right: -40px;
  bottom: calc(34% - 17.5px);
}
.popup--topright .popup__arrow {
  left: -40px;
  bottom: calc(34% - 17.5px);
}
.popup--bottomleft .popup__arrow {
  right: -40px;
  top: calc(34% - 17.5px);
}
.popup--bottomright .popup__arrow {
  left: -40px;
  top: calc(34% - 17.5px);
}

#Inspection .popup a {
  color: #ffffff;
}

#Analysis .popup--horizontal .popup__info {
  width: 300px;
}

#VideoPopup {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#VideoPopup video {
  background-color: #000000;
  width: 1856px;
  height: 1044px;
}
#VideoPopup .close {
  position: absolute;
  right: 50px;
  top: 30px;
}

#ImagePopup {
  position: fixed;
  z-index: 50000;
  left: calc(50% - 834px);
  top: calc(50% - 439px);
  width: 1668px;
  height: 878px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ImagePopup .popup-image {
  width: 100%;
}
#ImagePopup .close {
  position: absolute;
  right: 50px;
  top: 50px;
}

#Header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
}
#Header #Top {
  background-color: #141e8c;
  height: 10px;
  width: 100%;
}
#Header #Logo {
  position: fixed;
  z-index: 1000;
  left: 1770px;
  top: 80px;
  width: 80px;
  height: 80px;
}
#Header #Breadcrumb {
  display: flex;
  padding: 25px 50px;
}
#Header #Breadcrumb .button {
  margin-right: 15px;
}
#Header #Breadcrumb #Pages {
  display: flex;
  font-size: 16px;
  line-height: 50px;
}
#Header #Breadcrumb #Pages .page {
  position: relative;
  margin-right: 30px;
}
#Header #Breadcrumb #Pages .page:after {
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: black;
  position: absolute;
  left: calc(100% + 13.5px);
  top: calc(50% - 1.5px);
}
#Header #Breadcrumb #Pages .page--current {
  font-weight: bold;
}
#Header #Breadcrumb #Pages .page--current:after {
  display: none;
}

#Footer {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  background-color: #4d4f53;
  transition: background-color 0.5s;
}
#Footer.metrology {
  background-color: black;
}
#Footer.inspection {
  background-color: #293279;
}
#Footer.analysis {
  background-color: #1d8acb;
}
#Footer.x-ray_series {
  background-color: #7ecad6;
}

#Nav, #Language {
  position: relative;
}
#Nav a, #Language a {
  color: white;
  border-right: 1px solid white;
  display: inline-block;
  font-size: 21px;
  font-weight: 300;
  margin: 27px 0 21px 0;
  padding: 0 40px 0 40px;
  text-decoration: none;
  text-transform: uppercase;
}
#Nav a:last-of-type, #Language a:last-of-type {
  border: none;
}
#Nav a.active, #Language a.active {
  font-weight: 700;
}
#Nav .Nav__icon, #Language .Nav__icon {
  position: absolute;
  top: 9px;
  left: 63.815px;
  transition: left 0.3333s ease-in-out;
}

#Language {
  margin-right: 30px;
}
#Language a {
  padding: 0 10px;
}
#Language a.active {
  font-weight: 700;
}

#Landing #Screensaver {
  position: fixed;
  z-index: 100000;
  left: 0;
  width: 1920px;
  top: 10px;
  height: 1000px;
}
#Landing #Intro {
  position: fixed;
  z-index: 100005;
  left: 0;
  width: 1920px;
  top: 10px;
  height: 1000px;
}
#Landing #Blocker {
  position: fixed;
  z-index: 100000;
  left: 0;
  width: 1920px;
  bottom: 0;
  height: 70px;
}

#Home #Menu {
  position: absolute;
  top: 184px;
  left: 665px;
  width: 787px;
  height: 735px;
  background-image: url("/image/menu.png");
}

#Home .menu-el {
  position: absolute;
  width: 250px;
  text-align: center;
}
#Home .menu-el a {
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  text-decoration: none;
  text-transform: uppercase;
}
#Home .menu-el--metrology {
  left: 120px;
  top: 134px;
}
#Home .menu-el--inspection {
  right: 120px;
  top: 134px;
}
#Home .menu-el--analysis {
  left: 120px;
  top: 554px;
}
#Home .menu-el--applications {
  right: 120px;
  top: 554px;
}
#Home .menu-el--x-ray_series {
  left: 270px;
  top: 355px;
}

#Applications #Text {
  color: #000000;
  position: absolute;
  top: 466px;
  left: 47px;
  width: 750px;
}
#Applications #Text h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
#Applications #Text p {
  font-size: 35px;
  font-weight: 300;
  line-height: 58px;
  margin: 0;
}
#Applications #Menu {
  position: absolute;
  top: 184px;
  left: 665px;
}
#Applications #Menu .menu-el {
  position: absolute;
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55.2px;
  width: 250px;
}
#Applications #Menu .menu-el--plastics {
  left: 55px;
  top: 20px;
}
#Applications #Menu .menu-el--composites {
  left: 100px;
  top: 90px;
}
#Applications #Menu .menu-el--assemblies {
  left: 150px;
  top: 160px;
  width: 200px;
}
#Applications #Menu .menu-el--alucasting {
  right: 55px;
  top: 20px;
}
#Applications #Menu .menu-el--materialresearch {
  right: 100px;
  top: 90px;
}
#Applications #Menu .menu-el--lifesciences {
  right: 150px;
  top: 160px;
  width: 200px;
}
#Applications #Menu .menu-el--aapplications {
  left: 300px;
  top: 300px;
  width: 185px;
  height: 125px;
  flex-direction: column;
}
#Applications #Menu .menu-el--aapplications img {
  margin-bottom: 15px;
}
#Applications #Menu .menu-el--additivemanufacturing {
  left: 150px;
  bottom: 160px;
  width: 200px;
}
#Applications #Menu .menu-el--blade {
  left: 100px;
  bottom: 90px;
}
#Applications #Menu .menu-el--oilgas {
  left: 55px;
  bottom: 20px;
}
#Applications #Menu .menu-el--battery {
  right: 150px;
  bottom: 160px;
  width: 200px;
}
#Applications #Menu .menu-el--electronics {
  right: 100px;
  bottom: 90px;
}
#Applications #Menu .menu-el--multi {
  right: 55px;
  bottom: 20px;
}

.application-popup {
  background-color: #ffffff;
  position: fixed;
  z-index: 5000;
  width: 1320px;
  height: 780px;
  left: calc(50% - 685px);
  top: calc(50% - 415px);
  border: 25px solid #757678;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.application-popup__close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
}
.application-popup__title {
  font-size: 55px;
  font-weight: 700;
  padding: 0 90px;
  margin-bottom: 25px;
}
.application-popup__subtitle {
  font-size: 50px;
  font-weight: 700;
  padding: 0 90px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.application-popup__description {
  font-size: 36px;
  font-weight: 300;
  padding: 0 90px;
}

#XraySeries #Text {
  position: absolute;
  top: 430px;
  left: 50px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  width: 585px;
}
#XraySeries #Menu {
  position: absolute;
  top: 184px;
  left: 665px;
}
#XraySeries #Menu .menu-el {
  position: absolute;
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: none;
}
#XraySeries #Menu .menu-el--systems {
  left: 184px;
  top: 85px;
  text-align: center;
}
#XraySeries #Menu .menu-el--software {
  left: 490px;
  top: 85px;
  text-align: center;
}
#XraySeries #Menu .menu-el--service {
  left: 175px;
  top: 540px;
  text-align: center;
}
#XraySeries #Menu .menu-el--aapplications {
  left: 300px;
  width: 200px;
  top: 294px;
  text-align: center;
}
#XraySeries #Menu .menu-el--accessories {
  left: 495px;
  top: 540px;
  text-align: center;
}

.x-ray_series-popup {
  position: fixed;
  z-index: 5000;
  width: 1388px;
  height: 798px;
  left: calc(50% - 694px);
  top: calc(50% - 399px);
}
.x-ray_series-popup__close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.x-ray_series-popup img {
  width: 100%;
}

#WhyXRay {
  background-image: url("/image/xrayseries/software/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  height: 780px;
  padding: 150px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#WhyXRay .btn {
  background-image: url("/image/btn.png");
  cursor: pointer;
  margin: 0 15px;
  height: 115px;
  width: 330px;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
}
#WhyXRay .why-popup {
  position: fixed;
  z-index: 5000;
  width: 1306px;
  height: 768px;
  left: calc(50% - 653px);
  top: calc(50% - 384px);
}
#WhyXRay .why-popup__close {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
}
#WhyXRay .why-popup img {
  width: 100%;
}

#Systems #Menu {
  position: absolute;
  left: 565px;
  top: 184px;
}
#Systems #Menu .menu-el {
  position: absolute;
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: none;
}
#Systems #Menu .menu-el--metrotom {
  left: 184px;
  top: 134px;
  text-align: center;
}
#Systems #Menu .menu-el--xradia {
  left: 506px;
  top: 134px;
  text-align: center;
}
#Systems #Menu .menu-el--x-ray_systems {
  left: 319px;
  top: 347px;
  text-align: center;
}
#Systems #Menu .menu-el--volumax {
  left: 193px;
  top: 554px;
  text-align: center;
}
#Systems #Menu .menu-el--bosello {
  left: 500px;
  top: 554px;
  text-align: center;
}
#Systems #Top {
  position: absolute;
  top: 99px;
  left: calc(50% - 400px);
  width: 800px;
  text-align: center;
}
#Systems #Top #InTheLab {
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1.2;
}
#Systems #Top #Insp {
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.2;
}
#Systems #Bottom {
  position: absolute;
  top: 935px;
  left: calc(50% - 400px);
  width: 800px;
  text-align: center;
}
#Systems #Bottom #InTheProd {
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1.2;
}
#Systems #Bottom #Insp2 {
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.2;
}
#Systems .tile {
  position: absolute;
  width: 350px;
}
#Systems .tile--metrotom {
  left: 235px;
  top: 230px;
}
#Systems .tile--xradia {
  left: 1430px;
  top: 230px;
  text-align: right;
}
#Systems .tile--volumax {
  left: 235px;
  top: 682px;
}
#Systems .tile--volumax img {
  margin-left: -25px;
}
#Systems .tile--bosello {
  left: 1430px;
  top: 627px;
  text-align: right;
}
#Systems .tile__text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
#Systems .tile--volumax .tile__text {
  font-size: 22px;
}
#Systems .tile__image img {
  width: 200px;
}

.systems-popup {
  position: fixed;
  z-index: 5000;
  width: 1668px;
  height: 878px;
  left: calc(50% - 834px);
  top: calc(50% - 439px);
}
.systems-popup__close {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
}
.systems-popup img {
  width: 100%;
}

#Software {
  background-image: url("/image/xrayseries/software/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  height: 780px;
  width: 100%;
  padding: 150px 50px;
}
#Software #Title {
  color: #141e8c;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
#Software .cont {
  display: flex;
}
#Software #Text {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
  margin-right: 30px;
  width: 340px;
}
#Software #Video img {
  width: 1250px;
  height: 705px;
}

/*# sourceMappingURL=index.css.map */
