@media (max-width: 1280px) {
  .flex-container {
    width: 100%;
    height: 100%;
    margin: 0 0 2em 0;
  }
  .flex-container h3 {
    width: 100%;
    font-size: 1.1rem;
    padding-left: 0.5em;
  }
  .card {
    max-width: 100%;
    min-height: max-content;
    border-radius: 15px;
  }
  .card h3 {
    font-size: 1.1rem;
    padding: 0.5em 0;
  }
  .card p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .card a {
    padding: 5px 10px;
  }
  .facts_item_halb, .facts_item_voll ul {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  #about_me_section {
    width: 100%;
    flex-direction: row;
    padding: 1em;
  }
  #about_me_section img {
    width: 45%;
  }
  .about_me_container {
    width: 45%;
    margin-right: 1em;
  }
  .facts-container {
    width: 45%;
    margin-top: 1em;
  }
  .facts-container h3 {
    width: 100%;
    font-size: 1.1rem;
    padding-left: 0.5em;
  }
  .facts_item {
    font-size: 1rem;
    width: 90%;
  }
  .facts_item ul {
    padding-left: 0.5em;
    font-size: 1.1rem;
  }
  .facts_item ul li span {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 8vw;
    text-align: center;
  }
  h1 span {
    font-size: 8vw;
    text-align: center;
  }
  h2 {
    text-align: center;
    font-size: 5vw;
  }
  nav {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    border-radius: 0 0 25px 0;
  }
  nav ul {
    display: none;
    flex-direction: column;
  }
  #toggle-button:checked ~ ul {
    display: flex;
    width: 120px;
    padding: 15px;
    background: var(--main-brand-color);
  }
  #toggle-button:checked ~ ul a {
    color: var(--text-color);
  }
  label[for=toggle-button] {
    display: block;
  }
  .profilbild1 {
    display: none;
  }
  .profilbild2 {
    width: 300px;
    height: 300px;
    max-width: 80vw;
    max-height: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid var(--secondary-text-color);
  }
  .profilbild2 img {
    width: 500px;
  }
  .pb_animate {
    display: none;
  }
  #about_me_section {
    padding: 20px 0 20px 0;
    gap: 25px;
    flex-direction: column-reverse;
    align-items: center;
  }
  #about_me_section img {
    width: 300px;
    max-width: calc(90% - 30px);
    border: 5px solid var(--text-color);
  }
  .about_me_container {
    width: 90%;
  }
  .about_me_container p {
    text-align: justify;
    line-height: normal;
  }
  #writer_section {
    padding: 0;
    margin: 0;
  }
  .flex-container {
    display: flex;
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .button {
    bottom: 1em;
  }
  .button a {
    font-size: 1rem;
  }
  #further_me_section {
    align-items: center;
  }
  .facts-container {
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
  }
  .facts_item {
    flex-direction: row;
    height: auto;
    margin: 0;
    padding: 5px 0;
    gap: 10px;
  }
  .facts_item ul {
    text-decoration: none;
    list-style-type: none;
    font-size: 1rem;
  }
  .facts_item ul li span {
    font-weight: bold;
    color: var(--secondary-text-color);
  }
  .facts_item h3 {
    font-size: 1.25rem;
  }
  .facts_item_voll {
    min-width: 90%;
    align-self: center;
  }
  .facts_item_halb ul {
    padding: 0.5em;
  }
}
@media (max-width: 576px) {
  h1 span {
    font-size: 1.75rem;
    line-height: 1;
  }
  .card {
    max-width: 100%;
  }
  .card p {
    height: max-content;
    margin-bottom: 2.5em;
  }
  .card_essay {
    width: 90vw;
    height: 90vh;
  }
  .card_essay p {
    text-align: left;
  }
  .card_essay ol {
    padding-left: 10%;
  }
  .card_essay ol li {
    font-size: 1.1rem;
    text-align: left;
  }
  .ib_row {
    gap: 0.5em;
  }
  .ib_row img {
    width: 200px;
    height: 150px;
    margin-top: 1em;
  }
  .facts_item {
    width: 100%;
    padding: 20px;
    margin-right: 1em;
  }
  .facts_item img {
    height: 100px;
    width: 100px;
  }
  .facts_item h3 {
    font-size: 24px;
  }
  .facts_item_voll {
    width: 90%;
  }
}/*# sourceMappingURL=responsive.css.map */