/**********************************************************************************
Font Definitions / Includes
**********************************************************************************/
@font-face {
  font-family: 'Noa';
  src: url('../fonts/NoaLTStd-Light.eot');
  src: url('../fonts/NoaLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NoaLTStd-Light.woff') format('woff'), url('../fonts/NoaLTStd-Light.ttf') format('truetype'), url('../fonts/NoaLTStd-Light.svg#Noa-LT-Std-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(../fonts/open-sans-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(../fonts/open-sans-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(../fonts/open-sans-700.woff2) format('woff2');
}

:root {
  --button-background: #d49c16;
  --button-hover-color: #fff;
  --button-hover-background: #c89310 0%;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #4378c3;
/*
  background-image: url("../images/background-oil-rig.jpg");
*/
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Open Sans", Sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Noa", Sans-serif;
  font-weight: normal;
  font-size: 4em;
  margin: 0;
  padding-bottom: 0.5em;
  line-height: 1.2em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

a {
  color: #fff;
}

a:hover, a:active {
  color: #fff;
}

p {
  font-size: 1.3em;
  line-height: 1.6em;
  margin: 0;
  padding-bottom: 1.5em;
}

p:last-child {
  padding-bottom: 0;
}

ul {
  margin: 0;
  padding-bottom: 1.5em;
}

ul li {
  font-size: 1.3em;
  padding-bottom: 0.5em;
}

ul:last-child {
  padding-bottom:0;
}

div.section, section {
  background: rgba(6,54,80,0.25);
  width: 40%;
  height: 100%;
  min-width: 400px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#qw #qw_container {
  float: right;
} 

#qw .microSite > img.logo {
  right: auto;
  left: 5%;
}

div.section#ix_container, section#ix_container {
  background: rgba(38, 42, 41, 0.36);
}

div.section article,
section article {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 8%;
  box-sizing: border-box;
  display: none;
}

div.section article.primary,
section article.primary {
  left: 0;
  display: block;
}

.scrollable {
  overflow-y: auto;
  height: calc(95% - 2em);
}

ul.icon {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 4em;
}

ul.icon li {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 1.6em;
  height: 4em;
  z-index: 1;
}

ul.icon li:before {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  right: 0;
  width: 3em;
  height: 3em;
  content: "";
  background-image: url("../images/icon-arrow.png");
  background-size: 100%;
}

ul.icon li.web:before {
  background-image: url("../images/icon-globe.png");
}

ul.icon li.back:before {
  background-image: url("../images/icon-arrow-back.png");
}

ul.icon li.download:before {
  background-image: url("../images/icon-download.png");
}

.ix ul.icon li:before {
  background-image: url("../images/icon-arrow-ix.png");
}

.ix ul.icon li.back:before {
  background-image: url("../images/icon-arrow-back-ix.png");
}


ul.icon li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 4em;
  padding-right: 4em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hide {
  display: none;
}

img.qr {
  width: 90%;
  height: auto;
  padding: 5%;
  max-width: 600px;
}

img.qr-logo {
  position: absolute;
  bottom: 7%;
  left: 10%;
  width: 80%;
  height: auto;
}

div.learnMore {
  position: absolute;
  bottom: 11%;
  bottom: 9%;
  left: 20%;
  width: 60%;
  border-radius: 4em;
  text-align: center;
}

button,
a.button {
  padding: 0.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  font-size: 1.5em;
  border: none;
  background: rgba(6, 54, 80, 0.6);
  border-radius: 2em;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em;
}

a.button:hover, 
a.button:focus {
  text-decoration: none;
}

a.button.back {
  margin-top: 1em;
}


.ix button,
.ix a.button {
  background: rgba(38, 42, 41, 0.6);
}

button span,
a.button span {
  padding: 0.5em 1.5em;
  font-weight: bold;
  background: #cb8e1a;
  color: #fff;
  background: var(--button-background);
  color: var(--button-color);
  line-height: 1em;
  font-size: 1.5em;
  border-radius: 1em;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  transition: background 0.25s;
  text-align: center;
  position: relative;
}

