/* iPad Querformat ~1024px, teils iPad Pro ~834px/1366px */
@media (min-width: 1024px) and (max-width: 1480px) {

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

    h2 {
        font-size: clamp(1.8rem, 3vw, 2.5rem);
        line-height: clamp(2rem, 3.25vw, 2.75rem);
    }

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

    .coloured-overlay h3 {
        display: block;
        width: 75%;
        color: var(--text-color);
        font-size: 1.25rem;
        line-height: 1.15;
    }

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

    .container_coloured {
        margin-bottom: 2%;
        aspect-ratio: auto;
    }

    .container_coloured_content {
        width: 80%;
        height: 100%;
        padding: 5rem 0 0 0;
    }

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

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

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

    .content {
        width: 80%;
        height: 100%;
        padding: 5rem 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container-button {
        margin-top: 2%;
    }

    a.button {
        padding: 0.75rem 1rem;
        width: clamp(220px, 3vw, 300px);
    }

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

    .container-text.full {
        padding-bottom: 5rem;
    }

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

}