body {
    background-color: rgb(180,180,180);
    font-family: calibri, sans-serif;
}
.search {
    position: absolute;
    top: 10px;
    right: 20px;
}

.logo {
    max-width: 120px;
    position: absolute;
    top: 0;
    left: 0;
}

ul {
    background-color: #31A6EA;
    margin-left: 100px;
    box-sizing: border-box;
    list-style-type: none;
    color: white;
    padding-top: 21px;
    padding-bottom: 22px;
}
.navigationsbar ul {
    display: flex;
    gap: 70px;
    margin-top: 45px;
    text-decoration: none;
}

h1{
    font-family: Calibri;
    padding: 10px;
    display: inline-block;
    background-color: white;
    color: black;
    border: 3px solid red; /* Rød kant */
    display: flex;
    justify-content: center; /* Centrerer horisontalt */
    align-items: flex-start; /* Placerer elementet øverst */
}

.tekstfelt1 {
    text-align: center;

}


.Billede1{
    margin-left: 400px;

    /*height:auto;
    width: 350px;
    float: left;
    margin-left: 200px;
    margin-top: 100px;*/
}

.Billede2{
    justify-content: center;
    bottom: 0;  /* Placer billedet nederst på siden */
    margin-left: 400px;
    top: 1100px;
}


p {
    text-align: center;
font-size: 20px;
background-color: white;
border-radius: 5px;}

h2{
    text-align: center;
    /*font-family: Calibri;
    background-color: dodgerblue;
    color: white;
    border-radius: 10px;
    display: inline-block;
    padding-right: 50px;*/
}

.tekstfelt2 {
    background-color: rgb(49, 166, 234); /* Hvid baggrund */
    padding: 20px; /* Lidt luft rundt om teksten */
    width: 300px; /* Bredde på boksen */
    top: 40%;
    right: 250px;
    color: white;
}

.nr2overskrift{
    font-family: Calibri;
    margin-top: 160px;
    margin-left: 530px;
}

.tekstfelt3{
    background-color: white;
    padding: 20px;
    width: 300px;
    height: 200px;
    margin-top: 5px;
    right: 250px;
}

.billede2-container {
    position: absolute;
    margin-top: -350px;
    margin-left: 200px;
}

.lande-p {line-height: 3;
text-align: center;
background-color: #b83737;
color: white;
margin-top: -30px;}

.tekstnr1 {
    text-align: center;

}

.tekst1 {
    background-color: rgb(49, 166, 234);
}