@font-face {
  font-family: 'DB Head Light';
  src: url("../../include/assets/fonts/dbhea02-web.eot");
  src: url("../../include/assets/fonts/dbhea02-web.eot?#iefix") format("embedded-opentype"), url("../../include/assets/fonts/dbhea02-web.woff") format("woff"), url("../../include/assets/fonts/dbhea02-web.ttf") format("truetype"); }

@font-face {
  font-family: 'DB Head Black';
  src: url("../../include/assets/fonts/dbhea07-web.eot");
  src: url("../../include/assets/fonts/dbhea07-web.eot?#iefix") format("embedded-opentype"), url("../../include/assets/fonts/dbhea07-web.woff") format("woff"), url("../../include/assets/fonts/dbhea07-web.ttf") format("truetype"); }

@font-face {
  font-family: 'DBSans-Regular';
  src: url("../../include/assets/fonts/dbsan43-web.eot");
  src: url("../../include/assets/fonts/dbsan43-web.eot?#iefix") format("embedded-opentype"), url("../../include/assets/fonts/dbsan43-web.woff") format("woff"), url("../../include/assets/fonts/dbsan43-web.ttf") format("truetype"); }

body {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: #3F3F3F;
  font-family: "DBSans-Regular"; }

[class*="text-"] {
  position: absolute;
  max-width: 600px;
  font-size: 32px;
  font-family: "DB Head Black";
  text-align: left; }
  [class*="text-"] a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.punctuation {
  font-size: 40px;
  margin-left: -7px; }

.animated-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.animated-2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation: fadeIn 1s;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation: slideInRight 3s;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes pulseFast {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulseFast {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

article {
  min-height: 100vh; }
  article .section-1 {
    position: relative;
    height: 100vh;
    z-index: 10;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(227, 6, 19, 0.88)), to(rgba(227, 6, 19, 0.88))), url(../../include/assets/images/netzwerke.jpg);
    background-image: -webkit-linear-gradient(right, rgba(227, 6, 19, 0.88), rgba(227, 6, 19, 0.88)), url(../../include/assets/images/netzwerke.jpg);
    background-image: -o-linear-gradient(right, rgba(227, 6, 19, 0.88), rgba(227, 6, 19, 0.88)), url(../../include/assets/images/netzwerke.jpg);
    background-image: linear-gradient(right, rgba(227, 6, 19, 0.88), rgba(227, 6, 19, 0.88)), url(../../include/assets/images/netzwerke.jpg);
    background-image: -ms-linear-gradient(top, rgba(227, 6, 19, 0.88), rgba(227, 6, 19, 0.88)), url(../../include/assets/images/netzwerke.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    article .section-1 .db-content {
      margin: 0 auto;
      width: 65vw;
      height: 100vh;
      overflow: auto;
      color: #FFF; }
      article .section-1 .db-content .db-title {
        padding-top: 10vh;
        text-align: center;
        font-size: 4.5vh;
        line-height: 52px;
        font-family: "DB Head Black"; }
      article .section-1 .db-content .db-text {
        padding-top: 50px;
        font-size: 3.5vh;
        line-height: 4.3vh;
        font-family: "DB Head Light"; }
      article .section-1 .db-content .db-text.first-type {
        padding-top: 80px; }
      article .section-1 .db-content .icon {
        padding-top: 80px; }
        article .section-1 .db-content .icon img {
          position: absolute;
          margin: 0 auto;
          left: 0;
          right: 0;
          cursor: pointer;
          width: 8vh; }
        article .section-1 .db-content .icon img:hover {
          -webkit-animation-name: pulse;
          animation-name: pulse;
          -webkit-animation-duration: 1s;
          animation-duration: 1s; }
      article .section-1 .db-content .db-footer {
        position: absolute;
        width: 65vw;
        bottom: 0;
        margin-bottom: 30px;
        font-family: "DB Head Light";
        font-size: 22px;
        line-height: 28px; }
        article .section-1 .db-content .db-footer .db-left {
          display: inline-block;
          vertical-align: top;
          width: 40%; }
          article .section-1 .db-content .db-footer .db-left a {
            color: #FFF;
            text-decoration: none;
            border-bottom: 3px solid; }
        article .section-1 .db-content .db-footer .db-right {
          display: inline-block;
          vertical-align: top;
          float: right;
          width: 60%; }

@media screen and (max-width: 1999px) {
  article .section-1 .db-content {
    width: 85vw; }
    article .section-1 .db-content .db-text.first-type {
      padding-top: 60px; }
    article .section-1 .db-content .icon {
      padding-top: 50px; }
    article .section-1 .db-content .db-footer {
      font-size: 20px;
      line-height: 26px;
      width: 85vw;
      font-family: "DBSans-Regular"; } }

@media screen and (max-width: 1599px) {
  article .section-1 .db-content .db-text {
    padding-top: 30px; }
  article .section-1 .db-content .db-text.first-type {
    padding-top: 60px; }
  article .section-1 .db-content .icon {
    padding-top: 50px; } }

@media screen and (max-width: 960px) {
  article .section-1 .db-content .db-text {
    padding-top: 30px; }
  article .section-1 .db-content .db-text.first-type {
    padding-top: 50px; }
  article .section-1 .db-content .icon {
    padding-top: 40px; }
  article .section-1 .db-content .db-footer {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 799px) {
  article .section-1 {
    height: 100%; }
    article .section-1 .db-content .db-title {
      padding-top: 30px;
      line-height: 32px; }
    article .section-1 .db-content .db-text {
      padding-top: 20px; }
    article .section-1 .db-content .db-text.first-type {
      padding-top: 40px; }
    article .section-1 .db-content .icon {
      position: absolute;
      top: 25%;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 200px;
      -webkit-animation-name: pulseFast;
      animation-name: pulseFast;
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }
      article .section-1 .db-content .icon img {
        width: 200px; }
    article .section-1 .db-content .db-footer {
      font-size: 14px;
      line-height: 18px; }
      article .section-1 .db-content .db-footer .db-left a {
        border-bottom: 2px solid; }
      article .section-1 .db-content .db-footer .db-right {
        width: 57%; } }

@media screen and (max-width: 479px) {
  article {
    min-height: 100%; }
    article .section-1 {
      height: 100%; }
      article .section-1 .db-content {
        height: 100%;
        width: 90%;
        padding-bottom: 0; }
        article .section-1 .db-content .db-title {
          padding-top: 10px;
          line-height: 26px; }
        article .section-1 .db-content .db-text {
          font-size: 17px;
          line-height: 22px;
          padding-top: 15px; }
        article .section-1 .db-content .db-text.first-type {
          padding-top: 20px; }
        article .section-1 .db-content .icon {
          position: absolute;
          top: 25%;
          right: 0;
          left: 0;
          margin: 0 auto;
          width: 200px;
          -webkit-animation-name: pulseFast;
          animation-name: pulseFast;
          -webkit-animation-duration: 1s;
          animation-duration: 1s; }
          article .section-1 .db-content .icon img {
            width: 200px; }
        article .section-1 .db-content .db-footer {
          width: 90%;
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 10px; }
          article .section-1 .db-content .db-footer .db-left {
            width: 100%; }
          article .section-1 .db-content .db-footer .db-right {
            padding-top: 15px;
            width: 100%;
            float: left; } }

@media screen and (max-width: 369px) {
  article {
    max-height: auto; }
    article .section-1 .db-content .db-title {
      line-height: 24px; }
    article .section-1 .db-content .db-text {
      padding-top: 10px; }
    article .section-1 .db-content .db-text.first-type {
      padding-top: 30px; }
    article .section-1 .db-content .db-footer {
      font-size: 12px;
      line-height: 18px; } }

.db-logo {
  width: 55px;
  position: absolute;
  right: 20px;
  background-color: #FFF;
  margin-top: 42px;
  z-index: 100; }
  .db-logo img {
    width: 50px; }

#map {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0; }
  #map .header-menu {
    position: absolute;
    width: 100%;
    padding: 45px 0;
    z-index: 10;
    font-family: "DB Head Black";
    font-size: 20px;
    background-color: #FFF; }
    #map .header-menu ul {
      height: 30px;
      cursor: pointer;
      text-align: center;
      margin: 0;
      padding: 0; }
      #map .header-menu ul li {
        display: inline;
        list-style: none;
        padding: 7px 30px; }
      #map .header-menu ul li:hover {
        -webkit-animation-name: pulseFast;
        animation-name: pulseFast;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s; }
      #map .header-menu ul li.active {
        color: #FFF;
        border-radius: 5px; }
  #map .mobile-menu {
    display: none; }
  #map .section-2 {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 0; }
    #map .section-2 .bgImage {
      width: 100%;
      height: 100%;
      margin: 0;
      top: 0;
      left: 0;
      z-index: 1;
      background-image: url(../../include/assets/images/section-2.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      -moz-transition: all .999999999s;
      -webkit-transition: all .999999999s;
      -o-transition: all .999999999s;
      transition: all .999999999s;
      -moz-transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    #map .section-2 .infographics {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 120px;
      bottom: 0;
      width: 80%;
      max-height: 80%;
      text-align: center;
      z-index: 99; }
      #map .section-2 .infographics .inf-box {
        position: absolute;
        margin: 0 auto;
        display: inline-block;
        width: 20%; }
        #map .section-2 .infographics .inf-box .info-title {
          font-family: "DB Head Black";
          font-size: 22px; }
        #map .section-2 .infographics .inf-box .info-title#title-1 {
          font-size: 28px; }
        #map .section-2 .infographics .inf-box .info-title#title-3 {
          font-size: 18px; }
        #map .section-2 .infographics .inf-box .image {
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
        #map .section-2 .infographics .inf-box .image img {
          cursor: pointer; }
        #map .section-2 .infographics .inf-box .image:hover {
          -webkit-animation-name: pulse;
          animation-name: pulse; }
      #map .section-2 .infographics .inf-box .content {
        display: none; }
      #map .section-2 .infographics .inf-box.active {
        position: static;
        width: 100%;
        height: 100%;
        margin: 0; }
      #map .section-2 .infographics .inf-box.active .content {
        display: block;
        width: 100%;
        height: auto;
        top: 0; }
      #map .section-2 .infographics .inf-box.inactive {
        display: none; }
      #map .section-2 .infographics #inf-1 {
        left: 8%;
        top: 45%; }
        #map .section-2 .infographics #inf-1 img {
          width: 145px; }
      #map .section-2 .infographics #inf-2 {
        left: 23%;
        top: 30%; }
        #map .section-2 .infographics #inf-2 img {
          width: 160px; }
      #map .section-2 .infographics #inf-3 {
        left: 40%;
        top: 15%; }
        #map .section-2 .infographics #inf-3 img {
          width: 175px; }
      #map .section-2 .infographics #inf-4 {
        left: 57%;
        top: 30%; }
        #map .section-2 .infographics #inf-4 img {
          width: 160px; }
      #map .section-2 .infographics #inf-5 {
        left: 72%;
        top: 45%; }
        #map .section-2 .infographics #inf-5 img {
          width: 145px; }
    #map .section-2 .inf-footer {
      position: absolute;
      bottom: 1vh;
      width: 80vw;
      margin: 0 auto;
      right: 0;
      left: 0;
      text-align: center;
      z-index: 99; }
      #map .section-2 .inf-footer .menu {
        list-style: none outside;
        padding: 0; }
        #map .section-2 .inf-footer .menu .menu-item {
          display: inline-block;
          background: transparent !important; }
          #map .section-2 .inf-footer .menu .menu-item a, #map .section-2 .inf-footer .menu .menu-item .lg, #map .section-2 .inf-footer .menu .menu-item .ag {
            color: #818181;
            font-size: 1.7vh;
            line-height: 2.3vh;
            text-decoration: none; }
          #map .section-2 .inf-footer .menu .menu-item .lg {
            cursor: pointer; }
        #map .section-2 .inf-footer .menu li:first-of-type:before {
          content: "\00a9";
          color: #818181;
          font-size: 1.7vh;
          line-height: 2.3vh; }
        #map .section-2 .inf-footer .menu li:not(:last-of-type):after {
          content: '|';
          color: #818181;
          font-size: 1.7vh;
          line-height: 2.3vh;
          padding: 0 8px; }

