body{
  background-color: rgb(251, 234, 232);
}
.top{
    top: 10px;
}

.logo{
  padding-left: 70px;
  
}
.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: 24px;
  padding: 1px;
  position: absolute;
  font-size: 17px;
  right: 140px;
  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: 24px;
  position: absolute;
  right: 98px;
  display: block;
  cursor: pointer;
  
}
.andre{
    background-color: rgb(224, 74, 57);
    margin-top: 10px;
    padding-left: 450px;

}
 .ambefaling {
  background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px;
    cursor: pointer;
  
  }
  .info{
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px;
    cursor: pointer;
  
  }
  .nyhete{
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px;
    cursor: pointer;
  
  }
  .hjelp{
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px;
    cursor: pointer;
  
  }
.hovud{
  
  margin-top: 36px;
  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: 17px;
display: flex;
width: 50%;
}
.delar{
  background-color: rgb(224, 74, 57);
  margin-top: 26px;
}
.delar button{
 padding-top: 57px;
  background-color: #D42a17;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  margin-left: 69px;
  position: relative;
  cursor: pointer;
  
  
}
.slutt{
  background-color: black;
  margin-top: 47px;
  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;
  cursor: pointer;
}
.menu1 {
  
  background-color: #D42a17;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  
}