body {
  background-color: black;
  overflow-x: hidden;
  width: 100vw;
  margin: 0;
}
body .header {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 6vh;
  background-color: black;
  margin: 0;
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  border-bottom: 2px dashed white;
  top: 0;
  top: -7vh;
  left: 0;
  z-index: 1;
  animation: grow_header linear;
  animation-timeline: scroll();
  animation-range-start: 30%;
  animation-range-end: 50%;
  animation-fill-mode: forwards;
}
body .header #link_holder {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
body .header #link_holder .header_links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 30%;
  height: 100%;
}
body .header #link_holder .header_links a {
  border: 1px solid white;
  border-radius: 5px;
  width: 35%;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 10px;
}
body .header #link_holder .header_links a:hover {
  background-color: rgba(65, 65, 65, 0.5);
}
body .header button {
  background-color: black;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  padding: 3px;
}
body .header button:hover {
  cursor: pointer;
}
body #main {
  position: relative;
  top: 20vh;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  margin: 0;
  position: relative;
  width: 100vw;
  height: fit-content;
  margin: 0;
}
body #main h1 {
  font-size: 9vh;
  color: white;
  position: fixed;
  width: 100vw;
  text-align: center;
  margin: 0;
  z-index: 1;
  top: 0;
  pointer-events: none;
  animation: move_title linear;
  animation-timeline: scroll();
  animation-range-end: 30%;
  animation-fill-mode: forwards;
}
body #main #title {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
body #main #title img {
  width: 100%;
}
body #main #intro {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 5vh;
}
body #main #intro p {
  width: 50vw;
  line-height: 1.4em;
  font-size: 1.5em;
  color: white;
  margin: 0px 15px 0px 15px;
}
body #main #snippet_holder {
  position: relative;
  margin-top: 10vh;
  width: 100%;
}
body #main #snippet_holder .narrow_image {
  display: none;
}
body #main #snippet_holder .snippet {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
body #main #snippet_holder .snippet #back {
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 120%;
  top: -10%;
}
body #main #snippet_holder .snippet .container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  position: relative;
}
body #main #snippet_holder .snippet .container .info {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
body #main #snippet_holder .snippet .container .info h2 {
  font-size: large;
  width: 100%;
  margin-left: 5px;
  border-bottom: 2px solid black;
}
body #main #snippet_holder .snippet .container .info p {
  font-size: 1.2em;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 10px 5px 10px 5px;
}
body #main #snippet_holder .snippet .container .info a {
  position: absolute;
  right: 5px;
  font-size: 1.2em;
  margin-left: 5px;
  margin-bottom: 10px;
  color: black;
  text-decoration: none;
}
body #main #snippet_holder .snippet .container #image {
  width: 30%;
  height: auto;
}
body #main #snippet_holder .left {
  position: relative;
  left: 60%;
}
body #main #snippet_holder .left #back {
  transform: scaleX(-1);
  margin-left: 0;
  left: -10%;
}
body #main #footer {
  width: 100vw;
  height: 10vh;
  max-height: 60px;
  position: relative;
  bottom: -10vh;
  margin-top: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px dashed white;
}
body #main #footer a {
  text-decoration: none;
  color: white;
  outline: white solid 2px;
  text-align: center;
  line-height: 1em;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1% 5% 1% 5%;
}
body #main #footer a:hover {
  background-color: rgba(65, 65, 65, 0.5);
}

