:root {
  --voestalpineBlue: #0082b4;
  --lightBlue: #a6d3e5;
}
#tubularsZeitstrahl {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#tzsMobile {
  width: 100%;
  height: 100%;
  display: none;
}
#tzsMobile .tzsMobileImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#tzsMobile .tzsMobileMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.85);
}
#tzsMobile .tzsMessageAndIcon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: calc(100% - 40px);
  transform: translateY(-50%);
}
#tzsMobile .tzsMessageAndIcon .tzsIcon {
  width: 60px;
  height: 60px;
  background-size: 60px;
  margin: 20px auto;
}

#tzsContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.5s ease-in-out;
  overflow: visible !important;
}
#tzsContainer .image .stretch {
  background-size: contain;
}

.tzsPagination {
  position: absolute;
  width: 42px;
  height: 100%;
  top: 0;
  background-color: #d3d3d3;
  z-index: 100;
}
.tzsPagination .fa {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-26px);
  font-size: 28px;
}
.tzsPagination.back {
  left: 0;
}
.tzsPagination.back .fa {
  left: 8px;
}
.tzsPagination.forward {
  right: 0;
}
.tzsPagination.forward .fa {
  right: 10px;
}
.tzsPagination.active {
  background-color: var(--lightBlue);
  cursor: pointer;
}
.tzsPagination.active:hover {
  background: var(--voestalpineBlue);
  box-shadow: 0 0 10px 1px rgba(0, 130, 180, 0.7);
}

#tzsContainerPopup {
  position: absolute;
  width: 360px;
  background: rgba(166, 211, 229, 0.95);
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border: 0.25px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.5);
  z-index: 101;
}
#tzsContainerPopupWrapper {
  overflow-y: hidden;
}
#tzsContainerPopup .tzsHeadline {
  clear: both;
  padding: 3px 10px 8px 10px;
  width: 100%;
  box-sizing: border-box;
  min-height: 32px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--voestalpineBlue);
  color: #fff;
  float: left;
  line-height: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
}
#tzsContainerPopup .tzsHeadline.hide {
  display: none;
}

#tzsContainerContent {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#tzsContainerContent .tzsCopytext {
  padding: 12px 25px 12px 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
}
#tzsContainerContent .tzsCopytext p {
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 20px;
}
#tzsContainerContent .tzsCopytext p:last-child {
  margin-bottom: 0;
}

#tzsContainerContent a:hover {
  text-decoration: underline;
}

.tzsMoreLink {
  display: inline-block;
  min-width: 80px;
  text-wrap: nowrap;
  background-color: var(--voestalpineBlue);
  color: #fff;
  padding: 3px 10px 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  margin: 10px 10px 10px 0;
  cursor: pointer;
}
#tzsContainerPopup .tzsMoreLink {
  margin: 0 0 14px 10px;
}
#tzsContainerPopup .tzsMoreLink:hover {
  text-decoration: underline;
}
.tzsMoreLink i.fa.fa-arrow-right,
.tzsMoreLink i.fa.fa-play {
  color: #fff;
  margin-top: 0;
  transform: translateY(-1px);
  margin-left: 0;
  margin-right: 5px;
  font-size: 12px;
}
.tzsMoreLink a {
  color: #fff;
  text-decoration: none;
}
.tzsMoreLink a:hover {
  text-decoration: underline;
}

#tzsContentContainer {
  position: relative;
  transition: left 0.5s ease-in-out;
}

.tzsArrowContainer {
  position: absolute;
  width: 20px;
  height: 10px;
  top: -10px;
  margin-left: -10px;
  left: 50%;
  overflow: hidden;
}
.tzsArrowContainer .tzsArrow {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  transform: rotate(45deg);
  transition: background-color 0.3s ease-in-out;
}

