@import "../libs/uikit/css/uikit.min.css";

@import "../libs/uikit/css/components/form-file.min.css";

@import "../libs/uikit/css/components/notify.almost-flat.min.css";

/*
@import "fonts/webfonts/ptsans_regular_macroman/stylesheet.css";

@import "fonts/webfonts/ff_info_text_web_bold/stylesheet.css"; */
/*   125,209,30       old: 7DBC2A*/
/* f2a323      old rgb(251,185,0); */
/* 201,201,201              old D9DADA */
html {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

@font-face {
	font-family: "Sofia Pro Light";
	src: url("../fonts/4a6cb1fb-207c-45f0-b957-12530e1c9444.woff2") format("woff2"), url("../fonts/9cf72f98-dafd-4b8a-ae89-de91ad1e9c63.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Sofia Pro Normal";
	src: url("../fonts/671fbd35-afa7-4696-93cc-b69417939fde.woff2") format("woff2"), url("../fonts/bc60477f-2742-4fb5-b9a2-80af70a3840a.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Sofia Pro Italic";
	src: url("../fonts/10c70b1c-b738-458d-a771-4e40d2f6eaec.woff2") format("woff2"), url("../fonts/c22e3f64-855e-45aa-849b-8e9ad448e494.woff") format("woff");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "Sofia Pro Soft";
	src: url("../fonts/71dbe71e-6360-4302-a292-9ced6594bb84.woff2") format("woff2"), url("../fonts/f29594b2-3545-4486-b795-53b44304f614.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}


@font-face {
	font-family: "Roboto Light";
	src: url("../fonts/Roboto-Light.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Roboto Light Italic";
	src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "Roboto Regular";
	src: url("../fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Roboto Italic";
	src: url("../fonts/Roboto-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Roboto Bold";
	src: url("../fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Roboto Bold Italic";
	src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

body {
  font-family: "Trade Gothic W01", Arial;
  font-weight: 200;
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #95c11a;
  position: absolute;
  top: 0px;
  background: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
}
h1 {
  font-size: 34px;
  font-weight: normal;
  color: #000000;
  padding: 10px 80px 0 0;
  margin: 0;
}
h2 {
  font-size: 25px;
  font-weight: normal;
  color: #6E6E6E;
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}
p {
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  margin: 9px 0 0;
}
.link,
a.link {
  text-align: right;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
  margin: 9px 0 0;
}
table {
  border-collapse: separate;
  border-spacing: 0px 2px;
  width: 100%;
}
td {
  border-bottom: 1px solid #C5C6C6;
}
em {
  color: inherit;
}
/*CONTENT*/
div.bg {
  /*max-width: 1280px; */

  /* min-width: 1024px; */

  /* min-height: 768px; */

  height: 100%;
  background-color: none;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
}
div.bg div.content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.stretch {
  display: inline-block;
  transform: scale(1, 1.11);
  transform-origin: left bottom;
  -webkit-transform: scale(1, 1.11);
  -moz-transform: scale(1, 1.11);
  -ms-transform: scale(1, 1.11);
  -o-transform: scale(1, 1.11);
}
.clear {
  clear: both;
}
:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
a:active {
  background-color: inherit;
}
.colGreen {
  color: #7dd11e !important;
}
.colOrange {
  color: #f6a313 !important;
}
.colBlack {
  color: #000000 !important;
}
.colWhite {
  color: #ffffff !important;
}
.colGrey {
  color: #6e6e6e !important;
}
.colLightGrey {
  color: #c9c9c9 !important;
}
.heading {  
  color: #070707;
}
@media (max-width: 650px) {
  body {
    overflow-x: hidden;
    background: none;
  }
  div.bg {
    padding: 0px;
  }
}
/* Modules */
.module_startpage {
  position: relative;
  background-color: #cfdd82;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
.module_startpage .headline {
  color: white;
  font-weight: 300;
  margin-left: 0;
  height: 44px;
}
.module_startpage .graphcontentTitle {
  margin-top: 0;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 10px;
  background-color: #cfdd82;
  padding-left: 20px;
  padding-right: 0;
}
.module_startpage .graphcontentTopic {
  margin-top: 6px;
  padding-left: 0;
  font-size: 1.25em;
}
.module_startpage .startContainer {
  margin: 50px auto 0 auto;
  padding: 30px;
  background-color: #cfdd82;
}
.module_startpage .startContainer > h1 {
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
  font-family: "Sofia Pro Soft",Arial,Geneva,Franklin Gothic,Helvetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.04rem;
  color: #a71680;
  background: -webkit-linear-gradient(0deg,#ea5178 0%,#a71680 100%);
  line-height: 3.66rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module_startpage .startContainer > .startText, .module_startpage .startContainer > .startTextTopic {
  max-width: 1024px;
  margin: 0 auto;
  font-family: "Sofia Pro Soft",Arial,Geneva,Franklin Gothic,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 1.42rem;
  line-height: 1.66rem;
  color: #070707;
  text-align: center;
}

.module_startpage .startContainer #btn-start {
  display: block;
  cursor: pointer;
  margin: 40px auto 40px auto;
  /*display: flex; */
  justify-content: center; 
  align-items: center; 
  background-color: #cfdd82; 
  color: white; 
  width: 420px; 
  height: 100px; 
  font-size: 16px;
  font-family: "Sofia Pro Soft";
}

.module_startpage .startContainer #btn-start-1, .module_startpage .startContainer #btn-start-2, .module_startpage .startContainer #btn-start-3  {
  display: block;
  cursor: pointer;
  margin: 2px auto;
  padding: 0px 6px 2px;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  background: -webkit-linear-gradient(0deg,#ea5178 0%,#a71680 100%);
  color: white; 
  width: 420px; 
  max-width:90%;
  height: 55px; 
  font-size: 28px;
  font-family: "Sofia Pro Soft";
  border: 10px transparent;
  box-shadow: inset 0 0 20px rgba(255,255,255,0);
  outline: 0px solid;
  outline-color: rgba(234,81,120,0.9);
  outline-offset: 0px;
  transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
}
.module_startpage .startContainer #btn-start-1:hover, .module_startpage .startContainer #btn-start-2:hover, .module_startpage .startContainer #btn-start-3:hover {
  border: 15px transparent;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.3),0 0 20px rgba(129,7,96,.1);
  outline-color: rgba(234,81,120,0);
  outline: 3px solid #cfdd82;
  outline-offset: 10px;
  }

.module_startpage .startContainer #btn-start .ring-grey {
  fill: none;
  stroke: #E0E0E0;
  stroke-width: 6;
  stroke-miterlimit: 10;
}
.module_startpage .startContainer #btn-start .ring-green {
  fill: none;
  stroke: #011D22;
  stroke-width: 6;
  stroke-miterlimit: 10;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  animation: progress 1s ease-in-out forwards;
  -webkit-animation: progress 1s ease-in-out forwards;
}
/*
.module_startpage .startContainer #btn-start .text {
  font-family: 'Sofia Pro Light';
  font-weight: 800;
  font-size: 20px;
}*/
@keyframes progress {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 480px) {
  .module_startpage {
    background: none;
  }
  .module_startpage .startContainer {
    margin: 0 auto;
    width: 85%;
  }
}
.module_indicator {
  /* padding: 20px; */

}
.module_indicator .menu {
  float: left;
  width: 420px;
}
.module_indicator .graph {
  float: left;
  width: calc(100% - 420px) 
  /*margin-right: -320px;; */
}
.module_indicator .headline {
  color: white;
  font-weight: 300;
  height: 44px;
}
.module_indicator .headlinebackground-left {
  background-color: #e2e2e2;
  height: 26px;
  width: calc(100% - 100px);
  padding-left: 100px;
}
.module_indicator .headlinebackground-right {
  background-color: #000;
  height: 26px;
  margin-top: 0px;
}
.module_indicator .rightContentSpacer {
  margin-top: 0px;
}
.module_indicator .graphHeading {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.module_indicator .headline-ranking {
  float: left;
  padding: 3px 0 0 20px;
  margin: 1px 0 0;
  width: 40px;
  font-family: "Roboto Light";
  font-size: 12px;
  box-sizing: border-box;
}
.module_indicator .headline-ranking .heading {
  text-align: left;
}
.module_indicator .headline-refresh {
  float: right;
}
.module_indicator .headline-scoreFix {
  margin-top: 5px;
  font-family: "Roboto Light";
  font-size: 12px;
  float: right;
}
.module_indicator .headline-title {
  float: left;
  width: 40px;
  padding: 3px 0 0 20px;
  margin: 1px 0 0 0;
  box-sizing: border-box;
  font-family: "Roboto Light";
  font-size: 12px;
}
.module_indicator .headline-barContainer {
  float: right;
  padding-right: 80px;
}
.module_indicator .greenBorder {
  border-left: 2px solid #000;
}
.module_indicator .graphcontentTitle {
  margin-top: 0;
  margin-left: 0;
  padding: 12px 0px 15px;
  
  background: #ea5178;
  background: -webkit-linear-gradient(0deg,#ea5178 0%,#a71680 100%);
 /* background-color: #004753;*/
  width: 100%;
}
.ranking {  
  float:right;
  margin-right: 25px;
}

@media (max-width: 1150px) {
 .rankingname{
  display: none;
 } 
}

.module_indicator .graphcontentTopic {
  padding-left: 120px;
  font-size: 18px;  
  font-family: "Roboto Light";
}
.module_indicator .menucontentTopic {
  padding-left: 0;
  font-size: 18px;
  font-family: "Roboto Light";
}
.module_indicator #closeOffcanvas {
  display: none;
}
.module_indicator .green {
  color: #fff;
}
.module_indicator .selectedYear {
  padding-left: 0px;
  font-size: 18px;
}
.module_indicator .burgerIcon {
  width: 54px;
  height: 44px;
  text-align: center;
  padding-right: 0;
  float: right;
  background: #000000 url(../ressources/images/buttons/btn-menu.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .module_indicator .menu {
    width: 320px;
  }
  .module_indicator .graph {
    width: calc(100% - 320px);
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 480px) {
  .module_indicator .graphcontentTitle {
    margin-top: 0;
    margin-left: 0;
    padding: 12px 0px 15px;
    background-color: #000000;
    width: 100%;
    font-size: 12px;
  }
  .module_indicator .graphcontentTopic {
    padding-left: 20px;
  }
  .module_indicator .graph {
    width: 100%;
  }
  .module_indicator .menu .offcanvas {
    position: absolute;
    width: 266px;
    top: 0;
    right: 266px;
    padding: 0;
    margin-left: 0;
    background-color: #ffffff;
    -webkit-transform: translate(calc(420%), 0);
    -ms-transform: translate(calc(420%), 0);
    transform: translate(calc(420%), 0);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .module_indicator .menu .offcanvas #closeOffcanvas {
    display: inline-block;
    position: absolute;
    left: -54px;
    top: 0;
    width: 13px;
    height: 10px;
    padding: 16px 18px 18px 23px;
    background-color: #000000;
    color: #ffffff;
  }
  .module_indicator .menu .offcanvas .icon-close {
    background: #000000 url(../ressources/images/buttons/btn-close.svg) no-repeat center center;
  }
  .module_indicator .menu .offcanvas.active {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}
@media (min-width: 481px) {
  .module_indicator .burgerIcon {
    display: none;
  }
}
.module_indicator .menucontentTitle {
  background-color: #000;
  width: 100%;
  padding: 12px 0 0 22px;
}
.module_indicator .relative-wrapper {
  position: relative;
}
.module_indicator .menucontent {
  padding-left: 0;
  margin-top: 0px;
}
.module_indicator .pointer {
  cursor: pointer;
}
.module_breadcrumbs {
  position: relative;
  height: 100%;
  font-family: "Roboto Light";
  font-size: 12px;
  color: #070707;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 100px;
  margin-bottom: 20px;
}
.module_breadcrumbs a,
.module_breadcrumbs a:hover,
.module_breadcrumbs a:active,
.module_breadcrumbs a:visited {
  color: #070707;
  text-decoration: none;
}
.module_navMenu {
  position: relative;
  /* height: 848px; */
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  /*max-height: 848px; */
  padding-left: 0px;
  background-color:#000;
}
.module_navMenu .blankPane {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 199;
  background-color: #000;
}
.module_navMenu .accordion {
  margin-left: 0;
  height: 100%;
  width: 100%;
  font-family: 'Trade Gothic W01';
  font-weight: 800;
  font-size: 15px;
  background-color: #000;
}
.module_navMenu .accordion .accordion-subentry {
  padding-left: 22px;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  height: 40px;
}
.module_navMenu .accordion .accordion-subentry .title {
  padding-top: 9px;
  float: left;
  font-weight: 300;
  font-family: "Roboto Light";
}

.module_navMenu .accordion .accordion-entry.active .accordion-subentry .title {
  color: #000;
}

.module_navMenu .accordion .accordion-subentry .singleindicatortitle {
  padding-top: 20px;
}
.module_navMenu .accordion .accordion-subentry .icon-arrow-right {
  height: 40px;
  background-color: #000;
  color: #000;
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  font-size: 30px;
  text-align: center;
  background: #000 url(../ressources/images/buttons/btn-arrow-ri.svg) no-repeat center center;
 /* margin-top: 6px;*/
  float: right;
}
.module_navMenu .accordion .borderBottom {
  border-bottom: 1px solid #004753;
}
.module_navMenu .accordion .accordion-subentry.inactive {
  color: #c9c9c9;
}
.module_navMenu .accordion .accordion-subentry.hasSingleIndicators {
  border-bottom: none;
}
.module_navMenu .accordion .accordion-subentry.singleindicator {
  padding-left: 40px;
  background-color: #8eb81a;
}
.module_navMenu .accordion .italicInfo {
  font-style: italic;
  font-size: 12px;
}
.module_navMenu .accordion .accordion-entry {
  font-size: 14px;
}
.module_navMenu .accordion .accordion-entry .accordion-title {
  padding: 0 0 0 22px;
  cursor: pointer;
  font-family: 'Sofia Pro Soft';
  font-weight: 800;
  border-bottom: solid 1px #cfdd82;
  vertical-align: middle;
  font-size: 15px;
  height: 40px;
}
.module_navMenu .accordion .accordion-entry .accordion-title:last-child {
  border: none;
  padding-bottom: 10px;
  margin-top: 100px;
}
.module_navMenu .accordion .accordion-entry .accordion-title #website {
  color: #fff;
  font-weight: 300;
  font-family: "Roboto Light";
  margin-top: 50px;
}
.module_navMenu .accordion .accordion-entry .inno_1,
.module_navMenu .accordion .accordion-entry .inno_2,
.module_navMenu .accordion .accordion-entry .inno_3 {
  color: #fff;
  font-weight: 300;
  font-family: "Roboto Light";
  padding: 0 0 0 22px;
}
.module_navMenu .accordion .accordion-entry .accordion-title .title {
  padding-top: 10px;
  float: left;
}
.module_navMenu .accordion .accordion-entry .accordion-title .icon {
  height: 40px;
  background-color: #8eb81a;
  color: white;
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  font-size: 30px;
  text-align: center;
  float: right;
}
.module_navMenu .accordion .accordion-entry .accordion-title .icon-arrow-down {
  background: #cfdd82 url(../ressources/images/buttons/btn-arrow-do.svg) no-repeat center center;
}
.module_navMenu .accordion .accordion-entry .accordion-title .icon-arrow-up {
  background: #cfdd82 url(../ressources/images/buttons/btn-arrow-up.svg) no-repeat center center;
}
.module_navMenu .accordion .accordion-entry .accordion-title .iconRegion {
  margin-left: -54px;
  margin-right: 8px ;
  display: inline-block;
  height: 43px;
  width: 43px;
  vertical-align: middle;
}
.module_navMenu .accordion .accordion-entry .accordion-title.noPaddingTop {
  padding-top: 0;
  height: 34px;
}
.module_navMenu .accordion .accordion-entry .accordion-title.noPaddingBottom {
  padding-bottom: 0;
}
.module_navMenu .accordion .accordion-entry .accordion-selected {
  max-height: 30px;
  transition: max-height 0.2s ease-in;
  overflow: hidden;
}
.module_navMenu .accordion .accordion-entry .accordion-static-content {
  padding: 10px 10px 10px 35px;
}
.module_navMenu .accordion .accordion-entry .accordion-content {
  max-height: 0;
  transition: max-height 0.5s ease-in;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #cfdd82;
  color: #ffffff;
}
.module_navMenu .accordion .accordion-entry .accordion-content .accordion-subentry:last-child {
  height: 40px;
  margin-bottom: 0px;
}
.module_navMenu .accordion .accordion-entry .accordion-content .accordion-subentry.selected {
  background-color: #cfdd82;
  font-family: 'Trade Gothic W01';
  font-weight: 800;
}
.module_navMenu .accordion .accordion-entry.disabled .accordion-content,
.module_navMenu .accordion .accordion-entry.active .accordion-content,
.module_navMenu .accordion .accordion-entry.static .accordion-content {
  max-height: 523px;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 15px;
}
.module_navMenu .accordion .accordion-entry.disabled .accordion-selected,
.module_navMenu .accordion .accordion-entry.active .accordion-selected,
.module_navMenu .accordion .accordion-entry.static .accordion-selected {
  max-height: 0;
}
.module_navMenu .accordion .accordion-entry.noPointer .accordion-title {
  cursor: default;
}
.module_navMenu .accordion .accordion-entry.region {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.module_graphCompareCountries {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: block;
  /*wozu vBar und vBar-Border?*/

}
.module_graphCompareCountries .graphHeading {
  margin-left: 20px;
}
.module_graphCompareCountries .vBar-selectedOne {
  background-color: #fbb900 !important;
}
.module_graphCompareCountries .vBar-selectedTwo {
  background-color: #fbc326 !important;
}
.module_graphCompareCountries .vBar-selectedThree {
  background-color: #fcdc7f !important;
}
.module_graphCompareCountries .vBar-barContainer {
  float: left;
}
.module_graphCompareCountries .vBar-barWrapper {
  position: relative;
  white-space: nowrap;
  height: 2px;
  background-color: #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
  padding-left: 0;
  width: 100%;
  float: left;
}
.module_graphCompareCountries .vBar-span {
  padding-left: 0;
  margin-left: 20px;
  padding-right: 45px;
  color: #070707;
}
.module_graphCompareCountries .vBar-bar {
  display: block;
  height: 2px;
  /*10*/
  background-color: #000;
  /*#94C11A*/

  float: left;
  text-align: right;
  font-size: 11px;
  font-family: 'Trade Gothic W01';
  font-weight: 800;
}
.module_graphCompareCountries .vBar-value {
  padding: 3px 0 0 5px;
  display: inline-block;
  float: right;
  font-weight: 800;
  font-family: "Sofia Pro Normal";
  font-size: 14px;
}
.module_graphCompareCountries .vBar-title {
  float: left;
  padding: 3px 0 2px;
  margin: 1px 0 0 0;
  box-sizing: border-box;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Sofia Pro Normal";
  font-size: 14px;  
}
.module_graphCompareCountries .scoreFix {
  margin-top: 5px;
  float: right;
}
.module_graphCompareCountries .heading {
  font-family: 'Trade Gothic W01';
  font-weight: 800;
}
.module_graphCompareCountries .offMarginLeft {
  margin-left: -6px;
}
.module_graphCompareCountries .offMarginLeftBigger {
  margin-left: -15px;
}
.module_graphCompareCountries .vBar-ranking {
  float: left;
  padding: 3px 0 0;
  margin: 1px 0 0;
  width: 40px;
  font-family: "Sofia Pro Normal";
  font-size: 14px;
  box-sizing: border-box;
}
.module_graphCompareCountries .vBar-ranking .heading {
  text-align: left;
}
.module_graphCompareCountries .vBar,
.module_graphCompareCountries .oldVbar {
  clear: both;
  line-height: 1;
  overflow: hidden;
  margin: 0;
  width: calc(100% - 160px);
  margin-left: 100px;
  margin-right: 60px;
}
.module_graphCompareCountries .vBar.selected .vBar-title,
.module_graphCompareCountries .vBar.selected2 .vBar-title, 
.module_graphCompareCountries .vBar.selected .vBar-value,
.module_graphCompareCountries .vBar.selected2 .vBar-value,
.module_graphCompareCountries .vBar.selected .vBar-ranking,
.module_graphCompareCountries .vBar.selected2 .vBar-ranking {
  font-family: "Sofia Pro Normal";
  font-weight: 800;
  text-transform: uppercase;
  font-style: normal;
  background: linear-gradient(0deg,#ea5178 0%,#a71680 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module_graphCompareCountries .vBar.selected .vBar-bar {
  background: linear-gradient(0deg,#ea5178 0%,#a71680 100%);  
}
.module_graphCompareCountries .vBar-border {
  /*  border-bottom: 2px solid @colorLightGrey; */

}
.module_graphCompareCountries .vBar-border:last-child {
  padding-bottom: 20px;
}
.module_graphCompareCountries .dataContent {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.module_graphCompareCountries .barGraphContainer {
  background-color: #ffffff;
  display: block;
  position: relative;
  height: 780px;
  /*594 */

  width: 100%;
  overflow: auto;
  padding-right: 16px;
}
.module_graphCompareCountries .vBar-bottom {
  margin-top: 20px;
  margin-left: 18.7%;
  width: 81%;
  position: relative;
  display: inline-block;
}
.module_graphCompareCountries .vBar-Bottom-Element {
  width: 9.0909%;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}
.module_graphCompareCountries .vBar-Bottom-Element .inner {
  float: right;
  right: 0;
  display: inline-block;
  padding: 2px 5px 0 0;
  border-right: 1px #000000 solid;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  text-align: right;
}
.module_graphCompareCountries .vBar-Compare {
  width: 41px;
}
.module_graphCompareCountries .first-Compare {
  width: 258px;
}
.module_graphCompareCountries .heading-border {
  height: 0;
}
.module_graphCompareIndicators {
  position: relative;
  overflow: hidden;
  width: calc(100% - 160px);
  margin-left: 100px;
  margin-right: 60px;
  height: 100%;
  /*wozu vBar und vBar-Border?*/

  /* Compare View */

}
.module_graphCompareIndicators .headlinebackground {
  background-color: #c9c9c9;
}
.module_graphCompareIndicators .graphHeading {
  margin-left: 20px;
}
.module_graphCompareIndicators .vBar-selectedOne {
  background-color: #fbb900 !important;
}
.module_graphCompareIndicators .vBar-selectedTwo {
  background-color: #fbc326 !important;
}
.module_graphCompareIndicators .vBar-selectedThree {
  background-color: #fcdc7f !important;
}
.module_graphCompareIndicators .vBar-barContainer {
  float: left;
}
.module_graphCompareIndicators .vBar-barWrapper {
  height: 2px;
  white-space: nowrap;
  float: left;
  width: 100%;
  background-color: #E5E5E5;
  margin-top: 0;
}
.module_graphCompareIndicators .vBar-bar {
  background-color: #8bba17;
  font-size: 13px;
  font-family: "Sofia Pro Light";
  font-weight: 800;
  display: block;
  height: 2px;
}
.module_graphCompareIndicators .vBar-value {
  margin-right: 20px;
  float: right;
  display: inline-block;
  padding: 3px 0 0 5px;
  font-weight: 800;
}
.module_graphCompareIndicators .vBar-title {
  float: left;
  padding: 3px 0 2px 5px;
  margin: 1px 0 0;
  box-sizing: border-box;
  font-family: "Sofia Pro Italic";
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}
.module_graphCompareIndicators .scoreFix {
  margin-top: 5px;
  float: right;
}
.module_graphCompareIndicators .heading {
  font-family: 'Sofia Pro Normal';
  font-size: 12px;
}
.module_graphCompareIndicators .vBar-ranking {
  float: left;
  padding: 3px 0 0;
  margin: 1px 0 0;
  width: 40px;
  font-family: 'Sofia Pro Light';
  font-weight: 800;
  box-sizing: border-box;
}
.module_graphCompareIndicators .vBar-ranking .heading {
  text-align: left;
}
.module_graphCompareIndicators .hidden {
  display: none;
}
.module_graphCompareIndicators .vBar,
.module_graphCompareIndicators .oldVbar {
  clear: both;
  line-height: 1;
  padding: 0;
  height: 3px;
  width: 100%;
  margin: 0;
  margin-left: 20px;
  color: #070707;
  font-family: "Sofia Pro Light";
  font-size: 14px;
  text-transform: uppercase;
}
.module_graphCompareIndicators .vBar.selected .vBar-bar {
  background-color: #004753;
}

.module_graphCompareIndicators .dataContent {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
}
.module_graphCompareIndicators .barGraphContainer {
  background-color: #ffffff;
  display: block;
  position: relative;
  padding-right: 35px;
  overflow: auto;
  width: 100%;
  font-family: "Sofia Pro Normal";
}
.module_graphCompareIndicators .vBar-bottom {
  margin-top: 20px;
  margin-left: 18.7%;
  width: 81%;
  position: relative;
  display: inline-block;
}
.module_graphCompareIndicators .vBar-Bottom-Element {
  width: 9.0909%;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}
.module_graphCompareIndicators .vBar-Bottom-Element .inner {
  float: right;
  right: 0;
  display: inline-block;
  padding: 2px 5px 0 0;
  border-right: 1px #000000 solid;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  text-align: right;
}
.module_graphCompareIndicators .vBar-Compare {
  width: 41px;
}
.module_graphCompareIndicators .first-Compare {
  width: 258px;
}
.module_graphCompareIndicators .compareGraphTitle {
  margin: 1px 0 0;
  box-sizing: border-box;
  float: left;
}
.module_graphCompareIndicators .compareGraphContainer {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  height: auto;
}
.module_graphCompareIndicators .noFavoritesHint {
  padding-left: 20px;
  color: #000;  
  font-family: "Sofia Pro Light";
}
.module_singleindicatorMenu {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.module_singleindicatorMenu .title {
  margin-top: 20px;
  color: #f6a313;
  font-family: 'Trade Gothic W01 Bold';
  font-size: 26px;
  padding-left: 45px;
}
.module_singleindicatorMenu .siList li {
  cursor: pointer;
  padding-left: 1.2em;
  list-style: none;
  line-height: 2;
}
.module_singleindicatorMenu .siList .inactive {
  color: #c9c9c9;
}
.module_singleindicatorMenu .siList .hidden {
  display: none;
}
.module_singleindicatorMenu .siList li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -1.2em;
  width: 1.2em;
}
.module_SubIndicatorOffcanvas {
  position: relative;
  z-index: 200;
  font-weight: 800;
  color: #ffffff;
  -webkit-transform: translate(100%, 35px);
  -ms-transform: translate(100%, 35px);
  transform: translate(100%, 35px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.module_SubIndicatorOffcanvas .subindicator-title {
  display: none;
  position: absolute;
  top: 0;
  z-index: 100;
  height: 34px;
  font-size: 16px;
  background-color: #cfdd82;
  margin: 0px 20px 0px 0px;
  width: 100%;
  font-weight: 800;
}
.module_SubIndicatorOffcanvas .subindicator-title .icon {
  height: 34px;
  background-color: #000;
  color: white;
  display: inline-block;
  width: 44px;
  vertical-align: middle;
  font-size: 30px;
  text-align: center;
  float: left;
  background: #000 url(../ressources/images/buttons/btn-arrow-le.svg) no-repeat center center;
}
.module_SubIndicatorOffcanvas .subindicator-title .text {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
  font-weight: 300;
  color: #070707;
}
.module_SubIndicatorOffcanvas .subindicatorContent {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 17px;
  background-color: #000;
  font-size: 14px;
}
.module_SubIndicatorOffcanvas .subindicatorContent .subindicator {
  padding: 10px 20px 10px 20px;
  font-weight: 300;
  font-family: "Roboto Light";
}
.module_SubIndicatorOffcanvas .subindicatorContent .subindicator:first-child {
  margin-top: 35px;
}
.module_SubIndicatorOffcanvas .subindicatorContent .subindicator:hover {
  cursor: pointer;
}
.module_SubIndicatorOffcanvas .subindicatorContent .hidden {
  display: none;
}
.module_SubIndicatorOffcanvas.active {
  -webkit-transform: translate(0, 35px);
  -ms-transform: translate(0, 35px);
  transform: translate(0, 35px);
}
/* Fonts */
