html, body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    font-weight: 300;
    background-size: cover;
}

h2 {
    font-size: 26px;
    color: #333; 
    text-transform: uppercase;
    font-weight: 1000;
}

h3 {
    font-weight: 400;

}

h4 {
    margin: 0 auto;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}


/* ================== HEADER =================. */

.header {
    width: 100%; 
    height: 630px;
    margin: 0; 
    padding: 0;

}

.header_content {
    width: 100%; 
    height: 600px;
    background-image: url('../img/header.jpg');
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat; 
    
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 93%);
}

.lang_content{
    display: flex;
    justify-content: center;
    
}

.lang_content_flex{
display: flex;
    width: 100%;
    max-width: 1170px;
    justify-content: flex-end;
}

.lang_content_flex img{
    width: 40px;
    height: auto;
    padding: 10px 10px;
}

.logo_content{
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.logo_content_flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.logo_content_flex img{
    width: 450px;
    height: auto;
}


/* ================== GRID =================. */

.grid_title{
    width: 100%;
    text-align: center;
}

.grid_title hr{
    width: 25px;
    border: 2px solid #75a1ff;
}

.grid{
    display: flex;
    justify-content: center;
}

.grid_content{
    display: flex;
    justify-content: center;
    width: 100%; 
    max-width: 1170px;
    flex-wrap: wrap;
}

.grid_box{
    width: 450px;
    height: 300px;
    margin: 20px;
    border-radius: 10px;
    padding: 15px;

    background-color: white; /* eller hvad du bruger */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: box-shadow 0.3s ease;
}

.grid_box:hover{
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.grid_box p{
    line-height: 33px;
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    height: 170px;
}

.grid_btn{
    background-color: #ff8875;
    padding: 5px 15px;
    color: white;
    border-radius: 20px;

}

.grid_btn:hover{
    cursor:pointer;
    background-color: #e67364;
}

.description{
    width: 100%; 
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    
}

.description_content{
    width: 100%; 
    max-width: 900px;
}

.description_content h2{
    text-align: center;
}

.description_content hr{
    width: 25px;
    border: 2px solid #75a1ff;
}

.description_content p{
    line-height: 33px;
    font-size: 17px;
    color: #777;
    margin-top: 20px;
    height: auto;
    padding: 15px;
}



.colofon {
    width: 100%; 
    height: 700px;
    background-image: url('../img/orange.jpg');
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat; 
    
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.colofon{
    display: flex;
    justify-content: center;
    width: 100%;
}

.colofon h5 {
    margin-top: 40px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
}

.colofon p{
    line-height: 33px;
    font-size: 14px;
    color: black;
    margin-top: 20px;
    height: 350px;
    font-weight: 300;
}