#tzsContainerPopup .tzsArrowContainer {
  width: 10px;
  height: 20px;
  top: 50%;
  margin-left: 0;
  margin-top: -10px;
  left: -10px;
}
#tzsContainerPopup .tzsArrowContainer .tzsArrow {
  margin-top: 0;
  margin-left: 5px;
  background-color: var(--lightBlue);
  border: 0.25px solid #fff;
}

#tzsContainerPopup .tzsArrowContainer.left {
  left: auto;
  right: -10px;
}

#tzsContainerPopup .tzsArrowContainer.left .tzsArrow {
  margin-left: -15px;
}

#tzsContainerPopup .tzsImage {
  display: none;
}
#tzsContainerPopup.hasImage .tzsImage {
  width: 340px;
  margin: 10px 10px 0 10px;
  border: 1px solid #fff;
  position: relative;
  display: block;
}
#tzsContainerPopup.hasImage .tzsCopytext {
  padding-top: 8px;
}

#tzsContainerContent.hasLink {
  cursor: pointer;
}

i.fa {
  color: #fff;
  margin-top: 9px;
  margin-left: 12.5px;
  font-size: 24px;
}
i.fa.fa-play {
  margin-top: 10px;
  margin-left: 15px;
}
i.fa.fa-picture-o {
  margin-top: 10px;
  margin-left: 10px;
}

#tzsInfoPopup {
  position: absolute;
  left: 100px;
  top: 100px;
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.2s, background-color 0.3s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.5);
  z-index: 100;
  background: var(--voestalpineBlue);
  min-width: 150px;
  max-width: 450px;
  white-space: nowrap;
}
#tzsInfoPopup .tzsArrowContainer {
  position: absolute;
  width: 30px;
  height: 10px;
  top: -10px;
  margin-left: -10px;
  left: 50%;
  overflow: hidden;
}
#tzsInfoPopup .tzsArrowContainer .tzsArrow {
  background: var(--voestalpineBlue);
}
#tzsInfoPopup.blur {
  background: #e0e0e0;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.2);
}
#tzsInfoPopup.blur .tzsArrowContainer .tzsArrow {
  background: #e0e0e0;
}

#tzsInfoPopupContent {
  padding: 6px;
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
}

#tzsContentContainer .tzsHighlightBox {
  position: absolute;
  width: 300px;
  height: 255px;
  opacity: 0;
  z-index: 90;
  box-shadow: 0 0 15px 1px rgba(0, 130, 180, 0.2);
  transition: opacity 0.5s ease-in-out;
}
#tzsContentContainer .tzsHighlightBox.blur {
  box-shadow: 0 0 15px 1px rgba(0, 130, 180, 0);
}

#tzsContentContainer .tzsHighlightInfo {
  position: absolute;
  bottom: 0;
  padding: 6px 10px;
  text-align: left;
  color: #000;
  width: 100%;
  background: var(--lightBlue);
  opacity: 0.9;
  transition: all 0.5s ease;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  min-height: 32px;
  max-height: 32px;
  overflow: hidden;
}
#tzsContentContainer .tzsHighlightInfo p {
  margin: 4px 0;
  line-height: 20px;
}
#tzsContentContainer .tzsHighlightInfo span {
  font-weight: 500;
}
#tzsContentContainer .tzsHighlightBox.current .tzsHighlightInfo {
  font-weight: 400;
}
#tzsContentContainer .tzsHighlightBox:hover .tzsHighlightInfo,
#tzsContentContainer .tzsHighlightBox:hover .tzsArrow,
#tzsContentContainer .tzsHighlightBox.active .tzsHighlightInfo,
#tzsContentContainer .tzsHighlightBox.active .tzsArrow {
  opacity: 0.95;
  max-height: 250px;
}

