@charset "UTF-8";
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=d9d756a9-ce8d-48f3-8afa-345d0852550d&fontids=5376653");
@font-face {
  font-family: "Helvetica Textbook W05 Roman";
  src: url("Fonts/5376653/81fb4b48-7f92-4221-8f8a-13a862f193e6.eot?#iefix");
  src: url("Fonts/5376653/81fb4b48-7f92-4221-8f8a-13a862f193e6.eot?#iefix") format("eot"), url("Fonts/5376653/71bd0b54-7fb9-435c-9800-e3496498097e.woff2") format("woff2"), url("Fonts/5376653/79e2312c-742b-4377-ae5c-96439941a007.woff") format("woff"), url("Fonts/5376653/d1078a32-aa94-45de-be1f-5ae5a7820d83.ttf") format("truetype"); }

/* 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; }

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 > * {
  font-family: "Helvetica Textbook W05 Roman";
  box-sizing: border-box;
  font-size: 1vw; }

html, body {
  width: 100%;
  height: 100%; }

body {
  background-size: contain;
  width: 100%; }

a {
  color: black;
  text-decoration: none; }

button {
  all: unset;
  width: 100%; }

.spacer {
  display: none; }

/** GLOBAL **/
.home {
  overflow: hidden;
  display: flex; }
  .home .row {
    width: calc(100%/3);
    height: 100%; }
    .home .row__header {
      border-bottom: 1px solid black;
      border-top: 1px solid black; }
    .home .row ul {
      list-style: none; }
    .home .row.information .article p {
      display: block; }
    .home .row.information .article ul li {
      padding-left: .5em;
      text-indent: -.5em; }
      .home .row.information .article ul li:before {
        content: "· "; }
      .home .row.information .article ul li p {
        display: inline; }
    .home .row .article {
      font-size: 1.4em; }
      .home .row .article__files {
        list-style: none;
        margin: 0;
        display: inline; }
        .home .row .article__files li {
          display: inline-block; }
          .home .row .article__files li:before {
            content: '('; }
          .home .row .article__files li:after {
            content: ')'; }
          .home .row .article__files li a {
            color: black;
            text-decoration: none; }
      .home .row .article p {
        line-height: 1.3;
        display: inline; }
      .home .row .article a {
        color: black;
        text-decoration: none; }
        .home .row .article a:hover {
          border-bottom: 1px solid black;
          padding-bottom: 1px; }
      .home .row .article .links {
        display: inline;
        margin: 0; }
        .home .row .article .links__item {
          display: inline; }
          .home .row .article .links__item:before {
            content: '('; }
          .home .row .article .links__item:after {
            content: ')'; }
  .home .article__imprint .imprint__body {
    display: none; }

.imprint-btn {
  font-size: 1rem !important; }
  .imprint-btn:before {
    content: '('; }
  .imprint-btn:after {
    content: ')'; }

footer .meta {
  display: none; }

@media (max-width: 768px) and (orientation: portrait) {
  .btn {
    display: none; }
  .spacer {
    display: block;
    height: 5rem; }
  header .meta {
    display: none; }
  footer .language {
    display: block;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: .01rem;
    padding: 13px 15px 13px 15px; }
  header {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: .01rem;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid black; }
  .home {
    flex-wrap: wrap; }
    .home .row {
      width: 100%;
      height: auto;
      margin-top: -1px; }
      .home .row.information .article__title {
        font-size: 16px; }
      .home .row__header h2 {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: .01rem;
        padding: 13px 15px 13px 15px; }
      .home .row:first-of-type .article__body {
        display: block; }
      .home .row .article__body {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; }
        .home .row .article__body::-webkit-scrollbar {
          display: none; }
      .home .row .article {
        font-size: 16px;
        padding: 22px 15px 15px 15px;
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.3); }
        .home .row .article__title {
          margin-bottom: 1.14rem; }
        .home .row .article__title {
          font-size: 22px; }
        .home .row .article__imprint {
          border-bottom: none; }
  .article__body {
    display: none; } }

