/* 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;
}
@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;
  line-height: inherit;
}
.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: rgba(34,34,34,0.5);
  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.45em;
    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: #d14f4f;
  background: transparent;
  border-color: #d14f4f;
}
button.ghost.accent1:hover,
.btn.ghost.accent1:hover {
  color: #fff;
  background: #d14f4f;
  border-color: #d14f4f;
}
button.ghost.accent1:active,
.btn.ghost.accent1:active,
button.ghost.accent1.active,
.btn.ghost.accent1.active {
  color: #fff;
  background: #bc3131;
  border-color: #bc3131;
}
button.ghost.accent2,
.btn.ghost.accent2 {
  color: #776bbe;
  background: transparent;
  border-color: #776bbe;
}
button.ghost.accent2:hover,
.btn.ghost.accent2:hover {
  color: #fff;
  background: #776bbe;
  border-color: #776bbe;
}
button.ghost.accent2:active,
.btn.ghost.accent2:active,
button.ghost.accent2.active,
.btn.ghost.accent2.active {
  color: #fff;
  background: #594bab;
  border-color: #594bab;
}
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: #d14f4f;
  border-color: #d14f4f;
  color: #fff;
}
button.flat:hover,
.btn.flat:hover {
  background: #cc3b3b;
  border-color: #cc3b3b;
}
button.flat:active,
.btn.flat:active,
button.flat.active,
.btn.flat.active {
  background: #bc3131;
  border-color: #bc3131;
}
button.flat.accent1,
.btn.flat.accent1 {
  background: #d14f4f;
  border-color: #d14f4f;
}
button.flat.accent1:hover,
.btn.flat.accent1:hover {
  background: #cc3b3b;
  border-color: #cc3b3b;
}
button.flat.accent1:active,
.btn.flat.accent1:active,
button.flat.accent1.active,
.btn.flat.accent1.active {
  background: #bc3131;
  border-color: #bc3131;
}
button.flat.accent2,
.btn.flat.accent2 {
  background: #776bbe;
  border-color: #776bbe;
}
button.flat.accent2:hover,
.btn.flat.accent2:hover {
  background: #6759b6;
  border-color: #6759b6;
}
button.flat.accent2:active,
.btn.flat.accent2:active,
button.flat.accent2.active,
.btn.flat.accent2.active {
  background: #594bab;
  border-color: #594bab;
}
button.accent1,
.btn.accent1 {
  background: #d14f4f;
  color: #fff;
  border-color: #bc3131;
  border-bottom-color: #a82c2c;
}
button.accent1:hover,
.btn.accent1:hover {
  background: #cc3b3b;
  border-bottom-color: #932727;
}
button.accent1:active,
.btn.accent1:active,
button.accent1.active,
.btn.accent1.active {
  background: #bc3131;
}
button.accent2,
.btn.accent2 {
  background: #776bbe;
  color: #fff;
  border-color: #594bab;
  border-bottom-color: #504399;
}
button.accent2:hover,
.btn.accent2:hover {
  background: #6759b6;
  border-bottom-color: #463c87;
}
button.accent2:active,
.btn.accent2:active,
button.accent2.active,
.btn.accent2.active {
  background: #594bab;
}
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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.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: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-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);
  }
}
.topheader {
  background: transparent;
  position: relative;
  z-index: 1000;
  height: 50px;
  pointer-events: none;
}
.topheader-logo,
.topheader-social {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .topheader {
    position: absolute;
  }
}
.map-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
}
.map-filter {
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
          box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  min-height: 45px;
}
@media screen and (max-width: 374px) {
  .map-filter {
    min-height: 40px;
  }
  .map-filter .btn {
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 375px) {
  .map-filter {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 768px) {
  .map-sidebar {
    position: absolute;
    display: block;
    right: auto;
    top: 50px;
    background: #fff;
    height: auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
            box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    width: 330px;
  }
  .map-filter {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    background-color: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .map-sidebar {
    width: 350px;
  }
  .map-filter {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1600px) {
  .map-sidebar {
    left: 20px;
    width: 360px;
  }
  .map-filter {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1800px) {
  .map-sidebar {
    left: 30px;
  }
}
.map-outer-wrapper {
  position: relative;
}
.maplogo {
  text-align: center;
  padding: 0.5em;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: inline-block;
}
.maplogo:hover {
  border-color: #ddd;
}
.maplogo img {
  width: 150px;
  height: auto;
}
.maplogo-label {
  display: block;
  font-size: 1.1rem;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.map-infobtn {
  position: absolute;
  right: 0.5em;
  bottom: 2em;
  z-index: 800;
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 1.2rem;
}
.top-wrapper .map-widget {
  margin-top: -50px;
}
.top-wrapper .map {
  height: 60vh;
}
.top-wrapper .map:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  pointer-events: none;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.05)), to(rgba(0,0,0,0)));
  background: linear-gradient(to top, rgba(0,0,0,0.05), rgba(0,0,0,0));
  z-index: 900;
}
.coronaapp-wrapper .leaflet-control-attribution {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.coronaapp-wrapper .leaflet-control-attribution a {
  color: #4c80bc;
}
.coronaapp-wrapper .leaflet-control-attribution a:hover {
  border: none;
}
.coronaapp-wrapper .leaflet-container .leaflet-control-attribution {
  background: none;
  text-align: right;
  line-height: 1.2;
}
.coronaapp-wrapper .leaflet-control {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.coronaapp-wrapper .leaflet-control-zoom {
  display: none;
}
.coronaapp-wrapper .maplogo {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 900;
  border: none;
  background: rgba(255,255,255,0.9);
  line-height: 1;
  padding: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.coronaapp-wrapper .maplogo-label {
  display: none;
}
.coronaapp-wrapper .maplogo img {
  width: 80px;
  line-height: 0;
}
.corona-circle {
  stroke: #d14f69;
  stroke-width: 0;
  fill-opacity: 0.8;
  fill: #d14f69;
}
.corona-circle:hover {
  stroke-width: 2;
}
.corona-circle--resolved {
  stroke: #81ffca;
}
.corona-circle--resolved-black {
  stroke: #30242d;
}
.corona-circle--recovered {
  fill: #81ffca;
  fill-opacity: 0.8;
  pointer-events: none !important;
}
.corona-circle--death {
  fill: #30242d;
  fill-opacity: 0.8;
  pointer-events: none !important;
}
.corona-circle--hidden {
  display: none;
}
@media screen and (min-width: 375px) {
  .top-wrapper .map {
    height: 65vh;
  }
}
@media screen and (min-width: 400px) {
  .coronaapp-wrapper .maplogo img {
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .top-wrapper .map-widget {
    margin-top: 0;
  }
  .top-wrapper .map {
    height: 85vh;
  }
  .coronaapp-wrapper .leaflet-control-zoom {
    display: block;
  }
  .coronaapp-wrapper .leaflet-container .leaflet-control-attribution {
    max-width: 20em;
    padding-bottom: 0.15em;
  }
  .coronaapp-wrapper .maplogo {
    top: 50px;
    right: 15px;
    bottom: auto;
    left: auto;
    padding: 0.5em 0.25em 0.75em;
  }
  .coronaapp-wrapper .maplogo-label {
    display: block;
  }
  .coronaapp-wrapper .maplogo img {
    width: 150px;
  }
  .coronaapp-wrapper .maplogo:hover {
    border: none;
  }
}
@media screen and (min-width: 769px) {
  .top-wrapper .map {
    height: 90vh;
  }
  .map-infobtn {
    right: auto;
    left: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .coronaapp-wrapper .leaflet-container .leaflet-control-attribution {
    max-width: none;
  }
}
@media screen and (min-width: 1100px) {
  .map-infobtn {
    bottom: -2.25em;
    right: 1em;
    left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .top-wrapper .map {
    height: 87vh;
  }
}
@media screen and (min-width: 1400px) {
  .top-wrapper .map {
    height: 85vh;
  }
}
@media screen and (min-width: 1800px) {
  .top-wrapper .map {
    height: 80vh;
  }
}
.map-widget .tooltip-wrapper {
  border-left: 0;
  min-width: 8em;
  z-index: 1100;
}
.map-widget .tooltip-wrapper .close {
  margin: 0;
  top: -1.5em;
}
.map-widget .tooltip-header {
  background: none;
  padding: 10px 15px 5px;
}
.map-widget .tooltip-subtitle {
  font-size: 1.2rem;
}
.map-widget .tooltip-body {
  background: none;
  padding: 0 15px 8px;
  display: block;
}
.map-widget .tooltip-text {
  font-size: 1.2rem;
  max-width: 12em;
  color: #777;
}
.map-widget .tooltip-text2 {
  font-size: 1.2rem;
  max-width: 15em;
  color: #222;
}
.map-widget .tooltip-text2-confirmed {
  color: #d14f69;
}
.map-widget .tooltip-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.map-widget .tooltip-item {
  padding: 5px;
  border-radius: 2px;
  margin-right: 5px;
  background-color: rgba(209,79,105,0.2);
  color: #d14f69;
  font-weight: 700;
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.map-widget .tooltip-item--recovered {
  background-color: rgba(129,255,202,0.2);
  color: #108d90;
}
.map-widget .tooltip-item--death {
  background-color: rgba(48,36,45,0.2);
  color: #30242d;
}
.map-widget .tooltip-timestamp {
  padding: 4px 15px;
  font-size: 1.2rem;
  color: #9a9a9a;
  background: rgba(0,0,0,0.025);
}
.cases-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cases-display .cases-item {
  text-align: center;
  padding: 0.5em 0.25em;
  background-color: rgba(209,79,105,0.2);
  color: #d14f69;
  width: 32.5%;
  border-radius: 4px;
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
.cases-display .cases-item--recovered {
  background-color: rgba(129,255,202,0.3);
  color: #108d90;
}
.cases-display .cases-item--deaths {
  background-color: rgba(48,36,45,0.15);
  color: #30242d;
}
.cases-display .cases-number {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.cases-display-header {
  margin-bottom: 0.75em;
}
.cases-display-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
.cases-display-timestamp {
  color: #b86b4a;
  background-color: #fff4da;
  padding: 0 0.35em 0 0.25em;
  border-radius: 4px;
  margin-top: 0.25em;
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
}
.cases-display-timestamp strong {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 0.01em;
}
.cases-display--minimal .cases-label {
  display: none;
}
.cases-display--minimal .cases-number {
  font-size: 1em !important;
}
.cases-footer {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin-top: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cases-infobtn {
  margin-left: auto;
}
.cases-annotation {
  color: #108d90;
}
.is-historical .cases-display-timestamp {
  background-color: #f9f9f9;
  color: #9a9a9a;
}
@media screen and (min-width: 375px) {
  .cases-display .cases-number {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 400px) {
  .cases-display-title {
    font-size: 2rem;
  }
  .cases-display .cases-number {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .cases-display-title {
    font-size: 1.7rem;
  }
  .cases-display .cases-number {
    font-size: 2.1rem;
  }
  .cases-annotation {
    text-align: right;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .cases-display-wrapper {
    padding-bottom: 0;
  }
  .cases-display-header {
    margin-bottom: 5px;
  }
  .cases-display .cases-item {
    padding: 0.5em 0.25em 0.35em;
  }
  .cases-display .cases-label {
    font-size: 1.2rem;
  }
  .cases-footer {
    margin-top: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .cases-display-wrapper {
    padding-bottom: 5px !important;
  }
  .cases-footer {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1400px) {
  .cases-display-header {
    margin-bottom: 10px;
  }
  .cases-display .cases-item {
    padding: 0.5em 0.25em;
  }
  .cases-display .cases-number {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .cases-display .cases-label {
    font-size: 1.3rem;
  }
}
.coronaapp-wrapper .cases-table {
  margin: 0 auto;
  position: relative;
  min-height: 100px;
}
.cases-table .table-sort-header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cases-table .table-sort-header .icon {
  font-size: 0.7em;
  opacity: 0.3;
}
.cases-table .table-sort-header:hover {
  opacity: 0.8;
}
.cases-table .table-sort-header.is-active {
  font-weight: bold;
}
.cases-table .table-sort-header.is-active .icon {
  opacity: 1;
}
.cases-table .table-sort-header.is-active.asc .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cases-table .table-sort-label {
  display: none;
}
.cases-table .rc-table {
  font-size: 1em;
}
.cases-table .rc-table th {
  padding: 0.25em 0.25em;
  font-weight: 400;
  color: #222;
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cases-table .rc-table th:first-of-type {
  font-weight: 700;
}
.cases-table .rc-table tr:first-of-type td {
  padding-top: 0.5em;
}
.cases-table .rc-table td {
  padding: 0.25em 0.25em;
  white-space: normal;
  line-height: 1.25;
}
.cases-table .confirmed {
  font-weight: 700;
  color: #d14f69;
  text-align: right;
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cases-table .recovered {
  color: #108d90;
  text-align: right;
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cases-table .deaths {
  color: #30242d;
  text-align: right;
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cases-table .change {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #d14f69;
  text-align: right;
}
.cases-table .bar {
  width: 20%;
}
.cases-table .trend {
  text-align: center;
  width: 25%;
}
.cases-table td.trend {
  line-height: 1;
  padding-left: 0.75em;
}
.cases-table th.trend {
  padding-left: 0.75em;
}
.cases-table .doubling {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #777;
  text-align: right;
}
.cases-table th.doubling {
  color: transparent;
  position: relative;
}
.cases-table th.doubling:before {
  opacity: 1;
  content: '2×';
  position: absolute;
  right: 0;
  bottom: 0.25em;
  border: 1px solid #ddd;
  line-height: 1.2;
  padding: 0 0.1em 0 0.2em;
  border-radius: 0.25em;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #9a9a9a;
}
.cases-table .fnktable__cell-trend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.55em;
  color: #fff;
  width: 3.5em;
  background: #efa8b6;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.cases-table .fnktable__cell-trend .icon {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  font-size: 0.9em;
}
.cases-table .fnktable__cell-trend.trend-up {
  background: #d14f69;
}
.cases-table .fnktable__cell-trend.trend-up .icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cases-table .fnktable__cell-trend.trend-down {
  background: #108d90;
}
.cases-table .fnktable__cell-trend.trend-down .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cases-table .fnktable__cell-trend.trend-zero,
.cases-table .fnktable__cell-trend.trend-almost-zero {
  background: #81ffca;
}
.cases-table .fnktable__cell-trend.trend-zero .icon,
.cases-table .fnktable__cell-trend.trend-almost-zero .icon {
  display: none;
}
.cases-table .fnktable__cell-trend.trend-zero:before,
.cases-table .fnktable__cell-trend.trend-almost-zero:before {
  content: '•';
  color: #108d90;
  font-size: 1.5em;
  line-height: 0.66em;
  position: relative;
  top: 0.05em;
}
.cases-table .fnktable__cell-trend.trend-almost-zero {
  background: #ddd;
}
.cases-table .fnktable__cell-trend.trend-almost-zero:before {
  color: #9a9a9a;
}
.cases-table .fnktable__expand {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cases-table .table-sort-label {
    display: inline;
  }
  .coronaapp-wrapper .cases-table.all {
    margin: 0;
    font-size: 1.2rem;
  }
  .cases-table.all .rc-table-body {
    max-height: calc(85vh - 505px);
    overflow: auto;
    border-bottom: 1px solid #ddd;
  }
  .cases-table.all .fnktable__expand {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .cases-table.all .rc-table-body {
    max-height: calc(90vh - 420px);
  }
  .cases-table.all.expanded .rc-table-body {
    max-height: calc(90vh - 388px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1599px) {
  .cases-table.all .fnktable__expand {
    padding: 0.35em 1.5em;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .cases-table.all .rc-table-body {
    max-height: calc(87vh - 443px);
  }
  .cases-table.all.expanded .rc-table-body {
    max-height: calc(87vh - 410px);
  }
}
@media screen and (min-width: 1200px) {
  .cases-table.all .rc-table-body {
    max-height: calc(87vh - 461px);
  }
  .cases-table.all.expanded .rc-table-body {
    max-height: calc(87vh - 427px);
  }
}
@media screen and (min-width: 1400px) {
  .cases-table.all .rc-table-body {
    max-height: calc(85vh - 503px);
  }
  .cases-table.all.expanded .rc-table-body {
    max-height: calc(85vh - 471px);
  }
}
@media screen and (min-width: 1600px) {
  .cases-table.all .rc-table-body {
    max-height: calc(85vh - 571px);
  }
  .cases-table.all.expanded .rc-table-body {
    max-height: calc(85vh - 527px);
  }
}
@media screen and (min-width: 1800px) {
  .cases-table.all .rc-table-body {
    max-height: calc(80vh - 592px);
  }
  .cases-table.all.expanded .rc-table-body {
    max-height: calc(80vh - 548px);
  }
}
@media screen and (min-width: 2000px) {
  .cases-table.all .rc-table-body {
    max-height: calc(80vh - 613px);
  }
  .cases-table.all.expanded .rc-table-body {
    max-height: calc(80vh - 569px);
  }
}
.footer {
  background-color: #f9f9f9;
  padding-top: 15px;
  position: relative;
}
.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  pointer-events: none;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.05)), to(rgba(0,0,0,0)));
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0));
}
.footer .footer__top {
  line-height: 1.4;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer .ad {
  display: block;
}
.footer .ad #pos2 > *:before {
  content: 'Anzeige';
  color: #a3a3a3;
  font-size: 1.1rem;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  margin: 20px auto 5px;
}
.footer .ad #pos2 > *:after {
  content: '';
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
  .footer .ad {
    margin-left: -5px;
  }
}
@media screen and (min-width: 400px) {
  .footer .footer__top {
    font-size: 1.4rem;
  }
  .footer .ad #pos2 > *:before {
    margin-top: 30px;
  }
  .footer .ad #pos2 > *:after {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.slider-wrapper {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 600px;
}
.slider-wrapper .slider-inner-wrapper {
  background: rgba(255,255,255,0.9);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
          box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.slider-wrapper .rc-slider-tooltip {
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.slider-wrapper .rc-slider-tooltip-inner {
  white-space: nowrap;
  padding: 6px 4px;
}
.slider-wrapper .rc-slider-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px 5px 5px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-wrapper .slider.rc-slider {
  padding: 15px 0 30px;
  margin-right: 20px;
}
.slider-wrapper .slider.rc-slider:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff4da;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 2px;
  left: 100%;
}
.slider-wrapper .slider.rc-slider .rc-slider-handle {
  margin-left: 0;
}
.slider-wrapper .slider.rc-slider .rc-slider-handle,
.slider-wrapper .slider.rc-slider .rc-slider-handle:focus {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15), 0 0 1px 3px rgba(255,209,105,0.5);
          box-shadow: 0 1px 3px rgba(0,0,0,0.15), 0 0 1px 3px rgba(255,209,105,0.5);
}
.slider-wrapper .slider.rc-slider .rc-slider-handle:hover {
  background-color: #f9f9f9;
}
.slider-wrapper .slider.rc-slider .rc-slider-handle:after,
.slider-wrapper .slider.rc-slider .rc-slider-handle:before {
  content: '';
  width: 1px;
  height: 11px;
  background: #ddd;
  position: absolute;
  left: 50%;
  top: 9px;
}
.slider-wrapper .slider.rc-slider .rc-slider-handle:before {
  margin-left: -1px;
}
.slider-wrapper .slider.rc-slider .rc-slider-handle:after {
  margin-left: 1px;
}
.slider-wrapper .slider.rc-slider .rc-slider-rail {
  background: #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15) inset;
          box-shadow: 0 1px 3px rgba(0,0,0,0.15) inset;
}
.slider-wrapper .slider.rc-slider .rc-slider-track {
  background-color: transparent;
}
.slider-wrapper .slider.rc-slider .rc-slider-dot,
.slider-wrapper .slider.rc-slider .rc-slider-dot-active {
  background: transparent;
  border-color: transparent;
}
.slider-wrapper .slider.rc-slider .rc-slider-dot:after {
  content: '';
  height: 4px;
  width: 1px;
  background: #ddd;
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
}
.slider-wrapper .slider.rc-slider .rc-slider-dot:last-of-type {
  background: #fff;
  border-color: #ddd;
}
.slider-wrapper .slider.rc-slider .rc-slider-mark-text {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  color: #777;
  white-space: nowrap;
  top: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider-wrapper .slider.rc-slider .rc-slider-mark-text:last-of-type {
  font-weight: 700;
  color: #b86b4a;
}
.slider-wrapper .slider.rc-slider .rc-slider-tooltip {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.slider-wrapper .slider.rc-slider .rc-slider-tooltip-inner {
  background-color: rgba(34,34,34,0.7);
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px;
}
.slider-wrapper .slider.rc-slider .rc-slider-tooltip-arrow {
  border-top-color: rgba(34,34,34,0.7);
}
.is-historical .slider-wrapper .slider.rc-slider .rc-slider-handle {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
          box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.slider-controls {
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ddd;
}
.slider-controls .slider-control {
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
}
.slider-controls .slider-control[disabled] {
  opacity: 0.7;
  color: #9a9a9a;
}
.slider-controls .slider-control.slider-prev {
  margin-right: 5px;
}
.slider-controls .slider-control.slider-prev .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.slider-controls .slider-control.slider-next .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 375px) {
  .slider-controls .slider-control {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 400px) {
  .slider-wrapper .rc-slider-wrapper {
    padding: 8px 10px 8px 25px;
  }
  .slider-controls {
    padding: 5px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider-controls .slider-control.slider-prev {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .slider-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    bottom: 0;
    margin-top: -10px;
    max-width: 500px;
  }
  .slider-wrapper .slider-inner-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #fff;
  }
  .slider-wrapper.is-expanded .slider-expander {
    display: none;
  }
  .slider-wrapper .slider.rc-slider .rc-slider-tooltip-inner {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .slider-wrapper {
    margin-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    margin-left: 355px;
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
}
@media screen and (min-width: 1100px) {
  .slider-wrapper {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    left: 360px;
    width: 100%;
    max-width: 550px;
  }
  .slider-wrapper .slider-inner-wrapper {
    background: rgba(255,255,255,0.9);
  }
}
@media screen and (min-width: 1280px) {
  .slider-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1800px) {
  .slider-wrapper {
    max-width: 600px;
  }
}
.ticker-wrapper {
  margin-top: 0.5em;
}
.ticker-title {
  font-weight: 700;
  padding-bottom: 0.5em;
}
.ticker-timestamp {
  color: #9a9a9a;
  border-top: 1px solid #ddd;
  padding-top: 0.5em;
}
.ticker-headline {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0.25em 0;
}
.ticker-headline a:link,
.ticker-headline a:visited {
  color: inherit;
}
.ticker-headline a:hover {
  color: #4c80bc;
}
.ticker-text {
  font-family: Georgia, serif;
  color: #5a5a5a;
  border-bottom: 1px solid #ddd;
  margin-top: 0.5em;
  padding-bottom: 1em;
  margin-bottom: 0.6em;
}
.ticker-link {
  font-weight: 700;
  line-height: 1.4;
}
.ticker-link .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0.25em;
}
.ticker-teaser {
  line-height: 1.3;
  padding-top: 1em;
  margin-top: 0.6em;
  border-top: 1px solid #ddd;
  padding-left: 4em;
  position: relative;
  line-height: 1.35;
}
.ticker-teaser .icon-marker-hospital {
  position: absolute;
  font-size: 2.5em;
  color: #d14f69;
  left: 0;
}
.ticker-teaser .important {
  color: #d14f69;
}
.ticker-teaser .icon-arrow-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.25em;
}
.ticker-teaser a {
  font-weight: 700;
}
.section-regio .ticker-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 375px) {
  .ticker-wrapper {
    font-size: 1.4rem;
  }
  .ticker-headline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 375px) {
  .section-regio .ticker-wrapper {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ticker-wrapper {
    margin-top: 0.75em;
  }
  .ticker-timestamp {
    padding-top: 0.75em;
  }
  .ticker-headline {
    font-size: 2.2rem;
  }
  .ticker-text,
  .ticker-link,
  .ticker-teaser {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .section-news .ticker-wrapper {
    margin-top: 0;
  }
  .section-news .ticker-timestamp {
    border-top-width: 0;
    padding-top: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.section-regio .cases-table {
  margin-top: 20px;
}
.section-regio .section-headline {
  margin-bottom: 0.75em;
}
.regio-map {
  position: relative;
}
.regio-map .map {
  height: 90vw;
  max-height: 450px;
  background: #fff;
}
.regio-map .maptoggle {
  margin: 0;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
}
.regio-map-intro {
  margin: 1em 0;
  line-height: 1.4;
  max-width: 25em;
}
.regio-map-intro .confirmed,
.regio-map-intro .recovered,
.regio-map-intro .deaths {
  display: inline-block;
  border-radius: 0.15em;
  padding: 0 0.15em;
}
.regio-map-source {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #777;
}
.regio-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 0.35em 0.3em 0.45em;
  margin-left: -0.3em;
}
.regio-select:after {
  content: 'Bundesland wählen';
  position: absolute;
  font-size: 1.1rem;
  line-height: 1.2;
  bottom: -0.6em;
  color: #9a9a9a;
  font-weight: 400;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff;
}
.regio-select:hover {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.regio-select:hover .icon {
  color: #222;
  -webkit-animation: none;
          animation: none;
}
.regio-select .select {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  z-index: 100;
  font-size: 16px;
  cursor: pointer;
}
.regio-select .icon {
  font-size: 0.6em;
  margin: 0 0.5em;
  color: #9a9a9a;
  -webkit-animation: pulse 1s infinite alternate;
          animation: pulse 1s infinite alternate;
}
@media screen and (min-width: 768px) {
  .section-regio .section-header {
    font-size: 1.4rem;
  }
  .regio-map .map {
    height: 450px;
  }
  .regio-map .maptoggle {
    bottom: 20px;
    left: 5px;
  }
}
@media screen and (max-width: 960px) {
  .regio-map .leaflet-bottom .leaflet-control-zoom {
    bottom: 60px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .section-regio .cases-table {
    margin-top: 30px;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 100;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 100;
  }
}
.below-wrapper {
  background: #f9f9f9;
}
.below-wrapper .section {
  padding: 30px 0;
  margin: 0 auto 12px;
  position: relative;
  background: #fff;
}
.below-wrapper .section.is-loading {
  min-height: 300px;
}
.below-wrapper .section:first-of-type {
  margin-top: 12px;
}
.below-wrapper .section:first-of-type:before {
  display: none;
}
.below-wrapper .section:last-of-type {
  margin-bottom: 0;
}
.below-wrapper .section:last-of-type:after {
  display: none;
}
.below-wrapper .section:after {
  content: '';
  display: block;
  position: absolute;
  height: 12px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.05)), color-stop(50%, rgba(0,0,0,0)));
  background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0) 50%);
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.below-wrapper .section:before {
  content: '';
  display: block;
  position: absolute;
  height: 12px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.05)), color-stop(50%, rgba(0,0,0,0)));
  background: linear-gradient(0deg, rgba(0,0,0,0.05), rgba(0,0,0,0) 50%);
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.below-wrapper .section-header,
.below-wrapper .section-body {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 640px;
}
.below-wrapper .section-headline {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 375px) {
  .below-wrapper .section-body,
  .below-wrapper .section-header {
    padding: 0 7%;
  }
  .below-wrapper .section-headline {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .below-wrapper .section:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .below-wrapper .section-body {
    padding: 0 60px;
  }
  .below-wrapper .section-header {
    padding: 0;
    width: 17.5%;
    margin: 0 0 0 3%;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .below-wrapper .section-body {
    max-width: 760px;
  }
  .below-wrapper .section-headline {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .below-wrapper .section {
    padding: 40px 0;
  }
  .below-wrapper .section-header {
    margin-left: 7%;
  }
  .below-wrapper .section-headline {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1800px) {
  .below-wrapper .section {
    padding: 50px 0;
  }
  .below-wrapper .section-header {
    margin-left: 10%;
    width: 15%;
  }
  .below-wrapper .section-headline {
    font-size: 3rem;
  }
}
@media screen and (min-width: 2000px) {
  .below-wrapper .section {
    padding: 60px 0;
  }
}
.ad {
  padding: 0;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ad.has-ad {
  padding: 20px 0;
}
.ad.has-ad:before {
  content: 'Anzeige';
  color: #666;
  font-size: 9px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  margin: 0 auto 5px;
  width: 300px;
  line-height: 1;
}
.ad .adframe {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 1px;
  border-width: 0;
  margin: 0px auto;
}
.ad.ad-top {
  padding: 10px 0;
}
.footer .ad {
  background: transparent;
}
@media screen and (min-width: 400px) {
  .ad.has-ad {
    padding: 25px 0;
  }
  .ad.ad-top {
    padding: 15px 0;
  }
}
.spinner {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25px;
}
.scroll-link {
  color: #4c80bc;
  background: rgba(224,233,244,0.9);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
          box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  padding: 0.5em 0.75em;
  font-size: 1.1rem;
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-weight: 700;
  z-index: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scroll-link:hover {
  border: none;
  background: rgba(206,220,237,0.9);
}
.scroll-link:hover .scroll-link-text strong {
  border-bottom: 1px solid #4c80bc;
}
.scroll-link-text {
  max-width: 4em;
}
.scroll-link .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 0.25em;
}
.scroll-link-up .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.slider-wrapper .scroll-link {
  position: relative;
  bottom: auto;
  left: auto;
  margin-left: 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
          box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  background: #e0e9f4;
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: 1.1rem;
}
.slider-wrapper .scroll-link:hover {
  background: #cedced;
}
.section-regio .scroll-link {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 0;
  left: auto;
  bottom: 0;
  padding: 0.75em;
  min-height: 34px;
}
.section-regio .section-header .scroll-link {
  position: relative;
  bottom: auto;
  left: auto;
  left: 0;
  right: 0;
  margin-top: 40px;
}
.section-regio .scroll-link-text {
  max-width: 100%;
}
@media screen and (min-width: 375px) {
  .scroll-link {
    left: 7%;
  }
}
@media screen and (min-width: 400px) {
  .scroll-link {
    font-size: 1.2rem;
    padding: 0.75em;
  }
}
@media screen and (min-width: 640px) {
  .scroll-link {
    left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .regio-map .scroll-link {
    right: 5px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .slider-wrapper .scroll-link {
    background: rgba(224,233,244,0.9);
  }
  .slider-wrapper .scroll-link:hover {
    border: none;
    background: rgba(206,220,237,0.9);
  }
}
.detail-switch-wrapper {
  margin: 0 auto 5px;
  max-width: 640px;
}
.detail-switch-wrapper .detail-switch:focus {
  -webkit-box-shadow: 0 0 0 1px #9a9a9a;
          box-shadow: 0 0 0 1px #9a9a9a;
}
.detail-switch-wrapper-inner {
  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;
  background-color: #f5f5f5;
  padding: 0.5em 20px;
  color: #9a9a9a;
  font-weight: 700;
}
.detail-switch-label {
  cursor: pointer;
  position: relative;
}
.detail-switch-label-left {
  margin-right: 1em;
  color: #222;
  text-align: right;
}
.detail-switch-label-right {
  text-align: left;
  margin-left: 1em;
}
.detail-switch-label .trend-summary {
  font-size: 6px;
  display: block;
  position: absolute;
  right: -25px;
  top: -1px;
}
.detail-widget.is-trend-view .detail-switch-label-left {
  color: #9a9a9a;
}
.detail-widget.is-trend-view .detail-switch-label-right {
  color: #222;
}
.detail-widget.is-trend-view .detail-switch-label .trend-summary {
  display: none;
}
.detail-widget.is-initial .detail-switch-label-right {
  position: relative;
}
.detail-widget.is-initial .detail-switch-label-right:after {
  content: 'zum Feature';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1.7em;
  font-size: 1.1rem;
  padding: 0 0.5em;
  border-radius: 0.25em;
  color: #fff;
  background: #776bbe;
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-animation: new 1s 20 alternate, fadeNew 1.5s 16s forwards;
          animation: new 1s 20 alternate, fadeNew 1.5s 16s forwards;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.layout-content-width {
  padding: 15px;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .layout-content-width {
    padding: 20px 7%;
  }
}
@media screen and (min-width: 640px) {
  .detail-switch-wrapper {
    padding: 0 7%;
  }
  .detail-switch-wrapper-inner {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .detail-switch-wrapper {
    padding: 0;
  }
  .detail-switch-wrapper-inner {
    padding: 0.25em 15px;
  }
  .detail-widget .layout-content-width {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .detail-switch-wrapper {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .detail-switch-wrapper-inner {
    padding: 0.1em 15px;
  }
}
@media screen and (min-width: 1400px) {
  .detail-switch-wrapper {
    margin-bottom: 5px;
  }
  .detail-widget .layout-content-width {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1600px) {
  .detail-widget .layout-content-width {
    padding: 15px 20px;
  }
}
@-webkit-keyframes new {
  0% {
    background-color: #776bbe;
  }
  100% {
    background-color: #988ece;
  }
}
@keyframes new {
  0% {
    background-color: #776bbe;
  }
  100% {
    background-color: #988ece;
  }
}
@-webkit-keyframes fadeNew {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(-0.5em);
            transform: scale(0.7) translateY(-0.5em);
  }
}
@keyframes fadeNew {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(-0.5em);
            transform: scale(0.7) translateY(-0.5em);
  }
}
.chart {
  border-radius: 4px;
  position: relative;
  padding-bottom: 0;
}
.chart svg text {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.chart .rv-xy-plot__axis__tick__text {
  stroke: none;
  fill: #777;
}
.chart .rv-xy-plot__axis__line,
.chart .rv-xy-plot__axis__tick__line {
  stroke-width: 1;
  shape-rendering: crispEdges;
  stroke: #ccc;
}
@media screen and (min-width: 768px) {
  .detail-widget .chart {
    padding-bottom: 0;
  }
}
.trend-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trend-chart .trend-bar rect {
  shape-rendering: crispEdges;
}
.trend-chart .trend-bar-tips rect {
  shape-rendering: crispEdges;
}
.trend-chart .trend-background rect {
  shape-rendering: crispEdges;
}
.trend-chart .trend-background-label {
  font-size: 1.1rem;
  fill: #777;
}
.trend-summary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5em;
}
.trend-summary-indicator {
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2em;
  background: #efa8b6;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.trend-summary-indicator .icon {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.trend-summary.trend-up .trend-summary-indicator {
  background: #d14f69;
}
.trend-summary.trend-up .trend-summary-indicator .icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trend-summary.trend-down .trend-summary-indicator {
  background: #108d90;
}
.trend-summary.trend-down .trend-summary-indicator .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.trend-summary.trend-zero .trend-summary-indicator,
.trend-summary.trend-almost-zero .trend-summary-indicator {
  background: #81ffca;
}
.trend-summary.trend-zero .trend-summary-indicator .icon,
.trend-summary.trend-almost-zero .trend-summary-indicator .icon {
  display: none;
}
.trend-summary.trend-zero .trend-summary-indicator:before,
.trend-summary.trend-almost-zero .trend-summary-indicator:before {
  content: '•';
  color: #108d90;
  font-size: 1.5em;
  line-height: 0.66em;
  top: 0.05em;
  position: relative;
}
.trend-summary.trend-almost-zero .trend-summary-indicator {
  background: #ddd;
}
.trend-summary.trend-almost-zero .trend-summary-indicator:before {
  color: #9a9a9a;
}
.trend-summary-description {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0.75em;
  text-align: center;
  min-height: 7em;
}
.trend-summary-description .doubling {
  display: block;
  color: #777;
  margin-top: 0.75em;
}
.trend-summary-description .doubling-symbol {
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 1;
  padding: 0 0.1em 0 0.2em;
  border-radius: 0.25em;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #9a9a9a;
  margin-right: 0.1em;
}
@media screen and (min-width: 375px) {
  .trend-summary-description {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 400px) {
  .trend-summary {
    padding-left: 1em;
  }
  .trend-summary-description {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .trend-summary {
    padding-left: 0.5em;
  }
  .trend-summary-indicator {
    font-size: 1.6em;
  }
  .trend-summary-description {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .trend-summary-indicator {
    font-size: 1.4em;
  }
  .trend-summary-description {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .trend-summary-indicator {
    font-size: 1.3em;
  }
  .trend-summary-description {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .trend-summary-indicator {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1600px) {
  .trend-summary-indicator {
    font-size: 1.8em;
  }
  .trend-summary-description {
    font-size: inherit;
  }
}
@media screen and (min-width: 1800px) {
  .trend-summary-indicator {
    font-size: 2em;
  }
}
.cases-chart .rv-xy-plot__axis--vertical .rv-xy-plot__axis__tick__text {
  text-anchor: start;
}
.cases-chart .rv-xy-plot__axis--horizontal .rv-xy-plot__axis__tick:first-child .rv-xy-plot__axis__tick__text {
  text-anchor: start;
}
.cases-chart .rv-xy-plot__axis--horizontal .rv-xy-plot__axis__tick:last-child .rv-xy-plot__axis__tick__text {
  text-anchor: end;
}
.heatmap-wrapper {
  min-height: 400px;
}
.heatmap-wrapper .map {
  background: #fff;
  height: 450px;
}
@media screen and (min-width: 768px) {
  .heatmap-wrapper .map {
    height: 600px;
  }
}
.heatmap-legend {
  max-width: 350px;
  margin: 0 auto;
}
.heatmap-legend-title {
  font-weight: bold;
}
.heatmap-tooltip {
  width: 220px;
}
.heatmap-tooltip .tooltip-items {
  margin-left: -5px;
}
.heatmap-tooltip .tooltip-item-wrapper {
  width: 100%;
  padding: 5px;
}
.heatmap-tooltip .tooltip-item {
  width: 100%;
  text-align: center;
  padding: 5px;
}
.heatmap-tooltip .tooltip-value {
  text-align: center;
  width: 100%;
  padding: 0;
  line-height: 1.1;
  font-size: 21px;
}
.heatmap-tooltip .tooltip-label {
  color: #a3a3a3;
  text-align: center;
}
.top-wrapper {
  position: relative;
}
strong.confirmed {
  color: #d14f69;
  background-color: rgba(209,79,105,0.2);
}
strong.recovered {
  background-color: rgba(129,255,202,0.3);
  color: #108d90;
}
strong.deaths {
  color: #30242d;
  background-color: rgba(48,36,45,0.15);
}
sup {
  font-weight: 400;
}
.coronaapp-wrapper {
  min-height: 60vh;
}
@media screen and (min-width: 375px) {
  .coronaapp-wrapper {
    min-height: 65vh;
  }
}
@media screen and (min-width: 400px) {
  .intro {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .intro {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .mobile-only {
    display: none;
  }
  .coronaapp-wrapper {
    min-height: 85vh;
  }
}
@media screen and (min-width: 769px) {
  .coronaapp-wrapper {
    min-height: 90vh;
  }
}
@media screen and (min-width: 1200px) {
  .coronaapp-wrapper {
    min-height: 87vh;
  }
}
@media screen and (min-width: 1400px) {
  .coronaapp-wrapper {
    min-height: 85vh;
  }
}
@media screen and (min-width: 1800px) {
  .coronaapp-wrapper {
    min-height: 80vh;
  }
}

.switch-component {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 10px;
  margin: 8px 1px;
  background: #ddd;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
          box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.switch-component .switch-component-inner {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  left: 24px;
}
.switch-component:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  left: -1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #a3a3a3;
  border-radius: 50% 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
          box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  content: " ";
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: left  cubic-bezier(0.35, 0, 0.25, 1);
  transition: left  cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
          animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-animation-duration: ;
          animation-duration: ;
  -webkit-animation-name: rcSwitchOff;
          animation-name: rcSwitchOff;
}
.switch-component:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation-name: rcSwitchOn;
          animation-name: rcSwitchOn;
}
.switch-component:focus {
  -webkit-box-shadow: 0 0 0 2px #49bd72;
          box-shadow: 0 0 0 2px #49bd72;
  outline: none;
}
.switch-component.switch-component-checked .switch-component-inner {
  left: 6px;
}
.switch-component.switch-component-checked:after {
  right: -1px;
  left: auto;
}
.switch-component.switch-component-disabled {
  cursor: no-drop;
  background: #ccc;
  border-color: #ccc;
}
.switch-component.switch-component-disabled:after {
  background: #9a9a9a;
  -webkit-animation-name: none;
          animation-name: none;
  cursor: no-drop;
}
.switch-component.switch-component-disabled:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation-name: none;
          animation-name: none;
}
@-webkit-keyframes rcSwitchOn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes rcSwitchOn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes rcSwitchOff {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes rcSwitchOff {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.redfont {
  color: #dd4040;
}
.highlight-test {
  border: 2px solid #222;
}
.fnktable {
  margin: 30px 0;
}
.fnktable.colorscale td {
  border-bottom: none;
}
.fnktable.striped tr:nth-child(odd) {
  background: #f9f9f9;
}
.fnktable.striped tr:nth-child(odd):hover {
  background: #f9f9f9;
}
.fnktable.striped td {
  border-bottom: none;
}
.fnktable .rc-table {
  color: #222;
}
.fnktable .rc-table table {
  border-collapse: collapse;
}
.fnktable .rc-table tr {
  background: transparent;
}
.fnktable .rc-table .rc-table-thead tr,
.fnktable .rc-table .rc-table-thead th {
  background: none;
  border-bottom: 1px solid #ccc;
}
.fnktable .rc-table .rc-table-thead tr:hover {
  background: transparent;
}
.fnktable__cell-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fnktable__cell-rank-index {
  margin-right: 5px;
  font-weight: 700;
  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;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.fnktable__cell-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8px;
}
.fnktable__cell-barvis {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.fnktable__expand {
  margin: 20px auto;
}
.fnktable__source {
  margin-top: 20px;
  color: #777;
}

.slider.rc-slider {
  position: relative;
  padding: 13px 0 16px;
}
.slider.rc-slider .rc-slider-rail {
  background: #eee;
}
.slider.rc-slider .rc-slider-track {
  background-color: #83b0e5;
}
.slider.rc-slider .rc-slider-dot {
  border: 1px solid #ddd;
}
.slider.rc-slider .rc-slider-dot-active {
  border-color: #83b0e5;
  background-color: #a4c8f1;
}
.slider.rc-slider .rc-slider-handle {
  border: 1px solid #a3a3a3;
  border-color: #ccc #ccc #a3a3a3;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -13px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
          box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.slider.rc-slider .rc-slider-handle:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(131,176,229,0.5);
          box-shadow: 0 0 0 3px rgba(131,176,229,0.5);
}

.map {
  height: 700px;
}
.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: -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;
  line-height: 1;
  -webkit-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.15);
          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: 1000;
  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);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.maptoggle .icon {
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 1.5em;
  color: #9a9a9a;
}
@media screen and (min-width: 768px) {
  .maptoggle {
    top: 20px;
    right: 30px;
  }
}

.search__presets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.search__presets-label {
  margin-right: 5px;
}
.search__presets-list {
  display: -webkit-box;
  display: -ms-flexbox;
  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__input {
  font-size: 1em;
}
.react-select__wrap .react-select__value-container {
  font-size: 1em;
}
.react-select__wrap .react-select__placeholder {
  white-space: nowrap;
}
.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;
  height: 100%;
}
.react-select__wrap .btn-clear {
  border-radius: 50%;
  padding: 0.5em;
  margin: 0 8px;
  -webkit-box-shadow: none;
          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;
}

.legend {
  padding: 0 15px;
  margin: 10px auto;
  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;
  font-size: 1.2rem;
  width: 100%;
}
.legend__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0.5em;
}
.legend__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.8em;
}
.legend__label {
  font-weight: 700;
  color: #5a5a5a;
}
.legend__icon {
  font-size: 2.4em;
  margin-right: 0.25em;
}
@media screen and (min-width: 375px) {
  .legend {
    padding: 0 7%;
  }
}
@media screen and (min-width: 640px) {
  .legend {
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .legend {
    margin-bottom: 20px;
  }
}

.tooltip-wrapper {
  background: rgba(255,255,255,0.9);
  z-index: 600;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
          box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-left: 4px solid #fff;
  margin: 15px;
  border-radius: 3px;
}
.tooltip-wrapper.is-active {
  display: block;
}
.tooltip-header {
  padding: 1em 1em 0.5em;
}
.tooltip-title {
  font-weight: 700;
}
.tooltip-subtitle {
  color: #777;
}
.tooltip-body {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
}
.tooltip-body .icon {
  padding: 0 10px;
  font-size: 4rem;
  font-size: #777;
}
.tooltip-value {
  font-size: 3rem;
  font-weight: 900;
  width: 1.8em;
}
.tooltip-label {
  color: #777;
  line-height: 1.2;
  font-size: 1.2rem;
  max-width: 8em;
}
.tooltip-wrapper {
  position: absolute;
  bottom: auto;
  pointer-events: none;
  background: rgba(255,255,255,0.9);
  margin: 0;
}
.tooltip-wrapper button {
  pointer-events: initial;
}
.tooltip-wrapper.invert {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  margin-left: -20px;
}

.map-widget,
.map-wrapper {
  position: relative;
}
.map-widget .geocoder,
.map-wrapper .geocoder {
  max-width: 400px;
  margin: 15px;
}
html.fullscreen .intro .layout-full {
  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 .map-fullscreen,
html.fullscreen .map-widget,
html.fullscreen .map-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html.fullscreen .map-fullscreen .map,
html.fullscreen .map-widget .map,
html.fullscreen .map-wrapper .map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
html.fullscreen .map-fullscreen .legend {
  position: absolute;
  bottom: 10px;
  z-index: 500;
  margin: 0 auto;
  width: 100%;
  left: 15px;
  right: 15px;
  padding: 0;
}
html.fullscreen .map-fullscreen .geocoder {
  position: absolute;
  z-index: 500;
  margin: 0 auto;
  width: 100%;
  right: 15px;
  top: 15px;
}
html.fullscreen .map-fullscreen .tooltip-wrapper {
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  left: 15px;
  right: 15px;
}
@media screen and (min-width: 375px) {
  .map-widget .geocoder {
    margin: 15px 7%;
  }
}
@media screen and (min-width: 500px) {
  .map-widget .geocoder {
    margin: 15px auto;
  }
}
@media screen and (min-width: 640px) {
  html.fullscreen .map-wrapper .tooltip-wrapper {
    bottom: auto;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .map-widget .geocoder {
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 500;
    width: 280px;
    padding: 0;
  }
}

.choropleth-layer {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.map-widget,
.map-wrapper {
  position: relative;
}
.map-widget .geocoder,
.map-wrapper .geocoder {
  max-width: 400px;
  margin: 15px;
}
html.fullscreen .intro .layout-full {
  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 .map-fullscreen,
html.fullscreen .map-widget,
html.fullscreen .map-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html.fullscreen .map-fullscreen .map,
html.fullscreen .map-widget .map,
html.fullscreen .map-wrapper .map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
html.fullscreen .map-fullscreen .legend {
  position: absolute;
  bottom: 10px;
  z-index: 500;
  margin: 0 auto;
  width: 100%;
  left: 15px;
  right: 15px;
  padding: 0;
}
html.fullscreen .map-fullscreen .geocoder {
  position: absolute;
  z-index: 500;
  margin: 0 auto;
  width: 100%;
  right: 15px;
  top: 15px;
}
html.fullscreen .map-fullscreen .tooltip-wrapper {
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  left: 15px;
  right: 15px;
}
@media screen and (min-width: 375px) {
  .map-widget .geocoder {
    margin: 15px 7%;
  }
}
@media screen and (min-width: 500px) {
  .map-widget .geocoder {
    margin: 15px auto;
  }
}
@media screen and (min-width: 640px) {
  html.fullscreen .map-wrapper .tooltip-wrapper {
    bottom: auto;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .map-widget .geocoder {
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 500;
    width: 280px;
    padding: 0;
  }
}

.tooltip-wrapper {
  background: rgba(255,255,255,0.9);
  z-index: 600;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
          box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-left: 4px solid #fff;
  margin: 15px;
  border-radius: 3px;
}
.tooltip-wrapper.is-active {
  display: block;
}
.tooltip-header {
  padding: 1em 1em 0.5em;
}
.tooltip-title {
  font-weight: 700;
}
.tooltip-subtitle {
  color: #777;
}
.tooltip-body {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
}
.tooltip-body .icon {
  padding: 0 10px;
  font-size: 4rem;
  font-size: #777;
}
.tooltip-value {
  font-size: 3rem;
  font-weight: 900;
  width: 1.8em;
}
.tooltip-label {
  color: #777;
  line-height: 1.2;
  font-size: 1.2rem;
  max-width: 8em;
}
.tooltip-wrapper {
  position: absolute;
  bottom: auto;
  pointer-events: none;
  background: rgba(255,255,255,0.9);
  margin: 0;
}
.tooltip-wrapper button {
  pointer-events: initial;
}
.tooltip-wrapper.invert {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  margin-left: -20px;
}


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