body{
    background-color: rgb(251, 234, 232);
    
}

.top{
    top: 1%;

}

.logo{
    padding-left: 7%;
    
}
.small img{
    border-radius: 70%;
    top: 1%;
    position:absolute;
    right: 50%;
    display: flex;
    margin-top: 2%;
    
}
.small2 img{
    border-radius: 70%;
    top: 1%;
    position:absolute;
    right: 47%;
    display: flex;
    margin-top: 2%;
    
}
.small3 img{
    border-radius: 70%;
    top: 1%;
    position:absolute;
    right: 53%;
    display: flex;
    margin-top: 2%;
}
input[type=text]  {
    top: 2%;
    padding: 1px;
    position: absolute;
    font-size: 17px;
    right: 7%;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
}
input:focus{
  outline:none;
}
.knapp{
    top: 2%;
    position: absolute;
    right: 7%;
    display: block;
    cursor: pointer;
  
    
    
    
}
.andre{
    background-color:rgb(224, 74, 57);
    color: white;
    margin-top: 1%;
    padding-left: 25%;

}
 .ambefaling {
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 1%;
    cursor: pointer;
  
  }
  .info{
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 1%;
    cursor: pointer;
  
  }
  .nyhete{
    background-color:#D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 1%;
    cursor: pointer;
  
  }
  .hjelp{
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 1%;
    cursor: pointer;
  
  }
.hovud{
    
    margin-top: 3%;
    height: 660px;
    font-size: 40px;
    
    
}

.hovud img{
    float: left;
    max-width: 600px;
}
@font-face {
    font-family: Roboto;
    src: url(font/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-thick;
    src: url(font/Roboto/Roboto-Black.ttf);}




 .font{
    margin-top: 20px;
    font-size: 30px;
    font-family: 'roboto', Verdana, sans-serif;
    margin-bottom: 50px;
    
    }
    .font2{
      font-size: 20px;
    font-family: 'roboto', Verdana, sans-serif;
    }
/* SCROLLER *******************************/

.slider {
  width: 500px;
  height: 300px;
  background-color: yellow;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  text-align: center;
  overflow: hidden;
}
.image-container {
  width: 1500px;
  background-color: pink;
  height: 300px;
  clear: both;
  position: relative;
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
}
.slide {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#slide-1:target ~ .image-container {
  left: 0px;
}
#slide-2:target ~ .image-container {
  left: -500px;
}
#slide-3:target ~ .image-container {
  left: -1000px;
}
.buttons {
  position: relative;
  top: -20px;
}
.buttons a {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background-color: green;
}

.boks{
  
display: grid; 
grid-template-columns: 50% 50%; 
padding-left: 40px
}
/*****************************/
    





.klikk{
    background-color: #D42a17;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 17px; 
    cursor: pointer;
  
}
.hovud img{
    padding-left: 1%;
display: flex;
width: 50%;
}
.delar{
    background-color: rgb(224, 74, 57);
    margin-top: 2%;
}
.delar button{
   padding-top: 5%;
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 6%;
    position: relative;
    cursor: pointer;
  
    
    
}
.slutt{
    background-color: black;
    margin-top: 48px;
    height: 300px;
    color: rgb(153, 153, 153);

}
.menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
  
   }
    
  
  .menu-content {
    display: none;
    position: absolute;
    background-color: #ddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
  
  }
  .menu-content a {
    color: rgb(8, 8, 8);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
  
    
  }
  .menu-content a:hover {
    background-color: yellow;
}
  .menu:hover .menu-content {
    display: block;
    
}
  .menu:hover .menu1 {
    background-color: #D42a17;
    color: orange;
}
.menu1 {
    
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  
    
  }