/* Variables */
/* css3 mixins */
/* reset box sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* correct styling of anchors with ng-click */
a[ng-click] {
  cursor: pointer;
}
/* retina images and image sprites */
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Custom fonts */
@font-face {
  font-family: "sctolight";
  src: url("../fonts/Scto\ Grotesk\ A\ Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sctoregular";
  src: url("../fonts/Scto\ Grotesk\ A\ Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Basic styling */
#too-small {
  display: none;
}
@media only screen and (max-height : 300px) and (min-width : 450px) and (orientation: landscape) {
  #too-small {
    display: block;
    background-color: white;
    position: absolute;
    left: calc(50vw - 40px);
    top: calc(50vh - 80px);
    background-image: url("../images/portrait.png");
    background-repeat: no-repeat;
    background-size: 79.5px 77px;
  }
  #too-small p {
    display: inline-block;
    margin: 0;
    margin-top: 107px;
    margin-left: -115px;
    width: 311px;
    height: 52px;
    font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-height : 300px) and (min-width : 450px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #too-small {
    background-image: url("../images/portrait@2x.png");
    background-size: 79.5px 77px;
  }
}
.view {
  display: block;
}
@media only screen and (max-height : 300px) and (min-width : 450px) and (orientation: landscape) {
  .view {
    display: none;
  }
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (hover: none) {
  body {
    touch-action: none;
  }
}
h1 {
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 5px;
}
h3 {
  margin: 0;
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  padding: 0;
}
h3 a {
  text-decoration: none;
  color: #2171b5;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Main element positions */
#languageSwitcher {
  position: relative;
  left: 620px;
  z-index: 9998;
  width: 100px;
  height: 40px;
  margin: 0;
}
#languageSwitcher a {
  display: inline-block;
  height: 40px !important;
  width: 40px;
  background: white;
  padding-top: 11px;
  padding: 11px;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
#languageSwitcher a:first-child {
  margin-bottom: 0 !important;
  border-radius: 100px 0 0 100px;
  width: 60px;
  clip-path: inset(-5px 0px -5px -5px);
}
@media only screen and (max-width : 992px), (hover: none) {
  #languageSwitcher a:first-child {
    border: 1px solid #d9d9d9;
  }
}
#languageSwitcher a:last-child {
  margin-top: 0 !important;
  border-radius: 0 100px 100px 0;
  clip-path: inset(-5px -5px -5px 0px);
}
@media only screen and (max-width : 992px), (hover: none) {
  #languageSwitcher a:last-child {
    border: 1px solid #d9d9d9;
  }
}
#languageSwitcher a:hover {
  background-color: #d9d9d9;
}
#languageSwitcher a.active {
  background-color: #e7fe4d;
}
@media only screen and (min-width : 993px) and (hover: hover) {
  #languageSwitcher {
    top: 31px;
  }
}
@media only screen and (max-width : 992px), (hover: none) {
  #languageSwitcher {
    position: absolute;
    bottom: 8px !important;
    left: 176px !important;
    float: left !important;
    right: auto;
    padding: 0;
  }
  #languageSwitcher a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.naviButton {
  padding: 11px;
  padding-top: 11px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.naviButton:hover {
  background-color: #d9d9d9;
}
.naviButton.activeNaviButton {
  text-decoration: none;
  background-color: #e7fe4d;
}
.naviButton.disabledNaviButton {
  background-color: #ffffff;
  color: #bfbfbf;
}
.naviButton.disabledNaviButton:before {
  opacity: 0.2;
}
.naviButton.disabledNaviButton:hover {
  color: #bfbfbf;
}
.naviButton.disabledNaviButton:hover:before {
  background-position: -128px -8px !important;
}
.naviButton.infoButton {
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  display: inline-block;
  right: 32px;
  margin-left: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width : 992px) {
  .naviButton.infoButton {
    display: inline-block;
  }
}
.naviButton.infoButton.activeNaviButton {
  text-decoration: none;
  border-color: #8c8c8c;
}
@media (hover: hover) {
  .naviButton.infoButton:hover {
    text-decoration: none;
    border-color: #8c8c8c;
  }
}
.naviButton.infoButton:before {
  background-position: -128px -8px;
}
.naviButton.activeNaviButton.trendChangeButton:before,
.naviButton:hover.trendChangeButton:before {
  background-position: -48px -48px;
}
.naviButton.activeNaviButton.infoButton:before,
.naviButton:hover.infoButton:before {
  background-position: -128px -48px;
}
#overlay {
  width: 1px;
  height: 1px;
}
#overlay .logoDesktop {
  left: 0;
  bottom: 0;
  right: 0;
  height: 104px;
  width: 412px;
  background-color: white;
  background-position: 24px 36px;
  background-size: 29px;
  background-image: url("../images/reaktor-r.png");
  background-repeat: no-repeat;
  background-size: 29px 29px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #overlay .logoDesktop {
    background-image: url("../images/reaktor-r@2x.png");
    background-size: 29px 29px;
  }
}
#overlay .logoDesktop a {
  top: 36px;
  left: 0;
  padding-left: 68px;
  width: 250px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (max-width : 992px), (hover: none) {
  #overlay .logoDesktop {
    display: none;
  }
}
#overlay .logoMobile {
  left: 16px;
  height: 35.25px;
  width: 100px;
  bottom: 104px;
  background-color: transparent;
  background-position: 0px 0px;
  background-image: url("../images/reaktor-r.png");
  background-repeat: no-repeat;
  background-size: 24.25px 24.25px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #overlay .logoMobile {
    background-image: url("../images/reaktor-r@2x.png");
    background-size: 24.25px 24.25px;
  }
}
#overlay .logoMobile a {
  top: 0px;
  width: 101px;
  height: 34px;
  padding-left: 27px;
  font-size: 11.71px;
  line-height: 13px;
}
@media only screen and (min-width : 993px) and (hover: hover) {
  #overlay .logoMobile {
    display: none;
  }
}
#overlay .logoDesktop,
#overlay .logoMobile {
  z-index: 8000;
  position: absolute;
}
#overlay .logoDesktop a,
#overlay .logoMobile a {
  position: absolute;
  display: block;
  text-decoration: none;
  color: #000000;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
}
#overlay #naviButtons {
  z-index: 4000;
  position: absolute;
  left: 32px;
  top: 32px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width : 992px), (hover: none) {
  #overlay #naviButtons {
    top: 24px;
    left: 0px;
    bottom: 0px;
  }
}
#overlay #naviButtons .naviButton {
  width: 60px;
  text-align: center;
  overflow: hidden;
}
#overlay #naviButtons .search,
#overlay #naviButtons .search:focus {
  border-radius: 100px 100px 100px 100px;
  position: absolute;
  left: 0px;
  padding-left: 16px;
  border: 1px solid #d9d9d9;
  width: 348px;
  height: 40px;
  outline: none;
  text-align: left;
}
@media only screen and (max-width : 992px) {
  #overlay #naviButtons .search,
  #overlay #naviButtons .search:focus {
    top: 0px;
    left: 32px;
  }
}
@media (hover: none) {
  #overlay #naviButtons .search,
  #overlay #naviButtons .search:focus {
    top: 0px;
    left: calc(50vw - 174px);
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
  }
}
#overlay #naviButtons .search:hover {
  background-color: white;
  border: 1px solid #8c8c8c;
}
#overlay #naviButtons input:focus::-webkit-input-placeholder {
  opacity: 0;
}
#overlay #naviButtons .searchIcon {
  position: absolute;
  top: 13px;
  left: 318px;
  width: 14px;
  height: 14px;
  background-image: url("../images/searchicon.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #overlay #naviButtons .searchIcon {
    background-image: url("../images/searchicon@2x.png");
    background-size: 14px 14px;
  }
}
@media only screen and (max-width : 992px) {
  #overlay #naviButtons .searchIcon {
    left: 350px;
  }
}
@media (hover: none) {
  #overlay #naviButtons .searchIcon {
    left: 50vw;
    margin-left: 145px;
  }
}
#overlay #naviButtons .trendButton {
  position: absolute;
  width: 80px;
  height: 40px;
  left: 412px;
  border-radius: 100px 0 0 100px;
  clip-path: inset(-5px 0px -5px -5px);
}
@media only screen and (max-width : 992px), (hover: none) {
  #overlay #naviButtons .trendButton {
    left: 16px;
    bottom: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
  }
}
#overlay #naviButtons .priceButton {
  position: absolute;
  left: 492px;
  width: 65px;
  height: 40px;
  border-radius: 0 100px 100px 0;
  clip-path: inset(-5px -5px -5px 0px);
}
@media only screen and (max-width : 992px), (hover: none) {
  #overlay #naviButtons .priceButton {
    left: 96px;
    bottom: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
  }
}
#overlay #naviButtons .closeButton {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 16px;
  left: 322px;
  outline: 0;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-image: url("../images/Searchcross.png");
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #overlay #naviButtons .closeButton {
    background-image: url("../images/Searchcross@2x.png");
    background-size: 8px 8px;
  }
}
@media only screen and (max-width : 992px) {
  #overlay #naviButtons .closeButton {
    left: 350px;
  }
}
@media (hover: none) {
  #overlay #naviButtons .closeButton {
    left: 50vw;
    margin-left: 148px;
  }
}
#overlay #naviButtons .noButton {
  display: none;
}
#infoSidePanel {
  background-color: white;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#infoSidePanel p,
