/*		Fonts		*/

.heading {
    font-size: 2rem;
    line-height: 1.25;
}

.subheading:not(.smhi-related-articles__heading, .smhi-section-heading h2, .smhi-search__list-item .subheading) {
    font-size: 1.5rem;
    line-height: 1.33;
}

.sv-font-rubrik-niva-4 {
    font-size: 1.125rem;
    line-height: 1.3;
 }

/* Header */

.smhi-page-header {
    padding: 1rem 0;
}

.smhi-page-header__container {
    justify-content: space-between;
}

.smhi-page-header.smhi-subweb .smhi-page-header__container {
    row-gap: 1rem;
}

.smhi-page-header.smhi-subweb .smhi-header-logo__item {
    padding-left: 0;
    padding-right: 0;
}

.smhi-page-header:not(.smhi-subweb) .sv-marketplace-sitevision-mobile-menu {
    order: 1;
    margin-left: unset;
}

.smhi-page-header:not(.smhi-subweb) .smhi-page-header__container>.sv-layout:nth-child(2) {
    display: flex;
    justify-content: center;
    margin: 0;
    order: 2;
    width: 100%;
}

.smhi-page-header.smhi-subweb .sv-searchform-portlet {
    width: 100%;
}

.smhi-page-header.smhi-subweb .sv-searchform-portlet .env-form-element__control {
    width: auto;
}

.smhi-header-search__toggle-text {
    display: none;
}

/* Breadcrumbs */

.sv-marketplace-sitevision-breadcrumbs .env-breadcrumb__item:nth-child(1n+2):before {
    display: none;
}

.sv-marketplace-sitevision-breadcrumbs .env-breadcrumb__item:nth-last-child(1n+2):after {
    color: var(--color-sky-100);
    content: "/";
    display: inline-block;
    padding-left: var(--env-spacing-x-small);
    padding-right: var(--env-spacing-x-small);
}

/* Alternative footer*/

.smhi-subweb-partners__list-item {
    width: 100%;
}

.smhi-subweb-partners__list {
    gap: 1rem;
}

.smhi-subweb-partners__link {
    width: 100%;
}


/* Related articles */

.smhi-related-articles__list-item {
    flex-direction: column-reverse;
}

.smhi-related-articles__image-wrapper {
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    position: relative;
}

.smhi-related-articles__image {
    height: 100%;
    left: 0;
    max-width: initial;
    position: absolute;
    top: 0;
    width: 100%;
}


/*		Decorations		*/

.smhi-contact-box .sv-horizontal h2,
.smhi-contact-box .sv-horizontal h3,
.smhi-contact-box .sv-horizontal h4,
.smhi-contact-box .sv-horizontal p,
.smhi-contact-box__heading {
    font-size: 1.125rem;
    line-height: 1.33;
}

.smhi-section-heading h1,
.smhi-section-heading h2,
h2.smhi-section-heading {
    font-size: 1.125rem;
    line-height: 1.33;
}

.smhi-quick-links .sv-decoration-content {
    display: flex;
    /*flex-flow: column;*/
    flex-flow: wrap;
}

.smhi-quick-links .env-button {
    /*width: 100%;*/
    hyphens: auto;
}

.smhi-quick-links .env-button--link {
    position: relative;
    padding-right: 3rem;
    justify-content: space-between;
    text-align: left;

}

.smhi-quick-links .env-button:after {
    position: absolute;
    right: 1rem;
}

/*		Envision		*/

.env-button {
    text-align: left;
}


/*      Footer      */

.smhi-page-footer {
    padding: 2rem 0;
}

.smhi-subweb.smhi-page-footer .smhi-subweb-partners,
.smhi-subweb.smhi-page-footer .smhi-footer-content {
    margin-bottom: 2rem;
}