h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Nilland", serif; }

.anchor {
  visibility: hidden;
  height: 0;
  margin: 0; }

a, a:visited, a:active {
  color: #b42626; }

:target {
  scroll-margin-top: 10vh; }

::selection {
  background: #62ddef; }

body {
  background-color: #000;
  color: #ddd;
  display: flex;
  flex-direction: column; }

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 1vh;
  background-color: #000; }
  header #logo {
    display: flex;
    flex-direction: row;
    align-items: center; }
  header nav {
    display: flex;
    flex-direction: column; }
    header nav a, header nav a:visited, header nav a:active {
      color: #fff;
      text-decoration: none; }
    header nav .active {
      border-bottom: 2px solid #b42626; }
    header nav .deactive {
      color: #bbb; }
    header nav ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      list-style: none; }
    header nav li {
      padding: 10px;
      font-size: 130%;
      white-space: nowrap;
      font-family: "Manrope Regular", sans-serif; }
    header nav #lang {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: flex-end;
      font-size: 90%;
      padding-right: 10px;
      padding-bottom: 10px; }
      header nav #lang li {
        padding: 0;
        font-size: 100%; }
      header nav #lang li:not(:last-child)::after {
        content: "|";
        padding-right: 5px;
        padding-left: 5px; }

main .card {
  padding-left: 10vw;
  padding-right: 10vw; }
  main .card .card_content {
    display: flex;
    flex-direction: column;
    height: 90vh;
    padding-top: 5vh;
    padding-bottom: 5vh; }
main .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  main .row .col:not(:last-child) {
    padding-right: 20px; }
main .col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 10px; }
  main .col .heading {
    font-size: 200%;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    main .col .heading i {
      color: #b42626; }
  main .col .content {
    font-size: 150%;
    line-height: 1.2em;
    font-family: "Manrope Regular", sans-serif; }

#intro .card_content {
  position: relative;
  justify-content: flex-end;
  padding-bottom: 10vw; }
#intro .heading {
  font-size: 800%;
  margin-bottom: 0.2em;
  color: #fff;
  font-family: "Nilland", serif;
  font-weight: bold; }
#intro .content {
  font-size: 200%;
  line-height: 1.3em;
  color: #ddd;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Manrope Regular", sans-serif;
  width: 60vw; }
#intro .teaser {
  color: #b42626;
  font-size: 180%;
  padding-top: 1em;
  font-family: 'Manrope Bold', sans-serif; }
  #intro .teaser a {
    display: flex;
    flex-direction: row;
    align-items: center; }
    #intro .teaser a img {
      padding-right: 10px; }

#intro::before {
  content: "";
  position: absolute;
  top: -5vh;
  left: 0;
  width: 100%;
  height: 105vh;
  background: linear-gradient(180deg, black 15%, rgba(0, 0, 0, 0) 30%), url("background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: grayscale(100%) brightness(40%); }

#about .row {
  flex-basis: 47%; }
#about .row:last-child {
  flex-basis: 6%;
  justify-content: center;
  margin-top: 10vw;
  margin-bottom: 10vw; }
#about .content {
  font-size: 120%;
  line-height: 1.5em; }
#about ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding-bottom: 1em; }
#about li {
  padding: 10px;
  font-size: 130%; }
#about .social a {
  color: #fff;
  font-size: 200%; }

#tech .row {
  flex-basis: 30%;
  padding-bottom: 3em; }
  #tech .row .col:first-child {
    flex-basis: 30%; }
  #tech .row .col:last-child {
    flex-basis: 70%; }
#tech .revert {
  flex-direction: row-reverse; }
  #tech .revert i.fa {
    left: 100%;
    margin-left: -0.5em; }
#tech .content {
  font-size: 120%;
  line-height: 1.5em; }
#tech .col1 {
  background: url("/assets/dummy1.png");
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(40%);
  background-position: center;
  width: 100%;
  height: 100%; }
#tech .col2 {
  background: url("/assets/dummy2.png");
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(40%);
  background-position: center;
  width: 100%;
  height: 100%; }
#tech .col3 {
  background: url("/assets/dummy3.png");
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(40%);
  background-position: center;
  width: 100%;
  height: 100%; }
#tech .col {
  position: relative; }
#tech .col_wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
#tech i.fa {
  color: #b42626;
  position: absolute;
  top: 100%;
  left: -0.5em;
  font-size: 250%;
  margin-top: -0.5em; }

.divider {
  width: 100%;
  height: 20vh;
  background: url("divider.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: grayscale(100%) brightness(40%); }

#imprint .card_content {
  padding-top: 0;
  height: 70vh; }
#imprint .col {
  flex-basis: 50%; }
#imprint h1 {
  font-size: 400%; }
#imprint h2 {
  font-size: 200%; }
#imprint .content, #imprint .key, #imprint .value {
  font-size: 120%;
  color: #ddd;
  line-height: 1.5em; }
#imprint .key {
  color: #fff;
  font-family: "Nilland", serif;
  font-weight: bold; }
#imprint .value {
  font-family: "Manrope Regular", sans-serif; }
#imprint .section {
  margin-bottom: 1em; }

/* Very Small Screens Styles */
@media only screen and (max-width: 786px) {
  #intro .heading {
    font-size: 500%; }
  #intro .content {
    font-size: 150%;
    width: 80vw; }
  #intro .teaser {
    font-size: 150%; }

  #about .card_content,
  #tech .card_content {
    padding-top: 0;
    padding-bottom: 0;
    height: unset; }

  #about .card_content .heading {
    margin-top: 1em; }

  #about .row:last-child {
    margin-top: 5vw;
    margin-bottom: 5vw; }

  #tech .card_content {
    height: unset; } }
/* Small Screens Styles */
@media only screen and (max-width: 1024px) and (min-width: 786px) {
  #intro .heading {
    font-size: 600%; }
  #intro .content {
    font-size: 150%;
    width: 70vw; }
  #intro .teaser {
    font-size: 150%; }

  #about .card_content,
  #tech .card_content {
    padding-top: 0;
    height: unset; }

  #about .card_content {
    padding-bottom: 0; }

  #about .row:last-child {
    margin-top: 5vw;
    margin-bottom: 5vw; } }
/* Large Screens Styles */
@media only screen and (min-width: 1024px) {
  main .col {
    flex: 1; } }
/* Large Screens Styles */
@media only screen and (min-width: 1824px) {
  #about .heading {
    font-size: 300%; }
  #about .row {
    padding-bottom: 3em; }
  #about .content {
    font-size: 150%;
    line-height: 1.2em; }

  #tech .row {
    padding-bottom: 5em; }
  #tech .heading {
    font-size: 300%;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  #tech .content {
    font-size: 150%;
    line-height: 1.2em; } }