#infoSidePanel a {
  font-size: 13px;
  line-height: 16px;
}
#infoSidePanel b {
  font-weight: 700;
}
#infoSidePanel a {
  color: #ff5544;
}
#infoSidePanel .infoTitle,
#infoSidePanel .infoBuilt,
#infoSidePanel .infoIntro,
#infoSidePanel .infoStart,
#infoSidePanel .infoDisclaimer,
#infoSidePanel .infoLicense {
  margin: 0;
  margin-left: 32px;
  margin-right: 32px;
  padding: 0;
}
@media (hover: none) {
  #infoSidePanel .infoTitle,
  #infoSidePanel .infoBuilt,
  #infoSidePanel .infoIntro,
  #infoSidePanel .infoStart,
  #infoSidePanel .infoDisclaimer,
  #infoSidePanel .infoLicense {
    margin: 10px 30px;
  }
}
#infoSidePanel .infoTitle {
  margin-top: 80px;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
}
@media (hover: none) {
  #infoSidePanel .infoTitle {
    margin-top: 10px;
  }
}
#infoSidePanel .infoIntro p,
#infoSidePanel .infoStart p {
  font-size: 15px;
  line-height: 20px;
}
#infoSidePanel .infoBuilt {
  padding-bottom: 24px;
  min-height: 29px;
}
#infoSidePanel .infoBuilt p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: -5px;
}
@media (hover: none) {
  #infoSidePanel .infoBuilt {
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
}
#infoSidePanel .infoDisclaimer {
  margin-bottom: 11px;
}
#infoSidePanel .infoDisclaimer p {
  padding-bottom: 13px;
}
#infoSidePanel .infoDisclaimer p b {
  font-weight: 900;
}
#infoSidePanel .infoLicense {
  margin-bottom: 24px;
}
#infoSidePanel .infoLicense p {
  color: #8c8c8c;
}
#infoSidePanel .infoDisclaimer,
#infoSidePanel .infoLicense {
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}
#infoSidePanel .infoDisclaimer p,
#infoSidePanel .infoLicense p {
  margin: 0;
}
@media (hover: none) {
  #infoSidePanel .infoDisclaimer,
  #infoSidePanel .infoLicense {
    padding: 0;
    padding-top: 16px;
    margin-top: 0px;
    margin-bottom: 3px;
  }
}
#infoSidePanel {
  width: 444px;
  top: 112px;
  left: 50%;
  margin-left: -222px;
  max-height: 75%;
  z-index: 9999;
  border-radius: 8px;
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (hover: none) {
  #infoSidePanel {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    margin-top: 100px;
    width: 100%;
    max-height: 100%;
    z-index: 19999;
  }
  #infoSidePanel .closeInfo {
    display: none;
  }
}
#detailPanel {
  width: 412px;
  top: 0px;
  left: 0px;
  padding-top: 100px;
  padding-left: 13px;
  padding-right: 30px;
  padding-bottom: 100px;
  z-index: 3000;
  position: absolute;
  overflow-y: auto;
  background-color: white;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#detailPanel h3 {
  margin-top: 0px;
}
#detailPanel a {
  color: #ff5544;
}
#detailPanel .detailPanelSmall,
#detailPanel .detailPanelSmallCenter {
  display: block;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  margin: 4px 0 0;
  color: #8c8c8c;
}
#detailPanel .detailPanelSmall.detailPanelHint,
#detailPanel .detailPanelSmallCenter.detailPanelHint {
  text-align: left;
  padding: 20px 20px 0 20px;
  font-size: 13px;
  line-height: 18px;
  color: #8c8c8c;
}
#detailPanel .detailPanelSmall.detailPanelHint:last-child,
#detailPanel .detailPanelSmallCenter.detailPanelHint:last-child {
  padding-bottom: 10px;
}
#detailPanel .detailPanelSmall.detailPanelChartSubTitle,
#detailPanel .detailPanelSmallCenter.detailPanelChartSubTitle {
  margin-top: 0;
  color: #000000;
}
#detailPanel .detailDataHead {
  padding-left: 20px;
  padding-bottom: 13px;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.015em;
}
#detailPanel .detailDataBlock {
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-top: 0;
}
#detailPanel .detailDataBlock .detailPanelSmall,
#detailPanel .detailDataBlock .detailPanelSmallCenter {
  font-family: "sctoregular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5%;
  text-align: left;
  display: inline-block;
  color: #000000;
}
#detailPanel .detailDataBlock .detailPanelSmall .detailPanelLabel,
#detailPanel .detailDataBlock .detailPanelSmallCenter .detailPanelLabel {
  display: block;
  padding-top: 4px;
  color: #8c8c8c;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
