/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.story {
  width: 100%;
}
.bg-wrap {
  background: #f9f9f9;
  overflow: hidden;
}
.layout-small {
  max-width: 760px;
  margin: 20px auto;
  padding: 0 15px;
  position: relative;
}
.layout-large {
  max-width: 1080px;
  margin: 20px auto;
  padding: 0 15px;
  position: relative;
}
.layout-full {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  position: relative;
}
.layout-flex {
  width: 100%;
  max-width: 1600px;
  margin: 20px auto;
  padding: 0 15px;
  position: relative;
}
.intro .layout-full {
  margin: 0 auto;
}
html.fullscreen,
html.fullscreen body {
  overflow: hidden;
  height: 100%;
}
html.fullscreen .intro {
  height: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.fullscreen .intro .topheader {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
html.fullscreen .intro .layout-full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 375px) {
  .layout-small,
  .layout-large,
  .layout-flex {
    padding: 0 7%;
  }
}
@media screen and (min-width: 640px) {
  .layout-small,
  .layout-large,
  .layout-flex,
  .layout-full {
    margin: 30px auto;
  }
}
@media screen and (min-width: 760px) {
  .layout-small {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .layout-small,
  .layout-large,
  .layout-flex,
  .layout-full {
    margin: 40px auto 30px;
  }
}
@media screen and (min-width: 960px) {
  .layout-small,
  .layout-large,
  .layout-flex {
    padding: 0 60px;
  }
  .layout-small,
  .layout-large,
  .layout-flex,
  .layout-full {
    margin: 50px auto 40px;
  }
  .intro .layout-small,
  .intro .layout-large,
  .intro .layout-flex {
    margin: 30px auto 30px;
  }
  .layout-flex {
    width: 70%;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .layout-small,
  .layout-large,
  .layout-flex,
  .layout-full {
    margin: 60px auto 50px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-small,
  .layout-large,
  .layout-flex,
  .layout-full {
    margin: 70px auto 60px;
  }
}
.intro {
  position: relative;
}
.headline {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
.headline .topline {
  font-size: 1.3rem;
  color: #777;
}
.headline .topline .date {
  margin-right: 0.5em;
}
.headline .topline .kicker {
  font-weight: 900;
}
.headline .title {
  margin: 0.1em auto 0.25em;
  font-size: 2.6rem;
  font-weight: 900;
}
.headline .subtitle {
  margin: 0.25em auto;
  font-size: 1.8rem;
  font-weight: 300;
}
.headline .introtext {
  margin: 0.25em auto;
  font-size: 1.4rem;
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.5;
  color: #5a5a5a;
}
.headline.layout-flex {
  max-width: 1600px;
}
.headline.layout-flex .title,
.headline.layout-flex .introtext {
  max-width: 1200px;
}
.intro-fullscreen .headline {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.intro-fullscreen .headline .introtext {
  color: #222;
}
.intro-fullscreen .layout-full {
  z-index: 500;
  margin: 0 auto;
}
.intro-fullscreen.animate-headline .headline {
  -webkit-transition: top 0.3s, left 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, left 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, left 0.3s, opacity 0.3s, transform 0.3s;
  transition: top 0.3s, left 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
}
.intro-fullscreen.animate-headline .topheader-headline {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
.intro-fullscreen.is-animated-headline .topheader-headline {
  opacity: 1;
}
.intro-fullscreen.is-animated-headline .headline {
  top: 10px;
  left: 52px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  width: auto;
}
.intro-fullscreen.is-animated-headline .headline >* {
  display: none;
}
.intro-fullscreen.is-animated-headline .headline .title {
  font-size: 1.4rem;
  display: block;
}
@media screen and (min-width: 375px) {
  .headline {
    padding: 0 7%;
  }
  .headline .title {
    font-size: 2.8rem;
  }
  .headline .introtext {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 400px) {
  .headline .title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .intro {
    margin-bottom: 40px;
  }
  .headline,
  .headline.layout-flex {
    margin-top: 15px;
  }
  .headline .title,
  .headline.layout-flex .title {
    font-size: 3.2rem;
    margin: 0.25em 0;
  }
  .headline .subtitle,
  .headline.layout-flex .subtitle {
    font-size: 2rem;
    margin: 0.35em 0;
  }
  .headline .introtext,
  .headline.layout-flex .introtext {
    font-size: 1.9rem;
    margin: 0.35em 0;
  }
  .intro-fullscreen .headline {
    top: 100px;
  }
  .intro-fullscreen.is-animated-headline .headline {
    top: 0;
    left: 227px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .intro-fullscreen {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .intro {
    margin-bottom: 60px;
  }
  .intro-fullscreen {
    margin-bottom: 80px;
  }
  .headline {
    margin-top: 20px;
    padding: 0 60px;
  }
  .headline .title {
    font-size: 3.8rem;
  }
  .headline.layout-flex {
    padding: 0;
    margin-top: 20px;
    width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .headline .introtext {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .intro {
    margin-bottom: 80px;
  }
  .headline,
  .headline.layout-flex {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .headline .title,
  .headline.layout-flex .title {
    font-size: 4.8rem;
  }
  .headline .subtitle,
  .headline.layout-flex .subtitle {
    font-size: 2.4rem;
  }
  .headline .introtext,
  .headline.layout-flex .introtext {
    font-size: 2.3rem;
  }
}
.topheader {
  width: 100%;
  background: #fff;
  padding: 8px 8px 8px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.topheader a,
.topheader a:hover {
  border: none;
  line-height: 1;
}
.topheader .topheader-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topheader .topheader-logo a {
  padding: 3px 0;
}
.topheader .topheader-logo .logo {
  max-height: 27px;
  width: auto;
  display: block;
}
.topheader .topheader-logo .logo.big {
  max-width: 220px;
}
.topheader .topheader-logo .logo.small {
  max-width: 27px;
}
.topheader .topheader-headline {
  position: relative;
  top: 0.5em;
  margin-left: 22px;
}
.topheader .topheader-headline > * {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.3em;
}
.topheader .topheader-headline .kicker {
  font-weight: 700;
}
.topheader .topheader-headline .title {
  font-weight: 700;
}
.topheader .topheader-headline .subtitle {
  color: #777;
}
.topheader .topheader-headline .kicker + .title {
  font-weight: 400;
  display: none;
}
.topheader .topheader-headline:before {
  position: absolute;
  content: '';
  height: 1em;
  width: 1px;
  background: #ccc;
  left: -12px;
  top: 0.35em;
}
.topheader .topheader-social {
  margin-left: auto;
  padding-left: 8px;
}
.topheader .topheader-social iframe {
  display: none;
}
.topheader .topheader-social .btn-social {
  padding: 0.4375em;
  display: inline-block;
  font-size: 1.6rem;
  cursor: pointer;
}
.topheader .topheader-social .btn-facebook {
  color: #4864bb;
}
.topheader .topheader-social .btn-facebook:hover {
  color: #5b74c2;
}
.topheader .topheader-social .btn-twitter {
  color: #5eaade;
}
.topheader .topheader-social .btn-twitter:hover {
  color: #73b5e2;
}
.header-transparent .topheader {
  z-index: 700;
  background: transparent;
}
@media screen and (min-width: 375px) {
  .topheader {
    padding-left: 7%;
  }
  .fullscreen .topheader,
  .intro-fullscreen .topheader {
    padding-left: 13px;
  }
}
@media screen and (min-width: 500px) {
  .topheader {
    padding-left: 13px;
  }
  .topheader .topheader-headline .kicker + .title {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .topheader {
    padding-left: 15px;
  }
  .topheader .topheader-headline {
    top: 0.3em;
    margin-left: 27px;
  }
  .topheader .topheader-headline > * {
    font-size: 1.7rem;
  }
  .topheader .topheader-headline:before {
    top: 0.5em;
    left: -15px;
  }
  .topheader .topheader-social iframe {
    width: 115px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 8px;
  }
}
.text-wrap {
  padding: 0 15px;
  max-width: 1080px;
  margin: 0 auto;
}
.text-wrap p,
.text-wrap ul,
.text-wrap ol {
  max-width: 640px;
  margin: 1.5em auto;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7;
}
.text-wrap ul,
.text-wrap ol {
  padding-left: 1em;
}
.text-wrap li {
  margin-bottom: 0.5em;
}
.text-wrap h2,
.text-wrap h3,
.text-wrap .text-headline {
  max-width: 640px;
  margin: 1em auto;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.3;
}
.text-wrap aside,
.text-wrap .text-sidebox {
  max-width: 640px;
  margin: 0.7em auto 1.5em;
  padding: 1.5em 0;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.text-wrap aside p,
.text-wrap .text-sidebox p,
.text-wrap aside ul,
.text-wrap .text-sidebox ul,
.text-wrap aside ol,
.text-wrap .text-sidebox ol {
  font-size: 1em;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.text-wrap aside h2,
.text-wrap .text-sidebox h2,
.text-wrap aside h3,
.text-wrap .text-sidebox h3,
.text-wrap aside .sidebox-headline,
.text-wrap .text-sidebox .sidebox-headline {
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 1em;
}
.text-wrap aside.media,
.text-wrap .text-sidebox.media {
  border: none;
  padding: 0;
  float: right;
  max-width: 140px;
  margin-left: 20px;
  margin-top: 0;
}
@media screen and (min-width: 375px) {
  .text-wrap {
    padding: 0 7%;
  }
}
@media screen and (min-width: 400px) {
  .text-wrap p,
  .text-wrap ul,
  .text-wrap ol {
    font-size: 1.6rem;
  }
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .text-wrap p,
  .text-wrap ul,
  .text-wrap ol {
    font-size: 1.9rem;
    line-height: 1.65;
  }
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    margin: 1.5em auto;
    font-size: 3rem;
  }
  .text-wrap aside,
  .text-wrap .text-sidebox {
    font-size: 1.6rem;
  }
  .text-wrap aside.media,
  .text-wrap .text-sidebox.media {
    max-width: 240px;
    margin-left: 30px;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 960px) {
  .text-wrap {
    padding: 0 60px;
  }
  .text-wrap aside,
  .text-wrap .text-sidebox,
  .text-wrap .text-sidebox.media {
    max-width: 320px;
    float: right;
    margin-left: 30px;
  }
}
.footer {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.35;
}
.footer hr {
  margin: 2em auto;
  width: 100%;
  max-width: 50%;
  height: 1px;
  border: none;
  background-color: #ddd;
}
.footer__top,
.footer__bot {
  max-width: 640px;
  padding: 0 15px;
  margin: auto;
  color: #777;
}
.footer__top > *,
.footer__bot > * {
  margin: 1em auto;
}
.footer__top {
  font-family: Georgia, serif;
}
.footer__sharing {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__sharing-cta {
  width: 100%;
  margin-bottom: 1em;
}
.footer__sharing .btn-social {
  width: 2em;
  height: 2em;
  font-size: 1.2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 0 0.25em;
}
.footer__sharing .btn-social.btn-facebook {
  background-color: #4864bb;
}
.footer__sharing .btn-social.btn-twitter {
  background-color: #5eaade;
}
.footer__sharing .btn-social:hover {
  border: none;
  opacity: 0.9;
}
.footer__interaktiv {
  margin: 2em auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: left;
}
.footer__interaktiv-logo {
  float: left;
  margin: 0 1em 0.25em 0;
}
.footer__interaktiv-logo img {
  width: 30px;
  height: 30px;
}
.footer__interaktiv-title {
  font-weight: bold;
}
.footer__imprint {
  color: #9a9a9a;
}
@media screen and (min-width: 375px) {
  .footer .footer__top,
  .footer .footer__bot {
    padding: 0 7%;
  }
}
@media screen and (min-width: 400px) {
  .footer .footer__top {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 640px) {
  .footer {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .footer hr {
    margin: 3em auto;
    max-width: 300px;
  }
  .footer__interaktiv {
    position: relative;
  }
  .footer__interaktiv-logo {
    float: none;
    position: absolute;
    left: 1em;
    top: 1em;
  }
  .footer__interaktiv-logo img {
    width: 2.3em;
    height: 2.3em;
  }
  .footer__interaktiv-title,
  .footer__interaktiv-body {
    margin-left: 3.3em;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .footer {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .footer .footer__top,
  .footer .footer__bot {
    padding: 0 60px;
  }
}
.resp-content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.resp-content >* {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
input,
input[type=text],
input[type=date],
input[type=email],
input[type=file],
input[type=password],
input[type=search],
input[type=number],
input[type=datetime],
input[type=datetime-local],
input[type=url] {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #222;
  padding: 0.643em 0.571em;
  line-height: 1;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  outline: none;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
  line-height: normal;
}
button,
.btn {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
  font-weight: 700;
  padding: 0.643em 1.5em;
  margin: 5px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  outline: none;
  border-bottom-color: #a3a3a3;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
          box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  cursor: pointer;
}
button:hover,
.btn:hover {
  background: #f9f9f9;
  cursor: pointer;
}
button:active,
.btn:active,
button.active,
.btn.active {
  background: #eee;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 3px 7px rgba(0,0,0,0.15) inset;
          box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 3px 7px rgba(0,0,0,0.15) inset;
}
button.ghost,
.btn.ghost {
  background: transparent;
  color: #222;
  border: 1px solid #222;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.ghost:hover,
.btn.ghost:hover {
  color: #fff;
  background: #222;
}
button.ghost:active,
.btn.ghost:active,
button.ghost.active,
.btn.ghost.active {
  background: #3c3c3c;
  border-color: #3c3c3c;
}
button.ghost.white,
.btn.ghost.white {
  color: #fff;
  border-color: #fff;
}
button.ghost.white:hover,
.btn.ghost.white:hover {
  color: #222;
  background: #fff;
}
button.ghost.white:active,
.btn.ghost.white:active,
button.ghost.white.active,
.btn.ghost.white.active {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
button.ghost.accent1,
.btn.ghost.accent1 {
  color: #129b93;
  background: transparent;
  border-color: #129b93;
}
button.ghost.accent1:hover,
.btn.ghost.accent1:hover {
  color: #fff;
  background: #129b93;
  border-color: #129b93;
}
button.ghost.accent1:active,
.btn.ghost.accent1:active,
button.ghost.accent1.active,
.btn.ghost.accent1.active {
  color: #fff;
  background: #0d6d68;
  border-color: #0d6d68;
}
button.ghost.accent2,
.btn.ghost.accent2 {
  color: #4c80bc;
  background: transparent;
  border-color: #4c80bc;
}
button.ghost.accent2:hover,
.btn.ghost.accent2:hover {
  color: #fff;
  background: #4c80bc;
  border-color: #4c80bc;
}
button.ghost.accent2:active,
.btn.ghost.accent2:active,
button.ghost.accent2.active,
.btn.ghost.accent2.active {
  color: #fff;
  background: #3a679b;
  border-color: #3a679b;
}
button.circle,
.btn.circle {
  width: 2.5em;
  height: 2.5em;
  padding: 0.75em;
  border-radius: 50%;
  line-height: 1;
}
button.flat,
.btn.flat {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #129b93;
  border-color: #129b93;
  color: #fff;
}
button.flat:hover,
.btn.flat:hover {
  background: #0f847d;
  border-color: #0f847d;
}
button.flat:active,
.btn.flat:active,
button.flat.active,
.btn.flat.active {
  background: #0d6d68;
  border-color: #0d6d68;
}
button.flat.accent1,
.btn.flat.accent1 {
  background: #129b93;
  border-color: #129b93;
}
button.flat.accent1:hover,
.btn.flat.accent1:hover {
  background: #0f847d;
  border-color: #0f847d;
}
button.flat.accent1:active,
.btn.flat.accent1:active,
button.flat.accent1.active,
.btn.flat.accent1.active {
  background: #0d6d68;
  border-color: #0d6d68;
}
button.flat.accent2,
.btn.flat.accent2 {
  background: #4c80bc;
  border-color: #4c80bc;
}
button.flat.accent2:hover,
.btn.flat.accent2:hover {
  background: #4173ae;
  border-color: #4173ae;
}
button.flat.accent2:active,
.btn.flat.accent2:active,
button.flat.accent2.active,
.btn.flat.accent2.active {
  background: #3a679b;
  border-color: #3a679b;
}
button.accent1,
.btn.accent1 {
  background: #129b93;
  color: #fff;
  border-color: #0d6d68;
  border-bottom-color: #0a5652;
}
button.accent1:hover,
.btn.accent1:hover {
  background: #0f847d;
  border-bottom-color: #07403c;
}
button.accent1:active,
.btn.accent1:active,
button.accent1.active,
.btn.accent1.active {
  background: #0d6d68;
}
button.accent2,
.btn.accent2 {
  background: #4c80bc;
  color: #fff;
  border-color: #3a679b;
  border-bottom-color: #335b88;
}
button.accent2:hover,
.btn.accent2:hover {
  background: #4173ae;
  border-bottom-color: #2c4e76;
}
button.accent2:active,
.btn.accent2:active,
button.accent2.active,
.btn.accent2.active {
  background: #3a679b;
}
button.dark,
.btn.dark {
  background: #9a9a9a;
  border-color: #777;
  border-bottom-color: #5a5a5a;
  color: #fff;
}
button.dark:hover,
.btn.dark:hover {
  background: #8d8d8d;
}
button.dark:active,
.btn.dark:active,
button.dark.active,
.btn.dark.active {
  background: #818181;
}
button.close,
.btn.close {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  position: absolute;
  top: -1em;
  right: -1em;
  font-size: 1.6rem;
  border-radius: 50%;
  border-width: 0 0 1px 0;
  background-color: #9a9a9a;
  color: #fff;
  border-color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75em;
}
button.close:hover,
.btn.close:hover {
  background-color: #a3a3a3;
  border-color: #9a9a9a;
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group button,
.btn-group .btn {
  border-radius: 0;
  border-right-width: 0;
  margin: 0;
}
.btn-group button:first-child,
.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group button:last-child,
.btn-group .btn:last-child {
  border-right-width: 1px;
  border-radius: 0 4px 4px 0;
}
.btn-group.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
}
.btn-group.vertical button,
.btn-group.vertical .btn {
  border-right-width: 1px;
  border-bottom-width: 0;
}
.btn-group.vertical button:first-child,
.btn-group.vertical .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-group.vertical button:last-child,
.btn-group.vertical .btn:last-child {
  border-bottom-width: 1px;
  border-radius: 0 0 4px 4px;
}
.btn-group.dark button,
.btn-group.dark .btn {
  background: #9a9a9a;
  border-color: #777;
  border-bottom-color: #5a5a5a;
  color: #fff;
}
.btn-group.dark button:hover,
.btn-group.dark .btn:hover {
  background: #8d8d8d;
}
.btn-group.dark button:active,
.btn-group.dark .btn:active,
.btn-group.dark button.active,
.btn-group.dark .btn.active {
  background: #818181;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
}
.input-group input {
  border-right: none;
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.input-group button,
.input-group .btn {
  border-bottom-color: #ccc;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
}
.input-group .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group .btn-group button:first-child,
.input-group .btn-group .btn:first-child {
  border-radius: 0;
}
.media img,
.media video {
  width: 100%;
  height: auto;
  display: block;
}
.media video {
  cursor: pointer;
}
.media h2,
.media h3,
.media .media-headline {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto 0.625em;
}
.media-sub {
  margin-top: 0.667em;
  font-size: 1.2rem;
}
.media-credit {
  float: right;
  margin-left: 0.5em;
  color: #777;
}
.media.layout-large .media-headline {
  max-width: 640px;
}
.lazy {
  position: relative;
}
.lazyloader {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .media h2,
  .media h3,
  .media .media-headline {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 640px) {
  .media h2,
  .media h3,
  .media .media-headline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .media-sub {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .media.layout-large h2,
  .media.layout-large h3,
  .media.layout-large .media-headline {
    max-width: none;
  }
}
body.dark {
  background: #111;
  color: #fff;
}
.dark .topheader {
  background: #111;
  color: #fff;
}
.dark .topheader .topheader-headline:before {
  background: #444;
}
.dark .introtext {
  color: #a3a3a3;
}
.dark .intro-fullscreen .introtext {
  color: #fff;
}
.dark footer hr {
  background: #333;
}
.dark .footer__interaktiv {
  border-color: #333;
}
.dark .story aside,
.dark .story .sidebox {
  border-color: #333;
}
.gallery .topheader {
  background: #222;
}
.gallery .headline {
  margin-top: 10px;
}
.gallery .story .media,
.gallery .story .slider {
  margin-bottom: 30px;
}
.gallery footer.background {
  background: #eee;
  padding-top: 20px;
  color: #222;
}
@media screen and (min-width: 640px) {
  .gallery .headline {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .gallery .headline {
    margin-top: 40px;
  }
  .gallery .headline .title {
    font-size: 4rem;
  }
  .gallery .story .media h2,
  .gallery .story .slider h2,
  .gallery .story .media h3,
  .gallery .story .slider h3,
  .gallery .story .media .media-headline,
  .gallery .story .slider .media-headline {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .gallery .headline {
    margin-top: 70px;
    margin-bottom: 90px;
  }
  .gallery .headline .title {
    font-size: 4.8rem;
  }
  .gallery .story .media,
  .gallery .story .slider {
    margin-bottom: 100px;
  }
}
.teaser-wrapper {
  display: block;
  color: #fff;
  background-size: cover;
  background-position: 50% 0%;
  width: 100%;
  min-height: 300px;
  position: relative;
}
.teaser-wrapper:link,
.teaser-wrapper:hover,
.teaser-wrapper:visited,
.teaser-wrapper:active {
  border: none;
  color: #fff;
}
.teaser-wrapper .teaser-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), color-stop(50%, rgba(0,0,0,0.3)), to(rgba(0,0,0,0.3)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  pointer-events: none;
}
.teaser-wrapper .teaser-text {
  position: relative;
  z-index: 100;
  padding: 0 15px;
}
.teaser-wrapper .teaser-text .teaser-cta {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1em 0;
}
.teaser-wrapper .teaser-text .teaser-title {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
.teaser-wrapper .teaser-text .btn-teaser {
  margin-top: 1.5em;
}
@media screen and (min-width: 375px) {
  .teaser-wrapper .teaser-text {
    padding: 0 7%;
  }
}
@media screen and (min-width: 640px) {
  .teaser-wrapper {
    min-height: 400px;
  }
  .teaser-wrapper .teaser-text .teaser-cta {
    margin: 1.5em 0 2em;
  }
  .teaser-wrapper .teaser-text .teaser-title {
    font-size: 3.2rem;
    max-width: 12em;
  }
  .teaser-wrapper .teaser-text .teaser-desc {
    font-size: 1.5rem;
    max-width: 25em;
  }
  .teaser-wrapper .teaser-text .btn-teaser {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 960px) {
  .teaser-wrapper {
    min-height: 500px;
  }
  .teaser-wrapper .teaser-text {
    padding: 0 60px;
  }
  .teaser-wrapper .teaser-text .teaser-cta {
    font-size: 2rem;
    margin: 2em 0 3em;
  }
  .teaser-wrapper .teaser-text .teaser-title {
    font-size: 4.2rem;
  }
  .teaser-wrapper .teaser-text .teaser-desc {
    font-size: 1.6rem;
  }
}
.iframe-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: rgba(245,245,245,0.4);
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.iframe-overlay:hover {
  background: rgba(0,0,0,0.2);
}
.iframe-overlay:hover .embed-inner {
  opacity: 1;
}
.iframe-overlay .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
}
.iframe-overlay .embed-inner {
  width: 100%;
  width: 160px;
  text-align: center;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  border-radius: 50%;
  height: 160px;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
.iframe-overlay .embed-inner:hover {
  background: rgba(0,0,0,0.9);
}
.iframe-overlay .embed-inner .icon-interaktiv {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
  font-size: 4rem;
}
.iframe-overlay .embed-title {
  font-size: 1.2rem;
  position: absolute;
  bottom: 40px;
  width: 80%;
  left: 10%;
}
.has-touch .iframe-overlay .embed-inner {
  opacity: 0.8;
}
html.is-embed-overlay body {
  overflow: hidden;
}
html.is-embed-overlay .iframe-overlay {
  display: block;
}
html.is-embed-overlay .info-btn {
  display: none;
}
.info-box {
  display: none;
  background: #fff;
  position: fixed;
  top: 3%;
  left: 4%;
  width: 92%;
  height: 94%;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.15);
          box-shadow: 0 3px 4px rgba(0,0,0,0.15);
  z-index: 1600;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.4, 1);
          animation-timing-function: cubic-bezier(0.25, 0, 0.4, 1);
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-name: infoboxOn;
          animation-name: infoboxOn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.info-box .info-box-content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 15px;
}
.info-box .info-box-content p,
.info-box .info-box-content li {
  font-family: Georgia, serif;
}
.info-box .info-box-content ul,
.info-box .info-box-content ol {
  padding-left: 1.2em;
}
.info-box.is-active {
  display: block;
}
.info-box .close {
  top: -15px;
  right: -15px;
  z-index: 1700;
}
.info-box .info-title {
  margin-bottom: 0.25em;
  font-weight: 700;
  font-size: 1.8rem;
}
.info-box-is-active {
  overflow: hidden;
}
.info-button {
  cursor: pointer;
}
.info-overlay {
  display: none;
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1500;
  cursor: pointer;
}
.info-overlay.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .info-box {
    width: 600px;
    margin-left: -300px;
    left: 50%;
    top: 10%;
    height: 80%;
    max-height: 650px;
  }
  .info-box .info-box-content {
    padding: 20px 30px;
  }
}
@-webkit-keyframes infoboxOn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    color: #222;
  }
}
@keyframes infoboxOn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    color: #222;
  }
}
.search {
  width: 250px;
  position: relative;
}
.search input {
  height: auto;
}
.search .search-input-form {
  width: 100%;
}
.search .result-list {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  width: 100%;
}
.search .result-list-item {
  padding: 7px 10px;
  background: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.search .result-list-item:hover {
  background: #f9f9f9;
}
.search .result-list-item.active {
  background: #ddd;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div,
summary,
ul,
li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;
  color: #222;
}
body {
  line-height: 1.5;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  background: #fff;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
a,
a:visited {
  color: #4c80bc;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid #4c80bc;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.coalitions-chart {
  font-size: 1.2rem;
  padding: 1em 0;
}
.coalitions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  padding: 0 0.4em;
}
.coalitions-header span {
  color: #777;
}
.coa-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13em;
          flex: 0 0 13em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coa-col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coa-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  text-align: right;
  font-weight: 700;
}
.coalition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  margin-bottom: 0.3em;
}
.coalition-item .party-tag {
  padding: 0.15em 0.5em 0.1em;
  color: #fff;
  font-weight: 700;
  margin-right: 3px;
  border-radius: 4px;
  font-size: 0.9em;
}
.coalition-item .match-bar-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coalition-item .match-label {
  color: #777;
}
.coalition-item .match-bar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1;
      flex: 1;
  height: 10px;
  width: 100%;
  border: 1px solid #777;
  position: relative;
  margin-left: 5px;
  opacity: 0.7;
}
.coalition-item .match-bar-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 100%;
  background-image: url(pattern1.png);
  background-color: #777;
  background-size: 4px;
}
.coalition-item.is-possible {
  background: rgba(18,155,147,0.15);
}
.is-minority .coa-col-3 {
  font-weight: normal;
  color: #d14f4f;
}
.coalitions-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  line-height: 1.25;
  color: #777;
}
.coalitions-legend__circle {
  width: 14px;
  height: 14px;
  border: 1px solid #49bd72;
  background: #dff3e6;
  border-radius: 50%;
  margin-right: 5px;
}
.coalitions-legend .accent {
  background: rgba(18,155,147,0.15);
  color: rgba(34,34,34,0.7);
  padding: 0 0.25em;
}
.coalitions-legend__right {
  text-align: right;
  margin-left: 2em;
}
@media screen and (min-width: 375px) {
  .coalitions-chart {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 400px) {
  .coalition-item {
    margin-bottom: 0.5em;
  }
  .coalitions-legend {
    margin-top: 2em;
  }
}
@media screen and (min-width: 500px) {
  .coalitions-chart {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .coalitions-chart {
    font-size: 1.6rem;
  }
  .coalition-item {
    margin-bottom: 0.6em;
  }
}
.election-maps__screenshot img,
.election-maps__winner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.election-maps__winner {
  margin: 0 auto 2em;
}
.election-maps__winner .election-maps__label {
  margin-top: -1em;
}
.election-maps__label {
  text-align: center;
  font-weight: 700;
  margin-top: -0.5em;
  line-height: 1.2;
  color: #5a5a5a;
}
.election-maps__parties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.election-maps__parties.extended {
  display: none;
}
.election-maps__screenshot {
  width: 47%;
  margin-bottom: 1em;
}
.election-maps__expand {
  margin: 1.5em auto 2.5em;
}
.election-maps__expand .light {
  color: #9a9a9a;
  font-weight: normal;
}
@media screen and (min-width: 500px) {
  .election-maps__winner {
    max-width: 500px;
  }
  .election-maps__screenshot img {
    max-width: 300px;
  }
  .election-maps__label {
    max-width: 300px;
    margin: -1em auto 0;
  }
}
@media screen and (min-width: 640px) {
  .election-maps__expand {
    margin: 2em auto 3em;
  }
  .election-maps__label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .election-maps__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .election-maps__winner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 30px;
  }
  .election-maps__parties {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .election-maps__screenshot {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .election-maps__screenshot {
    width: 220px;
  }
}
.teaserbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #e0e9f4;
  z-index: 1200;
}
.teaserbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 15px;
  font-size: 1.2rem;
  line-height: 1.2;
  border-top: 1px solid #c3d4e8;
}
.teaserbar__title {
  color: #777;
  margin-left: 100px;
}
.teaserbar__chart {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaserbar__chart .bar-wrapper {
  width: 8px;
  margin: 0 1px;
}
.teaserbar__chart .bar-inner {
  height: 1.5em;
  width: 8px;
}
.teaserbar__link {
  font-weight: 700;
  margin-left: 100px;
  display: inline;
}
.teaserbar__link:hover {
  border: 0;
  text-decoration: underline;
}
.teaserbar__link .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 0.25em;
}
@media screen and (min-width: 375px) {
  .teaserbar__inner {
    padding: 0.75em 15px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 400px) {
  .teaserbar__inner {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 500px) {
  .teaserbar__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .teaserbar__title,
  .teaserbar__link {
    margin-left: 0;
  }
  .teaserbar__title {
    margin-right: 1em;
  }
  .teaserbar__chart {
    position: relative;
    margin-right: 1em;
  }
  .teaserbar__chart .bar-wrapper {
    width: 10px;
  }
  .teaserbar__chart .bar-inner {
    height: 1.1em;
  }
}
@media screen and (min-width: 640px) {
  .teaserbar__inner {
    font-size: 1.5rem;
  }
}
.gainloss__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gainloss__list .cdu {
  color: #373737;
}
.gainloss__list .spd {
  color: #db4240;
}
.gainloss__list .afd {
  color: #34a3d2;
}
.gainloss__list .gruene {
  color: #4ba345;
}
.gainloss__list .linke {
  color: #96276e;
}
.gainloss__list .fdp {
  color: #d59300;
}
.gainloss__item {
  width: 100%;
  margin-bottom: 1.5em;
}
.gainloss__item-img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.gainloss__item-title {
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .gainloss__item {
    margin-bottom: 2em;
  }
  .gainloss__item-img,
  .gainloss__item-title {
    max-width: 450px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .gainloss__item {
    width: 49%;
  }
  .gainloss__item-title {
    font-size: 1.6rem;
  }
}
.headline {
  text-align: center;
}
.headline .topline {
  font-weight: 700;
  font-size: 1.3rem;
  color: #129b93;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.headline .title {
  font-size: 9vw;
  line-height: 1.2;
  margin: 0.45em auto;
}
.headline .introtext {
  font-size: 1.4rem;
}
@media screen and (min-width: 375px) {
  .headline {
    margin-top: 1em;
  }
  .headline .topline {
    font-size: 1.3rem;
  }
  .headline .introtext {
    font-size: 1.6rem;
    margin: 1em auto 1.5em;
  }
}
@media screen and (min-width: 400px) {
  .headline {
    margin-top: 2em;
  }
  .headline .title {
    margin: 1em auto 0.75em;
  }
  .headline .introtext {
    font-size: 1.7rem;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 500px) {
  .headline {
    margin-top: 3.5em;
  }
  .headline .topline {
    font-size: 1.5rem;
  }
  .headline .title {
    font-size: 8vw;
  }
  .headline .introtext {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 640px) {
  .headline .introtext {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .headline .title {
    font-size: 6rem;
  }
  .headline .introtext {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 960px) {
  .headline {
    margin-top: 2em;
  }
  .headline .title {
    font-size: 5rem;
    margin: 0.5em auto;
  }
  .headline .introtext {
    font-size: 1.9rem;
    margin: 1em auto;
    max-width: 85%;
  }
}
@media screen and (min-width: 1400px) {
  .headline .title {
    font-size: 5.2rem;
  }
  .headline .introtext {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1600px) {
  .headline {
    margin-top: 4em;
  }
  .headline .title {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1800px) {
  .headline {
    margin-top: 6em;
  }
  .headline .title {
    font-size: 6.2rem;
  }
}
@media screen and (min-width: 2000px) {
  .headline .title {
    font-size: 7rem;
  }
  .headline .introtext {
    font-size: 2.2rem;
  }
}
.text-wrap h2,
.text-wrap h3,
.text-wrap .text-headline {
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  text-align: center;
}
.text-wrap .subline {
  text-align: center;
  color: #5a5a5a;
  max-width: 30em;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-size: 1.4rem;
}
.text-wrap .subline .link {
  color: #4c80bc;
  display: block;
}
.section {
  padding-top: 0.5em;
}
.section .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em auto 0;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  background-color: #129b93;
}
@media screen and (min-width: 375px) {
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    font-size: 2.3rem;
  }
  .text-wrap .subline {
    font-size: 1.6rem;
  }
  .section .number {
    margin: 2em auto;
  }
}
@media screen and (min-width: 400px) {
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    font-size: 2.5rem;
  }
  .text-wrap .subline {
    font-size: 1.6rem;
  }
  .section .number {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 500px) {
  .section {
    padding-top: 1em;
  }
  .section .number {
    font-size: 1.6rem;
    margin: 2.5em auto;
  }
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    font-size: 3rem;
  }
  .text-wrap .subline {
    font-size: 1.7rem;
    margin-bottom: 2em;
  }
  .text-wrap p,
  .text-wrap ul,
  .text-wrap ol {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 640px) {
  .section {
    padding: 1em 0;
  }
  .section .number {
    margin: 3em auto;
  }
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    font-size: 3.2rem;
  }
  .text-wrap .subline {
    font-size: 1.8rem;
  }
  .text-wrap p,
  .text-wrap ul,
  .text-wrap ol {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .section .number {
    margin: 4em auto;
  }
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    font-size: 3.6rem;
    margin: 1em auto;
  }
  .text-wrap .subline {
    font-size: 1.9rem;
    margin-bottom: 2.5em;
  }
  .text-wrap p,
  .text-wrap ul,
  .text-wrap ol {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 960px) {
  .section .number {
    margin: 3em auto;
  }
}
@media screen and (min-width: 1200px) {
  .section .number {
    margin: 4em auto;
  }
}
@media screen and (min-width: 1600px) {
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1800px) {
  .section {
    padding: 2em 0;
  }
  .section .number {
    margin: 4em auto 5em;
  }
}
.overallresult__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.overallresult__legend-turnout {
  margin-left: auto;
}
.overallresult__legend-item {
  color: #000;
}
.overallresult__legend-item:first-of-type {
  margin-right: 1em;
}
.overallresult__legend-item:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: currentColor;
  border-radius: 2px;
  margin-right: 0.25em;
  position: relative;
}
.overallresult__legend-item.now {
  font-weight: 700;
  opacity: 0.7;
}
.overallresult__legend-item.old {
  opacity: 0.35;
}
.bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px auto 5px;
  max-width: 320px;
}
.bars .bar__wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 14.2%;
          flex: 1 1 14.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
  padding-right: 2px;
}
.bars .bar__wrapper:last-of-type {
  padding-right: 0;
}
.bars .bar__wrapper.is-clickable {
  cursor: pointer;
}
.bars .bar__wrapper.is-clickable.is-active:before,
.bars .bar__wrapper.is-clickable:hover:before {
  content: '';
  top: -4%;
  left: -4px;
  position: absolute;
  height: 104%;
  width: 38px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 2px;
  z-index: -1;
}
.bars .bar__wrapper.is-clickable.is-active:before {
  background-color: #f9f9f9;
  border-color: #ddd;
}
.bars .bar__outer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 32px;
  margin-bottom: 5px;
  height: 100%;
}
.bars .bar {
  width: 100%;
  border-radius: 2px;
  margin-right: 3px;
  max-width: 12px;
}
.bars .bar.comparison {
  opacity: 0.35;
}
.bars .bar__close {
  top: -8px;
  left: 25px;
  margin: 0;
  font-size: 0.6rem;
}
.bars .bar__value,
.bars .bar__party {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.bars .bar__party {
  font-size: 1.1rem;
}
.bars .bar__value {
  color: #5a5a5a;
}
.has-touch .bars .bar__wrapper:hover {
  opacity: inherit;
}
@media screen and (min-width: 375px) {
  .overallresult__legend {
    font-size: 1.2rem;
  }
  .bars .bar__party {
    font-size: 1.2rem;
    margin-top: 0.05em;
  }
  .bars .bar__value {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 400px) {
  .results {
    border: 1px solid #eee;
    padding: 20px 15px 12px;
    max-width: 370px;
    margin: auto;
    border-radius: 4px;
  }
  .bars .bar {
    max-width: none;
  }
}
@media screen and (min-width: 500px) {
  .result__wrap {
    margin-bottom: 0;
  }
}
.section-resultmaps .linke {
  color: #96276e;
}
.section-resultmaps .afd {
  color: #34a3d2;
}
.section-resultmaps .map-widget .map {
  height: 70vw;
}
.section-resultmaps .map-widget .leaflet-container {
  background: transparent;
}
.section-resultmaps .map-widget .leaflet-control-attribution a:link {
  color: #a3a3a3;
}
.section-resultmaps .map-widget .leaflet-control-attribution a:hover {
  border-color: #a3a3a3;
  text-decoration: none;
}
.section-resultmaps .map-widget .leaflet-pane .topmarker .line {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 1px;
  height: 20px;
  z-index: 500;
  background-color: rgba(0,0,0,0.6);
}
.section-resultmaps .map-widget .leaflet-pane .topmarker.afd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #000;
  background-color: rgba(0,0,0,0.6);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #73bfe0;
  border-color: #73bfe0;
}
.section-resultmaps .map-widget .leaflet-pane .topmarker.linke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #000;
  background-color: rgba(0,0,0,0.6);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #dc7ab9;
  border-color: #dc7ab9;
}
@media screen and (min-width: 960px) {
  .section-resultmaps .map-widget .map {
    height: 800px;
  }
}
.topresults {
  margin: 1em auto;
  font-size: 1.2rem;
}
.topresults__title {
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-right: 3em;
}
.topresults__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topresults__list {
  width: 49%;
}
.topresults__list-title {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.topresults__list.afd .topresults__list-title {
  color: #34a3d2;
}
.topresults__list.afd .topresults__item-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #000;
  background-color: rgba(0,0,0,0.6);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #73bfe0;
  border-color: #34a3d2;
  background-color: rgba(0,0,0,0.8);
}
.topresults__list.linke .topresults__list-title {
  color: #96276e;
}
.topresults__list.linke .topresults__item-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #000;
  background-color: rgba(0,0,0,0.6);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #dc7ab9;
  border-color: #96276e;
  background-color: rgba(0,0,0,0.8);
}
.topresults__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
.topresults__item-rank {
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  -webkit-box-flex: 1.4em;
      -ms-flex: 1.4em 0 0px;
          flex: 1.4em 0 0;
  position: relative;
  top: 1px;
}
.topresults__item-name {
  color: #222;
}
.topresults__item-name em {
  color: #777;
  font-style: normal;
}
@media screen and (min-width: 375px) {
  .topresults {
    font-size: 1.3rem;
  }
  .topresults__item-rank {
    margin-right: 0.75em;
  }
}
@media screen and (min-width: 500px) {
  .topresults {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .topresults {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
  .topresults__lists {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 35em;
  }
}
.map-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em 1em 0.5em;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #5a5a5a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  margin: 2em auto 3em;
  position: relative;
  font-size: 1.2rem;
}
.map-teaser__title {
  width: 65%;
  line-height: 1.3;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 1em;
  max-width: 25em;
}
.map-teaser__image {
  max-width: 100px;
  width: 30%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.map-teaser__image img {
  width: 100%;
  height: auto;
}
.map-teaser__or {
  margin: 0.25em 1em;
  color: #9a9a9a;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  text-align: center;
}
.map-teaser .geocoder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  font-size: 1.3rem;
  margin: 0.5em 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.map-teaser .geocoder .react-select__control {
  min-height: 0;
}
.map-teaser .geocoder .react-select__wrap .btn-search {
  min-height: 100%;
}
.map-teaser .btn {
  font-size: 1em;
}
.map-teaser .btn a {
  color: #222;
}
.map-teaser .btn-gotomap {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-left: 0;
  margin-right: 0;
}
.is-safari .map-teaser__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 375px) {
  .map-teaser {
    font-size: 1.3rem;
  }
  .map-teaser .geocoder {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 500px) {
  .map-teaser {
    padding-left: 120px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.4rem;
  }
  .map-teaser__title {
    width: 100%;
    margin-bottom: 0.5em;
    margin-left: 0;
  }
  .map-teaser__or {
    width: auto;
  }
  .map-teaser__image {
    width: auto;
    position: absolute;
    left: 1em;
  }
  .is-safari .map-teaser {
    padding-left: 130px;
    min-height: 100px;
  }
  .is-safari .map-teaser__title {
    margin-bottom: 0.5em;
    max-width: 20em;
  }
}
@media screen and (min-width: 640px) {
  .map-teaser {
    margin: 3em auto 5em;
  }
}
@media screen and (min-width: 730px) {
  .map-teaser {
    padding-top: 1.5em;
    padding-bottom: 1.25em;
  }
  .map-teaser .geocoder {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .map-teaser .geocoder {
    max-width: 270px;
  }
}
.resultmaps__wrap .tooltip-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  padding: 1em 1em 0.5em;
}
.resultmaps__wrap .tooltip-part {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resultmaps__wrap .tooltip-part.afd .tooltip-label {
  color: #34a3d2;
}
.resultmaps__wrap .tooltip-part.linke .tooltip-label {
  color: #96276e;
}
.resultmaps__wrap .tooltip-value {
  font-size: 3rem;
  line-height: 1.3;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.resultmaps__wrap .tooltip-label {
  color: #5a5a5a;
  font-size: 1.3rem;
}


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