/* iPad Hochformat (768px) */
@media screen and (min-width: 769px)and (max-width: 1023px) {

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

    h2 {
        font-size: clamp(1.5rem, 3vw, 2.25rem);
        line-height: clamp(1.75rem, 3.25vw, 2.75rem);
    }

    h4 {
        font-size: clamp(1.05rem, 1.1rem, 1.25rem);
        line-height: clamp(1.4rem, 1.5rem, 2rem);
    }

    p {
        font-size: clamp(0.85rem, 1rem, 1.1rem);
        line-height: clamp(1.35rem, 1.65rem, 1.75rem);
    }

    a {
        font-size: clamp(0.85rem, 1rem, 1.1rem);
        line-height: clamp(1.35rem, 1.65rem, 1.75rem);
    }

    .column {
        gap: 1.25rem;
        padding-bottom: 3rem;
    }

    .column ul li {
        font-size: clamp(0.85rem, 1rem, 1.1rem);
        line-height: clamp(1.35rem, 1.65rem, 1.75rem);
    }


    .content {
        padding-top: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 85%;
    }

    .text-section {
        aspect-ratio: 1 / 1;
    }

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

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

    .container_coloured {
        aspect-ratio: 1/0.55;
    }

    .container_coloured_content {
        width: clamp(70%, 80%, 85%);
        padding: 5rem 0 0 0;
    }

    .container-button {
        margin-top: auto;
    }

    a.button {
        padding: 0.55rem 0.75rem;
        width: 200px;
        font-size: 10px;
    }

    .container-text {
        width: clamp(70%, 75%, 80%);
        padding: 5rem 0;
    }

    .coloured-overlay {
        width: 30vw;
        opacity: 1;
    }

    .coloured-overlay h3 {
        font-size: 22px;
        line-height: 1.15;
        width: 85%;
        padding-left: 5%;
    }

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

    .related-menu-list.foBiLi {
        grid-template: 1fr / 1fr 1fr;
        gap: 1rem;
    }
    .related-menu-list-item {
        height: clamp(350px, 40vw, 400px);
    }


}