@media screen and (max-width: 1999px) {
  #map .section-2 .infographics {
    width: 100%;
    max-height: 100%; } }

@media screen and (max-width: 1599px) {
  #map .section-2 .infographics {
    max-height: 100%; } }

@media screen and (max-width: 1599px) {
  #map .section-2 .infographics {
    width: 100%; } }

@media screen and (max-width: 960px) {
  #map .header-menu {
    font-size: 18px;
    padding: 35px 0; }
    #map .header-menu ul li {
      padding: 0 30px; }
  #map .section-2 .infographics {
    top: 100px; }
    #map .section-2 .infographics #inf-1 {
      left: 3%; }
    #map .section-2 .infographics #inf-2 {
      left: 20%; }
    #map .section-2 .infographics #inf-4 {
      left: 60%; }
    #map .section-2 .infographics #inf-5 {
      left: 77%; } }

@media screen and (max-width: 799px) {
  .db-logo {
    margin-top: 23px; }
  #map {
    height: 100vh; }
    #map .header-menu {
      display: none; }
    #map .mobile-menu {
      position: relative;
      top: 0;
      display: block;
      z-index: 99;
      width: 100%;
      height: 80px;
      background-color: #FFF;
      cursor: pointer;
      border-bottom: 1px solid #3F3F3F; }
      #map .mobile-menu .mMenu {
        padding: 20px 0px 0px 20px;
        width: 40px;
        cursor: pointer; }
      #map .mobile-menu .mClose {
        display: none;
        position: relative;
        left: 0;
        padding: 20px 0px 0px 20px;
        width: 40px;
        cursor: pointer; }
      #map .mobile-menu .mobile-slider {
        display: none;
        position: relative;
        text-align: center;
        background-color: #FFF; }
        #map .mobile-menu .mobile-slider ul {
          padding-left: 0;
          padding-bottom: 30px; }
          #map .mobile-menu .mobile-slider ul li {
            padding-left: 0;
            list-style: none;
            font-family: "DB Head Black";
            font-size: 34px;
            line-height: 46px; }
          #map .mobile-menu .mobile-slider ul .menu-item, #map .mobile-menu .mobile-slider ul .ag, #map .mobile-menu .mobile-slider ul .lg {
            font-family: "DBSans-Regular";
            font-size: 22px;
            line-height: 38px; }
            #map .mobile-menu .mobile-slider ul .menu-item a, #map .mobile-menu .mobile-slider ul .ag a, #map .mobile-menu .mobile-slider ul .lg a {
              text-decoration: none;
              color: #3F3F3F; }
          #map .mobile-menu .mobile-slider ul .changeLanguageEN, #map .mobile-menu .mobile-slider ul .changeLanguageDE, #map .mobile-menu .mobile-slider ul .menu-item:last-of-type {
            padding-top: 20px; }
          #map .mobile-menu .mobile-slider ul .ag {
            font-size: 16px; }
    #map .section-2 {
      height: 100vh; }
      #map .section-2 .bgImage {
        background-size: 150% 100%; }
      #map .section-2 .inf-footer {
        display: none; }
      #map .section-2 .infographics {
        top: 80px; }
        #map .section-2 .infographics .inf-box {
          width: 50%; }
          #map .section-2 .infographics .inf-box .info-title {
            margin: 10px 0px; }
          #map .section-2 .infographics .inf-box .info-title#title-1 {
            font-size: 22px !important; }
          #map .section-2 .infographics .inf-box .info-title#title-3 {
            font-size: 22px !important; }
        #map .section-2 .infographics .inf-box.active .info-title {
          margin: 10px 0px 0px 0px; }
        #map .section-2 .infographics .inf-box.active .info-title#title-1 {
          font-size: 34px !important; }
        #map .section-2 .infographics .inf-box.active .info-title#title-3 {
          font-size: 34px !important; }
        #map .section-2 .infographics #inf-1 {
          left: 0%;
          top: 65%; }
          #map .section-2 .infographics #inf-1 img {
            width: 140px; }
        #map .section-2 .infographics #inf-2 {
          left: 0%;
          top: 35%; }
          #map .section-2 .infographics #inf-2 img {
            width: 140px; }
        #map .section-2 .infographics #inf-3 {
          top: 5%;
          left: 0;
          right: 0;
          margin: 0 auto; }
          #map .section-2 .infographics #inf-3 img {
            width: 140px; }
        #map .section-2 .infographics #inf-4 {
          left: 50%;
          top: 35%; }
          #map .section-2 .infographics #inf-4 img {
            width: 140px; }
        #map .section-2 .infographics #inf-5 {
          left: 50%;
          top: 65%; }
          #map .section-2 .infographics #inf-5 img {
            width: 140px; } }