#detailPanel .detailDataBlock .detailPanelSmall span,
#detailPanel .detailDataBlock .detailPanelSmallCenter span {
  display: inline-block;
  vertical-align: bottom;
}
#detailPanel .detailDataBlock .detailPanelSmall .detailPanelPlusmin {
  padding-left: 3px;
  display: inline-block;
  color: #8c8c8c;
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
#detailPanel .detailDataBlock .detailPanelSmall .detailPanelLabel {
  width: 80px;
}
#detailPanel .detailDataBlock .detailPanelSmallCenter {
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  margin-right: 16px;
}
#detailPanel .chartSection {
  background-color: white;
}
#detailPanel .chartSection .chartContainer {
  margin-top: 20px;
}
@media (hover: none) {
  #detailPanel .chartSection {
    height: calc(100vh - 140px);
  }
}
#detailPanel .detailMainTitle {
  left: 0;
  top: 0;
  right: 0;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-align: left;
  padding: 20px;
  margin-left: -1px;
}
#detailPanel .detailMainTitle .detailPanelSmall {
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (max-width : 992px) {
  #detailPanel .detailMainTitle {
    margin-right: -1px;
  }
}
#detailPanel svg {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#detailPanel svg .y.axis line {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
#detailPanel svg .x.axis line {
  fill: none;
  stroke: #999;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
