body {
  font-family: "Times New Roman", Times, serif;
}

header {
  background-image: url("img/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  width: 100%;
  height: 30rem;
  margin-bottom: 4rem;
}

.header-text {
  font-family: sans-serif;
  padding-top: 2.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#header {
  font-size: 5rem;
  text-transform: uppercase;
}

#header-word-break {
  display: none;
}

@media only screen and (max-width: 560px) {
  #header-word-break {
    display: inline;
  }
}
#sub-header {
  font-size: 1.5rem;
  text-transform: capitalize;
}

section {
  margin-top: 2rem;
}

.section-space {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-space {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 500px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-break {
    display: block;
  }
}
.biografie {
  font-size: 1.25rem;
}

.card {
  text-decoration: none !important;
}

.card.disabled .content .header {
  text-decoration: line-through;
}

#scroll-to-top {
  margin-top: 6rem;
}

.center {
  text-align: center;
}

footer {
  background-color: rgb(245, 245, 245);
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 3.5rem;
}
footer .footer-inner {
  padding: 2rem 1rem 4rem 1rem;
  text-align: center;
}

.footer-seperator {
  background-color: black;
  height: 0.15rem;
  width: 100%;
}/*# sourceMappingURL=index.css.map */