@media (max-width: 1000px) and (orientation: landscape) {
  body {
    position: fixed; }
  .btn {
    display: none; }
  header .meta {
    display: none; }
  footer .language {
    display: block;
    font-size: 28px;
    padding-left: 15px; }
  header, footer {
    transform: translateY(100%) rotate(-90deg);
    transform-origin: top left;
    position: absolute; }
  header {
    bottom: 0px;
    left: 0px;
    font-size: 28px;
    padding: 22px 15px 15px 15px; }
  footer {
    transform: translateY(100%) rotate(-90deg);
    bottom: 0px;
    left: calc(100vw - 50px);
    left: calc(var(--vh, 1vw) * 100 - 50px);
    width: 100vh;
    width: calc(var(--vh, 1vh) * 100);
    height: 50px;
    line-height: 50px; }
  .home {
    height: 100%; }
    .home .row {
      width: 50px; }
  .row {
    position: relative; }
    .row:not(.information) .article {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
      .row:not(.information) .article__title {
        font-size: 22px; }
    .row__header {
      transform: translateY(100%) rotate(-90deg);
      transform-origin: top left;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100vh;
      width: calc(var(--vh, 1vh) * 100);
      height: 50px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      background: white;
      font-size: 28px;
      line-height: 50px;
      padding-left: 15px; }
    .row .article__body {
      display: none;
      margin-left: 50px;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; }
      .row .article__body::-webkit-scrollbar {
        display: none; }
      .row .article__body .article {
        padding: 25px 10px 15px 15px;
        font-size: 16px;
        line-height: 20px; }
        .row .article__body .article__title {
          margin-bottom: calc(16px*1.13); }
    .row:first-of-type .article__body {
      display: block; } }

@media (min-width: 1000px) {
  header {
    display: flex;
    font-size: 1.3em; }
    header .title {
      width: calc(100%/3*2);
      display: flex; }
      header .title h1.title__title, header .title .title__description {
        width: 50%;
        padding: 10px 12px 12px 12px; }
    header .meta {
      margin-left: -1px;
      width: calc(100%/3);
      display: flex;
      border-left: 1px solid black; }
      header .meta a {
        width: 50%;
        padding: 10px 12px 12px 12px; }
        header .meta a:first-of-type {
          border-right: 1px solid black; }
  .home .btn {
    text-align: center;
    cursor: pointer;
    height: 3.2em;
    vertical-align: middle; }
    .home .btn svg {
      height: 1em;
      transform: rotate(180deg); }
    .home .btn.btn-down {
      transform: rotate(180deg); }
  .home .row__footer {
    border-top: 1px solid black; }
  .home .row .row__header {
    border-left: 1px solid black;
    margin-left: -1px; }
    .home .row .row__header h2 {
      border-bottom: 1px solid black;
      padding: 1.1em .6em .3em .6em;
      font-size: 2.5em; }
  .home .row .row__footer {
    border-left: 1px solid black;
    margin-left: -1px; }
  .home .row .article__body {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    margin-left: -1px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .home .row .article__body::-webkit-scrollbar {
      display: none; }
  .home .row .article {
    padding: 1.7em .95em 1.61em .96em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .home .row .article__title {
      font-size: 1.6em;
      margin-bottom: 1em; }
  footer .language {
    display: none; }
  .article__imprint {
    display: none; } }

footer .language {
  border-top: 1px solid black;
  margin-top: -1px; }
  footer .language a {
    color: black;
    text-decoration: none; }

.basic-page {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  @media (max-width: 1000px) and (orientation: landscape) {
    .basic-page {
      border-left: 1px solid black; } }
  .basic-page::-webkit-scrollbar {
    display: none; }
  .basic-page .basic__header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: white; }
  .basic-page .basic__body {
    margin-bottom: 50px; }
    @media (max-width: 768px) and (orientation: portrait) {
      .basic-page .basic__body {
        height: calc(var(--vh, 1vh) * 100 - 230px);
        margin-bottom: 30px; } }
    @media (max-width: 1000px) and (orientation: landscape) {
      .basic-page .basic__body {
        height: calc(var(--vh, 1vh) * 100);
        margin-bottom: 0px; } }
    .basic-page .basic__body p {
      word-wrap: break-word;
      /* All browsers since IE 5.5+ */
      overflow-wrap: break-word;
      /* Renamed property in CSS3 draft spec */
      width: 90%; }
  .basic-page h1 {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-size: 48px;
    padding: 30px 12px 12px 12px; }
    @media (max-width: 768px) and (orientation: portrait) {
      .basic-page h1 {
        border-top: none; } }
    @media (max-width: 1000px) and (orientation: landscape) {
      .basic-page h1 {
        border-top: none;
        display: none; } }
  .basic-page p {
    font-size: 21px;
    padding: 22px 12px 12px 12px; }
  .basic-page .btn {
    border-bottom: 1px solid black;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: white;
    text-align: center;
    cursor: pointer;
    height: 3.2em;
    vertical-align: middle; }
    .basic-page .btn svg {
      height: 1em;
      transform: rotate(180deg); }
  .basic-page .btn-down {
    position: fixed;
    bottom: 0;
    transform: rotate(180deg); }

#arrow {
  height: .7rem; }

@media (min-width: 1000px) {
  #arrow {
    height: .9rem; } }
