@charset "UTF-8";
.heading {
  width: 220px;
  height: 220px;
  float: left;
  text-align: center;
  vertical-align: middle;
  line-height: 220px;
  color: #E74B33;
}

#groupnames {
  width: 220px;
  float: left;
}

[data-icon]:before {
  font-family: icons;
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  font-size: 1.5em;
  text-shadow: lightgray 0.1em 0.1em 0.05em;
  text-align: center;
}

div.tooltip {
  position: absolute;
  text-align: left;
  width: 200px;
  height: 120px;
  padding: 10px;
  font: 14px sans-serif;
  color: #E74B33;
  background: #334a64;
  border: 0px;
  border-radius: 10px;
  pointer-events: none;
}

.h-vp100 {
  height: 99vh;
  overflow-y: auto;
}

.abundanceScrollSpy > .list-group-item {
  display: none;
}

.abundanceScrollSpy > .list-group-item.active {
  display: block;
  color: #212529;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.125);
  border-top: none;
  overflow-y: auto;
}

.btn-group-toggle > label span.cb_check,
.btn-group-toggle > label.active span.cb_cross {
  display: none;
}

.btn-group-toggle > label.active span.cb_check,
.btn-group-toggle > label span.cb_cross {
  display: inline-block;
}

[type=range].range_thumb_time::-webkit-slider-thumb {
  background: #148b3a;
}
[type=range].range_thumb_time::-moz-range-thumb {
  background: #148b3a;
}
[type=range].range_thumb_time::-ms-thumb {
  background: #148b3a;
}

[type=range].range_thumb_democracy::-webkit-slider-thumb {
  background: #b0a68b;
}
[type=range].range_thumb_democracy::-moz-range-thumb {
  background: #b0a68b;
}
[type=range].range_thumb_democracy::-ms-thumb {
  background: #b0a68b;
}

[type=range].range_thumb_social::-webkit-slider-thumb {
  background: #941914;
}
[type=range].range_thumb_social::-moz-range-thumb {
  background: #941914;
}
[type=range].range_thumb_social::-ms-thumb {
  background: #941914;
}

[type=range].range_thumb_occupation::-webkit-slider-thumb {
  background: #f49721;
}
[type=range].range_thumb_occupation::-moz-range-thumb {
  background: #f49721;
}
[type=range].range_thumb_occupation::-ms-thumb {
  background: #f49721;
}

[type=range].range_thumb_information::-webkit-slider-thumb {
  background: #06497b;
}
[type=range].range_thumb_information::-moz-range-thumb {
  background: #06497b;
}
[type=range].range_thumb_information::-ms-thumb {
  background: #06497b;
}

[type=range].range_thumb_economic::-webkit-slider-thumb {
  background: #438081;
}
[type=range].range_thumb_economic::-moz-range-thumb {
  background: #438081;
}
[type=range].range_thumb_economic::-ms-thumb {
  background: #438081;
}

[type=range].range_bg {
  -webkit-appearance: none;
  background: transparent;
  margin: 10px 0;
  width: 100%;
}
[type=range].range_bg::-moz-focus-outer {
  border: 0;
}
[type=range].range_bg:focus {
  outline: 0;
}
[type=range].range_bg:focus::-webkit-slider-runnable-track {
  background: url("../images/slider_bg.svg") no-repeat center;
}
[type=range].range_bg:focus::-ms-fill-lower {
  background: transparent;
}
[type=range].range_bg:focus::-ms-fill-upper {
  background: transparent;
}
[type=range].range_bg::-webkit-slider-runnable-track {
  cursor: default;
  height: 30px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: url("../images/slider_bg.svg") no-repeat center;
  border: 0px solid #cfd8dc;
  border-radius: 2px;
}
[type=range].range_bg::-webkit-slider-thumb {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(13, 13, 13, 0.2);
  border: 0px solid #eceff1;
  border-radius: 10px;
  cursor: default;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  margin-top: 5px;
}
[type=range].range_bg::-moz-range-track {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 30px;
  transition: all 0.2s ease;
  width: 100%;
  background: url("../images/slider_bg.svg") no-repeat center;
  border: 0px solid #cfd8dc;
  border-radius: 2px;
}
[type=range].range_bg::-moz-range-thumb {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(13, 13, 13, 0.2);
  border: 0px solid #eceff1;
  border-radius: 10px;
  cursor: default;
  height: 16px;
  width: 16px;
}
[type=range].range_bg::-ms-track {
  cursor: default;
  height: 30px;
  transition: all 0.2s ease;
  width: 100%;
  background: url("../images/slider_bg.svg") no-repeat center;
  border-color: transparent;
  border-width: 0;
  color: transparent;
}
[type=range].range_bg::-ms-fill-lower {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: transparent;
  border: 0px solid #cfd8dc;
  border-radius: 4px;
}
[type=range].range_bg::-ms-fill-upper {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: transparent;
  border: 0px solid #cfd8dc;
  border-radius: 4px;
}
[type=range].range_bg::-ms-thumb {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(13, 13, 13, 0.2);
  border: 0px solid #eceff1;
  border-radius: 10px;
  cursor: default;
  height: 16px;
  width: 16px;
  margin-top: 0;
}
[type=range].range_bg:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
[type=range].range_bg:disabled::-moz-range-thumb {
  cursor: not-allowed;
}
[type=range].range_bg:disabled::-ms-thumb {
  cursor: not-allowed;
}
[type=range].range_bg:disabled::-webkit-slider-runnable-track {
  cursor: not-allowed;
}
[type=range].range_bg:disabled::-ms-fill-lower {
  cursor: not-allowed;
}
[type=range].range_bg:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

