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: 12px;
  color: #222;
  padding: 9px 8px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  outline: none;
}
.input-group {
  display: table;
  border-collapse: separate;
  position: relative;
}
.input-group input {
  display: table-cell;
  height: 34px;
  float: left;
  margin: 0;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.input-group button {
  border-bottom-color: #777;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  line-height: 14px;
  font-size: 12px;
  height: 34px;
}
.input-group .btn-group {
  position: relative;
  float: left;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-collapse: separate;
}
.input-group .btn-group button:first-child {
  border-radius: 0;
}
button {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.875rem;
  border-radius: 4px;
  font-weight: bold;
  padding: 9px 20px;
  margin: 1em 0;
  font-family: Lato, sans-serif;
  line-height: 100%;
  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);
}
button:hover {
  background: #f9f9f9;
}
button:active,
button.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.btn-green {
  background: #4a7e3e;
  color: #fff;
  border: 1px solid #4a7e3e;
  border-bottom-color: #144212;
}
button.btn-green:hover {
  background: #5b9b4c;
  border-color: #5b9b4c;
  border-bottom-color: #144212;
}
button.btn-green:active,
button.btn-green.active {
  -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;
}
.btn-group {
  display: table;
}
.btn-group button {
  display: table-cell;
  border-radius: 0;
  border-right: none;
}
.btn-group button:first-child {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.btn-group button:last-child {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
}
/* 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) {
  .headline {
    text-align: center;
  }
  .intro-fullscreen {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .intro {
    margin-bottom: 60px;
  }
  .intro-fullscreen {
    margin-bottom: 80px;
  }
  .headline {
    margin-top: 20px;
    padding: 0 60px;
  }
  .headline .title {
    font-size: 3.8rem;
  }
  .headline.layout-flex {
    padding: 0;
    margin-top: 20px;
    width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .headline .introtext {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .intro {
    margin-bottom: 80px;
  }
  .headline,
  .headline.layout-flex {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .headline .title,
  .headline.layout-flex .title {
    font-size: 4.8rem;
  }
  .headline .subtitle,
  .headline.layout-flex .subtitle {
    font-size: 2.4rem;
  }
  .headline .introtext,
  .headline.layout-flex .introtext {
    font-size: 2.3rem;
  }
}
.topheader {
  width: 100%;
  background: #fff;
  padding: 8px 8px 8px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.topheader a,
.topheader a:hover {
  border: none;
  line-height: 1;
}
.topheader .topheader-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topheader .topheader-logo a {
  padding: 3px 0;
}
.topheader .topheader-logo .logo {
  max-height: 27px;
  width: auto;
  display: block;
}
.topheader .topheader-logo .logo.big {
  max-width: 220px;
}
.topheader .topheader-logo .logo.small {
  max-width: 27px;
}
.topheader .topheader-headline {
  position: relative;
  top: 0.5em;
  margin-left: 22px;
}
.topheader .topheader-headline > * {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.3em;
}
.topheader .topheader-headline .kicker {
  font-weight: 700;
}
.topheader .topheader-headline .title {
  font-weight: 700;
}
.topheader .topheader-headline .subtitle {
  color: #777;
}
.topheader .topheader-headline .kicker + .title {
  font-weight: 400;
  display: none;
}
.topheader .topheader-headline:before {
  position: absolute;
  content: '';
  height: 1em;
  width: 1px;
  background: #ccc;
  left: -12px;
  top: 0.35em;
}
.topheader .topheader-social {
  margin-left: auto;
  padding-left: 8px;
}
.topheader .topheader-social iframe {
  display: none;
}
.topheader .topheader-social .btn-facebook {
  color: #4864bb;
}
.topheader .topheader-social .btn-facebook:hover {
  color: #5b74c2;
}
.topheader .topheader-social .btn-twitter {
  color: #5eaade;
}
.topheader .topheader-social .btn-twitter:hover {
  color: #73b5e2;
}
.header-transparent .topheader {
  z-index: 700;
  background: transparent;
}
@media screen and (min-width: 375px) {
  .topheader {
    padding-left: 7%;
  }
  .fullscreen .topheader,
  .intro-fullscreen .topheader {
    padding-left: 13px;
  }
}
@media screen and (min-width: 500px) {
  .topheader {
    padding-left: 13px;
  }
  .topheader .topheader-headline .kicker + .title {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .topheader {
    padding-left: 15px;
  }
  .topheader .topheader-headline {
    top: 0.3em;
    margin-left: 27px;
  }
  .topheader .topheader-headline > * {
    font-size: 1.7rem;
  }
  .topheader .topheader-headline:before {
    top: 0.5em;
    left: -15px;
  }
  .topheader .topheader-social iframe {
    width: 115px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 8px;
  }
}
.text-wrap {
  padding: 0 15px;
  max-width: 1080px;
  margin: 0 auto;
}
.text-wrap p,
.text-wrap ul,
.text-wrap ol {
  max-width: 640px;
  margin: 1.5em auto;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.7;
}
.text-wrap ul,
.text-wrap ol {
  padding-left: 1em;
}
.text-wrap li {
  margin-bottom: 0.5em;
}
.text-wrap h2,
.text-wrap h3,
.text-wrap .text-headline {
  max-width: 640px;
  margin: 1em auto;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.3;
}
.text-wrap aside,
.text-wrap .text-sidebox {
  max-width: 640px;
  margin: 0.7em auto 1.5em;
  padding: 1.5em 0;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.text-wrap aside p,
.text-wrap .text-sidebox p,
.text-wrap aside ul,
.text-wrap .text-sidebox ul,
.text-wrap aside ol,
.text-wrap .text-sidebox ol {
  font-size: 1em;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.text-wrap aside h2,
.text-wrap .text-sidebox h2,
.text-wrap aside h3,
.text-wrap .text-sidebox h3,
.text-wrap aside .sidebox-headline,
.text-wrap .text-sidebox .sidebox-headline {
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 1em;
}
.text-wrap aside.media,
.text-wrap .text-sidebox.media {
  border: none;
  padding: 0;
  float: right;
  max-width: 140px;
  margin-left: 20px;
  margin-top: 0;
}
@media screen and (min-width: 375px) {
  .text-wrap {
    padding: 0 7%;
  }
}
@media screen and (min-width: 400px) {
  .text-wrap p,
  .text-wrap ul,
  .text-wrap ol {
    font-size: 1.6rem;
  }
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .text-wrap p,
  .text-wrap ul,
  .text-wrap ol {
    font-size: 1.9rem;
    line-height: 1.65;
  }
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap .text-headline {
    margin: 1.5em auto;
    font-size: 3rem;
  }
  .text-wrap aside,
  .text-wrap .text-sidebox {
    font-size: 1.6rem;
  }
  .text-wrap aside.media,
  .text-wrap .text-sidebox.media {
    max-width: 240px;
    margin-left: 30px;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 960px) {
  .text-wrap {
    padding: 0 60px;
  }
  .text-wrap aside,
  .text-wrap .text-sidebox,
  .text-wrap .text-sidebox.media {
    max-width: 320px;
    float: right;
    margin-left: 30px;
  }
}
.footer {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.35;
}
.footer hr {
  margin: 2em auto;
  width: 100%;
  max-width: 50%;
  height: 1px;
  border: none;
  background-color: #ddd;
}
.footer__top,
.footer__bot {
  max-width: 640px;
  padding: 0 15px;
  margin: auto;
  color: #777;
}
.footer__top > *,
.footer__bot > * {
  margin: 1em auto;
}
.footer__top {
  font-family: Georgia, serif;
}
.footer__sharing {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__sharing-cta {
  width: 100%;
  margin-bottom: 1em;
}
.footer__sharing .btn-social {
  width: 2em;
  height: 2em;
  font-size: 1.2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 0 0.25em;
}
.footer__sharing .btn-social.btn-facebook {
  background-color: #4864bb;
}
.footer__sharing .btn-social.btn-twitter {
  background-color: #5eaade;
}
.footer__sharing .btn-social:hover {
  border: none;
  opacity: 0.9;
}
.footer__interaktiv {
  margin: 2em auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: left;
}
.footer__interaktiv-logo {
  float: left;
  margin: 0 1em 0.25em 0;
}
.footer__interaktiv-logo img {
  width: 30px;
  height: 30px;
}
.footer__interaktiv-title {
  font-weight: bold;
}
.footer__imprint {
  color: #9a9a9a;
}
@media screen and (min-width: 375px) {
  .footer .footer__top,
  .footer .footer__bot {
    padding: 0 7%;
  }
}
@media screen and (min-width: 400px) {
  .footer .footer__top {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 640px) {
  .footer {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .footer hr {
    margin: 3em auto;
    max-width: 300px;
  }
  .footer__interaktiv {
    position: relative;
  }
  .footer__interaktiv-logo {
    float: none;
    position: absolute;
    left: 1em;
    top: 1em;
  }
  .footer__interaktiv-logo img {
    width: 2.3em;
    height: 2.3em;
  }
  .footer__interaktiv-title,
  .footer__interaktiv-body {
    margin-left: 3.3em;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .footer {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .footer .footer__top,
  .footer .footer__bot {
    padding: 0 60px;
  }
}
.resp-content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.resp-content >* {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
input,
input[type=text],
input[type=date],
input[type=email],
input[type=file],
input[type=password],
input[type=search],
input[type=number],
input[type=datetime],
input[type=datetime-local],
input[type=url] {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #222;
  padding: 0.643em 0.571em;
  line-height: 1;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  outline: none;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
  line-height: normal;
}
button,
.btn {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
  font-weight: 700;
  padding: 0.643em 1.5em;
  margin: 5px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  outline: none;
  border-bottom-color: #a3a3a3;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
          box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  cursor: pointer;
}
button:hover,
.btn:hover {
  background: #f9f9f9;
  cursor: pointer;
}
button:active,
.btn:active,
button.active,
.btn.active {
  background: #eee;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 3px 7px rgba(0,0,0,0.15) inset;
          box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 3px 7px rgba(0,0,0,0.15) inset;
}
button.ghost,
.btn.ghost {
  background: transparent;
  color: #222;
  border: 1px solid #222;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.ghost:hover,
.btn.ghost:hover {
  color: #fff;
  background: #222;
}
button.ghost:active,
.btn.ghost:active,
button.ghost.active,
.btn.ghost.active {
  background: #3c3c3c;
  border-color: #3c3c3c;
}
button.ghost.white,
.btn.ghost.white {
  color: #fff;
  border-color: #fff;
}
button.ghost.white:hover,
.btn.ghost.white:hover {
  color: #222;
  background: #fff;
}
button.ghost.white:active,
.btn.ghost.white:active,
button.ghost.white.active,
.btn.ghost.white.active {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
button.ghost.accent1,
.btn.ghost.accent1 {
  color: #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: #4c80bc;
  background: transparent;
  border-color: #4c80bc;
}
button.ghost.accent2:hover,
.btn.ghost.accent2:hover {
  color: #fff;
  background: #4c80bc;
  border-color: #4c80bc;
}
button.ghost.accent2:active,
.btn.ghost.accent2:active,
button.ghost.accent2.active,
.btn.ghost.accent2.active {
  color: #fff;
  background: #3a679b;
  border-color: #3a679b;
}
button.circle,
.btn.circle {
  width: 2.5em;
  height: 2.5em;
  padding: 0.75em;
  border-radius: 50%;
  line-height: 1;
}
button.flat,
.btn.flat {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #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: #4c80bc;
  border-color: #4c80bc;
}
button.flat.accent2:hover,
.btn.flat.accent2:hover {
  background: #4173ae;
  border-color: #4173ae;
}
button.flat.accent2:active,
.btn.flat.accent2:active,
button.flat.accent2.active,
.btn.flat.accent2.active {
  background: #3a679b;
  border-color: #3a679b;
}
button.accent1,
.btn.accent1 {
  background: #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: #4c80bc;
  color: #fff;
  border-color: #3a679b;
  border-bottom-color: #335b88;
}
button.accent2:hover,
.btn.accent2:hover {
  background: #4173ae;
  border-bottom-color: #2c4e76;
}
button.accent2:active,
.btn.accent2:active,
button.accent2.active,
.btn.accent2.active {
  background: #3a679b;
}
button.dark,
.btn.dark {
  background: #9a9a9a;
  border-color: #777;
  border-bottom-color: #5a5a5a;
  color: #fff;
}
button.dark:hover,
.btn.dark:hover {
  background: #8d8d8d;
}
button.dark:active,
.btn.dark:active,
button.dark.active,
.btn.dark.active {
  background: #818181;
}
button.close,
.btn.close {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  position: absolute;
  top: -1em;
  right: -1em;
  font-size: 1.6rem;
  border-radius: 50%;
  border-width: 0 0 1px 0;
  background-color: #9a9a9a;
  color: #fff;
  border-color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75em;
}
button.close:hover,
.btn.close:hover {
  background-color: #a3a3a3;
  border-color: #9a9a9a;
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group button,
.btn-group .btn {
  border-radius: 0;
  border-right-width: 0;
  margin: 0;
  -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: Georgia, serif;
}
.info-box .info-box-content ul,
.info-box .info-box-content ol {
  padding-left: 1.2em;
}
.info-box.is-active {
  display: block;
}
.info-box .close {
  top: -15px;
  right: -15px;
  z-index: 1700;
}
.info-box .info-title {
  margin-bottom: 0.25em;
  font-weight: 700;
  font-size: 1.8rem;
}
.info-box-is-active {
  overflow: hidden;
}
.info-button {
  cursor: pointer;
}
.info-overlay {
  display: none;
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1500;
  cursor: pointer;
}
.info-overlay.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .info-box {
    width: 600px;
    margin-left: -300px;
    left: 50%;
    top: 10%;
    height: 80%;
    max-height: 650px;
  }
  .info-box .info-box-content {
    padding: 20px 30px;
  }
}
@-webkit-keyframes infoboxOn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    color: #222;
  }
}
@keyframes infoboxOn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    color: #222;
  }
}
.search {
  width: 250px;
  position: relative;
}
.search input {
  height: auto;
}
.search .search-input-form {
  width: 100%;
}
.search .result-list {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  width: 100%;
}
.search .result-list-item {
  padding: 7px 10px;
  background: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.search .result-list-item:hover {
  background: #f9f9f9;
}
.search .result-list-item.active {
  background: #ddd;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div,
summary,
ul,
li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;
  color: #222;
}
body {
  line-height: 1.5;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  background: #fff;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
a,
a:visited {
  color: #4c80bc;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid #4c80bc;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
header.topheader {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.intro .title {
  font-weight: normal;
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 0.1em 0 0.3em 0;
}
.intro .subline {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
.intro .date {
  color: #222;
}
.intro .kicker {
  color: #9a9a9a;
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.media-wrapper {
  min-height: 200px;
  position: relative;
  margin-top: 2em;
}
.media-wrapper .leaflet-container {
  height: 375px;
}
.media-wrapper .leaflet-container img {
  position: absolute;
}
.media-wrapper .lazyloader {
  font-size: 35px;
  text-align: center;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.media-wrapper img,
.media-wrapper video,
.media-wrapper iframe,
.media-wrapper .media {
  width: 100%;
  z-index: 9;
  position: relative;
}
.media-wrapper video {
  cursor: pointer;
}
.media-wrapper.fade img,
.media-wrapper.fade video,
.media-wrapper.fade iframe,
.media-wrapper.fade .media {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.graphic {
  width: 100%;
  border: 1px solid #ddd;
  height: 500px;
  margin-top: 2em;
  position: relative;
  padding: 0.5em 1em;
  overflow: hidden;
}
.graphic .placeholder {
  width: 100%;
  text-align: center;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  left: 3%;
  padding: 0.5em 0 0 0;
  width: 94%;
  color: #fff;
  margin: 0;
  z-index: 7;
}
footer .footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-top: 1px solid rgba(255,255,255,0.4);
  height: 30px;
  padding: 0.5em 0 0.5em 0;
}
footer .footer-left .footer-icon-button {
  float: left;
  margin-right: 1em;
  opacity: 0.8;
  font-size: 18px;
}
footer .footer-left .footer-icon-button:hover {
  opacity: 1;
}
footer .footer-slider-buttons-wrapper {
  float: right;
  position: relative;
}
footer .footer-slider-buttons {
  padding: 0 0 0 1em;
  margin-top: -15px;
}
footer .footer-slider-buttons>div {
  float: left;
  text-align: center;
  cursor: pointer;
  opacity: 1;
}
footer .footer-slider-buttons .button-next {
  color: #ffcb00;
  border-radius: 70px;
  font-size: 45px;
  line-height: 1.2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
footer .footer-slider-buttons .button-prev {
  font-size: 30px;
  color: #ffcb00;
  margin: 4px 10px 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.footer-pagination {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  top: 16px;
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-pagination {
    display: block;
  }
}
.footer-pagination span {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.6);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
}
.footer-pagination span.active {
  background: rgba(255,255,255,0.6);
  width: 10px;
  height: 10px;
  border: none;
}
html {
  font-size: 16px;
}
html,
body,
button,
input,
select,
textarea {
  color: #222;
}
body {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
a,
a:visited {
  color: #fdbc00;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid #fdbc00;
}
.content-wrapper {
  overflow: hidden;
}
.content-wrapper p {
  max-width: 40rem;
  margin: 1.5em auto;
}
.source {
  font-size: 0.75em;
  color: #9a9a9a;
  margin: 1em 0;
}
#ivw {
  display: none;
}
.info-box .info-box-content {
  font-size: 14px;
}
@media screen and (min-width: 370px) {
  header .social {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .tablet-only {
    display: block;
  }
  .info-box {
    -webkit-transition: none;
    transition: none;
  }
  .info-box.active {
    width: 600px;
    margin-left: -300px;
    left: 50%;
    top: 100px;
    right: auto;
    height: auto;
  }
  .social-bottom {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  header .mp-logo {
    width: 200px;
  }
  .media-wrapper {
    margin: 5em auto;
  }
  .media-wrapper__first {
    margin-top: 3em;
  }
}
html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  background: #000;
}
html,
body,
.intro {
  height: 100%;
  overflow: hidden;
  top: 0;
  position: relative;
}
html .btn,
body .btn,
.intro .btn {
  background: none;
  border-color: #ffcb00;
  color: #ffcb00;
  cursor: pointer;
  pointer-events: all;
  padding: 0.75rem 2rem;
  font-size: 1rem;
}
html .btn:hover,
body .btn:hover,
.intro .btn:hover {
  color: #fff;
  border-color: #fff;
}
.controls {
  top: 60px;
  bottom: auto;
  right: 3%;
  left: auto;
  z-index: 9999999;
  color: #fff;
}
.controls .control-type {
  border: 1px solid #eee;
  border-radius: 4px;
}
.controls .control-type>div {
  float: left;
  border-right: 1px solid #eee;
  font-size: 12px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  padding: 0.3em 0.8em;
  cursor: pointer;
  text-shadow: 1px 0 0 rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.15), 0 1px 0 rgba(0,0,0,0.15), 0 -1px 0 rgba(0,0,0,0.15);
}
.controls .control-type>div:hover {
  background: rgba(255,255,255,0.15);
}
.controls .control-type>div.active {
  background: rgba(255,255,255,0.3);
}
.controls .control-type>div:nth-child(2) {
  border-right: none;
}
.control-volume >i {
  cursor: pointer;
}
.control-volume .volume-on {
  display: none;
}
.control-volume.active .volume-on {
  display: block;
}
.control-volume.active .volume-off {
  display: none;
}
html.is-mobile .control-volume {
  display: none;
}
html.is-mobile .controls {
  display: none;
}
html.startview-gradient-overlay .gradient {
  display: block;
}
html.startview-gradient-overlay .gradient:before {
  opacity: 1;
}
html.startview-gradient-overlay .gradient:after {
  opacity: 0;
}
.gradient {
  pointer-events: none;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gradient:before,
.gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  height: 100%;
  background: url(pattern.png), -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0)));
  background: url(pattern.png), linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.gradient:after {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), color-stop(80%, rgba(0,0,0,0)));
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 80%);
}
header {
  background: none;
  border: none;
  z-index: 99;
  width: 94%;
  left: 3%;
  padding: 0.8em 0 0.5em 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
header .threesixty {
  float: left;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin-left: 10px;
  font-weight: 300;
}
header .social {
  display: block;
}
.caption {
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 13px;
  margin-top: 1px;
}
.slider-wrapper-text,
.slider-wrapper-iframe {
  height: 100%;
  width: 100%;
}
.slider-wrapper-text .slider-body,
.slider-wrapper-iframe .slider-body {
  height: 100%;
  float: left;
  width: 100%;
  position: relative;
}
.photovrse-container.active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.slider-wrapper-text {
  top: 0;
  position: absolute;
  z-index: 4;
  left: 0;
  pointer-events: none;
}
.chapter-info {
  position: absolute;
  left: 3%;
  bottom: 5em;
  color: #fff;
  font-family: Lato, sans-serif;
  width: 94%;
  pointer-events: none;
  background: rgba(255,255,255,0);
  -webkit-transition: bottom 0.3s, height 0.4s, background 0.4s;
  transition: bottom 0.3s, height 0.4s, background 0.4s;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 15px;
}
.chapter-info .close,
.chapter-info .scroll-arrow {
  display: none;
}
.chapter-info.is-extended {
  bottom: 3%;
  color: #222;
  background: #fff;
  height: 94% !important;
  z-index: 99999999;
  pointer-events: all;
  padding-bottom: 20px;
  padding-top: 20px;
}
.chapter-info.is-extended .scroll-arrow {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-animation: pulse 1.5s linear 0s infinite alternate;
          animation: pulse 1.5s linear 0s infinite alternate;
}
.chapter-info.is-extended .chapter-subtitle {
  color: #e8a400;
}
.chapter-info.is-extended .chapter-info-wrapper {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  padding: 20px 0;
}
.chapter-info.is-extended .close {
  display: block;
}
.chapter-info.is-extended .chapter-info-add {
  display: block;
}
.chapter-info.is-extended .btn {
  display: none;
}
.chapter-info.is-extended .chapter-pad {
  padding: 0 20px;
}
.chapter-info .chapter-info-add {
  display: none;
  font-size: 13px;
  position: relative;
}
.chapter-info .chapter-title {
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 80%;
}
.chapter-info .chapter-subtitle {
  font-size: 11px;
  color: #ffcb00;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.chapter-info .chapter-locator {
  display: block;
  width: 100px;
}
.chapter-info .chapter-listicle {
  background: #f9f9f9;
  padding: 0.5rem 20px;
}
.chapter-info .chapter-listicle li {
  font-weight: bold;
  margin: 0.5rem 0;
  list-style: none;
  text-indent: -1.2em;
  padding-left: 1em;
}
.chapter-info .chapter-listicle li:before {
  content: "○";
  color: #777;
  font-weight: bold;
  margin-right: 8px;
}
.chapter-info .chapter-listicle li:first-child {
  max-width: 70%;
}
.chapter-info .chapter-citation {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1.5rem;
}
.chapter-info .chapter-citation-source {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-style: italic;
  color: #777;
}
.chapter-info .chapter-text {
  font-family: Georgia, serif;
  font-size: 16px;
  margin-top: 1em;
}
.chapter-info .chapter-text img {
  width: 100%;
}
.chapter-info .btn {
  font-size: 12px;
  border-color: #fff;
  color: #fff;
  padding: 0.6em 1.5em;
}
.chapter-info .btn:hover {
  opacity: 0.85;
}
.startscreen {
  pointer-events: none;
}
.headline {
  position: absolute;
  bottom: 2em;
  color: #fff;
}
.headline .topline {
  text-transform: uppercase;
  color: #ffcb00;
  letter-spacing: 1px;
  font-family: 'Lato';
  letter-spacing: 0.15em;
}
.headline .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  font-family: Lato, sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 -1px 1px rgba(0,0,0,0.1), 1px 0 1px rgba(0,0,0,0.1), -1px 0 1px rgba(0,0,0,0.1);
}
.headline .subline {
  font-family: Georgia, serif;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 -1px 1px rgba(0,0,0,0.1), 1px 0 1px rgba(0,0,0,0.1), -1px 0 1px rgba(0,0,0,0.1);
}
.iframe-vr {
  width: 100%;
  height: 100%;
  border: none;
}
header,
footer,
.controls {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.is-startview .controls,
.is-startview footer {
  opacity: 0;
}
.is-detailview .controls,
.is-detailview footer {
  opacity: 0;
}
.is-detailview header {
  display: none;
}
html.is-detailview header,
html.is-detailview footer {
  pointer-events: none;
}
.loader {
  display: none;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 2em;
  z-index: 10000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loader .icon {
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
  display: block;
}
body.loading .loader {
  display: block;
}
.webvr-button.btn-cardboard {
  right: auto;
  left: 0px !important;
  bottom: -7px !important;
  z-index: 100000 !important;
  -webkit-animation: scaly 750ms cubic-bezier(0.42, 0.53, 0.34, 1.65);
          animation: scaly 750ms cubic-bezier(0.42, 0.53, 0.34, 1.65);
}
.webvr-button.btn-fullscreen {
  display: none !important;
}
.vr-control-container * {
  z-index: 100000;
}
html.is-startview .webvr-button.btn-cardboard {
  display: none !important;
}
.is-mobile .desktop-calltoaction {
  display: none;
}
.desktop-calltoaction {
  display: none;
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .chapter-info.is-extended {
    max-width: 70%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .headline .title {
    max-width: 70%;
    font-size: 25px;
  }
  .headline .subline {
    font-size: 15px;
  }
  .intro .btn {
    font-size: 12px;
    padding: 0.6rem 2rem;
  }
}
@media screen and (min-width: 767px) {
  .webvr-button.btn-cardboard {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .desktop-calltoaction {
    position: absolute;
    width: 230px;
    left: 50%;
    margin-left: -115px;
    bottom: 10%;
    pointer-events: none;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    z-index: 9999999999;
    display: block;
  }
  .desktop-calltoaction .cta {
    float: left;
    margin-right: 1.5em;
  }
  html.is-detailview header,
  html.is-detailview footer {
    pointer-events: all;
  }
  header {
    width: 98%;
    left: 1%;
  }
  footer {
    width: 96%;
    left: 2%;
  }
  .gradient:before {
    background: url(pattern.png), -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0)));
    background: url(pattern.png), linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  }
  .gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.6)), color-stop(80%, rgba(0,0,0,0)));
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 80%);
  }
  .startscreen {
    top: 5%;
    bottom: auto;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .startscreen .topline {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .startscreen .title {
    font-size: 44px;
    margin-bottom: 0.45em;
  }
  .startscreen .subline {
    font-size: 24px;
    max-width: 870px;
    display: inline-block;
  }
  .startscreen .btn {
    margin: 4em auto 0 auto;
  }
  .slider-body.dynamic .btn {
    font-size: 15px;
  }
  .chapter-info {
    left: 2%;
    bottom: 5em;
    max-height: 65%;
    pointer-events: all;
    max-width: 450px;
  }
  .chapter-info.is-extended {
    min-width: 300px;
    width: 50%;
    bottom: 4em;
  }
  .chapter-info.is-extended .chapter-listicle {
    padding: 0.5rem 2rem;
  }
  .chapter-info.is-extended .chapter-pad {
    padding: 0 2rem;
  }
  .control-volume {
    display: block;
  }
  .controls {
    right: 1%;
  }
  .controls .control-type>div {
    font-size: 14px;
    font-weight: 700;
    padding: 0.3em 1em;
  }
  .is-detailview .controls,
  .is-detailview footer {
    opacity: 1;
  }
  .is-detailview header {
    display: block;
  }
  .footer-slider-buttons >div:hover {
    opacity: 1;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .info-box.active {
    height: auto;
  }
}
@-webkit-keyframes scaly {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaly {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}


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