button span:before,
a.button span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#00000000 0%, #00000000 40%, #00000020 100%);
  content: "";
  border-radius: 1em;
}



.ix button span,
.ix a.button span {
  background: #b63315;
}

button.learnMore span {
  line-height: 1.25em;
  border-radius: 4em;
  padding: 0.5em 1.5em;
}

button span:hover,
button span:focus,
a.button span:hover,
a.button span:focus {
  background: #9b6c13;
  cursor: pointer;
}

.ix button span:hover,
.ix button span:focus.
.ix a.button span:hover,
.ix a.button span:focus {
  background: #a10e13;
  background: #9d2b11;
}


.homePage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homePage .homeSection {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  transition: width 0.5s, left 0.5s, background-position 0.5s;
}


.homePage .homeSection#home_ix {
  background-color: #60addb;
  left: 0;
/*
  border-right: 2px solid #000;
*/
}

.homePage .homeSection#home_qw {
  background-color: #4378c3;
  left: 50%;
/*
  border-left: 2px solid #000;
*/
}


.homePage .homeSection .homeBackground {
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homePage .homeSection .homeBackground > div {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  --animation-delay-seconds: 7.5s;
}



.homePage .homeSection#home_ix .homeBackground .homeBackground1 {
  background-image: url("../images/background-oil-pipe.jpg");
  animation-name: background1_ix;
  opacity: 1;
}
.homePage .homeSection#home_ix .homeBackground .homeBackground2 {
  background-image: url("../images/background-man-at-pump.webp");
  animation-name: background2_ix;
  animation-delay: var(--animation-delay-seconds);
  opacity : 0;
}
.homePage .homeSection#home_ix .homeBackground .homeBackground3 {
  background-image: url("../images/background-lng-tanker.webp");
  animation-name: background3_ix;
  animation-delay: calc(var(--animation-delay-seconds) * 2);
  opacity : 0;
}
.homePage .homeSection#home_ix .homeBackground .homeBackground4 {
  background-image: url("../images/background-refinery-1.webp");
  animation-name: background4_ix;
  animation-delay: calc(var(--animation-delay-seconds) * 3);
  opacity : 0;
}

.homePage .homeSection#home_qw .homeBackground .homeBackground1 {
  background-image: url("../images/background-oil-rig-at-day.webp");
  animation-name: background1_qw;
  opacity : 0;
}
.homePage .homeSection#home_qw .homeBackground .homeBackground2 {
  background-image: url("../images/background-port-at-night.webp");
  animation-name: background2_qw;
  animation-delay: var(--animation-delay-seconds);
  opacity : 0;
}
.homePage .homeSection#home_qw .homeBackground .homeBackground3 {
  background-image: url("../images/background-oil-rig-at-night.webp");
  animation-name: background3_qw;
  animation-delay: calc(var(--animation-delay-seconds) * 2);
  opacity : 0;
}
.homePage .homeSection#home_qw .homeBackground .homeBackground4 {
  background-image: url("../images/background-inspector.webp");
  animation-name: background4_qw;
  animation-delay: calc(var(--animation-delay-seconds) * 3);
  opacity : 0;
}


