@font-face {
  font-family: "Statis Sans";
  font-display: swap;
  src: url(fonts/StatisSans-Regular.eot);
  src: url(fonts/StatisSans-Regular.eot?#iefix) format("embedded-opentype"),
    url(fonts/StatisSans-Regular.woff2) format("woff2"),
    url(fonts/StatisSans-Regular.woff) format("woff"),
    url(fonts/StatisSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Statis Sans";
  font-display: swap;
  src: url(fonts/StatisSans-Bold.eot);
  src: url(fonts/StatisSans-Bold.eot?#iefix) format("embedded-opentype"),
    url(fonts/StatisSans-Bold.woff2) format("woff2"),
    url(fonts/StatisSans-Bold.woff) format("woff"),
    url(fonts/StatisSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
head {
  width: 945px;
}
body {
  width: 945px;
  font-family: "Statis Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}
.is-active {
  color: #237e40;
}
#wrapper {
  width: 945px;
  height: 930px;
}
@media screen and (max-width: 700px) {
  #wrapper {
    width: 512px;
    height: 740px;
  }
}
#pageHeader {
  top: 20px;
  width: 920px;
  padding-left: 20px;
  height: 20px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#pageHeader h1 {
  margin-top: 0;
  font-size: 18px;
}
#pageHeader h2 {
  padding-top: 5px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
#pageHeader figure {
  right: 10px;
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
}
#pageHeader ul {
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 40px;
  left: 20px;
}
#pageHeader a {
  text-transform: initial;
  color: #606060;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2.1rem;
  text-decoration: none;
  border-bottom: none;
}
#pageHeader a:active,
#pageHeader a:focus,
#pageHeader a:hover {
  color: #237e40;
  border-bottom: 2px solid #237e40 !important;
  text-decoration: none;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 8px;
}
#easel {
  top: 140px;
  width: 610px;
  height: 674px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#easel p {
  padding-top: 200px;
  padding-left: 100px;
}
#easel .spinner {
  font-size: 24px;
}

#easel .fineprint {
  font-size: 14px;
}

#dashBoard {
  top: 100px;
  left: 570px;
  height: 670px;
  width: 360px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#heimatBox {
  font-size: 12px;
  margin-bottom: 2px;
  margin-left: 2px;
}
#heimatBox {
  font-size: 12px;
  top: -20px;
  left: 20px;
  right: 15px;
  position: absolute;
}

#altQ,
#jungQ {
  color: inherit;
  border-bottom: 1px dotted #000;
  cursor: pointer;
  color: initial;
  font-weight: initial;
  letter-spacing: initial;
  text-transform: initial;
  line-height: 20px;
}

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

#data {
  font-size: 12px;
  position: absolute;
  top: 200px;
  left: 20px;
}
table {
  text-align: right;
  border-collapse: collapse;
}
td {
  padding-top: 7px;
  padding-bottom: 5px;
}
#tAge,
#tSex {
  width: 90px;
  padding-right: 5px;
  text-align: right;
}

#tMill,
#tTotalAge {
  width: 135px;
  text-align: right;
}
#tRatio,
#tMaxAge {
  width: 135px;
  text-align: right;
}
#tTotal {
  border-right: 8px solid #fff;
  padding-right: 3px;
}

.above {
  border-top: 1px solid #000;
}
.middle {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.ageLimitTxt,
.SexTxt,
#tTotal {
  border-right: 8px solid #fff;
  padding-right: 3px;
}

#ageLimitControl {
  top: 75px;
  left: 20px;

  position: absolute;
}
#ageLimitControl p {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}

#source {
  width: 100%;
  bottom: +40px;
  position: absolute;
}
#source p {
  font-size: 9px;
  text-align: left;
  margin: 0;
}
#footer {
  width: 90%;
  bottom: +10px;
  position: absolute;
}
#footer p {
  margin: 0;
  font-size: 9px;
}

.embed {
  color: #237e40;
  left: 20px;
  float: left;
  position: relative;
}
.centerGraph {
  text-align: center;
  left: 190px;
}

a {
  padding-bottom: 2px;
  border-bottom: 2px solid #237e40;
  color: #237e40;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.75px;
  line-height: 20px;
  text-transform: uppercase;
}
/* a:active,
a:focus,
a:hover {
  border-color: transparent;
  text-decoration: none;
} */

.flushRight {
  left: 0px;
  float: right;
  position: relative;
}

#infotext {
  top: 480px;
  left: 20px;
  right: 0px;
  position: absolute;
}

#infotext p {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  hyphens: auto;
  text-align: justify;
}

#legend {
  top: 65px;
  left: 40px;
  position: absolute;
}

#legend button {
  position: absolute;
  top: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 9px;
  cursor: pointer;
}

.mini {
  fill: #333;
  pointer-events: none;
}
.Year {
  font-weight: 700;
  font-size: 11px;
}
.Heimat {
  font-weight: 700;
  font-size: 11px;
}

svg {
  overflow: hidden;
  font: 10px;
  text-anchor: middle;
}
.x.axis path {
  display: none;
}
.x.axis line {
  stroke: grey;
  stroke-opacity: 0.15;
  shape-rendering: crispEdges;
}
.x.axis {
  background-color: white;
}

.xAxisLabel {
  font-size: 11px;
  fill: #333;
  background-color: white;
}
.yAxisLabel {
  font-size: 11px;
  fill: #333;
  background-color: white;
}
.title {
  font-size: 36px;
  font-weight: 700;
  fill: #333;
}
.subtitle {
  font-size: 13px;
  font-weight: 400;
  fill: #333;
}
.birthyear {
  font-size: 8px;
  fill: #fff;
}

