/*		Special på mall: Landningssida 		*/

main .pagecontent > div#Mittenspalt + .smhi-section--frontpage.smhi-section--bg-img .smhi-section-news,
    main .pagecontent > div.smhi-section--frontpage.smhi-section--bg-img:first-of-type .smhi-section-news {
        border-radius: .125rem .125rem 0 0;
    }

@media (min-width: 64.0625rem) {
    main .pagecontent > div#Mittenspalt + .smhi-section--frontpage.smhi-section--bg-img h1:not(.smhi-section-heading h1),
    main .pagecontent>.smhi-section--frontpage.smhi-section--bg-img:first-of-type h1:not(.smhi-section-heading h1) {
        margin-top: 6rem !important;
    }

    main .pagecontent > div#Mittenspalt + .smhi-section--frontpage.smhi-section--bg-img .smhi-section-news,
    main .pagecontent > div.smhi-section--frontpage.smhi-section--bg-img:first-of-type .smhi-section-news {
        margin-bottom: -6rem;
    }
}

@media (max-width: 64rem) and (min-width: 48rem) {

    main .pagecontent > div#Mittenspalt + .smhi-section--frontpage.smhi-section--bg-img .smhi-section-news,
    main .pagecontent > div.smhi-section--frontpage.smhi-section--bg-img:first-of-type .smhi-section-news {
        margin-bottom: -9rem;
    }
}

@media (max-width: 47.9375rem) {
    main .pagecontent > div#Mittenspalt + .smhi-section--frontpage.smhi-section--bg-img h1:not(.smhi-section-heading h1),
    main .pagecontent>section.smhi-section--frontpage.smhi-section--bg-img:first-of-type h1:not(.smhi-section-heading h1) {
        margin-top: 2rem !important
    }

    main .pagecontent > div#Mittenspalt + .smhi-section--frontpage.smhi-section--bg-img .smhi-section-news,
    main .pagecontent > div.smhi-section--frontpage.smhi-section--bg-img:first-of-type .smhi-section-news {
        margin-bottom: -5rem;
    }
}