#tzsContentContainer .tzsHighlightBox.blur .tzsHighlightImage {
  filter: grayscale(1);
  opacity: 0.4;
}
#tzsContentContainer .tzsHighlightBox.blur .tzsHighlightInfo {
  background: #e0e0e0;
  color: #fff;
}
#tzsContentContainer .tzsHighlightBox.blur .tzsArrow,
#tzsContentContainer .tzsMilestoneBox.blur .tzsArrowContainer .tzsArrow {
  background: #e0e0e0;
}
#tzsContentContainer .tzsHighlightImage {
  height: 100%;
  background-position: center;
  background-size: cover;
  filter: none;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#tzsContentContainer .tzsHighlightBox .tzsArrowContainer .tzsArrow.top {
  margin-top: -15px;
}

#tzsContentContainer .tzsArrow {
  background: var(--lightBlue);
  transition: background-color 0.3s ease-in-out;
}
#tzsContentContainer .tzsArrow.top {
  margin-top: -15px;
}
#tzsContentContainer .tzsHighlightBox.visible,
#tzsContentContainer .tzsMilestoneBox.visible {
  opacity: 1;
}

#tzsContentContainer .tzsMilestoneBox {
  position: absolute;
  opacity: 0;
  z-index: 90;
  transition: opacity 0.5s ease-in-out;
}
#tzsContentContainer .tzsMilestoneInfo {
  position: absolute;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  top: 15px;
  left: 0;
  right: auto;
  line-height: normal;
}
#tzsContentContainer .tzsMilestoneInfo.bottom {
  top: 4px;
}
#tzsContentContainer .tzsMilestoneInfo.right {
  text-align: right;
  right: 0;
  left: auto;
}
#tzsContentContainer .tzsMilestoneInfo p {
  margin: 6px 0;
}
#tzsContentContainer .tzsMilestoneInfo p.tzsIntro {
  margin: 0 0 4px 0;
}
#tzsContentContainer .tzsMilestoneInfo p span {
  font-size: 26px;
  line-height: 32px;
  text-wrap: nowrap;
  font-weight: 500;
  padding: 2px 8px;
  color: #fff;
  background-color: var(--voestalpineBlue);
  transition: all 0.3s ease-in-out;
}
#tzsContentContainer .tzsMilestoneInfo p span {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}
#tzsContentContainer .tzsMilestoneInfo p.tzsIntro span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
#tzsContentContainer .tzsMilestoneBox.blur .tzsMilestoneInfo p span {
  background: #e0e0e0;
}
#tzsContentContainer .tzsMilestoneBox .tzsArrowContainer {
  top: -8px;
}
#tzsContentContainer .tzsMilestoneBox .tzsArrowContainer .tzsArrow {
  background-color: var(--voestalpineBlue);
}
#tzsContentContainer .tzsMilestoneBox .tzsArrowContainer .tzsArrow.top {
  margin-top: -15px;
}

#tzsContentContainer .bubble {
  position: absolute;
  z-index: 100;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  box-sizing: content-box;
  cursor: pointer;
  background-color: var(--voestalpineBlue);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}
#tzsContentContainer .bubble.b1 {
  margin-top: -45px;
}
#tzsContentContainer .bubble.b2 {
  margin-top: -100px;
}
#tzsContentContainer .bubble.b3 {
  margin-top: -155px;
}
#tzsContentContainer .bubble.b4 {
  margin-top: -210px;
}
#tzsContentContainer .bubble.b5 {
  margin-top: -265px;
}
#tzsContentContainer .bubble.top.b1 {
  margin-top: 48px;
}
#tzsContentContainer .bubble.top.b2 {
  margin-top: 103px;
}
#tzsContentContainer .bubble.top.b3 {
  margin-top: 158px;
}
#tzsContentContainer .bubble.top.b4 {
  margin-top: 213px;
}
#tzsContentContainer .bubble.top.b5 {
  margin-top: 268px;
}
#tzsContentContainer .bubble.bubblehidden,
#tzsContentContainer .bubble.top.bubblehidden {
  margin-top: 0;
  opacity: 0;
  transform: scale(0.1);
}

@media screen and (max-width: 500px) {
  #tzsContainer,
  .tzsPagination,
  .tzsContentContainer {
    display: none;
  }
  #tzsMobile {
    display: block;
  }
}