#detailPanel svg .axis text {
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  fill: #999;
  font-size: 12px;
}
#detailPanel svg .axis path {
  fill: none;
  stroke-width: 0;
}
#detailPanel svg .x.axis path {
  stroke: #999;
  stroke-width: 1;
}
#detailPanel svg .y.label {
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  fill: #999;
  font-size: 12px;
}
#detailPanel svg path.confidenceAreaNarrow {
  stroke-width: 0;
  fill: #99e3e4;
}
#detailPanel svg path.confidenceAreaWide {
  stroke-width: 0;
  fill: #ddf7f7;
}
#detailPanel svg path.confidenceCenterLine {
  stroke-width: 1;
  fill: none;
  stroke: #555;
  stroke-dasharray: 2, 2;
}
#detailPanel svg .dot {
  fill: #000000;
}
#detailPanel svg .dot_tooltip {
  fill: transparent;
}
@media (hover: none) {
  #detailPanel {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 0;
    margin-top: 100px;
    padding: 0;
    border-width: 0;
    border-radius: 12px 12px 0px 0px;
    width: 100vw;
    z-index: 18000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
    touch-action: none;
  }
}
#infoSidePanel .swipe,
#detailPanel .swipe {
  display: none;
}
#infoSidePanel .closeInfo,
#detailPanel .closeInfo {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
}
#infoSidePanel .closeInfo .closeInfoText,
#detailPanel .closeInfo .closeInfoText {
  vertical-align: middle;
  padding-right: 8px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.01em;
}
#infoSidePanel .closeInfo .closeInfoButton,
#detailPanel .closeInfo .closeInfoButton {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #d9d9d9;
  background-color: transparent;
  background-position: center;
  background-image: url("../images/Cross.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #infoSidePanel .closeInfo .closeInfoButton,
  #detailPanel .closeInfo .closeInfoButton {
    background-image: url("../images/Cross@2x.png");
    background-size: 14px 14px;
  }
}
#infoSidePanel .closeInfo .closeInfoButton:hover,
#detailPanel .closeInfo .closeInfoButton:hover {
  border-color: #8c8c8c;
}
#infoSidePanel .closeInfo .closeInfoButton:focus,
#detailPanel .closeInfo .closeInfoButton:focus {
  outline: none;
}
@media (hover: none) {
  #infoSidePanel .infoStartButton,
  #detailPanel .infoStartButton,
  #infoSidePanel .closeInfo,
  #detailPanel .closeInfo {
    display: none;
  }
}
#infoSidePanel .closeButton,
#detailPanel .closeButton {
  display: block;
  position: absolute;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  top: 100px;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px;
  cursor: pointer;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -13px;
  font-weight: 100;
}
#infoSidePanel .closeButton:hover,
#detailPanel .closeButton:hover {
  color: #ff5544;
}
@media (hover: none) {
  #infoSidePanel .swipe,
  #detailPanel .swipe {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    height: 24px;
    left: 0;
    padding-top: 10px;
    border-bottom: 1px solid #ffffff;
  }
  #infoSidePanel .swipe .handle,
  #detailPanel .swipe .handle {
    margin-left: calc(50vw - 35px / 2);
    width: 35px;
    height: 0px;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
  }
  #infoSidePanel .closeButton,
  #detailPanel .closeButton {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -13px;
    font-weight: 100;
  }
}
/* Map */
#map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (min-width : 993px) and (hover: hover) {
  #map {
    right: 0;
  }
}
#mapTooltip {
  position: absolute;
  z-index: 12000;
  min-width: 240px;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (hover: none) {
  #mapTooltip {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#mapTooltip .mapTooltipUpper {
  bottom: 20px;
}
#mapTooltip .mapTooltipUpper :after {
  border-top: 8px solid white;
  border-bottom: 8px solid transparent;
  bottom: -16px;
}
#mapTooltip .mapTooltipLower {
  top: -20px;
}
#mapTooltip .mapTooltipLower :after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid white;
  top: -16px;
}
#mapTooltip .mapTooltipContents {
  border-radius: 8px;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 25px;
}
#mapTooltip .mapTooltipContents :after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: calc(50% - 4px);
}
#mapTooltip .mapTooltipContents div.close-tooltip {
  float: right;
  font-size: 25px;
  padding: 0 0px 0 10px;
  margin-top: -6px;
}
#mapTooltip .mapTooltipContents div.dataBlock {
  display: flex;
  padding: 0;
  padding-bottom: 12px;
  padding-top: 5px;
}
@media (hover: none) {
  #mapTooltip .mapTooltipContents div.dataBlock {
    padding-top: 0;
  }
}
#mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall {
  font-family: "sctoregular";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.5%;
  text-align: left;
  display: block;
  color: #000000;
  white-space: nowrap;
}
@media (hover: none) {
  #mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall {
    font-size: 15px;
    line-height: 15px;
  }
}
#mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall span.tooltipPanelPlusmin,
#mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall span.tooltipPanelLabel {
  color: #8c8c8c;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
}
#mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall .pseudo {
  display: inline-block;
  height: 18px;
  vertical-align: bottom;
  background: transparent;
}
@media only screen and (max-width : 992px) {
  #mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall .pseudo {
    height: 15px;
  }
}
#mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall span.tooltipPanelPlusmin {
  padding-left: 3px;
  display: inline-block;
  vertical-align: bottom;
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall span.tooltipPanelLabel {
  display: block;
  width: 80px;
  padding-top: 4px;
}
#mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall span.tooltipPrice {
  display: flex;
  vertical-align: bottom;
}
@media only screen and (min-width : 993px) and (hover: hover) {
  #mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall:last-child {
    padding-left: 10px;
  }
  #mapTooltip .mapTooltipContents div.dataBlock div.tooltipPanelSmall span.tooltipPanelLabel {
    width: 60px;
  }
}
#mapTooltip .mapTooltipContents span.mapTooltipSmall {
  display: inline-block;
  width: 85px;
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  margin: 4px 0 0;
}
#mapTooltip .mapTooltipContents span.mapTooltipTitle {
  display: block;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 17.76px;
  line-height: 21px;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 3px 0 0;
}
#mapTooltip .mapTooltipContents span.mapTooltipSubtitle {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  color: #8c8c8c;
  padding: 0;
  padding-bottom: 12px;
  margin-top: 4px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}
