/* iPhone SE/8 etc. Hochformat (z.B. 375px) */
@media screen and (min-width: 320px) and (max-width: 480px){
    /* Minimal größerer Screen */

    h1 {
        font-size: 0.7rem;
        letter-spacing: 0.185rem;
    }

    h2 {
        font-size: clamp(1.35rem, 1.35vw, 1.55rem);
        line-height: clamp(1.65rem, 1.65vw, 1.85rem);
    }

    h3 {
        font-size: clamp(1.25rem, 1.45vw, 1.65rem);
        line-height: clamp(1.5rem, 1.65vw, 2.25rem);
    }

    h4 {
        font-size: clamp(1.1rem, 1.45vw, 1.65rem);
        line-height: clamp(1.35rem, 1.65vw, 2.25rem);
    }

    h4.spacing {
        font-size: 0.75rem;
    }

    h4.square {
        text-indent: -1rem;
    }

    p {
        font-size: 0.85rem;
        line-height: 1.45rem;
    }

    p.small {
        font-size: 0.85rem;
    }

    p.square::before, h4.square::before {
        font-size: 0.85rem;
    }

  a {
      font-size: 0.85rem;
      line-height: 1.45rem;
  }

    .pb1 {
        padding-bottom: 3%
    }

    .pb2 {
       padding-bottom: 6%;
    }

    .pb4 {
        padding-bottom: 6%
    }

    .mt8 {
        padding-top: 8%;
    }

    .split-section {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 2%;
        position: relative;
        gap: 2%;
    }

    .split-section.top {
        margin-top: var(--header-height);
    }

    .split-section_2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2%;
    }

    .text-section {
        margin-top: 2%;
        aspect-ratio: unset !important;
    }

    .text-section.long {
        aspect-ratio: auto;
    }

    .text-section_2 {
        padding-bottom: 0;
    }

    .text-section.grey {
        aspect-ratio: auto;
    }

    .content {
        width: 90%;
        padding: 8rem 0;
    }
    .container_coloured {
        margin-bottom: 2%;
       aspect-ratio: auto;
    }

    .container_coloured.top {
        margin-top: var(--header-height);
        aspect-ratio: 1/0.75;
    }

    .container_coloured_content {
        width: clamp(80%, 88%, 90%);
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: auto;
        padding: 5rem 0 0 0;
    }

    .coloured-overlay {
        width: 40vw;
        overflow: hidden;
    }

    .coloured-overlay h3 {
        font-size: 16px;
        line-height: 1.15;
        width: 80%;
        margin: auto;
    }

    .coloured-overlay h4 {
        font-size: 12px;
        line-height: 1rem;
    }

    .container-button {
        margin-top: 3rem;
    }

    .two-columns {
        flex-direction: column;
        gap: 0.5rem;
    }

    .column {
        padding-bottom: 2.25rem;
        gap: 0.75rem;
    }

    .column ul li {
        font-size: 0.85rem;
        line-height: 1.45rem;
    }

    a.button {
        padding: 0.5rem 0.75rem;
        font-size: 0.7rem;
        width: clamp(220px, 3vw, 270px);
        margin: 3rem auto 2rem auto;
    }



    .container-text {
        width: 90%;
        padding: 5rem 0;
    }

    .container-text.full {
        padding: 2rem 0;
    }

    .four-columns {
        grid-template: 1fr 1fr 1fr / 1fr;
    }

    .four-columns .column {
        padding-bottom: 3rem;
        min-height: auto;
    }

    .four-columns .column a {
        margin-top: 2rem;
    }

    .two-columns.books {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding-top: 3rem;
        gap: 1rem;
        padding-bottom: 5rem;
    }

    .column-book1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .column-book2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 3.5rem;
    }

    .column-book2 img {
        width: 70%;
        margin: auto 5% auto 25%;
    }

    .column-book2 p {
        text-align: center;

    .baskerville {
        font-size: 0.85rem;
        line-height: 1.55rem;
    }
}

/* O L D  S T Y L E S */

    .related-menu-list.foBiLi {
        grid-template: 1fr / 1fr;
        gap: 1rem;
    }
}