/* 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 {
  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 {
  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"] {
  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: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
html.fullscreen .intro .topheader {
  -webkit-box-flex: 0;
          flex-grow: 0;
}
html.fullscreen .intro .layout-full {
  -webkit-box-flex: 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 .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: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.topheader a,
.topheader a:hover {
  border: none;
  line-height: 1;
}
.topheader-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.topheader-logo a {
  padding: 3px 0;
}
.topheader-logo .logo {
  max-height: 27px;
  width: auto;
  display: block;
}
.topheader-logo .logo.big {
  max-width: 220px;
}
.topheader-logo .logo.small {
  max-width: 27px;
}
.topheader-headline {
  position: relative;
  top: 0.5em;
  margin-left: 22px;
}
.topheader-headline > * {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.3em;
}
.topheader-headline .kicker {
  font-weight: 700;
}
.topheader-headline .title {
  font-weight: 700;
}
.topheader-headline .subtitle {
  color: #777;
}
.topheader-headline .kicker + .title {
  font-weight: 400;
  display: none;
}
.topheader-headline:before {
  position: absolute;
  content: '';
  height: 1em;
  width: 1px;
  background: #ccc;
  left: -12px;
  top: 0.35em;
}
.topheader-social {
  margin-left: auto;
  padding-left: 8px;
  display: -webkit-box;
  display: flex;
}
.topheader-social iframe {
  display: none;
}
.topheader-social .btn-social {
  padding: 0.4375em;
  display: inline-block;
  font-size: 1.6rem;
  cursor: pointer;
}
.topheader-social .btn-facebook {
  color: #4864bb;
}
.topheader-social .btn-facebook:hover {
  color: #5b74c2;
}
.topheader-social .btn-twitter {
  color: #5eaade;
}
.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-headline .kicker + .title {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .topheader {
    padding-left: 15px;
  }
  .topheader-headline {
    top: 0.3em;
    margin-left: 27px;
  }
  .topheader-headline > * {
    font-size: 1.7rem;
  }
  .topheader-headline:before {
    top: 0.5em;
    left: -15px;
  }
  .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: flex;
  flex-wrap: wrap;
  -webkit-box-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: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-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;
  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;
  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;
  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;
  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: #4c80bc;
  background: transparent;
  border-color: #4c80bc;
}
button.ghost.accent1:hover,
.btn.ghost.accent1:hover {
  color: #fff;
  background: #4c80bc;
  border-color: #4c80bc;
}
button.ghost.accent1:active,
.btn.ghost.accent1:active,
button.ghost.accent1.active,
.btn.ghost.accent1.active {
  color: #fff;
  background: #3a679b;
  border-color: #3a679b;
}
button.ghost.accent2,
.btn.ghost.accent2 {
  color: #ffc98b;
  background: transparent;
  border-color: #ffc98b;
}
button.ghost.accent2:hover,
.btn.ghost.accent2:hover {
  color: #fff;
  background: #ffc98b;
  border-color: #ffc98b;
}
button.ghost.accent2:active,
.btn.ghost.accent2:active,
button.ghost.accent2.active,
.btn.ghost.accent2.active {
  color: #fff;
  background: #ffb158;
  border-color: #ffb158;
}
button.circle,
.btn.circle {
  width: 2.5em;
  height: 2.5em;
  padding: 0.75em;
  border-radius: 50%;
  line-height: 1;
}
button.flat,
.btn.flat {
  box-shadow: none;
  background: #4c80bc;
  border-color: #4c80bc;
  color: #fff;
}
button.flat:hover,
.btn.flat:hover {
  background: #4173ae;
  border-color: #4173ae;
}
button.flat:active,
.btn.flat:active,
button.flat.active,
.btn.flat.active {
  background: #3a679b;
  border-color: #3a679b;
}
button.flat.accent1,
.btn.flat.accent1 {
  background: #4c80bc;
  border-color: #4c80bc;
}
button.flat.accent1:hover,
.btn.flat.accent1:hover {
  background: #4173ae;
  border-color: #4173ae;
}
button.flat.accent1:active,
.btn.flat.accent1:active,
button.flat.accent1.active,
.btn.flat.accent1.active {
  background: #3a679b;
  border-color: #3a679b;
}
button.flat.accent2,
.btn.flat.accent2 {
  background: #ffc98b;
  border-color: #ffc98b;
}
button.flat.accent2:hover,
.btn.flat.accent2:hover {
  background: #ffbd72;
  border-color: #ffbd72;
}
button.flat.accent2:active,
.btn.flat.accent2:active,
button.flat.accent2.active,
.btn.flat.accent2.active {
  background: #ffb158;
  border-color: #ffb158;
}
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: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.75em;
}
button.close:hover,
.btn.close:hover {
  background-color: #a3a3a3;
  border-color: #9a9a9a;
}
button.accent1,
.btn.accent1 {
  background: #4c80bc;
  color: #fff;
  border-color: #3a679b;
  border-bottom-color: #335b88;
}
button.accent1:hover,
.btn.accent1:hover {
  background: #4173ae;
  border-bottom-color: #2c4e76;
}
button.accent1:active,
.btn.accent1:active,
button.accent1.active,
.btn.accent1.active {
  background: #3a679b;
}
button.accent2,
.btn.accent2 {
  background: #ffc98b;
  color: #fff;
  border-color: #ffb158;
  border-bottom-color: #ffa53f;
}
button.accent2:hover,
.btn.accent2:hover {
  background: #ffbd72;
  border-bottom-color: #ff9a25;
}
button.accent2:active,
.btn.accent2:active,
button.accent2.active,
.btn.accent2.active {
  background: #ffb158;
}
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;
}
.btn-group {
  display: -webkit-box;
  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: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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: flex;
  width: 290px;
}
.input-group input {
  border-right: none;
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.input-group button,
.input-group .btn {
  border-bottom-color: #ccc;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
  margin: 0;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
}
.input-group .btn-group {
  display: -webkit-box;
  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%;
  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 {
  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);
  }
}
.topheader-headline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  top: 0;
}
.topheader-headline .title,
.topheader-headline .subtitle {
  font-size: 1.1em;
}
.topheader-headline .subtitle {
  font-size: 1em;
  font-weight: 400;
}
.topheader-headline:before {
  height: 2em;
}
@media screen and (min-width: 375px) {
  .topheader-headline {
    font-size: 1.3rem;
  }
  .topheader-headline .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 400px) {
  .topheader-headline {
    font-size: 1.4rem;
  }
  .topheader-headline .title {
    font-size: 1.7rem;
    margin-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .topheader-headline {
    font-size: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
  .topheader-headline:before {
    height: 1em;
  }
  .topheader-headline .title,
  .topheader-headline .subtitle {
    line-height: 1.5;
    margin: 0 0.5em 0 0;
  }
}
.electionmap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.electionmap .leaflet-container .leaflet-control-attribution {
  z-index: 400;
  background-color: transparent;
  font-size: 1rem;
}
.electionmap .leaflet-container .leaflet-control-zoom {
  margin: 0 15px 23px 0;
  border: 1px solid #ccc;
}
.electionmap .map .map-label {
  font-size: 1.1rem;
}
.electionmap .map .map-label span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.electionmap .map .map-label.special {
  text-shadow: none;
  color: #a3a3a3;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.electionmap-wrapper {
  -webkit-box-flex: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: flex;
}
.electionmap-wrapper-inner {
  height: 100%;
  width: 100%;
  position: absolute;
}
.infobtn {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  font-size: 2.4rem;
  height: 33px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0.7;
  z-index: 800;
}
.infobtn:hover {
  opacity: 1;
}
.geocoder {
  position: absolute;
  z-index: 1600;
  left: 10px;
  right: 50px;
  top: 8px;
}
.geocoder__title {
  display: none;
}
.geocoder .react-select__control {
  min-height: 0;
  align-content: flex-start;
}
.geocoder .react-select__control .btn-search {
  padding: 0.5em 1em;
  min-height: 100%;
}
.geocoder__error {
  line-height: 1.2;
}
.tooltip-wrapper {
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  left: 15px;
  right: 15px;
}
@media screen and (min-width: 375px) {
  .infobtn {
    top: 15px;
    right: 15px;
  }
  .geocoder {
    left: 15px;
    top: 15px;
    right: 60px;
  }
}
@media screen and (min-width: 400px) {
  .electionmap .map .map-label {
    font-size: 1.2rem;
  }
  .infobtn {
    height: 38px;
  }
  .geocoder .react-select__control {
    min-height: 38px;
  }
  .geocoder .react-select__value-container {
    font-size: 1.5rem;
    min-height: 38px;
  }
}
@media screen and (min-width: 640px) {
  html.fullscreen .electionmap-wrapper .tooltip-wrapper {
    bottom: auto;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .geocoder {
    max-width: 400px;
    top: 10px;
    left: auto;
    width: 280px;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .geocoder {
    top: 20px;
    right: 75px;
    width: 320px;
  }
  .infobtn {
    right: 20px;
    top: 20px;
  }
  .electionmap .leaflet-container .leaflet-control-zoom {
    margin: 0 25px 30px 0;
  }
}
.rankinglist {
  border-collapse: collapse;
  width: 100%;
}
.rankinglist td,
.rankinglist th {
  padding: 2px 1px;
  line-height: 1.2;
}
.rankinglist td:first-of-type,
.rankinglist th:first-of-type {
  padding-left: 0;
}
.rankinglist td:last-of-type,
.rankinglist th:last-of-type {
  padding-right: 0;
}
.rankinglist thead {
  border-bottom: 1px solid #ddd;
}
.rankinglist thead th {
  padding-bottom: 3px;
}
.rankinglist__thead-party {
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
}
.rankinglist__thead-party span {
  margin-left: 5px;
  color: #9a9a9a;
  display: inline-block;
}
.rankinglist__thead-votes,
.rankinglist__thead-value,
.rankinglist__thead-change {
  text-align: right;
  font-weight: 400;
  color: #777;
  font-size: 1.1rem;
}
.rankinglist__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rankinglist__item-index {
  color: #777;
  position: relative;
}
.rankinglist__item-name {
  font-weight: 700;
}
.rankinglist__item-name .icon {
  color: #fff;
}
.rankinglist__item-name .icon-base {
  font-size: 0.5em;
  background-color: #5a5a5a;
  width: 1.6em;
  height: 1.6em;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  margin-left: 0.5em;
  vertical-align: 0.15em;
}
.rankinglist__item-name .light {
  font-weight: 400;
  font-size: 0.9em;
}
.rankinglist__item-votes {
  text-align: right;
  color: #a3a3a3;
}
.rankinglist__item-value {
  font-weight: 700;
  text-align: right;
}
.rankinglist__item-change {
  text-align: right;
}
.rankinglist__item-change .change-dec {
  color: #d14f4f;
}
.rankinglist__item-change .change-inc {
  color: #49bd72;
}
.rankinglist__item:first-of-type td {
  padding-top: 5px;
}
.rankinglist__item.is-clickable {
  cursor: pointer;
}
.rankinglist__item:nth-child(even) {
  background: rgba(0,0,0,0.06);
  border-radius: 2px;
}
.rankinglist__item:nth-child(even):hover {
  background: rgba(0,0,0,0.08);
}
.rankinglist__item:hover {
  background: rgba(0,0,0,0.02);
}
.rankinglist__item-close.btn {
  top: 1px;
  left: 0px;
  margin: 0;
  font-size: 0.6rem;
}
.rankinglist__item.is-active {
  background: #ddd;
  border-radius: 2px;
}
.rankinglist__expand {
  cursor: pointer;
  padding: 5px 0;
  color: #4c80bc;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rankinglist__expand .icon {
  font-size: 1.1rem;
  margin-right: 0.5em;
}
.leaflet-pane .rankingmarker {
  background: rgba(34,34,34,0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
}
.leaflet-pane .rankingmarker:before {
  content: '';
  width: 1px;
  height: 15px;
  background: rgba(34,34,34,0.5);
  position: absolute;
  left: 50%;
  top: 100%;
}
.leaflet-pane .rankingmarker:after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  background: rgba(34,34,34,0.5);
  bottom: -18px;
}
.detailview {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 1500;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.detailview:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(rgba(255,255,255,0)));
  background: linear-gradient(to bottom, #f9f9f9, rgba(255,255,255,0));
  z-index: 1550;
}
.detailview__inner {
  overflow-y: auto;
}
.detailview__close.btn {
  right: 15px;
  top: -15px;
  z-index: 1600;
}
.detailview__header {
  background: rgba(0,0,0,0.03);
  padding: 15px 15px 8px;
}
.detailview .bars {
  padding: 0 15px;
}
.detailview .bars .bar__wrapper {
  height: 120px;
}
.detailview__title {
  font-weight: 300;
  font-size: 1.9rem;
  margin-bottom: 0.25em;
}
.detailview__subtitle {
  color: #777;
  line-height: 1.3;
}
.detailview__subtitle strong {
  color: #5a5a5a;
}
.detailview__divider {
  padding: 15px 15px;
  position: relative;
  background: rgba(0,0,0,0.03);
  margin: 10px -15px 20px;
}
.detailview__divider-title {
  font-weight: 700;
  color: #5a5a5a;
}
.detailview__divider-subtitle {
  color: #777;
}
.detailview__content {
  padding: 10px 15px 15px;
  line-height: 1.3;
}
.detailview__footer {
  padding: 0 15px 15px 15px;
}
.detailview__footer button {
  margin: 0;
}
.detailview__section {
  padding: 0 0 15px;
}
.detailview__section-title {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-bottom: 0.15em;
  border-bottom: 1px solid #ddd;
}
.detailview__turnout-arrow {
  background: #ddd;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 1em;
}
.detailview__turnout-arrow .icon {
  color: #777;
}
.detailview__turnout-values {
  display: -webkit-box;
  display: flex;
}
.detailview__turnout-values strong {
  margin-right: 0.75em;
}
.detailview__turnout-comp {
  color: #777;
  margin-left: auto;
}
.detailcanvas {
  position: absolute;
  z-index: 800;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media screen and (min-width: 375px) {
  .detailview .bars .bar__party {
    margin-top: 0.15em;
  }
  .detailview .bars .bar__value {
    margin-top: 0.15em;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 400px) {
  .detailview {
    font-size: 1.4rem;
  }
  .detailview__header,
  .detailview__content,
  .detailview .bars {
    padding-left: 7%;
    padding-right: 7%;
  }
  .detailview .rankinglist {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 500px) {
  .detailview__header,
  .detailview__content {
    padding-left: 10%;
    padding-right: 10%;
  }
  .detailview .bars {
    max-width: 400px;
    padding: 0;
    margin-left: 10%;
  }
}
@media screen and (min-width: 768px) {
  .detailview {
    bottom: auto;
    right: 15px;
    top: 70px;
    width: 320px;
    left: auto;
  }
  .detailview:before {
    display: none;
  }
  .detailview__header {
    padding: 15px 15px 10px;
  }
  .detailview .bars {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .detailview__content {
    padding: 15px 15px 0;
  }
  .detailview__footer {
    padding: 0 15px 5px;
  }
}
@media screen and (min-width: 1600px) {
  .detailview {
    right: 75px;
    top: 80px;
  }
}
.bars {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin: 10px auto 5px;
}
.bars .bar__wrapper {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 14.2%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 80px;
  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;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  max-width: 32px;
  margin-bottom: 5px;
  height: 100%;
}
.bars .bar {
  width: 100%;
  border-radius: 2px;
  margin-right: 2px;
}
.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;
}
.has-touch .bars .bar__wrapper:hover {
  opacity: inherit;
}
@media screen and (min-width: 400px) {
  .bars .bar__party {
    font-size: 1.2rem;
    margin-top: 0.05em;
  }
  .bars .bar__value {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }
}
.analysischooser {
  position: relative;
  max-height: 140px;
  box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
  width: 100%;
  display: -webkit-box;
  display: flex;
  z-index: 1000;
  background-color: #fff;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.analysischooser__intro {
  padding: 15px 15px 15px 20px;
  border-right: 1px solid #eee;
  -webkit-box-flex: 1;
          flex: 1 0 13em;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #777;
  display: -webkit-box;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.analysischooser__intro-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.analysischooser__intro-textwrapper {
  display: -webkit-box;
  display: flex;
}
.analysischooser__intro .icon {
  margin-right: 0.5em;
  font-size: 2em;
}
.analysischooser__intro-text {
  font-size: 1em;
}
.analysischooser__intro em {
  color: #d14f4f;
  font-style: normal;
}
.analysischooser__cta {
  display: block;
  position: absolute;
  z-index: 1110;
  right: 115px;
  bottom: 165px;
  width: 11em;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.45), 1px -1px 0 rgba(0,0,0,0.45), -1px 1px 0 rgba(0,0,0,0.45), 1px 1px 0 rgba(0,0,0,0.45);
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.analysischooser__cta .icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  font-size: 2rem;
  right: -1.2em;
  top: 0;
  position: absolute;
  color: #777;
}
.analysischooser__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(150,181,216,0.3);
  z-index: 1050;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.analysischooser__overlay-text {
  opacity: 0;
}
.analysischooser__overlay:hover {
  background-color: rgba(113,154,202,0.8);
}
.analysischooser__overlay:hover .analysischooser__overlay-text {
  display: block;
  color: #fff;
  font-size: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.analysischooser .swipe__btn {
  width: 35px;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #4c80bc;
}
.analysischooser .swipe__btn:focus {
  outline: none;
}
.analysischooser .swipe__btn.swiper-button-disabled {
  background-color: #f9f9f9;
  color: transparent;
  border-color: #eee;
  cursor: default;
}
.analysischooser .swipe__prev {
  border-right: 1px solid #ddd;
}
.analysischooser .swipe__prev .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.analysischooser .swipe__next {
  border-left: 1px solid #ddd;
}
.analysischooser .swipe__next .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.analysischooser.slidename-intro .swipe__next {
  -webkit-animation: 2s bgColor infinite alternate;
          animation: 2s bgColor infinite alternate;
}
.analysischooser .swiper-container {
  width: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.analysischooser .swiper-container,
.analysischooser .swiper-wrapper {
  z-index: 1000;
}
.analysischooser .slide {
  padding: 15px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.analysischooser .slide__close {
  display: none;
}
.analysischooser .slide.is-active .slide__close {
  display: block;
  z-index: 1100;
  font-size: 1rem;
  top: 10px;
  right: 10px;
  margin: 0;
}
.analysischooser .slide__title {
  font-size: 1.8rem;
  margin-bottom: 0.25em;
  line-height: 1;
  display: -webkit-box;
  display: flex;
}
.analysischooser .slide__title-text {
  font-weight: 900;
}
.analysischooser .slide__title-value {
  margin-left: 0.5em;
}
.analysischooser .slide__title .icon {
  color: #4c80bc;
  font-size: 2rem;
}
.analysischooser .slide__description {
  color: #777;
  line-height: 1.3;
  margin-bottom: 0.25em;
  max-width: 18em;
}
.analysischooser .slide__description em {
  color: #d14f4f;
  font-style: normal;
}
.analysischooser .slide__map {
  width: 80px;
  height: auto;
  margin-right: 1em;
}
.analysischooser .slide__more {
  padding: 0.25em 1em;
  font-size: 1em;
  margin: 0;
  color: #4c80bc;
}
.analysischooser .slide.map .slide__wrapper {
  display: -webkit-box;
  display: flex;
  max-width: 420px;
  margin: 0 auto;
  -webkit-box-align: start;
          align-items: flex-start;
}
.analysischooser .slide.map .slide__title,
.analysischooser .slide.map .slide__description {
  padding-left: 0;
  max-width: none;
}
.analysischooser .slide.map .slide__textwrapper {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.analysischooser .slide.map .slide__top {
  font-size: 1.2rem;
  display: -webkit-box;
  display: flex;
  padding: 0.15em 0;
  width: 100%;
}
.analysischooser .slide.map .slide__top:nth-of-type(2) {
  border: 1px solid #eee;
  border-width: 1px 0;
}
.analysischooser .slide.map .slide__top-rank {
  background: #ddd;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
  font-size: 0.9em;
  font-weight: 700;
}
.analysischooser .slide.map .slide__top-name {
  margin-right: 0.5em;
}
.analysischooser .slide.map .slide__top-value {
  margin-left: auto;
  font-weight: 700;
}
.analysischooser .activate {
  position: absolute;
  right: 15px;
  top: -50px;
  width: 85px;
  height: 85px;
  background-color: #fff;
  color: #5a5a5a;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  cursor: pointer;
  box-shadow: 0 3px 7px rgba(34,34,34,0.2);
  line-height: 1.1;
  font-size: 1.1rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 1100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  border: none;
  padding: 0.5em 0.75em 0.75em;
}
.analysischooser .activate:hover {
  background-color: #f9f9f9;
}
.analysischooser .activate__label {
  margin-top: 0.35em;
  line-height: 1.2;
}
.analysischooser .activate.is-analysis .activate__label {
  font-size: 1.1rem;
}
.analysischooser .activate .btn-map {
  width: 35px;
}
.analysischooser .activate .icon {
  font-size: 1.2em;
}
.analysischooser__pagination {
  display: -webkit-box;
  display: flex;
  height: 35px;
  background: #f9f9f9;
  padding: 10px 15px;
  z-index: 1200;
}
.analysischooser__pagination-dotswrapper {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.analysischooser__pagination-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.analysischooser__pagination-dot {
  background: transparent;
  border: 1px solid #ccc;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 3px;
}
.analysischooser__pagination-dot.active {
  background: #ccc;
}
.analysischooser__pagination .swipe__btn {
  border-radius: 50%;
  height: 35px;
  padding: 0;
  position: absolute;
  left: 15px;
  bottom: 5px;
  color: #9a9a9a;
}
.analysischooser__pagination .swipe__next {
  background: #4c80bc;
  color: #fff;
  right: 15px;
  left: auto;
}
.analysischooser__pagination .swipe__next.swiper-button-disabled {
  background: transparent;
  color: #ccc;
  border-color: transparent;
  bottom: 0;
}
.analysischooser__pagination .swipe__prev {
  border: none;
  background: transparent;
  bottom: 0;
}
@media screen and (min-width: 375px) {
  .analysischooser {
    max-height: 150px;
  }
  .analysischooser__cta {
    bottom: 170px;
    right: 130px;
  }
  .analysischooser .activate {
    height: 92px;
    width: 92px;
    top: -60px;
    font-size: 1.2rem;
  }
  .analysischooser .activate .btn-map {
    width: 40px;
  }
  .analysischooser .slide {
    padding: 15px 20px;
  }
  .analysischooser .slide__title {
    font-size: 2rem;
  }
  .analysischooser .slide__title .icon {
    font-size: 2.4rem;
  }
  .analysischooser .slide__description {
    margin-bottom: 0.5em;
  }
  .analysischooser .slide.map .slide__top {
    font-size: 1.3rem;
    padding: 0.2em 0;
  }
}
@media screen and (min-width: 400px) {
  .analysischooser {
    max-height: 160px;
  }
  .analysischooser__cta {
    bottom: 190px;
    right: 120px;
  }
  .analysischooser .slide {
    padding: 15px 7%;
  }
  .analysischooser .slide__title {
    margin-bottom: 0;
  }
  .analysischooser .slide__title-text {
    margin: 0.25em 0;
  }
  .analysischooser .slide__description {
    font-size: 1.4rem;
  }
  .analysischooser .slide.map .slide__title {
    margin-bottom: 0.5em;
  }
  .analysischooser .slide.map .slide__title-text {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .map-moved .analysischooser__cta {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .analysischooser {
    max-height: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .analysischooser__cta {
    display: none;
    left: 100px;
    right: auto;
    bottom: 140px;
    color: #5a5a5a;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.45), 1px -1px 0 rgba(255,255,255,0.45), -1px 1px 0 rgba(255,255,255,0.45), 1px 1px 0 rgba(255,255,255,0.45);
  }
  .analysischooser__cta .icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: 0;
    top: auto;
  }
  .analysischooser .swiper-container {
    height: 100%;
  }
  .analysischooser .swipe__btn {
    width: 50px;
  }
  .analysischooser .slide {
    width: 275px;
    padding: 15px 15px;
    border-left: 1px solid #ddd;
  }
  .analysischooser .slide:last-of-type {
    border-right: 1px solid #ddd;
  }
  .analysischooser .slide:hover,
  .analysischooser .slide.is-active {
    background: #f9f9f9;
    cursor: pointer;
  }
  .analysischooser .slide.is-active {
    box-shadow: 0 -1px 10px rgba(0,0,0,0.1) inset;
    border-top: 1px solid #fff;
  }
  .analysischooser .slide__title {
    font-size: 1.8rem;
    padding-left: 40px;
    color: #4c80bc;
  }
  .analysischooser .slide__title .icon {
    position: absolute;
    left: 15px;
  }
  .analysischooser .slide__title-text {
    margin-top: 0;
    font-weight: 700;
  }
  .analysischooser .slide__description {
    font-size: 1.3rem;
    padding-left: 40px;
  }
  .analysischooser .slide.map .slide__wrapper {
    max-height: none;
  }
  .analysischooser .slide.map .slide__top {
    font-size: 1.1rem;
  }
  .analysischooser .activate {
    right: auto;
    left: 15px;
    top: -70px;
  }
  .analysischooser.is-special-analysis .analysischooser__cta {
    left: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .analysischooser__intro {
    -webkit-box-align: center;
            align-items: center;
  }
  .analysischooser .slide {
    width: 280px;
  }
  .analysischooser .slide:not(.map) {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .analysischooser .activate {
    left: 45px;
  }
}
@media screen and (min-width: 1900px) {
  .analysischooser {
    max-height: 120px;
  }
  .analysischooser .activate {
    top: -60px;
  }
  .analysischooser__cta {
    bottom: 150px;
  }
}
@-webkit-keyframes bgColor {
  0% {
    background-color: rgba(76,128,188,0);
  }
  100% {
    background-color: rgba(76,128,188,0.3);
  }
}
@keyframes bgColor {
  0% {
    background-color: rgba(76,128,188,0);
  }
  100% {
    background-color: rgba(76,128,188,0.3);
  }
}
.analysisoverlay {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: rgba(249,249,249,0.95);
  z-index: 800;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  border-top: 1px solid #ddd;
  max-height: 100%;
}
.analysisoverlay__inner {
  overflow-y: auto;
}
.analysisoverlay__close.btn {
  right: 15px;
  top: 5px;
}
.analysisoverlay__content {
  padding: 20px 15px;
}
.analysisoverlay__title {
  font-weight: 900;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
.analysisoverlay .simpleranking {
  margin: 20px 0;
}
.analysisoverlay .simpleranking__item:nth-of-type(even) {
  background-color: rgba(0,0,0,0.05);
}
@media screen and (min-width: 375px) {
  .analysisoverlay__content {
    padding: 20px 7%;
    font-size: 1.5rem;
  }
  .analysisoverlay__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .analysisoverlay {
    margin: 0;
    left: auto;
    top: 0;
    max-width: 220px;
    z-index: 410;
    padding-top: 60px;
    box-shadow: none;
    border: none;
  }
  .analysisoverlay__content {
    padding: 5px 15px;
  }
  .analysisoverlay__close.btn {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .analysisoverlay {
    bottom: auto;
    padding: 0;
    top: 65px;
    right: 15px;
    max-width: 345px;
    border-radius: 4px;
    background: rgba(255,255,255,0.9);
  }
  .analysisoverlay__content {
    padding: 15px 20px 5px;
  }
}
@media screen and (min-width: 1600px) {
  .analysisoverlay {
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 100px;
    max-width: 430px;
    border-radius: 0;
  }
  .analysisoverlay__content {
    padding: 15px 38px 5px;
  }
}
.overallresult {
  display: none;
  line-height: 1.2;
  width: 100%;
  padding: 10px 15px;
}
.overallresult.is-compact {
  display: block;
}
.overallresult .bar__wrapper {
  height: 70px;
}
.overallresult__inner {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
.overallresult__legend {
  display: -webkit-box;
  display: flex;
  font-size: 1.1rem;
  bottom: 0;
  color: #000;
}
.overallresult__legend-turnout {
  margin-left: auto;
  opacity: 0.7;
}
.overallresult__legend-item:first-of-type {
  margin-right: 0.5em;
}
.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;
}
.overallresult__title {
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0 0 0.3em;
}
.overallresult__explainer {
  font-size: 1.1rem;
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 3px;
  color: #9a9a9a;
  text-align: right;
}
@media screen and (min-width: 375px) {
  .overallresult {
    padding: 10px 20px;
  }
  .overallresult__title {
    margin-top: 0.1em;
    font-size: 1.8rem;
    margin-bottom: 0.4em;
  }
  .overallresult__legend {
    font-size: 1.2rem;
  }
  .overallresult__explainer {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 400px) {
  .overallresult {
    padding: 10px 7%;
  }
  .overallresult .bar__wrapper {
    height: 85px;
  }
  .overallresult__legend {
    font-size: 1.3rem;
  }
  .overallresult__explainer {
    padding-top: 0.5em;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 500px) {
  .overallresult {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .overallresult {
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    background: rgba(255,255,255,0.9);
    z-index: 1200;
    width: 320px;
    border-radius: 4px;
    padding: 0;
  }
  .overallresult__explainer {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 8px;
    text-align: left;
  }
  .overallresult__legend {
    position: relative;
    bottom: auto;
  }
  .overallresult__inner {
    padding: 10px 15px 5px;
  }
  .overallresult__ranking {
    overflow-y: auto;
    padding: 0 15px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .overallresult {
    width: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .overallresult {
    top: 20px;
    left: 30px;
  }
}
.teaser {
  display: none;
}
.mobileteaser {
  padding: 4px 15px;
  background: #e0e9f4;
  border: 1px solid #bbcfe6;
  border-width: 1px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.2rem;
}
.mobileteaser .icon-arrow-left {
  margin-left: 0.5em;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.mobileteaser__icon {
  font-size: 2em;
  line-height: 1;
  margin-right: 0.5em;
}
.mobileteaser__link {
  color: #4c80bc;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
.mobileteaser__link:hover {
  border-bottom: none;
}
.mobileteaser__content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  line-height: 1.2;
}
.mobileteaser__title {
  font-weight: 700;
}
.mobileteaser__img {
  width: 10%;
  height: auto;
  margin-right: 10px;
}
@media screen and (min-width: 375px) {
  .mobileteaser {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 400px) {
  .mobileteaser {
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 768px) {
  .mobileteaser {
    display: none;
  }
  .teaser {
    display: -webkit-box;
    display: flex;
    position: absolute;
    right: 70px;
    bottom: 40px;
    z-index: 500;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    background: #f9f9f9;
    cursor: pointer;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    height: 80px;
  }
  .teaser:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    text-decoration: none;
    border: none;
  }
  .teaser:hover .teaser__content {
    background-color: #f9f9f9;
  }
  .teaser img {
    width: auto;
    height: 100%;
  }
  .teaser__content {
    padding: 10px;
    max-width: 15em;
    font-size: 1.2rem;
    background-color: #fff;
  }
  .teaser__content-title {
    font-weight: 700;
    color: #4c80bc;
    margin-bottom: 0.25em;
    font-size: 1.3rem;
  }
  .teaser__content-text {
    color: #222;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .teaser {
    right: 80px;
    bottom: 40px;
    height: 90px;
  }
  .teaser__content {
    font-size: 1.3rem;
  }
}
.tooltip-wrapper {
  background: rgba(255,255,255,0.9);
  z-index: 1600;
  position: relative;
  display: none;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  border: none;
  margin: 15px;
  border-radius: 4px;
}
.tooltip-wrapper.is-active {
  display: block;
}
.tooltip-header {
  padding: 1em 1em 0.5em;
  line-height: 1;
}
.tooltip-title {
  font-weight: 700;
  margin-bottom: 0.2em;
  font-size: 1.5rem;
}
.tooltip-subtitle {
  color: #777;
}
.tooltip-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.5em 1em;
}
.tooltip-body .icon {
  padding: 0 10px;
  font-size: 4rem;
  font-size: #777;
}
.tooltip-footer {
  padding: 0.25em 1em;
  background: rgba(0,0,0,0.05);
  color: #9a9a9a;
  font-weight: bold;
}
.tooltip-label {
  color: #777;
  line-height: 1.2;
  font-size: 1.2rem;
  max-width: 8em;
}
@media screen and (min-width: 375px) {
  .tooltip-wrapper {
    margin: 15px 7%;
    max-width: 400px;
  }
}
@media screen and (min-width: 500px) {
  .tooltip-wrapper {
    margin: 15px auto;
  }
}
@media screen and (min-width: 640px) {
  .tooltip-wrapper {
    margin: 0 auto;
    top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .tooltip-wrapper {
    position: absolute;
    bottom: auto;
    width: 320px;
    pointer-events: none;
    background: rgba(255,255,255,0.9);
    margin: 0;
  }
  .tooltip-wrapper.invert {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    margin-left: -20px;
  }
  .tooltip-wrapper .close {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  html.has-touch .tooltip-wrapper {
    display: none;
  }
}
.simpleranking__item {
  display: -webkit-box;
  display: flex;
}
.simpleranking__item-name {
  font-weight: 700;
}
.simpleranking__item-value {
  margin-left: auto;
}
.livemessage {
  padding: 0.5em 10px;
  background: #ffe1be;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #b24500;
}
.livemessage-time {
  display: inline-block;
  background: #ee8409;
  color: #fff;
  border-radius: 0.6em;
  padding: 0 0.25em;
  margin-right: 0.25em;
}
@media screen and (min-width: 375px) {
  .livemessage {
    font-size: 1.2rem;
    padding: 0.5em 15px;
  }
  .livemessage-time {
    padding: 0 0.5em;
    margin-right: 0.75em;
  }
}
@media screen and (min-width: 400px) {
  .livemessage {
    font-size: 1.3rem;
  }
}
.light {
  color: #777;
}

.layout-full {
  display: -webkit-box;
  display: flex;
}
.map-fullscreen {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.map {
  height: 100%;
  background: #fff;
}
.map .leaflet-top,
.map .leaflet-bottom {
  z-index: 500;
}
.map .house-marker {
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1;
  box-shadow: 0 1px 1px 2px rgba(0,0,0,0.15);
}
.map .house-icon,
.map .house-marker {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}
.map .map-label {
  color: #fff;
  font-size: 1.2rem;
  pointer-events: none !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-shadow: 0 0 1px #000, 0 0 1px rgba(0,0,0,0.8), 0 0 2px #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.maptoggle {
  z-index: 2000;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.2rem;
  width: 8.5em;
  text-align: left;
  padding: 5px 5px 5px 2.7em;
  background-color: rgba(255,255,255,0.8);
  box-shadow: none;
}
.maptoggle .icon {
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 1.5em;
  color: #9a9a9a;
}
.map-zoom-1 .mapwidget__overlay,
.map-zoom-2 .mapwidget__overlay,
.map-zoom-3 .mapwidget__overlay,
.map-zoom-4 .mapwidget__overlay,
.map-zoom-5 .mapwidget__overlay,
.map-zoom-6 .mapwidget__overlay {
  stroke-width: 0.5;
}
@media screen and (min-width: 768px) {
  .maptoggle {
    top: 20px;
    left: 30px;
  }
}

.choropleth-layer {
  -webkit-transition: fill 500ms;
  transition: fill 500ms;
}
.is-screenshot .choropleth-layer {
  -webkit-transition: none;
  transition: none;
}

.search__presets {
  display: -webkit-box;
  display: flex;
  margin-top: 5px;
}
.search__presets-label {
  margin-right: 5px;
}
.search__presets-list {
  display: -webkit-box;
  display: flex;
}
.search__presets-preset {
  cursor: pointer;
  font-weight: 700;
  margin-right: 5px;
}
.search__presets-preset:hover {
  opacity: 0.8;
}

.react-select__wrap .react-select__control {
  border: 1px solid #ccc;
}
.react-select__wrap .react-select__menu {
  overflow: hidden;
}
.react-select__wrap .react-select__menu-list {
  padding: 0;
}
.react-select__wrap input {
  height: auto;
}
.react-select__wrap .btn {
  margin: 0;
}
.react-select__wrap .btn-search {
  min-height: 38px;
  border-radius: 0 4px 4px 0;
  border-width: 0 0 0 1px;
}
.react-select__wrap .btn-clear {
  border-radius: 50%;
  padding: 0.5em;
  margin: 0 8px;
  box-shadow: none;
  border: none;
  background-color: #ddd;
  color: #9a9a9a;
  font-size: 1em;
}
.react-select__wrap .btn-clear:hover {
  background-color: #ccc;
  color: #777;
}

.geocoder__title {
  font-weight: 700;
}


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