#page {
  width: 100vw;
}
.nav-height {
  margin-top: 0 !important;
}
::selection {
  color: black !important;
  background-color: white !important;
}
::-moz-selection {
  color: black !important;
  background-color: white !important;
}
@media only screen and (min-width: 800px) {
  .trenn_text {
    padding-top: 1em;
  }
  #introduction {
    min-height: 90vh;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93vh;
  }
  #introduction h2 {
    font-variation-settings: "wght" 600;
    letter-spacing: -0.02em;
  }
  .button_link p {
    font-size: 2em;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    font-variation-settings: "wght" 500;
  }
  #cv_links {
    margin-top: 2vh;
  }
  .trenn_text {
    margin-left: 13vw;
  }
  footer.bottom_left {
    margin-top: 3vh;
  }
}
@media only screen and (max-width: 800px) {
  .blue p {
    font-size: 2em;
  }
  .blue {
    margin-right: 27vw;
  }
  .trenn_text {
    padding-top: 5vh;
    padding-bottom: 1vh;
    margin-left: 14vw;
  }
  #introduction {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  #introduction-child {
    inline-size: fit-content;
    max-width: 80vw;
    overflow-wrap: break-word;
  }
  #introduction h2 {
    font-variation-settings: "wght" 600;
    font-size: 0.8em;
    line-height: 1em;
    /*letter-spacing: -0.02em;*/
    overflow-wrap: inherit;
  }

  #introduction p {
  	font-size: 0.8em;
  	line-height: 1em;
  }

  .button_link p {
    font-size: 1.3em;
    word-break: keep-all;
    padding: 0 0.3em 0 0.3em;
    font-variation-settings: "wght" 600;
    margin-top: 1.5vh;
  }
  .trenn_text .button_link p {
    font-size: 1.9em;
  }
  .blue li {
    margin-top: 1.9vh;
  }
  footer.bottom_left {
    margin-top: 1.4vh;
  }
}
nav b {
}
.curtain {
  background-color: black !important;
}
#introduction {
  width: 100vw;
}
#introduction a {
  color: var(--color-blue);
}
section.blue {
  background-color: black;
}
footer.bottom_left {
}
.footer_text {
}
.button_link p {
  width: auto;
  border-radius: 1em;
  background-color: var(--color-button-bg);
  display: inline-block;
  color: black;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.button_link p:hover {
  color: white;
  background-color: black;
  text-decoration: none;
  outline: solid white 0.07em;
}
.button_link p {
  color: white;
  background-color: black;
  text-decoration: none;
  outline: solid white 0.07em;
}
.blue {
  background-color: snow;
  padding-top: 13vh;
  padding-bottom: 20vh;
}
.trenn_text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100vw;
}
.trenn_text li {
  text-align: center;
}
.trenn_text a {
  text-align: center;
}
