body{
    color: var(--snow);
}
.boks-con{
    margin:3% 2% 6% 2%;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 3%;
}
.boks-con>img{
    width: 80%;
}
.inf{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.inf>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timeline-con{
    width: 90%;
    max-width: 800px;
    margin: 3rem auto;
    position: relative;
    padding-right: 60px;
}
.timeline-con::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--accent);
    border-radius: 2px;
}
.timeline-block{
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}
.timeline-text{
    flex: 1;
    background: rgba(15, 61, 92, 0.6);
    border-radius: 12px;
    padding: 1.5rem;
    border-left: 3px solid var(--accent);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-right: 2rem;
}
.timeline-text h3{
    margin: 0 0 0.5rem 0;
    color: var(--glacier);
    font-family: "Space Grotesk", sans-serif;
}
.timeline-text p{
    margin: 0.5rem 0;
    color: var(--ice);
    line-height: 1.6;
}
.timeline-week{
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.dot{
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 192, 163, 0.6);
    position: absolute;
    right: -10px;
    z-index: 2;
}
.line{
    display: none;
}

.divided-con{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5rem;
}
.divided-con>div{
    width: 48%;
    height: 100%;
}
.divided-con>div>img{
    max-width: 40vw;
    height: auto;
    width: auto;
}
.divider{
    margin: 2%;
    background-color: var(--accent);
    border-radius: 20px;
    min-height: 200px;
    width: 3px !important;
}



@media (max-width: 600px){
    .timeline-con{
        width: 95%;
        padding-right: 40px;
    }
    .timeline-con::after{
        right: 0;
    }
    .dot{
        width: 16px;
        height: 16px;
        min-width: 16px;
        right: -8px;
    }
    .timeline-text{
        padding: 1.2rem;
        margin-right: 1.5rem;
    }
}
.prosjekt-bilder{
    width: 85%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    
}
.prosjekt-bilder>img{
    width: 30%;
    margin-bottom:7%;
    height: fit-content;
}
.compare-con{
    justify-content: space-around;
    display: flex;
    align-items: center;
    gap: 2rem;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    width: 85%;
    border-radius: 20px;
    padding: 2rem;
}
.compare-con>div{
    width: 30%;
    padding: 2rem;
    box-shadow: inherit;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    min-height: 500px;
    background-color: rgba(15, 61, 92);
}

.compare-con>div>img{
    margin-bottom: 10%;
    max-height: 200px;
    max-width: 80%;
}

.sitat{
    font-style: italic;
    font-size: 200%;
    color: var(--ice);
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.note{
    font-size: 70%;
    font-style: italic;
}

@media (max-width:800px) {

    .compare-con{
        justify-content: space-around;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
        width: 85%;
        border-radius: 20px;
        padding: 2rem;
    }

    .compare-con>div{
        width: 90%;
        padding: 2rem;
        box-shadow: inherit;
        border-radius: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        min-height: 200px;
    }

    .compare-con>div>img{
        width:80%;
        margin-bottom: 10%;
        max-height: 200px;
        width: auto;
    }

    .sitat{
        font-style: italic;
        font-size: 1.2rem;
        color: var(--ice);
        font-family:Georgia, 'Times New Roman', Times, serif;
    }
    
    .prosjekt-bilder>img{
        max-width: 80vw;
        width: auto;
        height: auto;
        margin-bottom:7%;
    }

}