@media screen and (max-width: 479px) {
  #map {
    height: 100vh; }
    #map .section-2 .infographics #inf-1 {
      left: 0;
      top: 65%;
      padding-top: 10px; }
      #map .section-2 .infographics #inf-1 img {
        width: 110px; }
    #map .section-2 .infographics #inf-2 {
      left: 0;
      top: 35%; }
      #map .section-2 .infographics #inf-2 img {
        width: 110px; }
    #map .section-2 .infographics #inf-3 img {
      width: 110px; }
    #map .section-2 .infographics #inf-4 {
      left: 50%;
      top: 35%; }
      #map .section-2 .infographics #inf-4 img {
        width: 110px; }
    #map .section-2 .infographics #inf-5 {
      left: 50%;
      top: 65%;
      padding-top: 10px; }
      #map .section-2 .infographics #inf-5 img {
        width: 110px; } }

@media screen and (max-width: 320px) {
  #map .section-2 .infographics .inf-box .info-title {
    margin: 5px 0px; }
  #map .section-2 .infographics .inf-box .info-title#title-1, #map .section-2 .infographics .inf-box .info-title#title-2, #map .section-2 .infographics .inf-box .info-title#title-3 {
    font-size: 18px !important; }
  #map .section-2 .infographics #inf-1 img {
    width: 110px; }
  #map .section-2 .infographics #inf-2 img {
    width: 110px; }
  #map .section-2 .infographics #inf-3 img {
    width: 110px; }
  #map .section-2 .infographics #inf-4 img {
    width: 110px; }
  #map .section-2 .infographics #inf-5 img {
    width: 110px; } }

#inf-3.active .image, #inf-3.active .info-title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0; }

#inf-3.active .image {
  top: 30%;
  width: 200px; }
  #inf-3.active .image img {
    max-width: 175px !important; }

#inf-3.active .info-title {
  position: relative;
  margin: 20px 0px 10px 0px;
  font-size: 28px !important; }

#inf-3.active .back {
  display: none; }

#inf-3.active .content [class*="text-"] {
  cursor: pointer;
  position: absolute;
  max-width: 600px;
  font-size: 21.33333px;
  line-height: 32px;
  color: #800080;
  font-family: "DB Head Black";
  text-align: left; }
  #inf-3.active .content [class*="text-"] .number {
    font-size: 32px; }
  #inf-3.active .content [class*="text-"] #inf-3-value0 {
    font-size: 40px; }
  #inf-3.active .content [class*="text-"] #inf-3-value2, #inf-3.active .content [class*="text-"] #inf-3-value6, #inf-3.active .content [class*="text-"] #inf-3-value4, #inf-3.active .content [class*="text-"] #inf-3-value8 {
    font-size: 44px; }
  #inf-3.active .content [class*="text-"] #inf-3-value1, #inf-3.active .content [class*="text-"] #inf-3-value5, #inf-3.active .content [class*="text-"] #inf-3-value7, #inf-3.active .content [class*="text-"] #inf-3-value3, #inf-3.active .content [class*="text-"] #inf-3-value9 {
    font-size: 64px; }
  #inf-3.active .content [class*="text-"] .big-text {
    font-size: 30px; }
  #inf-3.active .content [class*="text-"] p {
    font-family: "DB Head Light";
    margin: 0;
    color: #3F3F3F;
    font-weight: normal;
    font-size: 24px; }

#inf-3.active .content [class*="text-"]:hover {
  -webkit-animation-name: pulseFast;
  animation-name: pulseFast;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

#inf-3.active .content .text-1 {
  top: 10%;
  left: 50%; }

#inf-3.active .content .text-2 {
  top: 35%;
  left: 65%; }

#inf-3.active .content .text-3 {
  top: 55%;
  left: 70%; }

#inf-3.active .content .text-4 {
  top: 70%;
  left: 60%; }
  #inf-3.active .content .text-4 p {
    display: inline-block; }

#inf-3.active .content .text-5 {
  top: 75%;
  left: 25%; }

#inf-3.active .content .text-6 {
  top: 60%;
  left: 15%; }
  #inf-3.active .content .text-6 p {
    display: inline-block; }

#inf-3.active .content .text-7 {
  top: 35%;
  left: 18%; }

#inf-3.active .content .text-8 {
  top: 16%;
  left: 20%; }

@media screen and (max-width: 1599px) {
  #inf-3.active .content .text-1 {
    top: 10%;
    left: 50%; }
  #inf-3.active .content .text-2 {
    top: 30%;
    left: 65%; }
  #inf-3.active .content .text-3 {
    top: 55%;
    left: 70%; }
  #inf-3.active .content .text-4 {
    top: 70%;
    left: 60%; }
  #inf-3.active .content .text-5 {
    top: 75%;
    left: 20%; }
  #inf-3.active .content .text-6 {
    top: 60%;
    left: 10%;
    max-width: 400px; }
  #inf-3.active .content .text-7 {
    top: 35%;
    left: 15%; }
  #inf-3.active .content .text-8 {
    top: 16%;
    left: 20%; } }

@media screen and (max-width: 1099px) {
  #inf-3.active .content .text-1 {
    left: 53%; }
  #inf-3.active .content .text-2 {
    left: 65%; }
  #inf-3.active .content .text-3 {
    left: 70%; }
  #inf-3.active .content .text-4 {
    left: 60%; }
  #inf-3.active .content .text-5 {
    left: 22%; }
  #inf-3.active .content .text-6 {
    left: 7%;
    max-width: 360px; }
  #inf-3.active .content .text-7 {
    left: 12%; }
  #inf-3.active .content .text-8 {
    left: 17%; } }

@media screen and (max-width: 960px) {
  #inf-3.active .content [class*="text-"] .number {
    font-size: 32px; }
  #inf-3.active .content [class*="text-"] #inf-3-value0 {
    font-size: 34px; }
  #inf-3.active .content [class*="text-"] #inf-3-value2, #inf-3.active .content [class*="text-"] #inf-3-value6, #inf-3.active .content [class*="text-"] #inf-3-value4, #inf-3.active .content [class*="text-"] #inf-3-value8 {
    font-size: 38px; }
  #inf-3.active .content [class*="text-"] #inf-3-value1, #inf-3.active .content [class*="text-"] #inf-3-value5, #inf-3.active .content [class*="text-"] #inf-3-value7, #inf-3.active .content [class*="text-"] #inf-3-value3, #inf-3.active .content [class*="text-"] #inf-3-value9 {
    font-size: 58px; }
  #inf-3.active .content [class*="text-"] .big-text {
    font-size: 24px; }
  #inf-3.active .content [class*="text-"] p {
    font-size: 22px; } }

