/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    font-family: Fira Sans,sans-serif;
}

/* -------- Hier werden das body-width von 640px auggehoben auf 1200px ---- */
/*.col-2{
  max-width: 1200px !important;
}*/

.text--teaser{
  max-width: 640px;
  margin: 0 auto;
}

article {
    display: block
}
.text--teaser{
  max-width: 640px;
  margin: 0 auto;
}
/*  ------ Text-Section ------ */


.dachzeile{
  margin: 2px 0 2px 0;
}

.headline{
  margin-bottom: 10rem;
}

.home-author, .author-names{
  font-size: 2rem !important;
}

.home-lead{
  font-weight: 400 !important;
  font-size: 2.7rem !important;
  line-height: 1.4 !important;
  color: #3f3f42 !important;
  text-align: left !important;
  margin-bottom: 50px !important;
}

.dropcap {
  float:left;
  font-size: 6.2rem;
  line-height: 57px;
  padding-right: 10px;
  margin-bottom: -1px;
}
@media (max-width: 640px){
  .dachzeile{
    font-size: 1.5rem !important;
  }
  .headline{
    margin-bottom: 5rem !important;
  }
  .home-lead{
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
  }
  .dropcap{
    font-size: 6.6rem;
    line-height: 60px;
  }
}
/*  ------ End-Text-Section ------ */
h2, h3, h4 {
    font-weight: 500;
    font-family: Fira Sans,sans-serif;
}

p {
    font-family: Georgia, serif;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-bottom: 50px;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active,
a:hover {
    outline-width: 0
}
strong {
    font-weight: inherit
}
strong {
    font-weight: bolder
}
button {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button {
    overflow: visible
}
button {
    text-transform: none
}
button {
    -webkit-appearance: button
}
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring {
    outline: 1px dotted ButtonText
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
* {
    box-sizing: border-box
}

h1, h2, h3, h4, p {
    color: #3f3f42
}

h2 {
    color: #9B9B9B !important;
    font-size: 1.7rem !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin: 8px auto 10px auto !important;

}

h3 {
    font-size: 2.7rem !important;
    font-weight: 700 !important;
    line-height: 3.6rem !important;
}
@media (max-width: 760px)  {
  h3 {
      font-size: 2.2rem !important;
      font-weight: 700 !important;
      line-height: 2.8rem !important;
  }
}


p {
    line-height: 1.3
}
a {
    text-decoration: none;
    color: #ffbe00
}
a:hover {
    text-decoration: underline
}
.container {
    max-width: 996px;
    margin-left: auto;
    margin-right: auto
}

/*  ------ Footer-Section ------ */

.quelle-text{
  margin-top: 10rem;
}


.author-names{
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.impressum{
  padding-top: 5rem;
}




/* ------- Styles Wahlanalysetool -------*/

.phi-graph .parent-tab {
  display: none; }
.phi-graph .parent-tab.active {
  display: block; }
.phi-graph .child-tab {
  display: none; }
.phi-graph .filter.active, .phi-graph .child-click-tab.active {
  background: #d8d8d8;
  color: #4a4a4a;
  border-color: #b3b3b3; }
.phi-graph .child-tab.active {
  display: block; }
.phi-graph .filter, .phi-graph .child-click-tab {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700; }
.phi-graph .filter > *, .phi-graph .child-click-tab > * {
  pointer-events: none; }
.phi-graph .graph {
  width: 100%;
  min-height: 450px; }
.phi-graph .parent-filter > .filter {
  display: none; }
.phi-graph .filter.visible {
  display: inline-block; }
.phi-graph .parent-filter, .phi-graph .sub-controls {
  list-style: none;
  padding: 0 0 0 0; }
  .phi-graph .parent-filter li, .phi-graph .sub-controls li {
    display: inline-block;
    background: #f6f5f5;
    color: #9b9b9b;
    border: 2px solid #eae8e8;
    padding: 5px 10px;
    border-right-width: 1px;
    border-left-width: 1px; }
    .phi-graph .parent-filter li h5, .phi-graph .sub-controls li h5 {
      margin: 10px 0; }
  .phi-graph .parent-filter li:first-child, .phi-graph .sub-controls li:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left-width: 2px; }
  .phi-graph .parent-filter li:last-child, .phi-graph .sub-controls li:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-right-width: 2px; }
.phi-graph .sub-controls h5 {
  margin: 3px 0;
  font-weight: 300; }
