/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box;
  overflow-y: scroll; }

*, *:before, *:after {
  box-sizing: inherit; }

@font-face {
  font-family: tt;
  src: url("32B218_1_0.woff2") format("woff2"), url("32B218_1_0.woff") format("woff"); }

@font-face {
  font-family: tt;
  font-style: italic;
  src: url("32B218_0_0.woff2") format("woff2"), url("32B218_0_0.woff") format("woff"); }

html {
  scroll-behavior: smooth; }
  @media (min-width: 981px) {
    html {
      font-size: 100%; } }
  @media (min-width: 601px) and (max-width: 900px) {
    html {
      font-size: 70%; } }
  @media (max-width: 600px) {
    html {
      font-size: 65%; } }

body {
  font-family: tt, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #fb1409;
  font-weight: 700;
  line-height: 1.3; }

a {
  color: inherit;
  transition: opacity 0.2s ease; }
  a:hover {
    opacity: 0.8; }
  a.article:hover {
    opacity: 1; }
    a.article:hover .facts {
      transition: opacity 0.2s ease;
      opacity: 0.8; }

h4,
h5 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1.3rem; }

h5 {
  padding-top: 1rem;
  display: block; }

nav {
  position: fixed;
  display: none;
  z-index: 20;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: white; }
  nav.show {
    display: block; }
  nav .inner {
    padding: 1rem;
    padding-right: 4rem;
    display: grid;
    grid-gap: 1rem; }
    nav .inner .menusection {
      margin-bottom: 3rem; }
      nav .inner .menusection h2 {
        margin-bottom: 2rem; }
    nav .inner .block {
      margin-bottom: 4rem; }
    nav .inner .cross {
      position: fixed;
      top: 0;
      right: 0;
      height: 4.4rem;
      width: 4.4rem;
      padding: 1rem;
      cursor: pointer; }
      nav .inner .cross svg {
        width: 100%;
        height: 100%; }
        nav .inner .cross svg line {
          stroke: #fb1409; }
    nav .inner .newsstuff {
      box-shadow: 0 0 5rem #fb140955;
      padding: 1rem;
      max-width: 40rem; }
      nav .inner .newsstuff .newsoverview {
        margin-bottom: 0; }
      nav .inner .newsstuff a.allnews {
        display: block;
        text-decoration: none; }
      nav .inner .newsstuff .newsoverview + .allnews {
        margin-top: 4rem; }
    nav .inner .mainmenu a {
      display: block; }

.menu {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 25vw;
  width: 75vw;
  height: 4.4rem;
  display: flex;
  padding: 1rem;
  justify-content: flex-end;
  mix-blend-mode: difference;
  cursor: pointer; }
  .menu:hover {
    opacity: 0.75; }
  .menu .hamburger {
    width: 4rem;
    padding: 0.3rem; }
    .menu .hamburger svg {
      width: 100%;
      height: 100%;
      max-width: 4rem;
      margin-right: 0.5rem; }
      .menu .hamburger svg path {
        stroke: #fb1409; }

.blocks.home {
  cursor: pointer;
  margin-top: 16rem; }

.blocks .text p {
  max-width: 47ch; }

.blocks .text p + p {
  margin-top: 1rem; }

.blocks .manifesto {
  position: fixed;
  padding: 1rem;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow-y: scroll;
  top: 0; }
  .blocks .manifesto:hover {
    opacity: 0.8; }
  .blocks .manifesto.ontop {
    z-index: 4;
    opacity: 1;
    background-color: white; }
  .blocks .manifesto .inner {
    position: relative;
    padding-bottom: 14rem; }
    .blocks .manifesto .inner .shade {
      pointer-events: none;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 14rem;
      z-index: 1;
      background: linear-gradient(to bottom, #ffffff00, #ffffffff); }

.blocks .images {
  text-align: right; }
  .blocks .images:first-child {
    padding-top: 50vh; }
  .blocks .images .image {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    left: 8rem;
    width: calc(100% - 8rem);
    text-align: right; }
    @media (max-width: 980px) {
      .blocks .images .image {
        left: 4rem;
        width: calc(100% - 4rem); } }
    @media (min-width: 981px) {
      .blocks .images .image {
        height: 100vh; } }
    .blocks .images .image img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
      @media (min-width: 981px) {
        .blocks .images .image img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: 100% 0;
             object-position: 100% 0; } }

.blocks .mp4,
.blocks .largeimage {
  text-align: right; }

.blocks .largeimage img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom; }

.blocks .iconimage img {
  max-width: 100%; }

.blocks .mp4 {
  position: relative;
  z-index: 2;
  padding-left: 8rem;
  width: 100%; }
  @media (max-width: 980px) {
    .blocks .mp4 {
      width: 100%;
      padding-left: 4rem; } }
  .blocks .mp4.small video {
    max-width: 50rem; }
  .blocks .mp4.big video {
    width: 100%; }
  .blocks .mp4 video {
    width: 100%;
    vertical-align: bottom; }
    @media (max-width: 980px) {
      .blocks .mp4 video {
        height: 60vh;
        -o-object-fit: cover;
           object-fit: cover; } }

.title {
  margin-bottom: 1rem;
  padding-right: 5rem; }

.parent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none; }
  .parent .rect {
    position: absolute;
    box-shadow: 0 0 4rem #fb140955; }
    .parent .rect.mid {
      margin: 4rem 4rem;
      width: calc(100vw - 8rem);
      height: calc(100vh - 8rem); }

.edit {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  z-index: 1; }

main.overview,
main.news,
main.article,
main.newsitem {
  padding: 1rem; }

.overview a.newsitem,
.overview a.article,
.news a.newsitem,
.news a.article {
  text-decoration: none;
  margin-bottom: 4rem;
  display: block;
  max-width: 67rem; }
  .overview a.newsitem .news-title,
  .overview a.article .news-title,
  .news a.newsitem .news-title,
  .news a.article .news-title {
    text-decoration: underline; }
  .overview a.newsitem img,
  .overview a.article img,
  .news a.newsitem img,
  .news a.article img {
    max-width: 100%; }
  .overview a.newsitem .moretitle,
  .overview a.article .moretitle,
  .news a.newsitem .moretitle,
  .news a.article .moretitle {
    text-decoration: underline; }
