main figure {
    margin: 0;
}

h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

h1 + p {
    max-width: 100ch;
    justify-self: center;
    margin: 10px 20px;
}

h2 {
    max-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: .7rem;
}

h3 {
    text-align: left;
    margin-bottom: 5px;
}

h3 + p, .gallery, h2, .metoder h3 {
    margin-top: 0;
}

article > * {
    margin-bottom: 25px;
    margin: 20px;
}

.bg-color {
    padding: 2rem 20px;
    margin: 2rem 0;
}

.intro-top ul, .introduction ul {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
}

article > figure,
main > .intro-top,
main > h3,
#service + .btn {
    margin: 20px;
}

article figcaption {
    margin-bottom: 2rem;
}

.ideate > div {
    position: relative;
}

.ideate > div > p {
    margin-bottom: 3rem;
}

.arrow {
    position: absolute;
    transform: rotate(110deg);
    width: 80px;
    right: 0;
    top: 48%;
}

#mob .arrow {
    top: 41%;
    width: 75px;
}

main > .intro-top h2 {
    margin-top: 2rem;
}

main > h3 {
    margin-bottom: 0;
}

.non-mockup {
    margin: 2rem 20px;
    width: auto;
    max-width: 100%;
}

.video video {
    border-radius: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.video {
    padding: 20px;
}

.intro-top {
    margin: 20px 0;
}

.blueprint iframe {
    width: 100%;
}

@media screen and (min-width: 450px) {
    article .btn {
        width: 50%;
    }
}

@media screen and (min-width: 1000px) {
    h1, h1 + p, 
    main > ul, article > *, 
    .metoder > *, 
    .ideate > *,
    .non-mockup,
    .video,
    .problemstatement > *,
    .intro-top,
    #front-mob,
    main > h3,
    main > .intro-top {
        max-width: 1000px;
        margin: 0 auto;
    }

    .non-mockup,
    .art-flex + figure,
    #plakater {
        margin: 2rem auto;
    }

    article h2 {
        margin-bottom: 4.5rem;
    }

    article figure,
    #service + .btn {
        margin: 0 auto;
    }

    #service + .btn {
        margin-bottom: 3rem;
    }

    .project-intro h3:first-of-type,
    .info h3:first-child {
        margin-top: 0;
    }

    .project-intro,
    .info {
        display: flex;
        flex-direction: column;
    }

    h1, .project-intro, .info {
        margin-top: 2rem;
    }

    h1 + p {
        margin: 0 auto;
        padding: 20px 0;
    }

    .intro-top ul {
        margin: 0;
    }

    .introduction > div, 
    .ideate > div,
    .sept-okt,
    .insight,
    .art-flex {
        display: flex;
        gap: 2rem;
    }

    .introduction > div > *, 
    .ideate > div > *, 
    .insight > * {
        max-width: 50%;
    }

    #mob .ideate .arrow {
        max-width: 150px;
    }

    .metoder h3 {
        padding-top: 20px;
    }

    article > *:last-child {
        margin-bottom: 3rem;
    }

    .arrow {
        transform: rotate(-10deg);
        width: 150px;
        right: 50%;
        top: -25%;
    }

    .bg-color {
        padding: 2rem 0;
    }
    
    article .btn {
        max-width: 20%;
        margin: 0 auto;
    }

    .video {
        padding: 20px 0;
    }
    
    #plakater > img {
        max-width: 49.5%;
    }

    #plakater img:first-of-type {
        padding-right: 1rem;
    }

    #plakater img:last-of-type {
        padding-left: 1rem;
    }

    #kval .project-info figure {
        width: 60%;
    }

    #mob figure:first-of-type {
        width: 70%;
    }

    #mob .arrow {
        top: -25%;
    }

    #personas img {
        display: block;
        margin: 20px auto;
        max-width: 70%;
    }

}