html, body {
  height: 100%;
  width: 100%;
  line-height: 1.8em;
}
body {
  font-size: 12px;
}
#desktop {
  background-image: url("/images/startsite.jpg");
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
.red {
  color: var(--red);
}
.chrono {
  font-family: HRCourier, Courier New;
}
.title {
  color: var(--red);
  font-variant: small-caps;
  font-family: Copperplate;
}
.subtitle {
  text-transform: uppercase;
  font-size: 0.6em;
  margin-top: 0.3em;
}
.bold {
  font-size: 1.7em;
  font-weight: bold;
}

@media (min-width: 964px) {
  #mobile-container {
    display: none;
  }
  aside {
    width: 25%;
    height: 100%;
    float: left;
    margin-left: 2em;
    padding: 2em 1em 1em 1em;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    overflow-y: auto;
  }
  .container {
    display: grid;
    grid-template-areas:
      "a b"
      "c c"
      "d e"
      "f f";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 32% 32% 32% 4%;
    width: auto;
    height: 100%;
  }
  .menu {
    font-family: HRCourier, Courier New;
    font-size: 3em;
    font-weight: bold;
  }
  .lighter {
    color: grey;
  }
  .essays {
    padding-left: 2em;
    padding-top: 2em;
    grid-area: a;
  }
  .literatur {
    padding-right: 2em;
    padding-top: 2em;
    grid-area: b;
    justify-self: right;
  }
  .ploebst {
    font-family: HRCourier, Courier New;
    grid-area: c;
    justify-self: center;
    align-self: center;
  }
  .big {
    position: relative;
    font-size: 7em;
    display: inline-block;
    color: white;
  }
  .eins {
    position: relative;
    z-index: 2;
    top: -0.5em;
    font-size: 1.5em;
    left: -0.5em;
  }
  .zwei {
    position: relative;
    z-index: 2;
    text-align: right;
    font-size: 1.5em;
  }
  .labore {
    padding-left: 2em;
    padding-bottom: 2em;
    grid-area: d;
    align-self: end;
  }
  .medien {
    padding-right: 2em;
    padding-bottom: 2em;
    grid-area: e;
    align-self: end;
    justify-self: right;
  }
  .imp {
    font-family: HRCourier, Courier New;
    grid-area: f;
    justify-self: center;
    align-self: center;
  }
}

#articleList {
  padding-top: 5%;
  font-size: 1.4em;
}
.article {
  font-family: Arial, sans-serif;
  padding-top: 3%;
  line-height: 1.1em;
  color: var(--nearlyBlack);
}

@media (max-width: 963px) {
  .mobile-body {
    padding-top: 2em;
    width: 95%;
    margin: 0 auto;
  }
}
