@charset "UTF-8";
body {
  font-family: "CalibriRegular", arial, sans-serif;
  margin: 0 auto; }

img {
  max-width: 100%;
  height: auto; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#infographic {
  position: relative;
  background: #fff;
  margin: 0 auto;
  max-width: 1024px;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  #infographic .clear:after {
    content: "";
    display: table;
    clear: both; }
  #infographic .container {
    height: 0;
    padding-top: 75%;
    /* höhe/breite *100 */
    position: relative; }
  #infographic svg {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #infographic .back {
    fill: transparent; }
  #infographic .batteriespeicher,
  #infographic .photovoltaikanlage,
  #infographic .elektroheizung,
  #infographic .windkraftanlage,
  #infographic .power-to-gas-anlage,
  #infographic .pumpspeicher,
  #infographic .grossverbraucher,
  #infographic .gaskraftwerk,
  #infographic .solarthermie,
  #infographic .gas-pipeline {
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  #infographic .choice {
    letter-spacing: 0.03em;
    font-size: 13px;
    font-weight: bold; }
  #infographic .button {
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.03em; }
  #infographic .normal {
    stroke-dashoffset: 5000;
    animation: leftToRight 50s linear infinite;
    stroke-dasharray: 40, 40;
    backface-visibility: hidden;
    perspective: 1000; }
  #infographic .reverse {
    stroke-dashoffset: 0;
    animation: rightToLeft 50s linear infinite;
    stroke-dasharray: 40, 40;
    backface-visibility: hidden;
    perspective: 1000; }
  #infographic.sz01 .gaskraftwerk,
  #infographic.sz01 .solarthermie,
  #infographic.sz01 .gas-pipeline {
    opacity: 0.4; }
  #infographic.sz01 .flow-sz01 {
    opacity: 0; }
  #infographic.sz01 .normal.speed-sz01 {
    animation: leftToRight 10s linear infinite;
    stroke-dasharray: 30, 30; }
  #infographic.sz01 .reverse.speed-sz01 {
    animation: rightToLeft 10s linear infinite;
    stroke-dasharray: 30, 30; }
  #infographic.sz01 text .button.sz01 {
    fill: #E83A8C; }
  #infographic.sz02 .gaskraftwerk,
  #infographic.sz02 .power-to-gas-anlage,
  #infographic.sz02 .gas-pipeline,
  #infographic.sz02 .elektroheizung {
    opacity: 0.4; }
  #infographic.sz02 .flow-sz02 {
    opacity: 0; }
  #infographic.sz02 .normal.speed-sz02 {
    animation: leftToRight 100s linear infinite;
    stroke-dasharray: 60, 100; }
  #infographic.sz02 .reverse.speed-sz02 {
    animation: rightToLeft 100s linear infinite;
    stroke-dasharray: 60, 100; }
  #infographic.sz02 text .button.sz02 {
    fill: #E83A8C; }
  #infographic.sz02 #special {
    opacity: 1;
    transform: matrix(1.25, 0, 0, -1.29, 0, 960) scale(0.1, 0.1); }
  #infographic.sz03 .pumpspeicher,
  #infographic.sz03 .windkraftanlage,
  #infographic.sz03 .power-to-gas-anlage,
  #infographic.sz03 .photovoltaikanlage,
  #infographic.sz03 .batteriespeicher {
    opacity: 0.4; }
  #infographic.sz03 .flow-sz03 {
    opacity: 0; }
  #infographic.sz03 text .button.sz03 {
    fill: #E83A8C; }
  #infographic h3 {
    text-transform: none;
    color: #416D9D;
    font-weight: lighter;
    font-family: "CalibriLight", arial, sans-serif;
    line-height: 1.3em;
    font-size: 23px;
    margin: 0 0 0.25em 0;
    position: absolute;
    top: 0;
    left: 28%; }
  #infographic #infotext {
    position: absolute;
    max-width: 1024px;
    width: 26%;
    top: 0;
    left: 0;
    background-color: rgba(65, 109, 157, 0.2);
    padding: 1%;
    border: 1px solid rgba(65, 109, 157, 0.4); }
    #infographic #infotext .text {
      display: none;
      -webkit-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      #infographic #infotext .text.active {
        display: block; }
    #infographic #infotext strong {
      display: block;
      margin-bottom: 8px; }
    #infographic #infotext p {
      font-size: 13px;
      font-family: "CalibriRegular", arial, sans-serif;
      line-height: 1.2em;
      margin: 0 0 5px 0;
      letter-spacing: 0.03em; }
  @media (max-width: 1023px) {
    #infographic svg,
    #infographic .container {
      display: none; }
    #infographic h3 {
      position: static; }
    #infographic #infotext {
      position: static;
      margin: 20px auto 0 auto;
      width: 100%; }
      #infographic #infotext .text {
        display: block;
        margin-bottom: 10px; }
      #infographic #infotext p {
        font-size: 10px;
        line-height: 1.2em; } }
  #infographic .strong-link {
    display: inline-block;
    letter-spacing: 0.03em;
    text-decoration: none;
    background-color: #e6007e;
    padding: 2px 0;
    width: auto;
    margin: 20px auto; }
    #infographic .strong-link span {
      color: white !important;
      border: 0 !important;
      display: inline;
      padding: 0.45rem;
      box-decoration-break: clone; }

@-webkit-keyframes leftToRight {
  to {
    stroke-dashoffset: 0; } }
@-moz-keyframes leftToRight {
  to {
    stroke-dashoffset: 0; } }
@-o-keyframes leftToRight {
  to {
    stroke-dashoffset: 0; } }
@keyframes leftToRight {
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes rightToLeft {
  to {
    stroke-dashoffset: 5000; } }
@-moz-keyframes rightToLeft {
  to {
    stroke-dashoffset: 5000; } }
@-o-keyframes rightToLeft {
  to {
    stroke-dashoffset: 5000; } }
@keyframes rightToLeft {
  to {
    stroke-dashoffset: 5000; } }

/*# sourceMappingURL=style.css.map */
