/* ZEITUNG.IO — STORY WIDE V132
   Desktop only. Mobile/tablet untouched.
*/

@media (min-width:1101px){

    .reading-grid{
        width:min(1480px,calc(100vw - 24px)) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;

        grid-template-columns:
            240px
            minmax(0,1fr)
            270px !important;

        column-gap:24px !important;
    }

    .reading-grid > .rail{
        min-width:0 !important;
    }

    .reading-grid > .story{
        min-width:0 !important;
        max-width:none !important;
        width:100% !important;
    }

    .reading-grid > .side{
        width:auto !important;
        min-width:0 !important;
        max-width:270px !important;
    }

    .reading-grid > .side .sticky{
        width:100% !important;
        max-width:270px !important;
    }
}

/* ZEITUNG.IO: smaller story headline */
@media (min-width: 769px) {
    main h1 {
        font-size: 56px !important;
        line-height: 1.02 !important;
        letter-spacing: -0.035em !important;
    }
}

/* Smaller article headline */
@media (min-width:769px){.headline h1{font-size:56px!important;line-height:1.02!important;letter-spacing:-.035em!important;max-width:1100px!important}}
