﻿* {
    font-family: figtree;
}

.article-wrapper h1,
.article-wrapper h2,
.article-wrapper h3,
.article-wrapper h4,
.article-wrapper h5,
.article-wrapper h6 {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(46, 45, 48, 0);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    color: inherit;
    transition: none !important;
    line-height: 1.5;
}

.article-wrapper h1 {
    font-size: 40px;
    line-height: 1.2;
}

.article-wrapper h2 {
    font-size: 1.5rem;
    line-height: 1.2;
}

.article-wrapper h3 {
    font-size: 1.25rem;
}

.article-wrapper {
    display: flex;
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    margin-bottom: 80px;
    margin-top: 80px;
    padding: 80px 24px;
}

article {
    align-self: center;
    max-width: 790px;
}


.post-body-wrapper {
    margin-top: 24px;
}

    .post-body-wrapper img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 806px;
        height: auto;
        max-width: 100%;
    }

    .post-body-wrapper p, h1, h2, h3, h4, h5, h6 {
        color: #2e2d30;
    }

    .post-body-wrapper a {
        color: #175700 !important;
    }

        .post-body-wrapper a:hover {
            color: #1e7400 !important;
        }

    .post-body-wrapper ul {
        list-style-type: unset;
        padding-left: 33px;
    }

    .post-body-wrapper p {
        margin-bottom: 1rem;
        max-width: 1000px;
    }

.breadcrumb-item .nkCaption-light {
    text-transform: none;
    font-size: 16px;
}

.breadcrumbs-wrapper {
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 80px;
    display: flex;
}

    .breadcrumbs-wrapper a:first-child {
        text-decoration: none;
    }

    .breadcrumbs-wrapper nav {
        display: flex;
    }

    .breadcrumbs-wrapper a:hover {
        color: rgb(0, 63, 22);
        text-decoration-color: rgb(0, 63, 22);
    }



    .breadcrumbs-wrapper h1 {
        font-size: 16px;
        line-height: 140%;
        color: rgba(0, 0, 0, 0.6)
    }

.komplett-byggesoknad article {
    max-width: 1000px;
}

.komplett-byggesoknad h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
}

.komplett-byggesoknad .sections-wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.komplett-byggesoknad section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

    .komplett-byggesoknad section div:first-child {
        max-width: 450px;
    }

#mangelbrev, #oversikt, #nabovarsel, #validering {
    flex-direction: row-reverse;
}


@media screen and (max-width : 990px ) {
    .article-wrapper {
        padding: 60px 40px;
    }

    article {
        max-width: 650px;
        align-self:auto;
    }
}

@media screen and (max-width : 600px) {
    .komplett-byggesoknad section {
        flex-direction: column;
    }

    #mangelbrev, #oversikt, #nabovarsel, #validering {
        flex-direction: column;
    }

    .container {
        max-width: none;
        padding: 0;
    }

    .article-wrapper {
        padding: 16px;
    }
    .breadcrumbs-wrapper {
        flex-wrap: wrap;
        gap: 16px;
        padding: 0px 16px 0px 16px;
    }

    .page-center-content {
        padding: 0;
    }
}
