main{
    margin-left: 20%;
    margin-right: 20%;
    font-family: 'Open Sans', sans-serif;
    

}
.GRID{
    display: grid;

    grid-template-columns: 55% 55%;
}
.GRID img{
    max-width: 100%;
    max-height: 300px;
    aspect-ratio: 16/9;
}

@media screen and (min-width: 2000px) {
    .GRID img{
        width: 90%;
        max-height: 400px;
        aspect-ratio: 16/9;
    }

}

.tittel{
    text-align: center;
    color: #232730;
    text-decoration: none
}
.GRID i{
    border: 1px solid rgb(255, 255, 255);
    justify-content: center;

    font-style: normal; 
    margin-top: 1%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 4%;
}
.GRID p{
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    font-style: normal;
    word-wrap: break-word;
}
.bttn{
    font-family: "Open Sans",sans-serif;
font-size:18px;
background-color:#439929;
color:white;
padding-bottom:10px;
padding-top:10px;
padding-left:25px;
padding-right:25px;
text-transform:uppercase;
text-decoration:none;
height:auto;
width:auto;
text-align:center;
margin-left: 25%;
border-radius: 5%;
}
#Bttn3{
    margin-left: 0%;
    margin-bottom: 2%;
}
.bttn:hover{
    color: #fff;
  background: #377f21;

}
.Top{
    display: grid;
    grid-template-columns: 30% 30%;
}

.footer{
    position: relative;
    margin-top: 5%;
    margin-bottom: 0%;
    width: 100%;
    height: 5rem; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #232730;
    color: aliceblue;
    }
.footer a{
    text-decoration:none;
    color: aliceblue;
}
.praktisk-grid{
    display: grid;
    grid-template-columns: 60% 20%;
}
.motto{
    text-align: center;
}
.Img{
    width: 100%;
    margin-top: 10%;
}
#MobilA{
    display: none;
}
