@font-face {
  font-family: "taz_xbold";
  src: url("./fonts/Taz_8_.eot");
  src: url("./fonts/Taz_8_.eot?#iefix") format("embedded-opentype"), url("./fonts/Taz_8_.woff") format("woff"); }
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("./fonts/SourceSansPro-Regular.ttf") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("./fonts/SourceSansPro-Regular.ttf") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden; }

#click-me {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  transition: opacity 1s; }
  #click-me div {
    position: fixed;
    z-index: 1;
    top: 40%;
    font-size: 16px;
    padding: 10%;
    background-color: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
    #click-me div img {
      width: 20px;
      display: block;
      margin: auto;
      margin-top: 10px; }

#vis-container {
  box-sizing: border-box;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  margin: auto;
  background: #fff;
  position: relative;
  border: 10px solid white; }
  @media screen and (max-width: 420px) {
    #vis-container {
      border: 5px solid white; } }
  #vis-container #header {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 420px) {
      #vis-container #header {
        flex-direction: column; } }
    #vis-container #header #titel-wrapper {
      flex: 1;
      order: 1; }
      @media screen and (max-width: 420px) {
        #vis-container #header #titel-wrapper {
          order: 2; } }
    #vis-container #header #searchWrapper {
      flex: 1;
      order: 2; }
      @media screen and (max-width: 420px) {
        #vis-container #header #searchWrapper {
          order: 1;
          padding-bottom: 5px; } }
      #vis-container #header #searchWrapper .awesomplete {
        width: 99%; }
        #vis-container #header #searchWrapper .awesomplete ul {
          border: 1px solid #ddd;
          box-shadow: none; }
      #vis-container #header #searchWrapper input {
        border: 1px solid #ccc;
        border-radius: 3px;
        font-size: 14px;
        background-color: white;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px;
        box-sizing: border-box; }
  #vis-container #main-main-titel {
    font-family: "taz_xbold";
    font-size: 25px; }
  #vis-container #main-titel {
    font-family: "taz_xbold";
    font-size: 25px;
    margin-bottom: 3px; }
  #vis-container #sub-titel {
    margin-bottom: 10px;
    min-height: 35px; }
    #vis-container #sub-titel .click-info {
      width: 30%;
      color: #999;
      position: fixed;
      z-index: 1;
      pointer-events: none; }
  #vis-container #sub-titel-one {
    margin-bottom: 10px; }
  #vis-container #sub-titel span {
    cursor: pointer;
    font-size: 17px; }
  #vis-container #sub-titel span:last-child {
    font-weight: bold;
    cursor: default; }
  #vis-container #sub-titel span:not(:last-child):hover {
    opacity: 0.8; }
  #vis-container #vis {
    width: 75%;
    margin: auto;
    margin-bottom: 35px;
    user-select: none;
    -webkit-user-select: none;
    position: relative;
    /*Abgeordnete*/ }
    @media screen and (max-width: 420px) {
      #vis-container #vis {
        width: 90%;
        margin-bottom: 55px; } }
    #vis-container #vis svg {
      fill: #333333;
      font-size: 14px;
      overflow: visible;
      -webkit-tap-highlight-color: transparent; }
      @media screen and (max-width: 570px) {
        #vis-container #vis svg {
          font-size: 11px; } }
      @media screen and (max-width: 370px) {
        #vis-container #vis svg {
          font-size: 10px; } }
    #vis-container #vis svg {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #vis-container #vis svg::selection {
      background: none;
      pointer-events: none; }
    #vis-container #vis #vis-info {
      width: 100%;
      height: calc(100% - 15px);
      position: absolute;
      font-size: 17px;
      padding: 19%;
      box-sizing: border-box;
      pointer-events: none;
      text-align: center;
      color: #999;
      opacity: 0.8; }
      #vis-container #vis #vis-info div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-shadow: -2px -2px 0px #ffffff, -2px -1px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -1px -2px 0px #ffffff, -1px -1px 0px #ffffff, -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, 0px -2px 0px #ffffff, 0px -1px 0px #ffffff, 0px 1px 0px #ffffff, 0px 2px 0px #ffffff, 1px -2px 0px #ffffff, 1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 2px -2px 0px #ffffff, 2px -1px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff; }
    #vis-container #vis .abgeordnete {
      cursor: pointer; }
      #vis-container #vis .abgeordnete:hover {
        opacity: .7; }
    #vis-container #vis #abg47 {
      fill: white;
      stroke-width: 6; }
    #vis-container #vis .arc {
      cursor: pointer;
      stroke-width: 0px; }
    #vis-container #vis .arc:hover {
      stroke-width: 1px; }
  #vis-container #modal {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 1; }
    #vis-container #modal a {
      color: black; }
    #vis-container #modal .close-info {
      width: 40px;
      height: 40px;
      float: right;
      cursor: pointer;
      font-size: 40px;
      position: absolute;
      right: 0;
      z-index: 99;
      color: #999; }
    #vis-container #modal #modal-inner {
      box-sizing: border-box;
      padding: 30px;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      position: absolute;
      font-size: 16px; }
      #vis-container #modal #modal-inner h4 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 0px; }
      #vis-container #modal #modal-inner .modal-dt-color {
        width: 7px;
        height: 20px;
        position: absolute;
        border-radius: 25px; }
      #vis-container #modal #modal-inner .modal-dt-text {
        margin-left: 12px;
        font-weight: 700; }
      #vis-container #modal #modal-inner dd {
        margin-inline-start: 0px;
        -webkit-margin-start: 0px; }
      #vis-container #modal #modal-inner dt {
        margin-top: 10px; }

.tooltip {
  position: absolute;
  padding: 5px;
  background: #fff;
  font-size: 14px;
  color: #000;
  border-radius: 2px;
  transition: opacity 0.2s;
  pointer-events: none;
  border: 1px solid #ddd;
  font-family: 'Source Sans Pro', sans-serif; }

#legend {
  position: absolute;
  right: 0px;
  bottom: 0px; }
  #legend #cirlces {
    text-align: right; }
    #legend #cirlces .cirle-wrapper {
      display: inline-block;
      text-align: center;
      margin-right: 5px; }
      #legend #cirlces .cirle-wrapper .cirle {
        background-color: #999999;
        transform: scale(0.7);
        border-radius: 100px; }
      #legend #cirlces .cirle-wrapper .text {
        margin-right: 10px; }
  #legend .text {
    margin-right: 10px; }

#datum {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #999; }
  @media screen and (max-width: 470px) {
    #datum {
      max-width: 170px;
      font-size: 12px; } }

#info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  font-weight: 700;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px; }
  #info:hover {
    opacity: .7; }

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