main{
    overflow: hidden;
}

h1{
    text-decoration: none;
    color: #655e5e;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    height: 150px;
    padding-top: 50px;
}

.genbrug-section{
    background-color: #ffffff;
    margin-top: -1%;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 130px;
    padding-right: 130px;    
}

.genbrug-section h1 {
    text-decoration: none;
    color: #403a3add;
    font-size: 30px;
    text-align: left;
    font-weight: 500;
    height: 150px;
    padding-top: 50px;
}

.genbrug-section p {
    text-decoration: none;
    color: #403a3add;
    font-size: 17px;
    font-weight: 300;
    height: 100px;
    margin-top: -3%;
    line-height: 30px;

}

.hvorfor{
    background-color: #ffffff;
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 28px;
    height: 445px;

    
}
.hvorfor h1 {
    text-decoration: none;
    color: #403a3add;
    font-size: 30px;
    text-align: left;
    font-weight: 500;
}

.hvorfor p {
    text-decoration: none;
    color: #403a3add;
    font-size: 17px;
    font-weight: 300;
    margin-top: -3%;
    line-height: 30px;

}
body {
    background: #f4f4f4;
    margin: 0;
    padding: 0;
}

.hvor {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    height: 400px;
    margin-bottom: 60px;
}

.hvoroverskrift h1 {
    color: #403a3add;
    font-size: 45px;
    text-align: left;
    font-weight: 500;
    padding: 40px;
}

.butikker {
  height: 300px;
  margin-top: 48px;
}

.hvor img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.butik-info {
    padding: 15px;
}

.butik-info h3 {
    text-decoration: none;
    color: #403a3add;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.butik-info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
    text-align: left;
}


.shop {
    background: white;
    border: 0.5px solid #000000;
}
.shop img {
    transition: transform 0.3s ease-in-out;
  }
  .shop img:hover {
    transform: scale(1.02);
  }

  #fotos{
    display: flex;
    justify-content: center;
    gap: 0;
    height: 340px;
    width: 100%;
}

#outfits1, #outfits2 {
    width: 100%;
    height: 340px;
    overflow: hidden; /* Skjuler eventuelle uønskede dele af billedet */
}

#outfits1 img, #outfits2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Beskærer billedet, så det fylder hele containeren */
    display: block; /* Fjerner ekstra afstand under billedet */
}
