/*
* global styles
*/
body, html {
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

body {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  line-height: 1.42857143;
  color: #fff;
  background-color: #014655;
  overflow: hidden; }

/*
* project scope
*/
#wde_Energiemarkt_Europa body:before {
  position: absolute;
  z-index: -1;
  top: -10000em;
  left: -10000em;
  color: #fff;
  background-color: transparent; }

#wde_Energiemarkt_Europa .back-button {
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 10; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa .back-button {
      display: none; } }
  #wde_Energiemarkt_Europa .back-button a {
    display: inline-block;
    padding: 1em;
    font-family: "TransnetBW-Regular", "Arial", sans-serif;
    font-size: .7em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none; }
    #wde_Energiemarkt_Europa .back-button a:before {
      content: '<';
      vertical-align: -.12em;
      color: #bebd00;
      padding-right: .4em;
      font-size: 2em;
      font-weight: 400; }

#wde_Energiemarkt_Europa h1,
#wde_Energiemarkt_Europa .h1-style {
  margin: 20px 0 0 0;
  font-size: 60px;
  line-height: 118%;
  text-transform: uppercase; }
  #wde_Energiemarkt_Europa h1--light,
  #wde_Energiemarkt_Europa .h1-style--light {
    color: #FFFFFF; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa h1,
    #wde_Energiemarkt_Europa .h1-style {
      font-size: 90px; } }

#wde_Energiemarkt_Europa h2,
#wde_Energiemarkt_Europa h3 {
  font-size: 24px;
  color: #bebd00;
  margin: 0 0;
  text-transform: uppercase; }

#wde_Energiemarkt_Europa p {
  margin: 15px 0 0 0;
  font-size: 18px;
  position: relative; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa p {
      margin: 30px 0 0 0;
      font-size: 36px; } }
  #wde_Energiemarkt_Europa p .slide {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

#wde_Energiemarkt_Europa .aliasedText {
  transform: perspective(1px) scale(1.001); }

#wde_Energiemarkt_Europa .textContainer {
  max-width: 798px;
  margin: 8% 0 0 10.5%; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa .textContainer {
      max-width: 85%;
      margin: 5% 0 0 7.5%; } }

#wde_Energiemarkt_Europa .wde_centerContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0; }

#wde_Energiemarkt_Europa .scene_stage {
  position: absolute;
  text-align: left; }

#wde_Energiemarkt_Europa .popOver {
  position: absolute;
  top: 50%;
  right: 50%; }
  #wde_Energiemarkt_Europa .popOver .inner {
    -webkit-transform: translate(-125%, -50%);
    -moz-transform: translate(-125%, -50%);
    transform: translate(-125%, -50%);
    position: absolute;
    padding: 30px;
    background: #FFFFFF;
    width: 380px;
    font-size: 18px;
    color: #818181; }
    #wde_Energiemarkt_Europa .popOver .inner.top {
      -webkit-transform: translate(-50%, -110%);
      -moz-transform: translate(-50%, -110%);
      transform: translate(-50%, -110%); }
    #wde_Energiemarkt_Europa .popOver .inner b {
      font-family: "TransnetBW-Demi", "Arial", sans-serif;
    }
    #wde_Energiemarkt_Europa .popOver .inner p {
      margin: 0; }
    #wde_Energiemarkt_Europa .popOver .inner .closeIcon {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 15px;
      height: 15px;
      cursor: pointer; }
  #wde_Energiemarkt_Europa .popOver .inner.left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #ffffff;
    border-right: 0;
    margin-top: -20px;
    margin-right: -19px; }
  #wde_Energiemarkt_Europa .popOver .inner.top:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #ffffff;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -19px; }

