@font-face {
  font-family: "montserratregular";
  src: url("webfontkit/montserrat-webfont.woff2") format("woff2"), url("webfontkit/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: rgb(42, 42, 42);
    color: #f3f3f3;
  }
  body a {
    color: #f3f3f3;
  }
  body .help .help-bubble {
    background-color: rgb(42, 42, 42);
    color: #f3f3f3;
  }
  body .scroll-to-top .scroll-to-top-btn {
    border: 2px solid rgba(86, 50, 174, 0.7);
  }
  body main .main-wrapper {
    background-color: rgb(42, 42, 42);
    color: #f3f3f3;
  }
  body main .main-wrapper .about-us .about-me,
  body main .main-wrapper .about-us .cv {
    color: #f3f3f3;
  }
  body main .main-wrapper .cv .cv-header h2 {
    border-top-color: rgb(60, 60, 60);
  }
}
@media (prefers-color-scheme: light) {
  body {
    background-color: rgb(221, 220, 220);
    color: rgb(42, 42, 42);
  }
  body header {
    box-shadow: 0px 0px 3px 1px rgb(42, 42, 42);
    z-index: 1;
  }
  body a {
    color: rgb(42, 42, 42);
  }
  body .help .help-bubble {
    background-color: rgba(243, 243, 243, 0.948);
    color: rgb(42, 42, 42);
  }
  body .scroll-to-top .scroll-to-top-btn {
    border: 2px solid rgb(146, 103, 255);
  }
  body main .main-wrapper {
    background-color: rgba(243, 243, 243, 0.948);
    color: rgb(42, 42, 42);
  }
  body main .main-wrapper .about-us .about-me,
  body main .main-wrapper .about-us .cv {
    color: rgb(42, 42, 42);
  }
  body main .main-wrapper .cv .cv-header h2 {
    border-top-color: rgb(221, 220, 220);
  }
}
@media (max-width: 969px) {
  body main {
    margin: 2rem 16px;
  }
}
@media (max-width: 969px) and (prefers-color-scheme: light) {
  body {
    background-color: rgba(243, 243, 243, 0.948);
  }
  body main .main-wrapper {
    box-shadow: none;
  }
}
@media (min-width: 970px) {
  body main .main-wrapper .about-us {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
  }
  body main .main-wrapper .about-us .about-me {
    flex-basis: 50%;
  }
  body main .main-wrapper .about-us .about-me .about-me-img {
    width: 25rem;
  }
  body main .main-wrapper .about-us .about-me .about-me-main {
    width: 25rem;
  }
  body main .main-wrapper .cv .cv-header {
    justify-content: right;
  }
  body main .main-wrapper .cv .cv-header h1 {
    font-size: 39px;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-header .section-divider {
    width: 12rem;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-sub-header-2 {
    display: grid;
    grid-template-columns: 5rem 17rem 2.5rem 3rem 6.5rem 4rem;
    width: 44rem;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    font-size: small;
    border-bottom: solid 2px rgb(85, 154, 227);
    align-items: end;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-sub-header-2 .grade-distribution {
    display: block;
    width: max-content;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-sub-header-2 .grades {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: auto auto auto auto auto;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-sub-header-2 > div:last-child {
    position: relative;
    left: 0.4rem;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element {
    grid-template-columns: 12rem auto;
    margin-bottom: 0.5rem;
    gap: 1rem;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element > :first-child {
    position: relative;
    top: 0px;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-graph {
    bottom: 5px;
    width: 104px;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element .grades,
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element .percentile-title {
    display: none;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element .percentile-value {
    position: relative;
    top: 0;
    left: 0.5rem;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element:has(.cv-main-section-element-student-points) {
    padding-top: 1rem;
    grid-template-columns: 5rem 17rem 2.5rem 3rem 6.5rem 4rem;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element:has(.empty-title) {
    grid-template-columns: 12rem auto;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-title {
    font-size: 16px;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-small-screen-title {
    display: none;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-value {
    max-width: 40rem;
  }
  body main .main-wrapper .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-value .cv-main-section-element-value-note {
    font-size: small;
  }
  footer {
    display: grid;
    justify-content: center;
  }
  header {
    display: grid;
    justify-content: center;
  }
  .header-wrapper,
  .main-wrapper,
  .footer-wrapper {
    width: 900px;
  }
}
@media (min-width: 550px) {
  body {
    display: grid;
    justify-content: center;
    width: min-content;
  }
}
@media (max-width: 579px) {
  .footer-element__small-screen {
    display: block;
  }
  .footer-element__wide-screen {
    display: none;
  }
}
@media (min-width: 580px) {
  .footer-element__small-screen {
    display: none;
  }
  .footer-element__wide-screen {
    display: block;
  }
  .footer-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }
  #contact-me-form {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  body header .header-wrapper {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }
  body header .header-wrapper nav {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  body header .header-wrapper nav #nav-toggle:checked ~ .nav-menu {
    position: relative;
    color: #f3f3f3;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: flex-start;
    align-items: center;
    top: -12px;
  }
  body header .header-wrapper nav #nav-toggle:checked ~ .nav-menu li {
    margin: 0 1rem;
  }
  body header .header-wrapper nav .nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body header .header-wrapper nav .nav-menu li {
    margin: 0 1rem;
    display: list-item;
  }
  body header .header-wrapper nav .burger {
    display: none;
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hide {
  display: none;
}

.spinner-icon {
  display: none;
  height: min-content;
  float: right;
  padding-left: 5px;
}
.spinner-icon.move-down {
  position: relative;
  top: 4px;
}
.spinner-icon.show {
  display: block;
}
.spinner-icon svg {
  width: 20px;
  animation: rotating 2s linear infinite;
}

nav,
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav {
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto auto;
  position: relative;
}
nav .burger {
  display: block;
  width: 18px;
  height: 2px;
  background: rgb(86, 50, 174);
  position: relative;
  user-select: none;
  padding: 28px 20px;
  cursor: pointer;
}
nav .burger .burger-span {
  background: #f3f3f3;
  display: block;
  height: 3px;
  position: relative;
  width: 1.5rem;
  top: 2px;
}
nav .burger .burger-span::before, nav .burger .burger-span::after {
  background: #f3f3f3;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
nav .burger .burger-span::before {
  top: 8px;
}
nav .burger .burger-span::after {
  top: -8px;
}
nav .nav-menu {
  position: relative;
  max-height: 0;
  top: 12px;
  transition: max-height 0.2s ease-out;
}
nav .nav-menu li {
  display: none;
}
nav .nav-toggle {
  display: none;
}
nav .burger {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  top: -22px;
}
nav #nav-toggle:checked ~ .nav-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgb(86, 50, 174);
  z-index: 1;
  max-height: 240px;
}
nav #nav-toggle:checked ~ .nav-menu li {
  width: 100%;
  text-align: start;
  padding: 1rem;
  display: list-item;
}
nav #nav-toggle:checked ~ .burger .burger-span {
  background: transparent;
}
nav #nav-toggle:checked ~ .burger .burger-span::before {
  transform: rotate(-45deg);
  top: 0;
}
nav #nav-toggle:checked ~ .burger .burger-span::after {
  transform: rotate(45deg);
  top: 0;
}

.secondary-button {
  border: none;
  text-align: center;
  border-radius: 5px;
  padding: 5px 16px;
  width: fit-content;
  color: #f3f3f3;
  background-color: rgb(86, 50, 174);
  font-weight: normal;
  font-size: 18px;
}
.secondary-button:hover {
  color: #f3f3f3;
  background-color: rgb(69, 41, 138);
  cursor: pointer;
}
.secondary-button:active {
  background-color: rgb(69, 41, 138);
  cursor: default;
}

.primary-button {
  border: none;
  max-width: max-content;
  text-align: center;
  border-radius: 5px;
  padding: 10px 24px;
  color: #f3f3f3;
  background-color: rgb(85, 154, 227);
  font-weight: normal;
  font-size: 18px;
}
.primary-button:hover {
  color: #f3f3f3;
  background-color: rgb(77, 135, 197);
  cursor: pointer;
}
.primary-button:active {
  background-color: rgb(77, 135, 197);
  cursor: default;
}

.primary-button-with-svg span {
  position: relative;
  bottom: 1px;
}
.primary-button-with-svg svg {
  position: relative;
  top: 4px;
  scale: 0.91;
}

.cc {
  width: 154px;
  white-space: nowrap;
}

body {
  font-family: "montserratregular";
  font-size: 16px;
  height: 100%;
  width: 100%;
  margin: 0;
}
body .scroll-to-top {
  width: 100%;
  display: grid;
  justify-content: end;
  grid-template-columns: auto;
  position: sticky;
  bottom: -300px;
  transition: bottom 0.3s ease-in-out;
}
body .scroll-to-top.show {
  bottom: 0;
}
body .scroll-to-top .scroll-to-top-btn {
  display: grid;
  grid-template-columns: auto auto;
  width: fit-content;
  gap: 0.5rem;
  justify-content: center;
  color: #f3f3f3;
  background-color: rgba(86, 50, 174, 0.7);
  padding: 1px 4px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
body .scroll-to-top .scroll-to-top-btn:hover {
  background-color: rgb(69, 41, 138);
  border-color: rgb(69, 41, 138);
  text-decoration: none;
}
body .help {
  position: relative;
  display: inline;
}
body .help .help-name {
  border-bottom: 2px solid rgb(221, 220, 220);
}
body .help .help-name:hover {
  cursor: pointer;
  border-bottom: 2px solid rgb(85, 154, 227);
}
body .help .help-name:hover + .help-bubble {
  opacity: 1;
}
body .help .help-name:not(:hover) + .help-bubble {
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.5s;
}
body .help .help-bubble {
  position: absolute;
  bottom: 30px;
  right: -200px;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  max-width: 200px;
  z-index: 1;
  border: 2px solid rgb(85, 154, 227);
}
body .help .help-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 190px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: rgb(85, 154, 227) transparent;
}
body h1 {
  font-size: 39px;
}
body header {
  background-color: rgb(86, 50, 174);
  width: 100%;
}
body .header-wrapper {
  padding-top: 1.5rem;
}
body .header-wrapper nav {
  padding: 1rem 1rem 0 1rem;
}
body .header-wrapper nav img {
  height: 2.4rem;
  position: relative;
  bottom: 10.5px;
}
body .header-wrapper nav a {
  color: #f3f3f3;
  text-decoration: none;
  padding-bottom: 3px;
  font-weight: bold;
}
body .header-wrapper nav a:hover {
  border-bottom: 2px rgb(85, 154, 227) solid;
  cursor: pointer;
}
body .header-wrapper nav a.selected-tab {
  border-bottom: 2px rgb(85, 154, 227) solid;
}
body .header-wrapper nav .no-hover-border:hover {
  border-bottom: none;
}
body .content-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  width: 100vw;
}
body #contact-me-form {
  margin: 2rem 0;
  display: grid;
  grid-template-rows: auto auto;
  gap: 1rem;
}
body #contact-me-form .mail-body {
  display: none;
}
body .custom-field input,
body .custom-field textarea {
  border-radius: 5px;
  background-color: #f3f3f3;
  padding: 10px 24px;
  color: rgb(42, 42, 42);
  font-family: "montserratregular";
  height: 30px;
  width: 17rem;
  border: 1px solid rgb(60, 60, 60);
  font-size: medium;
}
body .custom-field input:active,
body .custom-field textarea:active {
  box-shadow: none;
}
body .custom-field input:focus-visible,
body .custom-field textarea:focus-visible {
  outline: none;
}
body .custom-field textarea {
  min-height: 20rem;
}
body #message-form {
  margin: 2rem 0;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 1rem;
}
body #message-form #fullname {
  display: none;
}
body .about-us {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
body .about-us .about-me {
  margin-bottom: 4rem;
}
body .about-us .about-me a:hover {
  text-decoration: underline;
}
body .about-us .about-me a.secondary-button {
  margin-top: 1rem;
  text-decoration: none;
}
body .about-us .about-me a.secondary-button:hover {
  text-decoration: none;
}
body .about-us .about-me .about-me-img {
  width: 15rem;
}
body .about-us .about-me .about-me-header {
  display: grid;
  grid-template-rows: auto auto auto;
}
body .about-us .about-me .about-me-header .about-me-header__invisible-item {
  height: 28.8px;
  width: 1rem;
}
body .about-us .about-me .about-me-main {
  margin-top: 1rem;
  width: 15rem;
}
body .cv {
  max-width: 100%;
  padding-bottom: 12rem;
}
body .cv a {
  color: #f3f3f3;
  text-decoration: none;
}
body .cv a:hover {
  text-decoration: underline;
}
body .cv:not(:last-of-type) {
  margin-bottom: 5rem;
}
body .cv .cv-header {
  display: grid;
  grid-template-rows: auto auto;
  justify-content: left;
}
body .cv .cv-header h1 {
  position: relative;
  bottom: -4px;
  font-size: xx-large;
}
body .cv .cv-header h1,
body .cv .cv-header h2 {
  margin: 0;
  text-align: end;
  font-weight: normal;
}
body .cv .cv-header .first-name {
  color: rgb(185, 185, 185);
}
body .cv .cv-header h2 {
  border-top: 2.5px solid rgb(60, 60, 60);
  width: 100%;
  font-size: larger;
  padding-top: 0.5rem;
}
body .cv .cv-main {
  margin-top: 3rem;
}
body .cv .cv-main img {
  width: 100%;
}
body .cv .cv-main .cv-main-section.small-margin-on-elements .cv-main-section-element {
  margin-bottom: 0.5rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-header {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  gap: 1rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-header h3 {
  font-weight: normal;
}
body .cv .cv-main .cv-main-section .cv-main-section-header h4 {
  font-weight: normal;
}
body .cv .cv-main .cv-main-section .cv-main-section-header .section-divider {
  margin-top: 2rem;
  width: 4.5rem;
  border-top: 8px solid rgb(85, 154, 227);
}
body .cv .cv-main .cv-main-section .cv-main-section-header + .cv-main-section-sub-header-1 {
  margin-top: 1rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-sub-header-1 {
  margin: 3rem 0 2rem 0;
}
body .cv .cv-main .cv-main-section .cv-main-section-sub-header-1 .university {
  font-weight: bold;
  font-size: large;
}
body .cv .cv-main .cv-main-section .cv-main-section-sub-header-1 .university .university-description {
  font-weight: normal;
}
body .cv .cv-main .cv-main-section .cv-main-section-sub-header-2 {
  display: none;
}
body .cv .cv-main .cv-main-section .cv-main-section-element {
  position: relative;
  top: -1rem;
  display: grid;
  justify-content: flex-start;
  grid-template-columns: 5rem auto;
  margin-bottom: 4rem;
  gap: 0.5rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-element.in-total {
  margin-bottom: 3rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-element > :first-child {
  position: relative;
  top: 2px;
}
body .cv .cv-main .cv-main-section .cv-main-section-element:has(.empty-title) {
  grid-template-columns: auto;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-title {
  text-align: start;
  font-size: small;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-small-screen-title,
body .cv .cv-main .cv-main-section .cv-main-section-element .percentile-title {
  text-align: start;
  font-size: small;
  position: relative;
  top: 2px;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .percentile-title {
  justify-self: flex-start;
  position: relative;
  left: -5.4rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .percentile-value {
  position: relative;
  top: -2.05rem;
  left: 5.5rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-value {
  line-break: normal;
  max-width: 40rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-value i {
  font-style: normal;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-value .cv-main-section-element-value-note {
  font-size: small;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-graph {
  width: min-content;
  height: 22px;
  margin: 4px 0 2px 0;
  position: relative;
  bottom: -10px;
  display: grid;
  gap: 0.2rem;
  grid-template-columns: auto auto auto auto auto;
  align-items: end;
  justify-content: space-between;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .cv-main-section-element-graph .graph-element {
  background-color: rgb(85, 154, 227);
  width: 1rem;
}
body .cv .cv-main .cv-main-section .cv-main-section-element .grades {
  position: relative;
  left: 5.45rem;
  top: -1.2rem;
  font-size: xx-small;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  width: 82.5px;
  padding-left: 5px;
}
body .bold {
  font-weight: bold;
}
body main {
  flex-grow: 1;
  display: grid;
  justify-content: center;
  line-height: 1.8;
}
body main .main-wrapper {
  padding: 0 1rem;
}
body main .main-wrapper .home {
  min-height: 10rem;
}
body footer {
  margin-top: auto;
  padding: 1.45px 1rem;
  height: fit-content;
  color: #f3f3f3;
  background-color: rgb(85, 154, 227);
}
body footer .footer-wrapper {
  padding-top: 1rem;
}
body footer .footer-wrapper .footer-element {
  padding-right: 1rem;
  margin-bottom: 1rem;
}
body footer .footer-wrapper .footer-element a {
  color: #f3f3f3;
  text-decoration: none;
}
body footer .footer-wrapper .footer-element a:hover {
  border-bottom: solid 2px #f3f3f3;
}
body footer .footer-wrapper .license-link {
  color: #f3f3f3;
  text-decoration: none;
}
body footer .footer-wrapper .license-link:hover {
  border-bottom: solid 2px #f3f3f3;
}
body .nowrap {
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */
