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; }
  #infographic .clear:after {
    content: "";
    display: table;
    clear: both; }
  #infographic h5 {
    text-transform: none;
    color: #416D9D;
    font-weight: normal;
    font-family: "CalibriRegular", arial, sans-serif;
    font-size: 20px;
    margin-bottom: 0.25em; }
  #infographic h6 {
    font-family: "CalibriBold", arial, sans-serif;
    text-transform: none;
    font-size: 13px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0.5em; }
  #infographic p {
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 0.25em; }
  #infographic ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: "CalibriBold", arial, sans-serif; }
    #infographic ul li {
      margin: 0;
      padding: 0;
      display: block;
      float: left;
      text-align: center;
      line-height: inherit;
      cursor: pointer; }
  #infographic .col {
    width: 48%;
    float: left; }
    #infographic .col:last-child {
      float: right; }
  #infographic figure {
    margin: 0;
    padding-right: 15px; }
  #infographic figcaption {
    font-size: 10px;
    -webkit-transform: rotate(-90deg) translateX(101%);
    -ms-transform: rotate(-90deg) translateX(101%);
    -moz-transform: rotate(-90deg) translateX(101%);
    -o-transform: rotate(-90deg) translateX(101%);
    transform: rotate(-90deg) translateX(101%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right; }
  #infographic #elements {
    margin-top: 20px; }
    #infographic #elements li {
      position: relative;
      font-size: 12px;
      width: 9.5%;
      height: 0;
      padding-bottom: 9.5%;
      color: #000;
      margin-right: 0.55%;
      opacity: 0.3;
      -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 #elements li:last-child {
        margin-right: 0; }
      #infographic #elements li.active {
        opacity: 1; }
      #infographic #elements li span {
        display: block;
        font-size: 16px;
        top: 0;
        bottom: 0; }
      #infographic #elements li div {
        position: absolute;
        height: 50%;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #infographic #elements #see {
      background-color: #00A7E7; }
    #infographic #elements #pt {
      background-color: #007BB2; }
    #infographic #elements #pd {
      background-color: #00A77F; }
    #infographic #elements #ge {
      background-color: #7AB51D; }
    #infographic #elements #ga {
      background-color: #00A7E3; }
    #infographic #elements #in {
      background-color: #93CCB3; }
    #infographic #elements #te {
      background-color: #B7D382; }
    #infographic #elements #co {
      background-color: #657769; }
    #infographic #elements #li {
      background-color: #856C62; }
    #infographic #elements #v {
      background-color: #718CB3; }
  #infographic #products li {
    width: 13.78%;
    font-size: 10.5px;
    height: 50px;
    color: #416D9D;
    margin-right: 0.58%;
    height: 0;
    padding-bottom: 13.78%;
    position: relative;
    background-size: 100%;
    opacity: 0.3;
    -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 #products li.active {
      opacity: 1; }
    #infographic #products li:last-child {
      margin-right: 0; }
    #infographic #products li div {
      position: absolute;
      bottom: 10%;
      width: 100%; }
  #infographic #products #photovoltaik {
    background-image: url("../img/Icon_Photovoltaik.png"); }
  #infographic #products #windkraft {
    background-image: url("../img/Icon_Windkraft.png"); }
  #infographic #products #stromnetze {
    background-image: url("../img/Icon_Stromnetz.png"); }
  #infographic #products #batterie {
    background-image: url("../img/Icon_Batterie.png"); }
  #infographic #products #redox {
    background-image: url("../img/Icon_Batteriespeicher.png"); }
  #infographic #products #power {
    background-image: url("../img/Icon_Power-to-Gas.png"); }
  #infographic #products #auto {
    background-image: url("../img/Icon_Auto.png"); }
  #infographic #map {
    padding: 5% 0 5% 30.15%;
    position: relative; }
    #infographic #map .map {
      -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 #map .text {
      opacity: 0;
      -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;
      font-family: "CalibriRegular", arial, sans-serif;
      font-size: 12.5px;
      text-transform: uppercase; }
      #infographic #map .text.percent {
        font-family: "CalibriBold", arial, sans-serif;
        font-size: 20px; }
  #infographic #infos-elements > div {
    position: absolute;
    top: 1%;
    left: 0;
    width: 29.6%;
    padding: 1%;
    z-index: 10;
    display: none; }
    #infographic #infos-elements > div#info-see {
      border: 1px solid #00A7E7;
      background-color: #CCEDFA; }
    #infographic #infos-elements > div#info-pt {
      border: 1px solid #007BB2;
      background-color: #CCE4F0; }
    #infographic #infos-elements > div#info-pd {
      border: 1px solid #00A77F;
      background-color: #CCEDE5; }
    #infographic #infos-elements > div#info-ge {
      border: 1px solid #7AB51D;
      background-color: #E4F0D1; }
    #infographic #infos-elements > div#info-ga {
      border: 1px solid #00A7E3;
      background-color: #CCEDFA; }
    #infographic #infos-elements > div#info-in {
      border: 1px solid #93CCB3;
      background-color: #E9F5F0; }
    #infographic #infos-elements > div#info-te {
      border: 1px solid #B7D382;
      background-color: #F1F6E6; }
    #infographic #infos-elements > div#info-co {
      border: 1px solid #657769;
      background-color: #E0E4E1; }
    #infographic #infos-elements > div#info-li {
      border: 1px solid #856C62;
      background-color: #E7E1DF; }
    #infographic #infos-elements > div#info-v {
      border: 1px solid #718CB3;
      background-color: #E2E8F0; }
  #infographic #infos-products > div {
    position: absolute;
    top: 1%;
    left: 0;
    width: 79.85%;
    padding: 1%;
    z-index: 10;
    display: none;
    border: 1px solid #416D9D;
    background-color: #E6E6E6;
    overflow: hidden; }
  #infographic #footer {
    text-align: right;
    font-size: 8px;
    margin-top: 1em !important; }
  #infographic .strong-link {
    display: inline-block;
    letter-spacing: 0.03em; }

@media (max-width: 1023px) {
  #infographic #elements li, #infographic #products li {
    font-size: 8px; }
  #infographic #map {
    padding: 16% 0 16% 50%; }
  #infographic #infos-elements > div {
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #infographic #infos-products > div {
    width: 100%; } }
@media (max-width: 740px) {
  #infographic #elements,
  #infographic #map,
  #infographic #products,
  #infographic #footer {
    display: none; } }

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