#wde_Energiemarkt_Europa .wdeFullSlidePopup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 50px;
  overflow: hidden;
  z-index: 2;
  color: #014655;
  background: white; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa .wdeFullSlidePopup {
      margin: 25px; } }
  #wde_Energiemarkt_Europa .wdeFullSlidePopup .wdePopupCloseButton {
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
    z-index: 10;
    align-items: center;
    cursor: pointer; }
    #wde_Energiemarkt_Europa .wdeFullSlidePopup .wdePopupCloseButton label {
      margin-right: 26px;
      font-size: 18px;
      cursor: pointer; }
      @media (max-width: 767px) and (orientation: portrait) {
        #wde_Energiemarkt_Europa .wdeFullSlidePopup .wdePopupCloseButton label {
          font-size: 30px; } }
    #wde_Energiemarkt_Europa .wdeFullSlidePopup .wdePopupCloseButton svg {
      width: 64px;
      height: 64px; }
    #wde_Energiemarkt_Europa .wdeFullSlidePopup .wdePopupCloseButton:hover {
      transform: scale(1.01, 1.01);
      transition: all .2s ease-in-out; }

#wde_Energiemarkt_Europa section.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  opacity: 0; }
  #wde_Energiemarkt_Europa section.footer .back-button {
    position: relative;
    float: left; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa section.footer .back-button {
        display: none; } }
  #wde_Energiemarkt_Europa section.footer ul {
    float: right;
    padding: 1.2em 1em 1em 1em;
    margin: 0; }
  @media (min-width: 1024px) {
    #wde_Energiemarkt_Europa section.footer {
      width: 940px;
      margin-left: auto;
      margin-right: auto;
      font-size: 17.6px; } }
  @media (min-width: 1280px) {
    #wde_Energiemarkt_Europa section.footer {
      width: 1230px;
      padding-left: 30px;
      padding-right: 30px;
      margin-left: auto;
      margin-right: auto; } }

#wde_Energiemarkt_Europa .scrollIndicator {
  opacity: 0;
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 10; }
  #wde_Energiemarkt_Europa .scrollIndicator svg {
    overflow: visible; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa .scrollIndicator {
      -webkit-transform: scale(0.4, 0.4);
      -moz-transform: scale(0.4, 0.4);
      transform: scale(0.4, 0.4);
      right: 12px;
      bottom: 4px; } }

#wde_Energiemarkt_Europa #scene0_earthAndExchanges .intro_title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 33%; }
  #wde_Energiemarkt_Europa #scene0_earthAndExchanges .intro_title .wde_logo {
    margin: 180px auto 0 auto;
    width: 60px;
    height: 64px; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene0_earthAndExchanges .intro_title .wde_logo {
        margin-top: 320px;
        width: 120px;
        height: 128px; }
        #wde_Energiemarkt_Europa #scene0_earthAndExchanges .intro_title .wde_logo svg {
          width: 100%;
          height: 100%; } }
  #wde_Energiemarkt_Europa #scene0_earthAndExchanges .intro_title h1 {
    margin: 110px auto 0 auto;
    font-size: 126px;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center; }
    #wde_Energiemarkt_Europa #scene0_earthAndExchanges .intro_title h1 span {
      color: #6b9197; }

#wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  #wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer .earthContainer {
    position: absolute; }
    #wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer .earthContainer .earth {
      background: #014655;
      border: 15px solid #337B85;
      border-radius: 50%;
      overflow: hidden;
      padding: 5px;
      width: 825px;
      height: 825px; }
      #wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer .earthContainer .earth img, #wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer .earthContainer .earth svg {
        position: absolute;
        width: 3096px;
        height: 675px; }
      #wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer .earthContainer .earth .earth2 {
        left: 1200px; }
      #wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer .earthContainer .earth .earth3 {
        left: 2400px; }
      #wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer .earthContainer .earth svg {
        fill: #337B85;
        stroke: #014655; }
        #wde_Energiemarkt_Europa #scene0_earthAndExchanges .earthLayer .earthContainer .earth svg .border {
          stroke: #337B85;
          stroke-width: 20px;
          fill: none; }