@media screen and (max-width: 799px) {
  #inf-3.active {
    position: relative;
    overflow-x: hidden; }
    #inf-3.active .image {
      position: relative;
      top: 18px; }
    #inf-3.active .info-title#title-1 {
      position: relative;
      top: 0;
      padding-top: 18px;
      margin: 0;
      font-size: 34px !important;
      margin-bottom: 0px; }
    #inf-3.active .back {
      cursor: pointer;
      font-size: 22px;
      display: block;
      padding-top: 20px;
      padding-bottom: 40px;
      -webkit-hyphens: inherit;
      -ms-hyphens: inherit;
      hyphens: inherit; }
    #inf-3.active .content {
      position: relative;
      max-width: 100%; }
      #inf-3.active .content [class*="text-"] {
        position: relative;
        text-align: center;
        margin: 0 auto;
        right: 0;
        left: 0; }
        #inf-3.active .content [class*="text-"] .number {
          font-size: 32px; }
        #inf-3.active .content [class*="text-"] .big-text:before {
          content: "\A";
          white-space: pre; }
        #inf-3.active .content [class*="text-"] #inf-3-value0, #inf-3.active .content [class*="text-"] #inf-3-value2, #inf-3.active .content [class*="text-"] #inf-3-value6, #inf-3.active .content [class*="text-"] #inf-3-value4,
        #inf-3.active .content [class*="text-"] #inf-3-value1, #inf-3.active .content [class*="text-"] #inf-3-value5, #inf-3.active .content [class*="text-"] #inf-3-value7, #inf-3.active .content [class*="text-"] #inf-3-value3,
        #inf-3.active .content [class*="text-"] #inf-3-value8, #inf-3.active .content [class*="text-"] #inf-3-value9 {
          font-size: 48px; }
        #inf-3.active .content [class*="text-"] .big-text {
          font-size: 24px; }
        #inf-3.active .content [class*="text-"] p {
          font-size: 22px;
          line-height: 24px; }
      #inf-3.active .content .text-1, #inf-3.active .content .text-3, #inf-3.active .content .text-5, #inf-3.active .content .text-6, #inf-3.active .content .text-8 {
        padding-bottom: 37px;
        left: 0; }
        #inf-3.active .content .text-1 .brNText:after, #inf-3.active .content .text-3 .brNText:after, #inf-3.active .content .text-5 .brNText:after, #inf-3.active .content .text-6 .brNText:after, #inf-3.active .content .text-8 .brNText:after {
          content: "\A";
          white-space: pre; }
      #inf-3.active .content .text-2, #inf-3.active .content .text-4, #inf-3.active .content .text-7 {
        left: 0;
        padding-bottom: 50px; }
        #inf-3.active .content .text-2 .brNText:after, #inf-3.active .content .text-4 .brNText:after, #inf-3.active .content .text-7 .brNText:after {
          content: "\A";
          white-space: pre; }
      #inf-3.active .content .text-8 {
        padding-bottom: 50px; }
      #inf-3.active .content .text-1 .brText, #inf-3.active .content .text-2 .brText {
        font-size: 18px; }
      #inf-3.active .content .text-1 p {
        line-height: 26px; }
      #inf-3.active .content .text-1 .brText:before {
        content: "\A";
        white-space: pre; }
      #inf-3.active .content .text-4 .brNText:after {
        content: "\A";
        white-space: pre; }
      #inf-3.active .content .text-4 .number:before {
        content: "\A";
        white-space: pre; }
      #inf-3.active .content .text-6 .number:before {
        content: "\A";
        white-space: pre; }
      #inf-3.active .content .text-6 .big-text:after {
        content: "\A";
        white-space: pre; }
      #inf-3.active .content .text-7 p, #inf-3.active .content .text-6 p {
        margin-bottom: 7px; } }

#inf-1.active .image, #inf-1.active .info-title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0; }

#inf-1.active .info-title#title-3 {
  position: relative;
  margin: 20px 0px 10px 0px;
  font-size: 28px !important; }

#inf-1.active .back {
  display: none; }

#inf-1.active .image {
  top: 30%;
  width: 200px; }
  #inf-1.active .image img {
    width: 175px !important; }

#inf-1.active .content [class*="text-"], #inf-1.active .content .diagramm, #inf-1.active .content .db-links {
  position: absolute;
  max-width: 600px;
  font-size: 21.33333px;
  line-height: 36px;
  cursor: pointer; }
  #inf-1.active .content [class*="text-"] .numberPw, #inf-1.active .content .diagramm .numberPw, #inf-1.active .content .db-links .numberPw {
    font-size: 32px;
    color: #e30613; }
  #inf-1.active .content [class*="text-"] .nText, #inf-1.active .content [class*="text-"] p, #inf-1.active .content .diagramm .nText, #inf-1.active .content .diagramm p, #inf-1.active .content .db-links .nText, #inf-1.active .content .db-links p {
    font-family: "DB Head Light";
    margin: 0;
    color: #3F3F3F;
    font-weight: normal; }

#inf-1.active .content [class*="text-"]:hover {
  -webkit-animation-name: pulseFast;
  animation-name: pulseFast;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

#inf-1.active .content .diagramm-mobile {
  display: none; }

#inf-1.active .content .diagramm {
  top: 3%;
  left: 55%;
  color: #3F3F3F;
  font-size: 20px;
  font-family: "DB Head Light"; }
  #inf-1.active .content .diagramm [class*="dTitle-"] {
    position: absolute;
    z-index: 99;
    line-height: 25px; }
  #inf-1.active .content .diagramm [class*="dTitle-"]:hover {
    -webkit-animation-name: pulseFast;
    animation-name: pulseFast;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  #inf-1.active .content .diagramm .dTitle-1 {
    left: 5%;
    top: 40%; }
  #inf-1.active .content .diagramm .dTitle-2 {
    top: 0%;
    left: 55%; }
  #inf-1.active .content .diagramm .dTitle-3 {
    top: 40%;
    left: 70%; }

#inf-1.active .content .text-4 {
  top: 45%;
  left: 9%;
  max-width: 400px; }
  #inf-1.active .content .text-4 #inf-1-value4 {
    font-size: 60px; }

#inf-1.active .content .text-2 {
  top: 52%;
  left: 65%; }
  #inf-1.active .content .text-2 #inf-1-value1, #inf-1.active .content .text-2 #inf-1-value6 {
    font-size: 54px; }

#inf-1.active .content .text-3 {
  top: 72%;
  left: 58%; }
  #inf-1.active .content .text-3 #inf-1-value2, #inf-1.active .content .text-3 #inf-1-value3 {
    font-size: 56px; }

#inf-1.active .content .text-1 {
  top: 72%;
  left: 15%; }
  #inf-1.active .content .text-1 #inf-1-value0, #inf-1.active .content .text-1 #inf-1-value5 {
    font-size: 56px; }

#inf-1.active .content .db-links {
  cursor: pointer;
  font-family: "DB Head Black";
  width: 650px;
  top: 3%;
  left: 12%;
  line-height: 40px; }
  #inf-1.active .content .db-links a {
    color: #3F3F3F; }
  #inf-1.active .content .db-links #l-1 {
    position: absolute;
    left: 0;
    color: #ed6b6a;
    font-size: 36px; }
  #inf-1.active .content .db-links #l-2 {
    position: absolute;
    left: 35%;
    color: #e30613;
    font-size: 26px; }
  #inf-1.active .content .db-links #l-3 {
    position: absolute;
    left: 7%;
    color: #6e0d00;
    font-size: 30px; }
  #inf-1.active .content .db-links #l-4 {
    position: absolute;
    left: 50%;
    top: 20%;
    color: #6e0d00;
    font-size: 24px; }
  #inf-1.active .content .db-links #l-5 {
    position: absolute;
    left: 10%;
    color: #e30613;
    font-size: 46px; }
  #inf-1.active .content .db-links #l-6 {
    position: absolute;
    left: 48%;
    top: 42%;
    color: #e30613;
    font-size: 34px; }
  #inf-1.active .content .db-links #l-7 {
    position: absolute;
    left: 3%;
    color: #ed6b6a;
    font-size: 22px; }
  #inf-1.active .content .db-links #l-8 {
    position: absolute;
    left: 28%;
    color: #6e0d00;
    font-size: 24px; }
  #inf-1.active .content .db-links #l-9 {
    position: absolute;
    left: 10%;
    color: #e30613;
    font-size: 24px; }
  #inf-1.active .content .db-links #el-1 {
    position: absolute;
    left: 0;
    color: #ed6b6a;
    font-size: 36px; }
  #inf-1.active .content .db-links #el-2 {
    position: absolute;
    left: 50%;
    color: #e30613;
    font-size: 26px; }
  #inf-1.active .content .db-links #el-3 {
    position: absolute;
    left: -4%;
    color: #6e0d00;
    font-size: 30px; }
  #inf-1.active .content .db-links #el-4 {
    position: absolute;
    left: 59%;
    top: 20%;
    color: #6e0d00;
    font-size: 24px; }
  #inf-1.active .content .db-links #el-5 {
    position: absolute;
    left: -8%;
    color: #e30613;
    font-size: 46px; }
  #inf-1.active .content .db-links #el-6 {
    position: absolute;
    left: 58%;
    top: 42%;
    color: #e30613;
    font-size: 34px; }
  #inf-1.active .content .db-links #el-7 {
    position: absolute;
    left: 3%;
    color: #ed6b6a;
    font-size: 22px; }
  #inf-1.active .content .db-links #el-8 {
    position: absolute;
    left: 28%;
    color: #6e0d00;
    font-size: 24px; }
  #inf-1.active .content .db-links #el-9 {
    position: absolute;
    left: 10%;
    color: #e30613;
    font-size: 24px; }
  #inf-1.active .content .db-links #l-1:hover, #inf-1.active .content .db-links #l-2:hover, #inf-1.active .content .db-links #l-3:hover, #inf-1.active .content .db-links #l-4:hover, #inf-1.active .content .db-links #l-5:hover,
  #inf-1.active .content .db-links #l-6:hover, #inf-1.active .content .db-links #l-7:hover, #inf-1.active .content .db-links #l-8:hover, #inf-1.active .content .db-links #l-9:hover,
  #inf-1.active .content .db-links #el-1:hover, #inf-1.active .content .db-links #el-2:hover, #inf-1.active .content .db-links #el-3:hover, #inf-1.active .content .db-links #el-4:hover, #inf-1.active .content .db-links #el-5:hover,
  #inf-1.active .content .db-links #el-6:hover, #inf-1.active .content .db-links #el-7:hover, #inf-1.active .content .db-links #el-8:hover, #inf-1.active .content .db-links #el-9:hover {
    -webkit-animation-name: pulseFast;
    animation-name: pulseFast;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }

