/* 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);
    }

    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 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%;
    }


    .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);
    }


}