@font-face {
  font-family: "GTAMono";
  src: url("../fonts/GTAmericaMono-Regular.woff2") format("woff2"), url("../fonts/GTAmericaMono-Regular.woff") format("woff"), url("../fonts/GTAmericaMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAMono";
  src: url("../fonts/GTAmericaMono-Bold.woff2") format("woff2"), url("../fonts/GTAmericaMono-Bold.woff") format("woff"), url("../fonts/GTAmericaMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 12px;
}

a {
  font-family: "GTAMono", Courier, monospace;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  color: black;
}
a:hover {
  font-style: italic;
}

h1 {
  font-family: "GTAMono", Courier, monospace;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 13px;
  letter-spacing: 1px;
  color: black;
}

p {
  font-family: "GTAMono", Courier, monospace;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: black;
}

nav {
  display: block;
  padding-bottom: 12px;
}
nav .logo {
  width: 20%;
}
nav h1 {
  display: inline-block;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
nav .menu {
  position: absolute;
  right: 12px;
  top: 12px;
}
nav .menu .item__ {
  display: block;
  border: thin solid black;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 2px 2px 2px 4px;
  text-decoration: none;
}

.project__intro {
  margin-bottom: 12px;
}
.project__intro--de p {
  margin-bottom: 12px;
}
.project__header--lower {
  margin-top: 24px;
}
.project__header--project {
  display: inline-block;
  white-space: nowrap;
  width: 51.87%;
  min-width: 175px;
  text-transform: uppercase;
}
.project__header--cat {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  min-width: 100px;
  padding-left: 3px;
  text-transform: uppercase;
}
.project__header--year {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  padding-top: 6px;
}
.project__header--projectp {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  min-width: 100px;
  text-transform: uppercase;
}
.project__header--yearp {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  min-width: 100px;
  text-transform: uppercase;
}
.project__header--link {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  color: black;
}
.project__image--blue {
  position: fixed;
  display: block;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #0000ff;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.project__image--yellow {
  position: fixed;
  display: block;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #ffc800;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.project__image--violet {
  position: fixed;
  display: block;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #8511f2;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.project__image--green {
  position: fixed;
  display: block;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #00FF8D;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.project__image--red {
  position: fixed;
  display: block;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #ff0000;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}

ul {
  min-height: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-top: 1px solid black;
  margin-top: 6px;
}
ul a {
  text-decoration: none;
}
ul li {
  border-bottom: 1px solid black;
  width: 100%;
  white-space: nowrap;
}
ul li p {
  line-height: 24px;
}
ul li .item__name {
  display: inline-block;
  white-space: nowrap;
  width: 51.87%;
}
ul li .item__middle {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
}
ul li .item__year {
  display: inline-block;
  position: absolute;
  right: 12px;
}
ul li .item__namep {
  display: inline-block;
  white-space: nowrap;
  width: 50.05%;
  color: black;
}
ul li .item__namep p {
  color: black;
  line-height: 16px;
  min-height: 100px;
}
ul li .item__middlep {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  color: black;
}
ul li .item__link {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-align: right;
  line-height: 12px;
}
ul li .item__link p {
  color: black;
  line-height: 16px;
}
ul li .item__link a {
  text-decoration: underline;
  line-height: 12px;
  color: black;
}

.project__info {
  border: none;
  margin-top: 0px;
  margin-bottom: 12px;
}
.project__info li {
  border: none;
  white-space: wrap;
}
.project__info li p {
  line-height: 12px;
}
.project__info li .item__year {
  display: inline-block;
  position: absolute;
  right: 12px;
}
.project__info li .item__year p {
  line-height: 24px;
}
.project__info li .item__year a {
  text-decoration: underline;
}

.wrapper {
  max-width: 800px;
  color: black;
  margin: 0 auto;
  height: 100%;
  margin-top: 36px;
}
.wrapper p {
  max-width: 800px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.wrapper .content a {
  color: black;
}
.wrapper .content p {
  color: black;
}
.wrapper .content figcaption {
  color: black;
}

img {
  display: block;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font-family: "GTAMono", Courier, monospace;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 160px;
}
footer p {
  line-height: 24px;
}
footer .content a {
  color: #000000;
}
footer .content p {
  color: #000000;
}
footer .mail {
  position: absolute;
  bottom: 6px;
  display: block;
  border: thin solid black;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 2px 2px 2px 4px;
  text-decoration: none;
  color: black;
}
footer .impressum {
  position: absolute;
  bottom: 6px;
  right: 60px;
  display: block;
  border: thin solid black;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 2px 2px 2px 4px;
  text-decoration: none;
  color: black;
}
footer .insta {
  position: absolute;
  bottom: 6px;
  right: 0px;
  display: block;
  border: thin solid black;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 2px 2px 2px 4px;
  text-decoration: none;
  color: black;
}

.footer__home {
  position: absolute;
  bottom: 0px;
  left: 12px;
}
.footer__home .insta {
  position: absolute;
  bottom: 6px;
  right: 24px;
}

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