@media screen and (max-width: 1599px) {
  #inf-1.active .content .db-links {
    left: 10%; }
    #inf-1.active .content .db-links #el-1 {
      font-size: 32px; }
    #inf-1.active .content .db-links #el-2 {
      font-size: 22px;
      left: 45%; }
    #inf-1.active .content .db-links #el-3 {
      font-size: 26px; }
    #inf-1.active .content .db-links #el-4 {
      font-size: 20px;
      left: 52%; }
    #inf-1.active .content .db-links #el-5 {
      font-size: 42px;
      left: 0; }
    #inf-1.active .content .db-links #el-6 {
      font-size: 30px;
      left: 61%; }
    #inf-1.active .content .db-links #el-7 {
      font-size: 18px; }
    #inf-1.active .content .db-links #el-8 {
      font-size: 20px; }
    #inf-1.active .content .db-links #el-9 {
      font-size: 20px; }
  #inf-1.active .content .text-4 {
    top: 47%;
    left: 9%;
    max-width: 400px; }
  #inf-1.active .content .text-2 {
    top: 49%;
    left: 65%; }
  #inf-1.active .content .text-3 {
    top: 74%;
    left: 58%; }
  #inf-1.active .content .text-1 {
    top: 77%;
    left: 18%; } }

@media screen and (max-width: 1599px) {
  #inf-1.active .content .db-links {
    left: 10%; }
    #inf-1.active .content .db-links #el-1 {
      font-size: 32px; }
    #inf-1.active .content .db-links #el-2 {
      font-size: 22px; }
    #inf-1.active .content .db-links #el-3 {
      font-size: 26px; }
    #inf-1.active .content .db-links #el-4 {
      font-size: 20px;
      left: 52%; }
    #inf-1.active .content .db-links #el-5 {
      font-size: 42px;
      left: 0; }
    #inf-1.active .content .db-links #el-6 {
      font-size: 30px;
      left: 61%; }
    #inf-1.active .content .db-links #el-7 {
      font-size: 18px; }
    #inf-1.active .content .db-links #el-8 {
      font-size: 20px; }
    #inf-1.active .content .db-links #el-9 {
      font-size: 20px; }
  #inf-1.active .content .text-2 {
    top: 54%; }
    #inf-1.active .content .text-2 #inf-1-value1, #inf-1.active .content .text-2 #inf-1-value6 {
      font-size: 48px; } }

@media screen and (max-width: 1099px) {
  #inf-1.active .content .db-links {
    left: 4%; }
  #inf-1.active .content .text-4 {
    max-width: 390px;
    top: 44%;
    left: 5%; }
  #inf-1.active .content .text-2 {
    top: 52%;
    left: 65%; }
    #inf-1.active .content .text-2 #inf-1-value1, #inf-1.active .content .text-2 #inf-1-value6 {
      font-size: 54px; }
  #inf-1.active .content .text-3 {
    left: 58%; }
    #inf-1.active .content .text-3 #inf-1-value2, #inf-1.active .content .text-3 #inf-1-value3 {
      font-size: 56px; }
  #inf-1.active .content .text-1 {
    left: 14%; }
    #inf-1.active .content .text-1 #inf-1-value0, #inf-1.active .content .text-1 #inf-1-value5 {
      font-size: 56px; } }

@media screen and (max-width: 960px) {
  #inf-1.active .content .text-4 {
    top: 47%; }
    #inf-1.active .content .text-4 .brText1:before {
      content: "\A";
      white-space: pre; }
    #inf-1.active .content .text-4 .brText:before {
      content: "\A";
      white-space: pre; }
  #inf-1.active .content .text-1, #inf-1.active .content .text-3 {
    top: 77%; }
  #inf-1.active .content .db-links {
    line-height: 38px; }
    #inf-1.active .content .db-links #l-1 {
      font-size: 32px; }
    #inf-1.active .content .db-links #l-2 {
      font-size: 22px; }
    #inf-1.active .content .db-links #l-3 {
      font-size: 36px; }
    #inf-1.active .content .db-links #l-4 {
      left: 58%;
      font-size: 20px; }
    #inf-1.active .content .db-links #l-5 {
      font-size: 36px; }
    #inf-1.active .content .db-links #l-6 {
      font-size: 28px; }
    #inf-1.active .content .db-links #l-7 {
      font-size: 18px; }
    #inf-1.active .content .db-links #l-8 {
      font-size: 20px; }
    #inf-1.active .content .db-links #l-9 {
      font-size: 20px; } }

