h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Nilland Bold", 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: #ccc;
  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-top: 1vh;
  background-color: #000; }
  header #logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 10px; }
  header #menu_button {
    color: #fff;
    font-size: 5vmin;
    cursor: pointer; }

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

#small_nav {
  position: sticky;
  top: 10vh;
  z-index: 1; }
  #small_nav ul {
    flex-direction: column;
    align-items: stretch;
    background-color: #000;
    color: #ccc;
    padding-top: 10px;
    padding-bottom: 10px; }
  #small_nav li {
    text-align: center; }
  #small_nav li:last-child a:first-child::after,
  #small_nav li:last-child span:not(:last-child)::after {
    content: "|";
    padding-right: 5px;
    padding-left: 5px; }

main .card .card_content {
  display: flex;
  flex-direction: column;
  height: 90vh;
  padding-top: 2vh;
  padding-bottom: 2vh; }
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: 10vh;
  padding-left: 10px; }
#intro .heading {
  margin-bottom: 0.2em;
  color: #fff;
  font-size: 10vmin;
  font-family: "Nilland Bold", serif;
  font-weight: bold;
  max-width: 100%;
  padding-left: 20px; }
#intro .content {
  font-size: max(2.7vmin, 80%);
  line-height: 1.5em;
  color: #ccc;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Manrope Regular", sans-serif;
  padding: 20px; }
#intro .teaser {
  color: #b42626;
  padding-top: 1em;
  font-family: 'Manrope Bold', sans-serif; }
  #intro .teaser a {
    position: relative;
    font-size: max(3vmin, 80%);
    font-weight: bold;
    margin-left: 3vmin; }
  #intro .teaser a::before {
    content: "v";
    position: absolute;
    top: 0;
    left: -3vmin;
    font-size: max(4vmin, 100%);
    font-family: "Nilland Bold", serif;
    animation: bounce 0.5s ease infinite alternate; }

@keyframes bounce {
  100% {
    top: -0.7vh; }
  0% {
    top: 0; } }
#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-neu.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: 10vh;
  margin-bottom: 10vh; }
#about .content {
  font-size: 120%;
  line-height: 1.5em; }
#about ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none; }
#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: left top;
  background-size: contain;
  width: 100%;
  height: 100%; }
#tech .col2 {
  background: url("/assets/dummy2.png");
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(40%);
  background-position: right top;
  background-size: contain;
  width: 100%;
  height: 100%; }
#tech .col3 {
  background: url("/assets/dummy3.png");
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(40%);
  background-position: left top;
  background-size: contain;
  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-neu.jpg");
  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 .content {
  line-height: 1.5em; }
#imprint h1 {
  font-size: 400%; }
#imprint .content .col {
  padding-right: 0;
  padding-left: 0; }
#imprint .content .row:first-child .col {
  padding-top: 0; }

/* Small Screens Styles */
@media only screen {
  header {
    padding-left: 5vw;
    padding-right: 5vw;
    align-items: center; }
    header #menu_button,
    header #small_nav {
      display: flex; }
    header #normal_nav {
      display: none; }

  main .card {
    padding-left: 5vw;
    padding-right: 5vw; }

  #tech .col .heading,
  #about .col .heading {
    font-size: 150%;
    line-height: 1.5em; }

  #tech .col .content,
  #about .col .content {
    font-size: 100%;
    line-height: 1.2em; }

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

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

  #about .social li a {
    font-size: 120%; }

  #imprint .card_content,
  #tech .card_content {
    padding-bottom: 5vh; }

  #tech .row:first-child .col {
    padding-top: 0; }

  #tech .heading {
    margin-top: 0; }

  #tech .row {
    padding-bottom: 5vh; }

  #imprint h1 {
    font-size: 200%; }
  #imprint .col {
    flex-basis: 100%; }
  #imprint .col .content {
    font-size: 100%; }
  #imprint .content .row {
    font-size: 100%;
    padding-bottom: 10px; }
  #imprint .content .row .col:first-child {
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0; }
  #imprint .content .row .col:last-child {
    padding-top: 0;
    font-size: 100%;
    color: #ccc; } }
/* Middle Size Screens Styles */
@media only screen and (min-width: 720px) {
  header {
    padding-left: 10vw;
    padding-right: 10vw; }

  header #menu_button,
  #small_nav {
    display: none; }

  header #normal_nav {
    display: flex; }

  header nav #lang {
    padding-right: 10px;
    padding-bottom: 0;
    font-size: 100%; }

  header nav li {
    padding: 10px; }

  main .card {
    padding-left: 10vw;
    padding-right: 10vw; }

  main .col {
    flex: 1; }

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

  #about .social li a {
    font-size: 150%; }

  #tech .card_content {
    padding-bottom: 5vh; }

  #imprint .col:last-child .content {
    font-size: 100%; }

  #imprint .col {
    flex-basis: 50%; }

  #imprint .card_content {
    height: 70vh;
    padding-bottom: 5vh; }

  #imprint .content .row .col:last-child {
    padding-top: 10px; } }
/* Large Screens Styles */
@media only screen and (min-width: 1080px) {
  #intro .content {
    width: 60vw; }
  #intro .teaser a img {
    transform: scale(1);
    transform-origin: left;
    padding-right: 10px; }

  #about .card_content,
  #tech .card_content {
    padding-top: 5vh;
    min-height: 90vh; }

  #about .social li a {
    font-size: 200%; } }
/* Large Screens Styles */
@media only screen and (min-width: 1440px) {
  #intro .content {
    width: 50vw; }

  #imprint .card_content,
  #about .card_content,
  #tech .card_content {
    padding-top: 5vh;
    padding-bottom: 5vh; }

  #tech .card_content {
    height: unset;
    padding-bottom: 10vh; }

  #about .col .heading {
    font-size: 200%; }
  #about .row:last-child {
    margin-top: 5vh; }
  #about .col .content {
    font-size: 120%;
    line-height: 1.5em; }

  #tech .col .heading {
    font-size: 200%; }
  #tech .col .content {
    font-size: 120%;
    line-height: 1.5em; } }