@keyframes move_title {
  to {
    top: 0;
    font-size: 6vh;
  }
}
@keyframes grow_header {
  to {
    top: 0vh;
  }
}
@media screen and (max-width: 500px) {
  body {
    background-color: black;
    overflow-x: hidden;
    width: 100vw;
    margin: 0;
  }
  body .header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    top: 0;
    animation: none;
    height: fit-content;
  }
  body .header #link_holder {
    width: 70%;
  }
  body .header #link_holder .header_links {
    width: 100%;
    flex-direction: column;
  }
  body .header #link_holder .header_links a {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
    font-size: 0.7em;
    padding: 5px;
    margin: 2px;
  }
  body #main {
    top: 20vh;
  }
  body #main h1 {
    font-size: 2.5em;
    animation: none;
    position: relative;
    z-index: 0;
  }
  body #main #title {
    display: none;
  }
  body #main #intro {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 5vh;
  }
  body #main #intro p {
    width: 50vw;
    line-height: 1.4em;
    font-size: 1.5em;
    color: white;
    margin: 0px 15px 0px 15px;
  }
  body #main #intro p {
    width: 90vw;
    line-height: 1em;
    font-size: 1em;
  }
  body #main #snippet_holder {
    width: 100%;
  }
  body #main #snippet_holder .narrow_image {
    display: flex;
    justify-content: center;
    position: relative;
  }
  body #main #snippet_holder .narrow_image #back {
    display: none;
  }
  body #main #snippet_holder .narrow_image #image {
    height: 35vh;
    width: auto;
  }
  body #main #snippet_holder .snippet {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 10vh;
  }
  body #main #snippet_holder .snippet #back {
    top: 0;
    width: 100%;
    height: 120%;
    transform: scaleX(1);
  }
  body #main #snippet_holder .snippet .container {
    width: 90%;
  }
  body #main #snippet_holder .snippet .container .info {
    width: 100%;
  }
  body #main #snippet_holder .snippet .container .info h2 {
    font-size: 1em;
  }
  body #main #snippet_holder .snippet .container .info p {
    font-size: 1em;
  }
  body #main #snippet_holder .snippet .container .info a {
    font-size: 1.1em;
  }
  body #main #snippet_holder .snippet .container #image {
    display: none;
  }
  body #main #snippet_holder .left {
    left: 0;
  }
  body #main #snippet_holder .left #back {
    left: 0;
    width: 100%;
  }
  body #main #snippet_holder .left .container {
    left: 0;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
}
@media screen and (min-width: 500px) and (max-width: 1030px) {
  body {
    background-color: black;
    overflow-x: hidden;
    width: 100vw;
    margin: 0;
  }
  body .header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    top: 0;
    animation: none;
    height: fit-content;
  }
  body .header #link_holder {
    width: 70%;
  }
  body .header #link_holder .header_links {
    width: 100%;
    flex-direction: column;
  }
  body .header #link_holder .header_links a {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
    font-size: 0.7em;
    padding: 5px;
    margin: 2px;
  }
  body #main {
    top: 20vh;
  }
  body #main h1 {
    font-size: 2.5em;
    animation: none;
    position: relative;
    z-index: 0;
  }
  body #main #title {
    display: none;
  }
  body #main #intro {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 5vh;
  }
  body #main #intro p {
    width: 50vw;
    line-height: 1.4em;
    font-size: 1.5em;
    color: white;
    margin: 0px 15px 0px 15px;
  }
  body #main #intro p {
    width: 90vw;
    line-height: 1em;
    font-size: 1em;
  }
  body #main #snippet_holder {
    width: 100%;
  }
  body #main #snippet_holder .narrow_image {
    display: flex;
    justify-content: center;
    position: relative;
  }
  body #main #snippet_holder .narrow_image #back {
    display: none;
  }
  body #main #snippet_holder .narrow_image #image {
    height: 35vh;
    width: auto;
  }
  body #main #snippet_holder .snippet {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 10vh;
  }
  body #main #snippet_holder .snippet #back {
    top: 0;
    width: 100%;
    height: 120%;
    transform: scaleX(1);
  }
  body #main #snippet_holder .snippet .container {
    width: 90%;
  }
  body #main #snippet_holder .snippet .container .info {
    width: 100%;
  }
  body #main #snippet_holder .snippet .container .info h2 {
    font-size: 1em;
  }
  body #main #snippet_holder .snippet .container .info p {
    font-size: 1em;
  }
  body #main #snippet_holder .snippet .container .info a {
    font-size: 1.1em;
  }
  body #main #snippet_holder .snippet .container #image {
    display: none;
  }
  body #main #snippet_holder .left {
    left: 0;
  }
  body #main #snippet_holder .left #back {
    left: 0;
    width: 100%;
  }
  body #main #snippet_holder .left .container {
    left: 0;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
  body .header {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    padding-bottom: 5px;
  }
  body .header language-toggler {
    position: relative;
    left: 40%;
  }
  body .header #link_holder {
    width: 100%;
  }
  body .header #link_holder .header_links {
    width: 50%;
    flex-direction: row;
  }
  body .header #link_holder .header_links a {
    min-width: 40%;
    font-size: 1em;
  }
  body #main {
    top: 50px;
  }
  body #main h1 {
    top: 50px;
  }
  body #main #intro {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 5vh;
    margin-top: 50px;
  }
  body #main #intro p {
    width: 50vw;
    line-height: 1.4em;
    font-size: 1.5em;
    color: white;
    margin: 0px 15px 0px 15px;
  }
  body #main #intro p {
    width: 90vw;
    line-height: 1em;
    font-size: 1em;
  }
  body #main #snippet_holder {
    margin-top: 100px;
  }
  body #main #snippet_holder .narrow_image {
    display: none;
  }
  body #main #snippet_holder .snippet {
    width: 100vw;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  body #main #snippet_holder .snippet #back {
    height: 100%;
    top: -2%;
  }
  body #main #snippet_holder .snippet .container {
    width: 90vw;
    align-items: center;
  }
  body #main #snippet_holder .snippet .container #image {
    display: inline-block;
    width: 50vw;
    max-width: 300px;
    height: auto;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
  body #main #footer {
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1500px) {
  body #main #snippet_holder .snippet {
    width: 90%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  body #main #snippet_holder .left {
    left: 10%;
  }
}/*# sourceMappingURL=index.css.map */