@media screen and (max-width: 799px) {
  #inf-1.active {
    position: relative;
    overflow-x: hidden; }
    #inf-1.active .image {
      position: relative;
      top: 18px; }
      #inf-1.active .image img {
        width: 140px !important; }
    #inf-1.active .info-title {
      position: relative;
      top: 0;
      padding-top: 18px;
      margin: 0;
      font-size: 34px !important;
      margin-bottom: 0px; }
    #inf-1.active .back {
      cursor: pointer;
      font-size: 22px;
      display: block;
      padding-top: 20px;
      padding-bottom: 40px;
      -webkit-hyphens: inherit;
      -ms-hyphens: inherit;
      hyphens: inherit; }
    #inf-1.active .content {
      position: relative;
      max-width: 100%; }
      #inf-1.active .content [class*="text-"] {
        position: relative;
        text-align: center;
        margin: 0 auto;
        right: 0;
        left: 0; }
        #inf-1.active .content [class*="text-"] .number {
          font-size: 48px !important; }
        #inf-1.active .content [class*="text-"] .nText:before {
          content: "\A";
          white-space: pre; }
        #inf-1.active .content [class*="text-"] p {
          font-size: 22px; }
      #inf-1.active .content .db-links {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        width: 100%; }
        #inf-1.active .content .db-links a:after {
          content: "\A";
          white-space: pre; }
        #inf-1.active .content .db-links br {
          display: none; }
        #inf-1.active .content .db-links #l-1, #inf-1.active .content .db-links #l-2, #inf-1.active .content .db-links #l-3, #inf-1.active .content .db-links #l-4, #inf-1.active .content .db-links #l-5, #inf-1.active .content .db-links #l-6, #inf-1.active .content .db-links #l-7, #inf-1.active .content .db-links #l-8, #inf-1.active .content .db-links #l-9 {
          position: relative;
          left: 0;
          top: 0;
          white-space: nowrap; }
        #inf-1.active .content .db-links #l-9 {
          padding-bottom: 50px; }
        #inf-1.active .content .db-links #l-1:hover, #inf-1.active .content .db-links #l-2:hover, #inf-1.active .content .db-links #l-3:hover, #inf-1.active .content .db-links #l-4:hover, #inf-1.active .content .db-links #l-5:hover,
        #inf-1.active .content .db-links #l-6:hover, #inf-1.active .content .db-links #l-7:hover, #inf-1.active .content .db-links #l-8:hover, #inf-1.active .content .db-links #l-9:hover {
          -webkit-animation-name: pulseFast;
          animation-name: pulseFast;
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }
      #inf-1.active .content .diagramm {
        display: none; }
      #inf-1.active .content .diagramm-mobile {
        display: block;
        position: relative; }
        #inf-1.active .content .diagramm-mobile .number {
          font-size: 48px;
          font-family: "DB Head Black";
          color: #e30613; }
        #inf-1.active .content .diagramm-mobile .dTitle {
          font-size: 22px;
          line-height: 26px;
          font-family: "DB Head Light"; }
        #inf-1.active .content .diagramm-mobile .d-1, #inf-1.active .content .diagramm-mobile .d-2, #inf-1.active .content .diagramm-mobile .d-3 {
          padding-bottom: 37px; }
        #inf-1.active .content .diagramm-mobile [class*="d-"]:hover {
          -webkit-animation-name: pulseFast;
          animation-name: pulseFast;
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }
      #inf-1.active .content .text-1, #inf-1.active .content .text-2, #inf-1.active .content .text-3, #inf-1.active .content .text-4 {
        padding-bottom: 37px;
        left: 0; }
      #inf-1.active .content .text-2 .brText:before, #inf-1.active .content .text-3 .brText:before {
        content: "\A";
        white-space: pre; }
      #inf-1.active .content .text-4 .nText {
        line-height: 28px;
        margin-top: -30px; } }

#inf-2.active .image, #inf-2.active .info-title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0; }

#inf-2.active .image {
  top: 30%;
  width: 200px; }
  #inf-2.active .image img {
    width: 175px !important; }

#inf-2.active .info-title {
  position: relative;
  margin: 20px 0px 10px 0px;
  font-size: 32px; }

#inf-2.active .back {
  display: none; }

#inf-2.active .content [class*="text-"] {
  position: absolute;
  max-width: 600px;
  font-size: 21.33333px;
  color: #afcb38;
  font-family: "DB Head Black";
  text-align: left;
  cursor: pointer; }
  #inf-2.active .content [class*="text-"] .numberEnv {
    font-size: 64px; }
  #inf-2.active .content [class*="text-"] .punctuation {
    font-size: 62px; }
  #inf-2.active .content [class*="text-"] p {
    font-family: "DB Head Light";
    margin: 0;
    color: #3F3F3F;
    font-weight: normal; }

#inf-2.active .content [class*="text-"]:hover {
  -webkit-animation-name: pulseFast;
  animation-name: pulseFast;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

#inf-2.active .content .text-1 {
  top: 10%;
  left: 55%; }
  #inf-2.active .content .text-1 .numberEnv.number {
    font-size: 64px; }
  #inf-2.active .content .text-1 .numberEnv {
    font-size: 32px; }

#inf-2.active .content .text-2 {
  top: 30%;
  left: 15%;
  max-width: 350px; }
  #inf-2.active .content .text-2 .numberEnv.number {
    font-size: 90px; }
  #inf-2.active .content .text-2 .numberEnv {
    font-size: 32px; }

#inf-2.active .content .text-3 {
  top: 45%;
  left: 61%; }
  #inf-2.active .content .text-3 .numberEnv.number {
    font-size: 150px; }
  #inf-2.active .content .text-3 .numberEnv {
    font-size: 32px; }

@media screen and (max-width: 1599px) {
  #inf-2.active .content .text-1 {
    top: 10%;
    left: 55%; }
    #inf-2.active .content .text-1 .numberEnv.number {
      font-size: 64px; }
    #inf-2.active .content .text-1 .numberEnv {
      font-size: 32px; }
  #inf-2.active .content .text-2 {
    max-width: 350px;
    top: 30%;
    left: 15%; }
    #inf-2.active .content .text-2 .numberEnv.number {
      font-size: 90px; }
    #inf-2.active .content .text-2 .numberEnv {
      font-size: 32px; }
  #inf-2.active .content .text-3 {
    top: 45%;
    left: 61%; }
    #inf-2.active .content .text-3 .numberEnv.number {
      font-size: 150px; }
    #inf-2.active .content .text-3 .numberEnv {
      font-size: 32px; } }

@media screen and (max-width: 1099px) {
  #inf-2.active .content .text-1 {
    top: 8%;
    left: 58%; }
  #inf-2.active .content .text-2 {
    top: 30%;
    left: 3%; }
  #inf-2.active .content .text-3 {
    top: 45%;
    left: 63%; } }

@media screen and (max-width: 799px) {
  #inf-2.active {
    position: relative;
    overflow-x: hidden; }
    #inf-2.active .image {
      position: relative;
      top: 18px; }
      #inf-2.active .image img {
        width: 140px !important; }
    #inf-2.active .info-title {
      position: relative;
      top: 0;
      padding-top: 18px;
      margin: 0;
      font-size: 34px !important;
      margin-bottom: 0px; }
    #inf-2.active .back {
      cursor: pointer;
      font-size: 22px;
      display: block;
      padding-top: 20px;
      padding-bottom: 40px;
      -webkit-hyphens: inherit;
      -ms-hyphens: inherit;
      hyphens: inherit; }
    #inf-2.active .content {
      position: relative;
      max-width: 100%; }
      #inf-2.active .content [class*="text-"] {
        position: relative;
        text-align: center;
        margin: 0 auto;
        right: 0;
        left: 0; }
        #inf-2.active .content [class*="text-"] .number {
          font-size: 32px; }
        #inf-2.active .content [class*="text-"] .numberEnv.number {
          font-size: 48px !important; }
        #inf-2.active .content [class*="text-"] p {
          font-size: 22px; }
      #inf-2.active .content .text-1, #inf-2.active .content .text-2, #inf-2.active .content .text-3 {
        padding: 0 20px 37px 20px;
        left: 0; }
      #inf-2.active .content .text-3 {
        padding-bottom: 50px; }
        #inf-2.active .content .text-3 .brText:before {
          content: "\A";
          white-space: pre; }
      #inf-2.active .content .text-2 .brText {
        font-size: 18px; } }

#inf-4.active .image, #inf-4.active .info-title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0; }

#inf-4.active .image {
  top: 30%;
  width: 200px; }
  #inf-4.active .image img {
    width: 175px !important; }

#inf-4.active .info-title {
  position: relative;
  margin: 20px 0px 10px 0px;
  font-size: 28px !important; }

#inf-4.active .back {
  display: none; }

#inf-4.active .content [class*="text-"] {
  position: absolute;
  max-width: 600px;
  font-size: 21.33333px;
  cursor: pointer; }
  #inf-4.active .content [class*="text-"] .number {
    font-size: 64px;
    color: #f18924; }
  #inf-4.active .content [class*="text-"] .nText {
    font-family: "DB Head Light";
    margin: 0;
    color: #3F3F3F;
    font-weight: normal; }
  #inf-4.active .content [class*="text-"] .punctuation {
    color: #f18924; }
  #inf-4.active .content [class*="text-"] .numberHuman {
    font-size: 32px; }
  #inf-4.active .content [class*="text-"] #inf-4-value0 {
    font-size: 64px; }
  #inf-4.active .content [class*="text-"] #inf-4-value2 {
    font-size: 74px; }
  #inf-4.active .content [class*="text-"] #inf-4-value1 {
    font-size: 68px; }
  #inf-4.active .content [class*="text-"] #inf-4-value3 {
    font-size: 102px; }
  #inf-4.active .content [class*="text-"] .nText {
    font-size: 24px; }

