
body {
  
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  fill: none;
  color: white;
  text-align: center;
  width: 875px;
  background: rgb(0, 0, 0); /*#fcfcfa; #a9a9a9  #090909*/
}

#headline {
  color: white;
  width: 100%;
  margin-top: 20px;
}

#thirdContainer {
  margin-top: 10px;
  height: 800px
}
#wrapperBody {
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
  width: 100%;
}
#wrapper {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}


.hidden {
  text-align: justify;
}

.show {
  cursor: pointer;
  color: #237e40;
  text-align: justify;
}

.subtitle {
  font-size: 16px;
  fill: white;
  font-weight: 300;
  text-anchor: start;
}

.backgroundCircle {
  fill: black;
}

.axisCircles {
  fill: none;
  stroke: white;
  stroke-width: 1.25px; /* 1px */
  shape-rendering: geometricPrecision;
  shape-rendering: crispEdges;
  shape-rendering: auto;
}
#row1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
#row2 {
  height: 80px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

#row2b {
  height: 80px;
  margin-bottom: 20px;
  text-align: center;
}
#row2a {
  height: 40px;
  text-align: center;
}


#row3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#sliderHolder {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 450px;
  height: 10px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}



#RadioBox {
  position: relative;
}

#RP1,
#RP2,
#RP3 {
  accent-color: #add8e6;
  margin-left: 10px;
}

.RadioBox input[type="radio"] {
  cursor: pointer;
  vertical-align: middle;
  height: 1.5em;
  width: 4%;
}

.RadioBox label {
  display: inline-block;
  color: white;
}

#RP1_1{
  color: #f7f4c2
}
#RP1_2{
  color: #fdf299
}

#RP2_1{
  color: #fdf298
}
#RP2_2{
  color: #fddd60
}
#RP3_1{
  color: #fddd5e
}
#RP3_2{
  color: #ffc10f
}


#NormText {
  text-align: justify;
  font-size: 16px;
  color: white;
  position: relative;
}

.axis path,
.axis tick,
.axis line {
  fill: none;
  stroke: none;
  /*shape-rendering: crispEdges;*/
  shape-rendering: geometricPrecision;
  /*shape-rendering: auto;*/
}

.pathline {
  fill: none !important;
}
.axis text {
  font-size: 12px;
  fill: white;
  font-weight: 400;
}

.legendTitle {
  font-size: 16px;
  fill: white; /*#4F4F4F;*/
  font-weight: 300;
}

.monthText {
  font-size: 13px;
  text-anchor: middle;
  font-weight: 300;
  fill: white;
}

.yearTextLabel {
  font-size: 30px;
  font-weight: 900;
  text-anchor: start;
  font-weight: 800;
  fill: white;
  text-anchor: middle;
}

.monthLine {
  stroke: white;
}

.ui {
  cursor: pointer;
}
.axisText {
  fill: white;
  opacity: 1;
  font-size: 10px;
  font-weight: 500;
  text-anchor: end;
}

.line {
  fill: none;
  stroke-width: 2.3px; /*1.5px; 1.25px 2.5px 2.75*/
  shape-rendering: geometricPrecision;
}
.path {
  fill: none;
  stroke-width: 3px;
}

.tick text {
  user-select: none;
  font-size: 0.8em;
}



.irs--round .irs-handle {
  cursor: pointer;
}



.YearText {
  top: -23px;
  right: 5px;
  color: white;
  font-size: 16px;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
}
[data-tooltip]:after,
[data-tooltip]:before {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}

#link {
  position: relative;
  color: #237e40;
  text-align: center;
}

#linkQuelle, #linkQuelle2 {
  color: #237e40;
}

.fixTableHead {
  overflow-y: auto;
  height: 115px;
}

.fixTableHead thead th {
  position: sticky;
  top: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 10px 15px;
  border: 2px solid #237e40;
}
th {
  background: #237e40;
}

.btn {
  width: 200px;
  padding: 3px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 12px;
  border: 1px solid white;
}

.btn {
  background-color: #237e4080;
  color: #ffffff;
  padding: 6px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  opacity: 1;
  background-color: #237e40;
  color: white;
  transition: 0.4s;
}

.btn:focus {
  background-color: #237e4080;
  outline: 0px;
}

.well {
  background-color: #237e4080;
  border-radius: 25px;
  border: 1px solid white;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#col1,
#col2 {
  margin-bottom: 15px;
}

.irs--round .irs-bar {
  background-color: white !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: #237e40 !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  visibility: hidden;
}

.irs--round .irs-handle {
  border: 4px solid #237e40 !important;
}

.irs-max, .irs-min {
  color: white !important;
}

.range-slider{
  width: 80%;
}

.points {
  cursor: pointer;
}