@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,500');

/* Main Css */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  height: 100%;
  /* needed for proper layout */
}

.app {
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
  margin: auto;
}

.fontsmoothing{

}

.navigation {
  font-size: 1.3em;
}

hr {
  background-color: black;
  margin: 0;
  border: 0;
  height: 1px;
}

.page-width {
  max-width: 768px;
  margin: auto;
}

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

.span-line {
  grid-column: 1/-1;
}

/* New Home Css */

:root {
  --font-logo: 'Source Code Pro', monospace;
  --font-logo-weight: 200;
  --font-header: 'Source Code Pro', monospace;
  --font-header-weight: 400;
  --font-main: 'Source Code Pro', monospace;
  --font-main-weight: 300;
  --font-color: black;
}


/* // @import './assets/base'; */

h3 {
  padding-bottom: 0;
  font-family: var(--font-main);
  font-weight: 400;
}

.impressum {
  margin-top: 2em;
  font-family: var(--font-main);
  font-weight: 400;
  margin-bottom: 2em;
}

.about {
  font-family: var(--font-main);
  font-weight: var(--font-main-weight);
}

.content {

  /* min-width: 300px; */
  max-width: 400px;
  text-align: left;
  font-family: var(--font-main);
  font-weight: var(--font-main-weight);
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1em 0 1em;
}

.title {
  display: block;
  font-weight: var(--font-logo-weight);
  letter-spacing: -0.2em;
  font-size: 7em;
  font-feature-settings: 'kern', 'liga', 'dlig', 'hlig', 'cswh';
  font-synthesis: weight style;
  color: var(--font-color);
  font-family: var(--font-logo);
  margin: 0;
  transform: translateX(-0.1em);
}

h2 {
  font-feature-settings: 'kern', 'liga', 'dlig', 'hlig', 'cswh';
  font-synthesis: weight style;
  color: var(--font-color);
  font-family: var(--font-header);
}

.subtitle {
  font-weight: var(--font-header-weight);
  font-size: 1.75em;
  color: var(--font-color);
  padding: 1em 0 0.1em;
}

.links {
  padding-top: 15px;
}

ul {
  font-family: var(--font-main);
  font-weight: 300;
  padding: 0;
  list-style: none;
}

/* ul li:not(:first-child) { */
ul li:not(:first-child) {
  padding-top: 1em;
}

h1,
h2,
h3 {
  margin: 0;
}

ul {
  margin: 0;
}

.content-items {
  padding: 0;
  margin: 0;
}

h3 {
  padding-bottom: 0;
  font-family: var(--font-main);
  font-weight: 400;
}

b{
  font-weight: 400;
}