@media (max-width: 1200px) {
  #about_me_section {
    width: 100%;
    flex-direction: row;
    padding: 0 1em;
  }
  #about_me_section img {
    width: 45%;
  }
  .about_me_container {
    width: 45%;
  }
  .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 {
    min-height: -moz-max-content;
    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;
  }
  .facts_item_halb, .facts_item_voll ul {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .header_text {
    margin: 0 2em;
  }
  #about_me_section {
    padding: 0 1em;
  }
  #about_me_section img {
    width: 200px;
  }
  .about_me_container {
    padding: 2em 0;
  }
  .about_me_container h2 {
    font-size: 2rem;
  }
  #writer_section {
    align-items: center;
  }
  #writer_section p {
    margin: 0 0.5em 1em 0.5em;
    font-size: 1rem;
    padding: 0.5em 0;
  }
  .flex-container {
    width: 90%;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .facts-container {
    width: 32%;
    height: calc(-moz-max-content + 1em);
    height: calc(max-content + 1em);
    margin-top: 1em;
    border-radius: 15px;
  }
  .facts-container h3 {
    width: 100%;
    font-size: 1.25rem;
    padding: 0.5em 0 0 1em;
  }
  .facts-container a {
    padding: 5px 20px;
    font-size: 1rem;
  }
  .facts_me {
    width: 49%;
  }
  .card {
    width: 100%;
    height: 100%;
    margin-top: 1em;
  }
  .card h2 {
    font-size: 2rem;
    padding: 0.5em 0;
  }
  .card p {
    font-size: 1.1rem;
    line-height: 120%;
  }
  .card_me {
    width: 48%;
  }
  .card_me p, .card_me ul {
    font-size: 1.1rem;
  }
  .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) {
  .sub-wrapper {
    width: 100%;
  }
  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 {
    width: 100%;
    padding: 20px 0 20px 0;
    gap: 25px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .workPlace {
    width: 90%;
    height: auto;
    align-items: center;
    border: 5px solid var(--text-color);
  }
  .workPlace img {
    width: 100%;
    height: auto;
  }
  .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 {
    width: 90%;
    height: 20em;
    border-radius: 15px;
  }
  .card p {
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 2.5em;
    border-top: solid 2px white;
  }
  .card h2 {
    font-size: 1rem;
    padding: 0.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 {
    padding: 20px;
    margin-right: 1em;
  }
  .facts_item img {
    height: 100px;
    width: 100px;
  }
  .facts_item_voll {
    width: 90%;
  }
}
@media (min-width: 576px) {
  h1 span {
    font-size: 1.75rem;
    line-height: 1;
  }
  .card {
    width: 90%;
    height: 20em;
    border-radius: 15px;
  }
  .card p {
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 2.5em;
    border-top: solid 2px white;
  }
  .card h2 {
    font-size: 1rem;
    padding: 0.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 {
    padding: 20px;
    margin-right: 1em;
  }
  .facts_item img {
    height: 100px;
    width: 100px;
  }
  .facts_item_voll {
    width: 90%;
  }
}/*# sourceMappingURL=resp_settings.css.map */