#individuum_tooltip {
  width: 400px;
  background-color: rgba(245, 245, 245, 0.92);
  border-radius: 10px;
  border-bottom-color: #5b5b5b;
  border-width: 2px;
  border-style: 0;
  box-shadow: 3px 3px 3px grey;
  padding: 20px 20px;
  color: #5b5b5b;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.7px;
  /* Position und sichtbarkeit wird dann natürlich automatisch angepasst */
  opacity: 0;
  position: absolute;
}
#individuum_tooltip td {
  padding: 1.8px 5px;
}

.gridline {
  fill: none;
  stroke: #000;
  stroke-width: 0.7;
}

.gridlineMean {
  fill: none;
  stroke: #E74B33;
  stroke-width: 1.5;
}

.gridlineSoft {
  fill: none;
  stroke: #aaa;
  stroke-width: 0.5;
}

.seg {
  stroke: none;
}

.ring {
  stroke-width: 10;
  fill: none;
}

.dPoint {
  cursor: pointer;
}

.svg_wohlstand {
  font-size: 3px;
}

.svg_wohlstand_titel {
  font-size: 3px;
  font-weight: bold;
}

#verpackung {
  display: inline;
  height: 25cm;
  width: auto;
  margin-left: 50px;
}

@media print {
  #verpackung {
    margin-left: 0cm;
  }
}
.plotPrint {
  display: inline;
  height: 3cm;
  width: auto;
  margin-left: 0.5cm;
}

#verpackung line, #vp_lower line {
  stroke-width: 0.3px;
  stroke: black;
}
#verpackung path, #vp_lower path {
  stroke-width: 0.3px;
  stroke: black;
  fill: None;
}

#packung_txt {
  font-size: 3px;
}

.custom-placement {
  margin-top: -120px;
  padding-top: 120px;
}

.table {
  font-family: Montserrat;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.7px;
}

.btn {
  font-family: Montserrat;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.7px;
}

.navbar {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.form-group {
  font-family: Georgia;
  font-size: 17px;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  line-height: 27px;
  color: #5b5b5b;
}

.form-control {
  font-family: Montserrat;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.7px;
}

.custom-select {
  font-family: Montserrat;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.7px;
}

h1 {
  font-family: Georgia;
  font-size: 29px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 35px;
}

h2 {
  font-family: Georgia;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 27px;
  color: #303030;
}

h3 {
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 350;
  line-height: 27px;
  color: #303030;
  letter-spacing: 0.5px;
}

h4 {
  font-family: Georgia;
  font-size: 17px;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  line-height: 28.9px;
}

h5 {
  font-family: Georgia;
  font-size: 17px;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  line-height: 27px;
  color: #5b5b5b;
}

h6 {
  font-family: Montserrat;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.7px;
}

p {
  font-family: Georgia;
  font-size: 13.5px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 22px;
}

blockquote {
  font-family: Georgia;
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 39.99px;
}

pre {
  font-family: Georgia;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 23.8px;
}

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