#wde_Energiemarkt_Europa #scene0_earthAndExchanges .textContainer {
  max-width: 650px; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene0_earthAndExchanges .textContainer {
      max-width: 85%; } }

#wde_Energiemarkt_Europa #scene0_earthAndExchanges .europeLayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  #wde_Energiemarkt_Europa #scene0_earthAndExchanges .europeLayer .europeContainer {
    width: 2050px;
    position: absolute;
    right: -650px;
    top: -750px; }
    #wde_Energiemarkt_Europa #scene0_earthAndExchanges .europeLayer .europeContainer > * {
      position: absolute;
      width: 2050px;
      height: 1977px; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene0_earthAndExchanges .europeLayer .europeContainer {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        top: -250px; } }

#wde_Energiemarkt_Europa #scene0_1_headlineWhy {
  display: flex;
  flex-direction: column; }
  #wde_Energiemarkt_Europa #scene0_1_headlineWhy .textContainer {
    max-width: 798px;
    align-self: center;
    justify-self: center;
    margin: auto;
    text-align: center; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene0_1_headlineWhy .textContainer {
        max-width: 85%; } }

@media (max-width: 767px) and (orientation: portrait) {
  #wde_Energiemarkt_Europa #scene1_excursionPCR {
    display: flex;
    flex-direction: column; } }

#wde_Energiemarkt_Europa #scene1_excursionPCR .textContainer {
  z-index: 1; }

@media (max-width: 767px) and (orientation: portrait) {
  #wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer {
    flex: 0 0 300px;
    position: relative; } }

#wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer .wdePopupOpenButton {
  position: absolute;
  left: 10.5%;
  right: auto;
  top: auto;
  bottom: 280px;
  display: flex;
  align-items: center;
  width: 580px;
  height: 100px;
  background: #336c76;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  cursor: pointer;
  transition: background .2s ease-out; }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer .wdePopupOpenButton svg {
    margin: 9px; }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer .wdePopupOpenButton label {
    margin: 0 20px;
    font-size: 18px;
    cursor: pointer; }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer .wdePopupOpenButton:hover {
    background: #bebd00; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer .wdePopupOpenButton:hover svg .circleBg {
      transition: all .2s ease-out;
      fill: #014655; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer .wdePopupOpenButton {
      /*@include absolutePosition(auto, 7.5%, 15%, 7.5%);*/
      position: relative;
      left: 7.5%;
      right: 7.5%;
      top: auto;
      bottom: auto;
      width: 85%;
      height: 200px;
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px; }
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer .wdePopupOpenButton svg {
        margin: 20px;
        width: 160px;
        height: 160px; }
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdePopupOpenButtonContainer .wdePopupOpenButton label {
        margin: 0 32px;
        font-size: 32px; } }

@media (max-width: 767px) and (orientation: portrait) {
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container {
    display: flex;
    flex: 1 0 550px;
    justify-content: center;
    align-items: center; } }

#wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation {
  position: absolute;
  left: auto;
  right: 235px;
  top: 250px;
  bottom: auto;
  width: 550px;
  height: 600px; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation {
      position: relative;
      width: 75%;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; } }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .set svg {
    width: 86px;
    height: 86px; }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .set label {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -10px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
    color: #bebd00;
    font-size: 14px;
    white-space: nowrap; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .set {
      -webkit-transform: scale(1.25, 1.25);
      -moz-transform: scale(1.25, 1.25);
      transform: scale(1.25, 1.25); }
      #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .set label {
        font-size: 20px; } }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .set.dealer {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .set.exchange {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .set.producer {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0; }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .set.tbw {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0; }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow {
    display: flex; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow .label {
      white-space: nowrap; }
      @media (max-width: 767px) and (orientation: portrait) {
        #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow .label {
          font-size: 28px; } }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.topCenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 43px;
    bottom: auto;
    justify-content: center;
    align-items: start; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.topCenter .label {
      padding-top: 25.8px; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.topCenter svg {
      position: absolute;
      left: 50%;
      right: 50%;
      top: 0;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.centerRight {
    position: absolute;
    left: auto;
    right: 43px;
    top: 55%;
    bottom: 45%;
    flex-direction: row;
    justify-content: right;
    align-items: center; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.centerRight .label {
      padding-right: 25.8px; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.centerRight svg {
      position: absolute;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.bottomCenter {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 43px;
    justify-content: center;
    align-items: center; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.bottomCenter .label {
      padding-bottom: 25.8px; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.bottomCenter svg {
      position: absolute;
      left: 50%;
      right: 50%;
      top: auto;
      bottom: 0;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.centerLeft {
    position: absolute;
    left: 43px;
    right: auto;
    top: 55%;
    bottom: 45%;
    flex-direction: row;
    justify-content: left;
    align-items: center; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.centerLeft .label {
      padding-left: 25.8px; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .animation-container .animation .arrow.centerLeft svg {
      position: absolute;
      left: 0;
      right: auto;
      top: 0;
      bottom: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner {
  position: absolute;
  left: -50px;
  right: -50px;
  top: -50px;
  bottom: -50px; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner {
      position: absolute;
      left: -25px;
      right: -25px;
      top: -25px;
      bottom: -25px;
      display: flex;
      flex-direction: column; } }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .textContainer {
    max-width: inherit;
    margin: 8% 8% 0 8%; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .textContainer {
        flex: 0 0 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden; } }
  #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation {
    position: absolute;
    left: 430px;
    right: 430px;
    top: 40%;
    bottom: 20%; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation {
        flex: 1 0 10px;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: scale(0.6, 0.6);
        -moz-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6); } }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .linesLeft {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 25%;
      right: auto;
      top: 70%;
      bottom: auto; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .linesRight {
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      position: absolute;
      left: auto;
      right: 25%;
      top: 70%;
      bottom: auto; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .towerSet {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 160px; }
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .towerSet .money {
        position: absolute;
        left: 180px;
        right: auto;
        top: auto;
        bottom: 15%; }
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .towerSet label {
        color: #bebd00;
        font-size: 28px; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .france {
      position: absolute;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0; }
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .france .money {
        position: absolute;
        left: -160px;
        right: auto;
        top: auto;
        bottom: 10%; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .germany {
      position: absolute;
      left: 50%;
      right: 50%;
      top: 0;
      bottom: auto; }
      @media (max-width: 767px) and (orientation: portrait) {
        #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .germany {
          position: absolute;
          left: 50%;
          right: 50%;
          top: 25%;
          bottom: auto; } }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .austria {
      -webkit-transform: translate(50%, 0);
      -moz-transform: translate(50%, 0);
      transform: translate(50%, 0);
      position: absolute;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0; }
    #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .pcr {
      width: 980px;
      height: 980px;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      position: absolute;
      left: 50%;
      right: 50%;
      top: auto;
      bottom: 8%; }
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .pcr svg {
        width: 100%;
        height: 100%;
        overflow: visible; }
      #wde_Energiemarkt_Europa #scene1_excursionPCR .wdeFullSlidePopup .wdeFullSlidePopupInner .animation .pcr label {
        font-size: 58px;
        color: #bebd00;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }

#wde_Energiemarkt_Europa #scene2_limitlessMarket {
  display: flex;
  flex-direction: column; }
  #wde_Energiemarkt_Europa #scene2_limitlessMarket .textContainer {
    max-width: 798px;
    align-self: center;
    justify-self: center;
    margin: auto;
    text-align: center; }

#wde_Energiemarkt_Europa #scene3_excursionBottleneck {
  /* map */ }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck {
      display: flex;
      flex-direction: column; } }
  #wde_Energiemarkt_Europa #scene3_excursionBottleneck .textContainer {
    margin-top: 20%; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene3_excursionBottleneck .textContainer {
        margin-top: 7.5%;
        flex: 0 0 50%; } }
  #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapContainer {
    position: absolute;
    left: auto;
    right: 50px;
    top: 200px;
    bottom: auto; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapContainer {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto; } }
  #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* svg inline styles */
    /* lines */
    /* bubbles */
    /* warning */ }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer {
        position: relative;
        flex: 1 0 50px;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: flex;
        align-items: center;
        justify-content: center; } }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st0 {
      fill: none;
      stroke: #6B9197;
      stroke-width: 0.81;
      stroke-miterlimit: 10; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st1 {
      fill: #6B9096;
      stroke: #024754;
      stroke-width: 0.81;
      stroke-miterlimit: 10; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st2 {
      fill: #6B9197; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st3 {
      fill: none;
      stroke: #BEBD00;
      stroke-width: 1.62;
      stroke-miterlimit: 10; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st4 {
      fill: none;
      stroke: #B80201;
      stroke-width: 1.62;
      stroke-miterlimit: 10; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st5 {
      fill: #B80201;
      stroke: #B80201;
      stroke-width: 1.62;
      stroke-miterlimit: 10; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st6 {
      fill: #B80201;
      stroke: #B80201;
      stroke-width: 1.82;
      stroke-miterlimit: 10; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st7 {
      fill: #B80201; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .excursionBottleneckMapLayer__st8 {
      fill: #FFFFFF; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer #redLines_1 .excursionBottleneckMapLayer__st4 {
      stroke: #bebd00; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .bubble .excursionBottleneckMapLayer__st5,
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer .bubble .excursionBottleneckMapLayer__st6 {
      fill: rgba(107, 145, 151, 0.5);
      stroke: #bebd00; }
    #wde_Energiemarkt_Europa #scene3_excursionBottleneck .excursionBottleneckMapLayer #icon_warning {
      opacity: 0;
      visibility: hidden; }

#wde_Energiemarkt_Europa #scene3_1_preventBottlenecks {
  display: flex;
  flex-direction: column; }
  #wde_Energiemarkt_Europa #scene3_1_preventBottlenecks .textContainer {
    max-width: 798px;
    align-self: center;
    justify-self: center;
    margin: auto;
    text-align: center; }

@media (max-width: 767px) and (orientation: portrait) {
  #wde_Energiemarkt_Europa #scene4_capacityCalculation {
    display: flex;
    flex-direction: column; } }

@media (max-width: 767px) and (orientation: portrait) {
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer {
    flex: 0 0 200px;
    position: relative; } }

#wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer .wdePopupOpenButton {
  position: absolute;
  left: 10.5%;
  right: auto;
  top: auto;
  bottom: 280px;
  display: flex;
  align-items: center;
  width: 580px;
  height: 100px;
  background: #336c76;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  cursor: pointer;
  transition: background .2s ease-out; }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer .wdePopupOpenButton svg {
    margin: 9px; }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer .wdePopupOpenButton label {
    margin: 0 20px;
    font-size: 18px;
    cursor: pointer; }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer .wdePopupOpenButton:hover {
    background: #bebd00; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer .wdePopupOpenButton:hover svg .circleBg {
      transition: all .2s ease-out;
      fill: #014655; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer .wdePopupOpenButton {
      /*@include absolutePosition(auto, 7.5%, 15%, 7.5%);*/
      position: relative;
      left: 7.5%;
      right: 7.5%;
      top: auto;
      bottom: auto;
      width: 85%;
      height: 150px;
      border-top-left-radius: 75px;
      border-bottom-left-radius: 75px; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer .wdePopupOpenButton svg {
        margin: 15px;
        width: 130px;
        height: 130px; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdePopupOpenButtonContainer .wdePopupOpenButton label {
        margin: 0 32px;
        font-size: 32px; } }

@media (max-width: 767px) and (orientation: portrait) {
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container {
    display: flex;
    flex: 1 0 550px;
    justify-content: center;
    align-items: center; } }

#wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation {
  position: absolute;
  left: auto;
  right: 235px;
  top: 250px;
  bottom: auto;
  width: 550px;
  height: 600px; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation {
      position: relative;
      width: 75%;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; } }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .set svg {
    width: 86px;
    height: 86px; }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .set label {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -10px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
    color: #bebd00;
    font-size: 14px;
    white-space: nowrap; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .set {
      -webkit-transform: scale(1.25, 1.25);
      -moz-transform: scale(1.25, 1.25);
      transform: scale(1.25, 1.25); }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .set label {
        font-size: 20px; } }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .set.dealer {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .set.exchange {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .set.producer {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0; }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .set.tbw {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0; }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow {
    display: flex; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow .label {
      white-space: nowrap; }
      @media (max-width: 767px) and (orientation: portrait) {
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow .label {
          font-size: 28px; } }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerCenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerCenter .label {
      padding-top: 86px;
      transform: rotate(-45deg); }
      @media (max-width: 767px) and (orientation: portrait) {
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerCenter .label {
          font-size: 28px; } }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerCenter svg {
      position: absolute;
      left: 50%;
      right: 50%;
      top: 50%;
      bottom: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.topCenter, #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.topCenterInverted {
    position: absolute;
    left: 0;
    right: 0;
    top: 43px;
    bottom: auto;
    justify-content: center;
    align-items: start; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.topCenter .label, #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.topCenterInverted .label {
      padding-top: 25.8px; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.topCenter svg, #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.topCenterInverted svg {
      position: absolute;
      left: 50%;
      right: 50%;
      top: 0;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerRight {
    position: absolute;
    left: auto;
    right: 43px;
    top: 55%;
    bottom: 45%;
    flex-direction: row;
    justify-content: right;
    align-items: center; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerRight .label {
      padding-right: 25.8px; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerRight svg {
      position: absolute;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.bottomCenter {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 43px;
    justify-content: center;
    align-items: center; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.bottomCenter .label {
      padding-bottom: 25.8px; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.bottomCenter svg {
      position: absolute;
      left: 50%;
      right: 50%;
      top: auto;
      bottom: 0;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerLeft {
    position: absolute;
    left: 43px;
    right: auto;
    top: 55%;
    bottom: 45%;
    flex-direction: row;
    justify-content: left;
    align-items: center; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerLeft .label {
      padding-left: 21.5px; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .animation-container .animation .arrow.centerLeft svg {
      position: absolute;
      left: 0;
      right: auto;
      top: 0;
      bottom: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner {
  position: absolute;
  left: -50px;
  right: -50px;
  top: -50px;
  bottom: -50px; }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner {
      position: absolute;
      left: -25px;
      right: -25px;
      top: -25px;
      bottom: -25px;
      display: flex;
      flex-direction: column; } }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .textContainer {
    max-width: 50%;
    margin: 8% 8% 0 8%; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .textContainer {
        max-width: inherit;
        flex: 0 0 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden; } }
  @media (max-width: 767px) and (orientation: portrait) {
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer {
      display: flex;
      flex: 1 0 580px;
      justify-content: center;
      align-items: center; } }
  #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation {
    position: absolute;
    left: 200px;
    right: 200px;
    top: 48%;
    bottom: 5%; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        height: 580px;
        -webkit-transform: scale(0.8, 0.8);
        -moz-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8); } }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets {
      display: flex; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 1; }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet .iconBox {
          width: 246px;
          position: relative;
          border-bottom: #6b9197 4px solid;
          height: 87px;
          overflow: hidden; }
          @media (max-width: 767px) and (orientation: portrait) {
            #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet .iconBox {
              -webkit-transform: scale(0.9, 0.9);
              -moz-transform: scale(0.9, 0.9);
              transform: scale(0.9, 0.9); } }
          #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet .iconBox .icon {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: auto; }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet label {
          margin-top: 15px;
          width: 246px;
          display: block;
          font-size: 18px;
          color: #bebd00;
          text-align: center; }
          @media (max-width: 767px) and (orientation: portrait) {
            #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet label {
              font-size: 28px; } }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet .arrow {
          position: absolute;
          top: 100%; }
          #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet .arrow.left {
            left: 50%; }
          #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .iconSets .iconSet .arrow.right {
            right: 50%; }
    #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 200px;
      height: 200px;
      bottom: 0; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet .box {
        width: 200px;
        height: 200px;
        border: 11px solid #014655;
        background: #FFFFFF; }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet .box .fill {
          position: absolute;
          left: 0;
          right: 0;
          top: auto;
          bottom: 0;
          background: #6b9197; }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet .box .inner {
          position: absolute;
          left: 11px;
          right: 11px;
          top: 11px;
          bottom: 11px;
          display: flex; }
          #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet .box .inner .logoTBW {
            align-self: center;
            justify-self: center;
            flex-grow: 1; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet label {
        position: absolute;
        left: 50%;
        right: 50%;
        top: auto;
        bottom: -50px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 600px;
        display: block;
        font-size: 18px;
        color: #bebd00;
        text-align: center; }
        @media (max-width: 767px) and (orientation: portrait) {
          #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet label {
            font-size: 28px; } }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.oneMonth {
        left: 30%; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.oneWeek {
        left: 50%; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.oneDay {
        left: 68%; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.oneHour {
        left: 85%; }
      #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.minutes {
        left: 98%; }
      @media (max-width: 767px) and (orientation: portrait) {
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.oneMonth {
          left: 35%; }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.oneWeek {
          left: 56%; }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.oneDay {
          left: 74%; }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.oneHour {
          left: 88%; }
        #wde_Energiemarkt_Europa #scene4_capacityCalculation .wdeFullSlidePopup .wdeFullSlidePopupInner .animationContainer .animation .boxSet.minutes {
          left: 98%; } }

#wde_Energiemarkt_Europa #scene6_outro {
  display: flex;
  flex-direction: column; }
  #wde_Energiemarkt_Europa #scene6_outro .textContainer {
    max-width: 798px;
    align-self: center;
    justify-self: center;
    margin: auto; }
    #wde_Energiemarkt_Europa #scene6_outro .textContainer h2.h1-style {
      margin: 0 0 0 0; }
    @media (max-width: 767px) and (orientation: portrait) {
      #wde_Energiemarkt_Europa #scene6_outro .textContainer h2 {
        font-size: 42px; }
        #wde_Energiemarkt_Europa #scene6_outro .textContainer h2.h1-style {
          font-size: 70px; } }
    #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner {
      display: flex;
      flex-direction: row;
      margin-top: 60px; }
      @media (max-width: 767px) and (orientation: portrait) {
        #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner {
          flex-direction: column;
          align-items: flex-start; } }
      #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner img {
        width: 176px;
        height: auto; }
        @media (max-width: 767px) and (orientation: portrait) {
          #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner img {
            width: 352px; } }
      @media (max-width: 767px) and (orientation: portrait) {
        #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner .right {
          width: 100%; } }
      #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner .cite {
        margin-left: 40px;
        color: #bebd00; }
        @media (max-width: 767px) and (orientation: portrait) {
          #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner .cite {
            margin-left: 0;
            margin-top: 60px;
            font-size: 42px; } }
      #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner .subline {
        margin-left: 40px;
        color: #6b9197;
        font-size: 14px; }
        @media (max-width: 767px) and (orientation: portrait) {
          #wde_Energiemarkt_Europa #scene6_outro .textContainer .inner .subline {
            margin-left: 0;
            font-size: 28px; } }