#mapTooltip .mapTooltipContents span.mapTooltipDataHead {
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.015em;
  margin: 0;
}
#mapTooltip .mapTooltipContents span.mapTooltipInfo a {
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  color: #ec624e;
}
/* Legend positioning and styling */
#legendContainer {
  font-family: "sctolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 8px;
  padding-bottom: 12px;
  float: left;
}
@media only screen and (max-width : 992px) {
  #legendContainer {
    font-size: 9px;
  }
}
#legendContainer div.first {
  width: auto;
  text-align: right;
  vertical-align: bottom;
  margin-right: 5px;
}
#legendContainer div.last {
  width: auto;
  text-align: left;
  margin-left: 5px;
}
#legendContainer div {
  float: right;
  position: relative;
  width: 20px;
  height: 10px;
}
@media only screen and (max-width : 992px) {
  #legendContainer div {
    width: 15px;
    height: 7px;
  }
}
#legendContainer div i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* matching the fill opacity of the map polygons */
  opacity: 1;
}
#legendContainer div span.legendLabel {
  display: block;
  width: 74px;
  position: absolute;
  left: 0;
  right: auto;
  top: 18px;
  text-align: left;
}
#legendContainer div:first-child span.legendLabel {
  left: auto;
  right: 0;
  text-align: right;
}
#mapInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 104px;
  background-color: white;
  background-position: 20px 12px;
  background-size: 40px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 2000;
}
@media only screen and (max-width : 992px) {
  #mapInfo {
    z-index: 3500;
  }
}
#mapInfo:before {
  content: "";
}
#mapInfo .middle {
  position: absolute;
  padding: 0;
  left: 428px;
  top: 35px;
  padding-left: 16px;
}
@media only screen and (max-width : 992px) {
  #mapInfo .middle {
    left: 0px;
    top: 12px;
  }
}
@media (hover: none) {
  #mapInfo .middle {
    left: 0px;
    top: 12px;
  }
}
#mapInfo h3 {
  font-size: 18px;
  padding-bottom: 10px;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width : 992px) {
  #mapInfo h3 {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
#mapInfo .right {
  position: absolute;
  padding: 0;
  bottom: 33px;
  right: 48px;
  display: flex;
  align-items: center;
}
#mapInfo .right .infoText {
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media only screen and (max-width : 992px) {
  #mapInfo .right .infoText {
    display: none;
  }
}
#mapInfo .right .infoButton {
  width: 42px;
  height: 42px;
  background-position: center;
  background-size: 23px;
  background-image: url("../images/icon-i.png");
  background-repeat: no-repeat;
  background-size: 23px 23px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #mapInfo .right .infoButton {
    background-image: url("../images/icon-i@2x.png");
    background-size: 23px 23px;
  }
}
@media only screen and (max-width : 992px) {
  #mapInfo .right .infoButton {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 23px;
    background-image: url("../images/icon-i.png");
    background-repeat: no-repeat;
    background-size: 23px 23px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width : 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #mapInfo .right .infoButton {
    background-image: url("../images/icon-i@2x.png");
    background-size: 23px 23px;
  }
}
@media only screen and (max-width : 992px) {
  #mapInfo .right {
    right: 17px;
    bottom: 8px;
  }
}
/* Customizing leaflet button styles */
.leaflet-control-container > div {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 38px;
  margin-bottom: 142px;
}
@media only screen and (max-width : 992px) {
  .leaflet-control-container > div {
    display: none;
  }
}
.leaflet-control-container > div .leaflet-bar {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.leaflet-control-container > div .leaflet-bar a {
  font-size: 20px;
  line-height: 33px !important;
  font-weight: 100;
  height: 36px !important;
  width: 36px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.leaflet-control-container > div .leaflet-bar a.leaflet-control-zoom-in {
  line-height: 21px;
}
.leaflet-control-container > div .leaflet-bar a.leaflet-control-zoom-min {
  background-image: url("../images/zoom-fit.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-size: 14px 14px !important;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .leaflet-control-container > div .leaflet-bar a.leaflet-control-zoom-min {
    background-image: url("../images/zoom-fit@2x.png");
    background-size: 14px 14px;
  }
}
.touchMap .leaflet-control-container {
  display: none;
}
/* map styling */
/* use this for polygon hover states*/
/*
path.leaflet-clickable:hover {

}*/
/* map bg*/
.leaflet-container,
body {
  background: white;
}
.drop-element {
  position: absolute;
  display: none;
  overflow: hidden;
}
.drop-element.drop-open {
  display: block;
}
.drop-element.drop-theme-asunto {
  max-width: 100%;
  max-height: 100%;
  z-index: 5000;
}
.drop-element.drop-theme-asunto .drop-content {
  position: relative;
  font-family: inherit;
  color: #444444;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.5em;
  border: 1px solid #ddd;
  background-color: white;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.drop-element.drop-theme-asunto .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 16px;
  border-style: solid;
}
.drop-element.drop-theme-asunto .drop-content:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 15px;
  border-style: solid;
}
.drop-element.drop-theme-asunto .drop-content .naviButton {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.drop-element.drop-theme-asunto.drop-element-attached-right .drop-content:before {
  left: 70%;
  margin-left: -16px;
}
.drop-element.drop-theme-asunto.drop-element-attached-right .drop-content:after {
  left: 70%;
  margin-left: -15px;
}
.drop-element.drop-theme-asunto.drop-element-attached-right.drop-element-attached-bottom .drop-content {
  margin-bottom: 32px;
}
.drop-element.drop-theme-asunto.drop-element-attached-right.drop-element-attached-bottom .drop-content:before {
  top: 100%;
  border-top-color: #ddd;
}
.drop-element.drop-theme-asunto.drop-element-attached-right.drop-element-attached-bottom .drop-content:after {
  top: 100%;
  border-top-color: #fff;
}
.drop-element.drop-theme-asunto.drop-element-attached-right.drop-element-attached-top .drop-content {
  margin-top: 32px;
}
.drop-element.drop-theme-asunto.drop-element-attached-right.drop-element-attached-top .drop-content:before {
  bottom: 100%;
  border-bottom-color: #ddd;
}
.drop-element.drop-theme-asunto.drop-element-attached-right.drop-element-attached-top .drop-content:after {
  bottom: 100%;
  border-bottom-color: #fff;
}
/* Loader */
/* From: http://projects.lukehaas.me/css-loaders/ */
/* MIT License */
.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  margin: 20% auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #999;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #999;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #999;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #999;
  }
}
.leaflet-marker-icon,
.leaflet-layer {
  pointer-events: none;
}
.cityLabel {
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000000;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  pointer-events: none;
  letter-spacing: 2px;
}
.d3-tip {
  background: white !important;
  color: #222 !important;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}
.d3-tip div {
  white-space: nowrap;
}
.d3-tip span {
  width: 80px;
  display: inline-block;
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.d3-tip span h3 {
  font-family: "sctoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.d3-tip.ne {
  margin-left: -55px;
}
.d3-tip.nw {
  margin-left: 55px;
}
.d3-tip.ne:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 44px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: white;
  border-bottom: 0;
  margin-left: -8px;
  margin-bottom: -8px;
}
.d3-tip.nw:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 36px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: white;
  border-bottom: 0;
  margin-left: -8px;
  margin-bottom: -8px;
}
/* OneTrust style overwrites */
.ot-floating-button__front svg {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  margin-left: 3px !important;
}
.ot-floating-button__back svg {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  margin-left: 3px !important;
}
#ot-sdk-btn-floating.ot-floating-button {
  width: 24px !important;
  height: 24px !important;
  margin-left: 1rem;
  margin-bottom: 1rem;
  bottom: 0 !important;
  left: 0 !important;
}
@media screen and (min-width: 1024px) {
  #ot-sdk-btn-floating.ot-floating-button {
    margin-left: 1.5rem;
    margin-bottom: 2rem;
    width: 36px !important;
    height: 36px !important;
  }
}
.ot-floating-button__close,
.ot-floating-button__open {
  padding: 0 !important;
  line-height: 0 !important;
}
#ot-sdk-btn-floating .ot-floating-button__front {
  background-image: url("../images/cookie-icon.svg");
  padding: unset !important;
  background-color: #fff !important;
}
#ot-sdk-btn-floating .ot-floating-button__back {
  background-color: #000 !important;
}
#ot-sdk-btn-floating .ot-floating-button__back .ot-floating-button__close {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
#ot-sdk-btn-floating .ot-floating-button__back .ot-floating-button__close svg {
  margin-left: unset !important;
  fill: #000 !important;
  stroke: #000 !important;
}
