

#top {
    background-color: var(--groon);
    padding-bottom: 1%;
    
}

.projekte {
   display: flex;
    flex-direction: row;
    gap: 10%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 2%;
    
}

.billederfotoet {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    gap: 20px;
    margin-top: 3%;
    
}

.billederfototo {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 3%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
}

.videostyle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 2%;
    padding-top: 4%;
    gap: 40px;
}

.designprocess {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 2%;
    padding-top: 4%;   
    
    }