@keyframes background1_ix {
  0%      { opacity: 1; transform: scale(1.00); left: 0; top: 0;  }
  12.5%   { opacity: 1; }
  25%     { opacity: 1; }
  37.5%   { opacity: 0; transform: scale(1.15); left: -5%; top: -5%; }
  50%     { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  100%    { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
}
@keyframes background2_ix {
  0%      { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  12.5%   { opacity: 1; }
  25%     { opacity: 1; }
  37.5%   { opacity: 0;  transform: scale(1.15); left: -5%; top: -5%; }
  50%     { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  100%    { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
}
@keyframes background3_ix {
  0%      { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  12.5%   { opacity: 1; }
  25%     { opacity: 1; }
  37.5%   { opacity: 0;  transform: scale(1.15); left: -5%; top: -5%; }
  50%     { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  100%    { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
}
@keyframes background4_ix {
  0%      { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  12.5%   { opacity: 1; }
  25%     { opacity: 1; }
  37.5%   { opacity: 0;  transform: scale(1.15); left: -5%; top: -5%; }
  50%     { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  100%    { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
}

@keyframes background1_qw {
  0%      { opacity: 1; transform: scale(1.00); left: 0; top: 0;  }
  12.5%   { opacity: 1; }
  25%     { opacity: 1; }
  37.5%   { opacity: 0; transform: scale(1.15); left: 5%; top: -5%; }
  50%     { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  100%    { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
}
@keyframes background2_qw {
  0%      { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  12.5%   { opacity: 1; }
  25%     { opacity: 1; }
  37.5%   { opacity: 0;  transform: scale(1.15); left: 5%; top: -5%; }
  50%     { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  100%    { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
}
@keyframes background3_qw {
  0%      { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  12.5%   { opacity: 1; }
  25%     { opacity: 1; }
  37.5%   { opacity: 0;  transform: scale(1.15); left: 5%; top: -5%; }
  50%     { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  100%    { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
}
@keyframes background4_qw {
  0%      { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  12.5%   { opacity: 1; }
  25%     { opacity: 1; }
  37.5%   { opacity: 0;  transform: scale(1.15); left: 5%; top: -5%; }
  50%     { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
  100%    { opacity: 0; transform: scale(1.00); left: 0; top: 0; }
}


.homePage .homeSection .homeContent {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.homeSection.qw img.logo {
  display: block;
  margin: 0 auto;
  margin-top: 7%;
  width: 80%;
  max-width: 1200px;
}

.homeSection.ix img.logo {
  display: block;
  margin: 0 auto;
  margin-top: 7%;
  width: 70%;
  max-width: 1000px;
}



.microSiteContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: left 0.5s, right 0.5s;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  transition: left 0.5s, right 0.5s;
}

.microSiteContainer.hidden#qw {
  left: 100%;
  right: -100%;
}

.microSiteContainer.hidden#ix {
  left: -100%;
  right: 100%;
}


.microSite {
  position: absolute;
  top: 0;
  bottom: 0;
}
#qw .microSite {
  left: 5%;
  right: 0;
  background-color: #4378c3;
  background-image: url("../images/background-oil-rig-tall-flipped.jpg");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}

#ix .microSite {
  left: 0;
  right: 5%;
  background-color: #60addb;
  background-image: url("../images/background-oil-pipe.jpg");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}


.microSite > img.logo {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50%;
  max-width: 644px;
}




.microSiteBack {
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  transition: width 0.25s, box-shadow 0.25s;
  z-index: 3;
  box-shadow: 0 0 15px rgba(0,0,0,0);
  overflow: hidden;
  background-position: 75% center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0%;
}

.microSiteBack.qw {
  background-image: url("../images/background-oil-pipe.jpg");
/*
  border-right: 3px solid #000;
*/
}

.microSiteBack.ix {
  left: auto;
  right: 0;
  background-image: url("../images/background-oil-rig-home.jpg");
  background-position: center;
/*
  border-left: 3px solid #000;
*/
}

.microSiteBack:hover {
  width: 120px;
  width: 6%;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.microSiteBack .dimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 4;
  transition: background 0.25s;
}

.microSiteBack:hover .dimmer {
  background: rgba(0,0,0,0);
}

.microSiteBack .logo {
  padding: 1em;
}

.microSiteBack .logo img {
  width: 100%;
  height: auto;
}

.microSiteBack button.learnMore {
  display: none;
}


.bookMeetingFormContainer {
  position: fixed;
  background: rgba(0,0,0,0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.bookMeetingFormContainer.hidden {
  display: none;
}

.bookMeetingFormContainer div {
  background: #fff;
  width: 90%;
  max-width: 600px;
  margin: 12% auto 0 auto;
  text-align: center;
  color: #888;
  padding: 1em 4em;
  box-sizing: border-box;
  border-radius: 2em;
}

.bookMeetingFormContainer h3 {
  color: #cb8e1a;
  font-family: Noa;
  font-weight: normal;
  font-size: 3.5em;
  margin: 0;
  padding: 0.25em 0;
}

.ix .bookMeetingFormContainer h3 {
  color: #58595b;
}

.bookMeetingFormContainer select,
.bookMeetingFormContainer input[type="text"] {
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #888;
  font-size: 1.4em;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}

.bookMeetingFormContainer input[type="submit"] {
  padding: 0.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  font-size: 1.75em;
  border: none;
  background: rgba(6, 54, 80, 0.6);
  border-radius: 2em;
  background: #cb8e1a;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  margin: 0.5em 0 1.5em 0;
  transition: background 0.25s;
}

.ix .bookMeetingFormContainer input[type="submit"] {
  background: #e91c23;
  background: #b63315;
}

.bookMeetingFormContainer input[type="submit"]:hover,
.bookMeetingFormContainer input[type="submit"]:focus {
  background: #9b6c13;
  cursor: pointer;
}

.ix .bookMeetingFormContainer input[type="submit"]:hover,
.ix .bookMeetingFormContainer input[type="submit"]:focus {
  background: #a10e13;
  background: #9d2b11;
}


.bookMeetingFormContainer .bookMeetingInput {
}

.bookMeetingFormContainer .bookMeetingComplete,
.bookMeetingFormContainer .bookMeetingFail {
  display: none;
}

.bookMeetingFormContainer .bookMeetingComplete strong span {
  font-size: 1.3em;
}

.bookMeetingFormContainer button {
  background: #cb8e1a;
  margin-bottom: 1.5em;
  transition: background 0.25s;
}

.ix .bookMeetingFormContainer button {
  background: #e91c23;
  background: #b63315;
}

.bookMeetingFormContainer button:hover,
.bookMeetingFormContainer button:focus {
  background: #9b6c13;
  cursor: pointer;
}

.ix .bookMeetingFormContainer button:hover,
.ix .bookMeetingFormContainer button:focus {
  background: #a10e13;
  background: #9d2b11;
}

#slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: #000;
  display: block;
}

#slideshow.hidden {
  display: none;
}

#slideshow .slide {

}

#impressumLink {
  position: fixed;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}

#impressum {
  position: relative;
  z-index:100;
  margin: 5%;
  padding: 2em;
  background: rgba(0,0,0,0.5);
}

#impressum h2,
#impressumPopup h2 {
  font-size: 3em;
}

#impressumFader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(.75rem);
}

#impressumPopup {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: scroll;
}


#impressumPopup > div {
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  padding: 1.5em;
  margin: 1.5em auto;
  width: 90%;
  max-width: 1000px;
}

#content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(0);
  transition: filter 0.25s;
}

.impressumShown #content {
  filter: blur(.75rem);
}

@media screen and (min-width: 2001px) {
  body {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 2000px) {
  body {
    font-size: 1em;
  }
}

@media screen and (max-width: 1540px) {
  body {
    font-size: 0.9em;
  }

  h1, h2 {
    font-size: 3.5em;
  }

  ul.icon li {
    font-size: 1.5em;
    height: 3em;
  }

  ul.icon li:before {
    width: 2em;
    height: 2em;
  }

  button.learnMore {
    font-size: 1.3em;
  }



}

@media screen and (max-width: 1380px) {
  body {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 0.7em;
    background-image: url("../images/background-oil-rig-mobile.jpg");
    background-position: center;
  }

  h2 {
    padding-bottom: 0.75em;
  }

  div.section,
  section {
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow-y: scroll;
    background: rgba(76, 135, 167, 0.7);
  }

  .microSite > img.logo {
    display: none;
  }

  .homePage .homeSection {
    width: 100%;
    height: 50%;
    border: 0;
  }

  .homePage .homeSection#home_qw {
    left: 0;
    top: 50%;
    border-top: 2px solid #000;
  }

  button.learnMore {
    left: 10%;
    width: 80%;
    border-radius: 4em;
  }
}


@media screen and (max-width: 400px) {
  body {
    font-size: 0.6em;
  }
}