.top {
width:100%;
height:250px;
background: url('../head.jpg') no-repeat center;
background-size: 1600px 216px;
    background-repeat:no-repeat;
    background-position:initial;
}
.button {
  border-radius: 5px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 16px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 3px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.3s;
}
.button:hover span {
  padding-right: 1px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
 .meny {
  
   position: absolute;
    top: 216px;
    left: 10px;
    width: 100%;
    height: 150px;
}

.rubrik {
background-color:gold;
padding: 16px;
}


