main {
   
    position: relative;
    margin:0; 
    width: auto;
    margin-top: calc(70px); /* det samme som header height */
}

/* section 1 */
.section-1 {
    background-image: url(images/main-img2.jpg);
    background-color: #EADFC9;
    background-size: cover;
    background-position: 50% 50%;
    width:auto;
    height:650px;
    opacity: 0.9;
    margin-left: -700px;
    

}

.container-section1 {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
    flex-wrap: wrap;
}

  
.velkommen {
    display: flex;
    flex-direction: column;
    justify-content: left;
    flex-wrap: wrap;
    border-radius: 20px;
    background-color:#fff;
    opacity: 0.85;
    width: 380px;
    height:250px;
    align-items: left;
    text-align:left;
    padding:20px;
    margin: 200px 20px 0px 20px; /* top right bottom left */
    z-index: 0;
    

}

.section2-container {
    display: flex;
    flex-direction: row;
    background-color: #F7F1E3;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:20px;
    margin:auto
    
}

.slå-dig-løs {
    width: 650px;
    height:400px; 
    border-radius: 20px;
    margin-top:20px; 

}

.section2-column1 {
 margin-top:20px;
}

.section2-column2 {
    margin: 85px 0px 0px -200px; /* top right bottom left */
    height: 700px;

}

.item-container-column2 {
    display: flex;
    flex-direction: row;
    gap:-100px; 
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width:500px;
    height:150px;
    margin-top: 25px;
    padding: 5px;
}

.column2-img {
    border-radius: 20px;
    width:230px;
    height:150px;
    margin:10px;
    padding:5px;

}

.column2-text {

    padding:15px;
    margin:10px;
    height: 190px

}

   
/* LÆS MERE BUTTON  */
 
.button {
    background-color:#B8A05A; 
    color:#fff; 
    border-radius: 8px;
    width:100px; 
    height:30px; 
    border:none; 
    border: none;
    text-align:center; 
    text-decoration: none; 
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:12px;
 }