.hoverBirthYear,
.hoverAge,
#ageLimiter {
  pointer-events: none;
  font-size: 12px;
  fill: #fff;
  text-shadow: 1px 1px 2px #333;
}

.hoverGeneration {
  font-size: 12px;
  fill: black;
  text-align: justify;
}
.age {
  fill: #333;
  font-weight: 700;
  font-size: 12px;
}
.ageLimit {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 6px;
  font-weight: 700;
  position: absolute;
  left: -7px;
  z-index: 10;
  pointer-events: none;
}
.symmetry {
  pointer-events: none;
  fill-opacity: 0.25;
  fill: #fff;
}
.envelopeCurve {
  fill: none;
  stroke: #333;
  stroke-width: 1.5px;
  stroke-linejoin: bevel;
  pointer-events: none;
}
.miniCurve {
  stroke-width: 20px;
  pointer-events: none;
}
.swoosh {
  stroke: #fd484e;
  stroke-width: 5;
  fill: none;
}
.nick {
  font-weight: 400;
  padding-left: 6px;
}
#sliderHolder {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 480px;
  left: 510px;
  top: 220px;
  position: absolute;
}
#sliderHolder a {
  padding-bottom: initial;
}
.tick text {
  user-select: none;
  font-size: 0.8em;
}
.d3-slider {
  position: relative;
  font-size: 1.1em;
  background: #c3c3c3;
  border-radius: 15px;
  z-index: 2;
}
.d3-slider-range-vertical {
  background: 0 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}
.d3-slider-vertical {
  width: 0.6em;
  height: 100px;
}
.d3-slider-handle {
  cursor: pointer;
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  border-bottom: inherit;
  border-radius: 15px;
  background: #237e40;
  z-index: 3;
}
#ageSliderHolder {
  display: none;
  border: 0;
  position: absolute;
}
#ageSliderHolder.d3-slider {
  background: inherit;
}
#ageSliderHolder .d3-slider-range-vertical {
  background: 0 0;
}

#ageSliderHolder .d3-slider-handle {
  width: 130px;
  margin-bottom: -0.35em;
  height: 15px;
  left: -65px;
  cursor: row-resize;
  background: #333;
}

.d3-slider-axis {
  position: relative;
  z-index: 1;
}

.d3-slider-axis-right {
  left: 0.8em;
  pointer-events: none;
}

.d3-slider-axis path {
  stroke-width: 0;
  fill: none;
}
.d3-slider-axis line {
  fill: none;
  stroke: #333;
  shape-rendering: crispEdges;
}
.d3-slider-axis text {
  font-size: 11px;
}
.d3-slider-vertical .d3-slider-handle {
  left: -0.25em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
@media print {
  #ageSliderHolder,
  .d3-slider-handle,
  .noPrint,
  .symmetry {
    display: none;
  }
  .females,
  .males,
  .x.axis line {
    stroke: #fff;
    stroke-opacity: 1;
    stroke-width: 0.2pt;
    shape-rendering: crispEdges;
  }
  a {
    color: #000;
  }
}
.spinner {
  -webkit-animation: moveMe 10s infinite linear;
  animation: moveMe 10s infinite linear;
}
@-webkit-keyframes moveMe {
  0% {
    -webkit-transform: translate(0);
  }
  50% {
    -webkit-transform: translate(300px);
  }
  100% {
    -webkit-transform: translate(0);
  }
}
@keyframes moveMe {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(300px);
  }
  100% {
    transform: translate(0);
  }
}
figure {
  padding: 0;
  margin: 0;
}
.logo-small a {
  margin: inherit;
  padding: inherit;
  border: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  letter-spacing: inherit;
  text-transform: inherit;
}

#h1,
#h2,
#h3,
#h4 {
  accent-color: #237e40;
  margin-left: 2px;
}

input[type="radio"] {
  cursor: pointer;
  margin-top: +5px;
  margin-left: 0px;
  vertical-align: middle;
}
fieldset {
  width: 340px;
  border: 0;
  margin: 0;
  padding: 0;
}
.heimatBox {
  width: 100%;
}
#heimatBox label {
  display: inline-block;
}

#heimatBox span {
  display: inline-block;
}
#hBR1 {
  width: 60px;
}
#hBR2 {
  width: 70px;
}
#hBR3 {
  width: 70px;
}
#hBR4 {
  width: 110px;
}

.fourty {
  width: 30%;
}
.fourty.left {
  margin-top: 18px;
}
.sixty {
  width: 70%;
}
.left {
  float: left;
}
.right {
  float: right;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 25px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c3c3c3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #237e40;
}
input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.slider.round {
  border-radius: 15px;
}
.slider.round:before {
  border-radius: 50%;
}
.ui {
  cursor: pointer;
}
.bold {
  font-weight: 700;
}
#LinkembedGraph {
  width: 930px;
  top: 850px;
  position: absolute;
}
#LinkembedGraph p {
  font-size: 9px;
  text-align: right;
  margin: 0;
}
#copyright {
  width: 930px;
  top: 900px;
  position: absolute;
}
#copyright p {
  font-size: 8px;
  text-align: right;
  margin: 0;
}
#copyright a {
  font-size: 8px;
  text-align: right;
  margin: 0;
}

.genText {
  fill: black;
  font-weight: 700;
  font-size: 9px;
  opacity: 1;
  text-anchor: start;
}