#inf-4.active .content [class*="text-"]:hover {
  -webkit-animation-name: pulseFast;
  animation-name: pulseFast;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

#inf-4.active .content .text-1 {
  top: 10%;
  left: 60%; }

#inf-4.active .content .text-3 {
  top: 45%;
  left: 65%; }
  #inf-4.active .content .text-3 .nText .brText:after {
    content: "\A";
    white-space: pre; }

#inf-4.active .content .text-2 {
  top: 60%;
  left: 22%; }

#inf-4.active .content .text-4 {
  top: 15%;
  left: 21%; }
  #inf-4.active .content .text-4 .iconHuman {
    position: absolute;
    top: -15%;
    left: -60%; }
    #inf-4.active .content .text-4 .iconHuman img {
      max-width: 110px; }
  #inf-4.active .content .text-4 .iconHumanEN {
    position: absolute;
    top: -15%;
    left: -70%; }
    #inf-4.active .content .text-4 .iconHumanEN img {
      max-width: 110px; }

@media screen and (max-width: 1599px) {
  #inf-4.active .content [class*="text-"] #inf-4-value0 {
    font-size: 64px; }
  #inf-4.active .content [class*="text-"] #inf-4-value2 {
    font-size: 74px; }
  #inf-4.active .content [class*="text-"] #inf-4-value1 {
    font-size: 68px; }
  #inf-4.active .content [class*="text-"] #inf-4-value3 {
    font-size: 102px; }
  #inf-4.active .content [class*="text-"] .nText {
    font-size: 24px; }
  #inf-4.active .content .text-1 {
    top: 10%;
    left: 60%; }
  #inf-4.active .content .text-3 {
    top: 45%;
    left: 65%; }
  #inf-4.active .content .text-2 {
    top: 60%;
    left: 22%; }
  #inf-4.active .content .text-4 {
    top: 15%;
    left: 21%; }
    #inf-4.active .content .text-4 .iconHuman {
      left: -65%; } }

@media screen and (max-width: 1099px) {
  #inf-4.active .content [class*="text-"] #inf-4-value3 {
    font-size: 88px; }
  #inf-4.active .content [class*="text-"] #inf-4-value2 {
    font-size: 68px; }
  #inf-4.active .content .text-2 {
    left: 20%; }
  #inf-4.active .content .text-4 {
    top: 15%;
    left: 15%; }
  #inf-4.active .content .text-3 {
    left: 63%; } }

@media screen and (max-width: 960px) {
  #inf-4.active .content [class*="text-"] #inf-4-value0 {
    font-size: 56px; }
  #inf-4.active .content [class*="text-"] #inf-4-value2 {
    font-size: 64px; }
  #inf-4.active .content [class*="text-"] #inf-4-value1 {
    font-size: 60px; }
  #inf-4.active .content [class*="text-"] #inf-4-value3 {
    font-size: 84px; }
  #inf-4.active .content [class*="text-"] .nText {
    font-size: 22px; }
  #inf-4.active .content .text-4 {
    top: 10%;
    left: 17%; }
    #inf-4.active .content .text-4 .iconHuman {
      position: absolute;
      top: -15%;
      left: -55%; }
      #inf-4.active .content .text-4 .iconHuman img {
        max-width: 100px; } }

@media screen and (max-width: 799px) {
  #inf-4.active {
    position: relative;
    overflow-x: hidden; }
    #inf-4.active .image {
      position: relative;
      top: 18px; }
      #inf-4.active .image img {
        width: 140px !important; }
    #inf-4.active .info-title {
      position: relative;
      top: 0;
      padding-top: 18px;
      margin: 0;
      font-size: 34px !important;
      margin-bottom: 0px; }
    #inf-4.active .back {
      cursor: pointer;
      font-size: 22px;
      display: block;
      padding-top: 20px;
      padding-bottom: 40px;
      -webkit-hyphens: inherit;
      -ms-hyphens: inherit;
      hyphens: inherit; }
    #inf-4.active .content {
      position: relative;
      max-width: 100%; }
      #inf-4.active .content [class*="text-"] {
        position: relative;
        text-align: center;
        margin: 0 auto;
        right: 0;
        left: 0; }
        #inf-4.active .content [class*="text-"] .number {
          font-size: 32px; }
        #inf-4.active .content [class*="text-"] .nText:before {
          content: "\A";
          white-space: pre; }
        #inf-4.active .content [class*="text-"] #inf-4-value0, #inf-4.active .content [class*="text-"] #inf-4-value1, #inf-4.active .content [class*="text-"] #inf-4-value2, #inf-4.active .content [class*="text-"] #inf-4-value3 {
          font-size: 48px;
          line-height: 54px; }
        #inf-4.active .content [class*="text-"] .big-text {
          font-size: 24px; }
        #inf-4.active .content [class*="text-"] p {
          font-size: 22px;
          line-height: 28px; }
      #inf-4.active .content .text-1, #inf-4.active .content .text-2, #inf-4.active .content .text-3, #inf-4.active .content .text-4 {
        padding-bottom: 37px;
        left: 0; }
        #inf-4.active .content .text-1 .nText, #inf-4.active .content .text-2 .nText, #inf-4.active .content .text-3 .nText, #inf-4.active .content .text-4 .nText {
          margin-top: -30px; }
      #inf-4.active .content .text-4 {
        padding-bottom: 50px; } }

#inf-5.active .image, #inf-5.active .info-title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0; }

#inf-5.active .image {
  top: 30%;
  width: 200px; }
  #inf-5.active .image img {
    width: 175px !important; }

#inf-5.active .info-title {
  position: relative;
  margin: 20px 0px 10px 0px;
  font-size: 28px !important; }

#inf-5.active .back {
  display: none; }

#inf-5.active .content [class*="text-"] {
  position: absolute;
  max-width: 450px;
  font-size: 21.33333px;
  cursor: pointer; }
  #inf-5.active .content [class*="text-"] p {
    font-family: "DB Head Light";
    margin: 0;
    color: #3F3F3F;
    font-weight: normal;
    font-size: 24px; }
  #inf-5.active .content [class*="text-"] .numberEqp {
    font-size: 64px;
    color: #008abd; }
  #inf-5.active .content [class*="text-"] .nText {
    font-family: "DB Head Light";
    margin: 0;
    color: #3F3F3F;
    font-weight: normal; }
  #inf-5.active .content [class*="text-"] .punctuation {
    color: #008abd;
    font-size: 62px;
    margin-left: -7px; }

#inf-5.active .content [class*="text-"]:hover {
  -webkit-animation-name: pulseFast;
  animation-name: pulseFast;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

#inf-5.active .content .text-7 {
  top: 10%;
  left: 59%; }
  #inf-5.active .content .text-7 .numberEqp.number {
    font-size: 60px; }
  #inf-5.active .content .text-7 .iconEqp {
    position: absolute;
    top: -15%;
    left: -40%; }
    #inf-5.active .content .text-7 .iconEqp img {
      max-width: 110px; }
  #inf-5.active .content .text-7 .iconEqpEN {
    position: absolute;
    top: -15%;
    left: -50%; }
    #inf-5.active .content .text-7 .iconEqpEN img {
      max-width: 110px; }

#inf-5.active .content .text-2 {
  top: 40%;
  left: 63%; }
  #inf-5.active .content .text-2 .numberEqp.number {
    font-size: 70px; }

#inf-5.active .content .text-3 {
  top: 63%;
  left: 56%;
  max-width: 600px; }
  #inf-5.active .content .text-3 .toRight {
    padding-left: 40px; }
  #inf-5.active .content .text-3 .numberEqp.number {
    font-size: 58px; }
  #inf-5.active .content .text-3 .numberEqp {
    font-size: 30px; }
  #inf-5.active .content .text-3 .iconEqp {
    position: absolute;
    top: -15%;
    right: -30px; }
    #inf-5.active .content .text-3 .iconEqp img {
      max-width: 110px; }

#inf-5.active .content .text-1 {
  top: 66%;
  left: 19%; }
  #inf-5.active .content .text-1 .numberEqp.number {
    font-size: 80px; }
  #inf-5.active .content .text-1 .numberEqp {
    font-size: 30px; }

