h1{
    text-align: center;
    color: black;
    font-family: 'Montserrat', sans-serif;
}
body{
    background-size: cover;
    margin: auto;
    background:  white;
    width: 1920px;
}
header{
    background:  linear-gradient(  #609ce1, white);
    padding: 30px;
}
main{
    min-height: 70vh;
    display: flex;
    clear: both;
    margin: 0 80px;
}
nav{
    text-align: center;
    margin: 0 80px;
    box-sizing: border-box;
    padding: 20px;
}
.knapp{
    text-decoration:none;
    color: black;
    text-transform: uppercase;
    padding: 5px;
    display:inline-block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif; 
}
.knapp:hover{
    color: black;
     transform: translate( 0, -1px);
    transition: all 1s;

}
.knapp1{
    text-decoration:none;
    color: black;
    text-transform: uppercase;
    display:inline-block;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif; 
}
footer{
    text-align: center;
    color: black;
    font-family: 'Montserrat', sans-serif;
    padding: 50px;
    background: linear-gradient( white, #609ce1);
}
.textfoot{
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    line-height: normal;
}
.left{
    width: 50%;
    padding: 0px 40px 20px 60px;
    margin-top: 60px;
    text-align: center;
    box-sizing: border-box;
}
.right{
    width: 50%;
    padding:  20px 40px 20px 60px;
    margin-top: 60;
    text-align: center;
    box-sizing: border-box;
}
.footbox {
    margin: auto;
    margin-top: 80px;
    width: 400px;
    padding: 40px 100px;
    color: rgb(1, 37, 80);
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(152, 163, 190);
    text-align: center;
}
.footbox:hover {
    box-shadow: 0 2px 40px rgb(152, 163, 190);
    transform: translate( 0, -0.5px);
    transition: all 1s;
}
.footbox2 {
    margin: auto;
    margin-top: 10px;
    padding: 20px 20px;
    color: rgb(1, 37, 80);
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(152, 163, 190);
    text-align: center;
}
.mainbox3 {
    margin: auto;
    margin-top: -75px;
    padding: 40px 100px;
    color: rgb(1, 37, 80);
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(152, 163, 190);
    text-align: center;
    box-sizing: border-box;
    width: 30%;
    font-family: 'Montserrat', sans-serif;
    height: 300px;
    background:  background: linear-gradient( white, #609ce1, white);
}
.mainbox4 {
    margin: auto;
    margin-top: -75px;
    padding: 40px 100px;
    color: rgb(1, 37, 80);
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(152, 163, 190);
    text-align: center;
    box-sizing: border-box;
    width: 30%;
    font-family: 'Montserrat', sans-serif;
    height: 300px;
}

.div{
    display: flex;
}
.logo{
    float: left;
    width: 108,6px;
    height: 84px;
    
}
.nav1{
    float: right;
    box-sizing: border-box;
}
.mejl{
    text-decoration: underline;
    color: rgb(1, 37, 80);
}
.textmain{
    font-size: 24px;
    text-decoration: underline;
    color: black;
}
.mainbox5 {
    margin: auto;
    margin-top: -75px;
    padding: 40px 100px;
    color: rgb(1, 37, 80);
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(152, 163, 190);
    text-align: center;
    box-sizing: border-box;
    width: 30%;
    font-family: 'Montserrat', sans-serif;
    height: 1300px;
}
.mainbox6 {
    margin: auto;
    margin-top: -75px;
    padding: 40px 100px;
    color: rgb(1, 37, 80);
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(152, 163, 190);
    text-align: center;
    box-sizing: border-box;
    width: 35%;
    font-family: 'Montserrat', sans-serif;
}
.textwebb{
    font-size: 22px;
    text-decoration: none;
    text-align: left;
    color: black;
}
.textwebb2{
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: black;
}
.textwebb3{
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    color: black;
}
.bild1{
    height: 200px;
    width: 400px;
    box-sizing: border-box;
}
.bild2{
    height: 200px;
    width: 400px;
    box-sizing: border-box;
    padding-left: 20px;
}
.bild3{
    height: 200px;
    width: 400px;
    box-sizing: border-box;
    padding-left: 20px;
}
.bild4{
    height: 200px;
    width: 400px;
    box-sizing: border-box;
    padding-left: 20px;
}
.exempelbox{
    
}