#inf-5.active .content .text-4 {
  top: 46%;
  left: 14%; }
  #inf-5.active .content .text-4 .numberEqp.number {
    font-size: 78px; }
  #inf-5.active .content .text-4 .numberEqp {
    font-size: 30px; }

#inf-5.active .content .text-6 {
  top: 28%;
  left: 11%; }
  #inf-5.active .content .text-6 .numberEqp.number {
    font-size: 72px; }
  #inf-5.active .content .text-6 .numberEqp {
    font-size: 30px; }

#inf-5.active .content .text-5 {
  top: 10%;
  left: 18%; }
  #inf-5.active .content .text-5 .numberEqp.number {
    font-size: 82px; }
  #inf-5.active .content .text-5 .numberEqp {
    font-size: 30px; }

@media screen and (max-width: 1599px) {
  #inf-5.active .content .text-7 {
    top: 7%;
    left: 59%; }
    #inf-5.active .content .text-7 .numberEqp.number {
      font-size: 60px; }
    #inf-5.active .content .text-7 .iconEqp {
      left: -50%; }
  #inf-5.active .content .text-2 {
    top: 37%;
    left: 63%; }
    #inf-5.active .content .text-2 .numberEqp.number {
      font-size: 70px; }
  #inf-5.active .content .text-3 {
    top: 60%;
    left: 56%; }
    #inf-5.active .content .text-3 .toRight {
      padding-left: 40px; }
    #inf-5.active .content .text-3 .numberEqp.number {
      font-size: 54px; }
    #inf-5.active .content .text-3 .numberEqp {
      font-size: 30px; }
    #inf-5.active .content .text-3 .iconEqp {
      position: absolute;
      top: -15%; }
      #inf-5.active .content .text-3 .iconEqp img {
        max-width: 110px; }
  #inf-5.active .content .text-1 {
    top: 73%;
    left: 22%; }
    #inf-5.active .content .text-1 .numberEqp.number {
      font-size: 54px; }
    #inf-5.active .content .text-1 .numberEqp {
      font-size: 30px; }
  #inf-5.active .content .text-4 {
    top: 54%;
    left: 17%;
    max-width: 400px; }
    #inf-5.active .content .text-4 .numberEqp.number {
      font-size: 68px; }
  #inf-5.active .content .text-6 {
    top: 28%;
    left: 13%; }
    #inf-5.active .content .text-6 .numberEqp.number {
      font-size: 72px; }
    #inf-5.active .content .text-6 .numberEqp {
      font-size: 30px; }
  #inf-5.active .content .text-5 {
    top: 7%;
    left: 20%; }
    #inf-5.active .content .text-5 .numberEqp.number {
      font-size: 60px; }
    #inf-5.active .content .text-5 .numberEqp {
      font-size: 30px; } }

@media screen and (max-width: 1599px) {
  #inf-5.active .content .text-4 {
    max-width: 370px;
    top: 48%; }
  #inf-5.active .content .text-6 {
    max-width: 370px;
    top: 23%; }
  #inf-5.active .content .text-5 {
    max-width: 370px;
    top: 3%; } }

@media screen and (max-width: 1099px) {
  #inf-5.active .content .text-7 .iconEqp, #inf-5.active .content .text-7 .iconEqpEN {
    display: none; }
  #inf-5.active .content .text-2 .numberEqp.number {
    font-size: 62px; }
  #inf-5.active .content .text-3 .iconEqp {
    display: none; }
  #inf-5.active .content .text-1 {
    left: 22%; }
    #inf-5.active .content .text-1 .numberEqp.number {
      font-size: 54px; }
    #inf-5.active .content .text-1 .numberEqp {
      font-size: 30px; }
  #inf-5.active .content .text-4 {
    max-width: 390px;
    left: 9%; }
    #inf-5.active .content .text-4 .numberEqp.number {
      font-size: 64px; }
  #inf-5.active .content .text-6 {
    left: 3%; }
    #inf-5.active .content .text-6 .numberEqp.number {
      font-size: 68px; }
  #inf-5.active .content .text-5 {
    left: 15%; } }

@media screen and (max-width: 960px) {
  #inf-5.active .content .text-7 {
    top: 5%;
    left: 59%; }
    #inf-5.active .content .text-7 .numberEqp.number {
      font-size: 66px; }
    #inf-5.active .content .text-7 .numberEqp {
      font-size: 30px; }
    #inf-5.active .content .text-7 .iconEqp {
      display: none; }
  #inf-5.active .content .text-2 {
    top: 36%;
    left: 63%; }
    #inf-5.active .content .text-2 .numberEqp.number {
      font-size: 62px; }
  #inf-5.active .content .text-3 {
    top: 60%;
    left: 59%; }
    #inf-5.active .content .text-3 .toRight {
      padding-left: 40px; }
    #inf-5.active .content .text-3 .numberEqp.number {
      font-size: 50px; }
    #inf-5.active .content .text-3 .numberEqp {
      font-size: 30px; }
    #inf-5.active .content .text-3 .iconEqp {
      display: none; }
  #inf-5.active .content .text-4 {
    left: 8%; }
    #inf-5.active .content .text-4 .numberEqp.number {
      font-size: 46px; }
    #inf-5.active .content .text-4 .numberEqp {
      font-size: 30px; }
    #inf-5.active .content .text-4 .brText:before {
      content: "\A";
      white-space: pre; }
  #inf-5.active .content .text-1 .numberEqp.number {
    font-size: 70px; }
  #inf-5.active .content .text-6 {
    left: 5%; }
    #inf-5.active .content .text-6 .numberEqp.number {
      font-size: 64px; }
    #inf-5.active .content .text-6 .numberEqp {
      font-size: 30px; }
    #inf-5.active .content .text-6 .brText:before {
      content: "\A";
      white-space: pre; }
  #inf-5.active .content .text-5 {
    left: 10%; }
    #inf-5.active .content .text-5 .iconEqp {
      display: none; } }

@media screen and (max-width: 799px) {
  #inf-5.active {
    position: relative;
    overflow-x: hidden; }
    #inf-5.active .image {
      position: relative;
      top: 18px; }
      #inf-5.active .image img {
        width: 140px !important; }
    #inf-5.active .info-title {
      position: relative;
      top: 0;
      padding-top: 18px;
      margin: 0;
      font-size: 34px !important;
      margin-bottom: 0px; }
    #inf-5.active .back {
      cursor: pointer;
      font-size: 22px;
      display: block;
      padding-top: 20px;
      padding-bottom: 40px;
      -webkit-hyphens: inherit;
      -ms-hyphens: inherit;
      hyphens: inherit; }
    #inf-5.active .content {
      position: relative;
      max-width: 100%; }
      #inf-5.active .content [class*="text-"] {
        position: relative;
        text-align: center;
        margin: 0 auto;
        right: 0;
        left: 0; }
        #inf-5.active .content [class*="text-"] .number {
          font-size: 32px; }
        #inf-5.active .content [class*="text-"] .nText:before {
          content: "\A";
          white-space: pre; }
        #inf-5.active .content [class*="text-"] .numberEqp.number {
          font-size: 48px !important; }
        #inf-5.active .content [class*="text-"] p {
          font-size: 22px; }
      #inf-5.active .content .text-1, #inf-5.active .content .text-2, #inf-5.active .content .text-3, #inf-5.active .content .text-4, #inf-5.active .content .text-5, #inf-5.active .content .text-6, #inf-5.active .content .text-7 {
        padding-bottom: 37px;
        left: 0; }
      #inf-5.active .content .text-7 {
        padding-bottom: 50px; }
      #inf-5.active .content .text-4 .brText, #inf-5.active .content .text-5 .brText, #inf-5.active .content .text-6 .brText {
        font-size: 18px; }
      #inf-5.active .content .text-4 .brText:before, #inf-5.active .content .text-5 .brText:before, #inf-5.active .content .text-6 .brText:before {
        content: "\A";
        white-space: pre; }
      #inf-5.active .content .text-3 .toRight {
        padding-left: 0px; }
      #inf-5.active .content .text-5 .nText {
        line-height: 24px; } }

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