h3 a{
        color: white;
        text-decoration: none;
      }
 
 
      img {
        display: block;
        width: 100%;
        height: 500px;
         overflow: hidden;
        object-fit: cover;
        object-position: 0px -550px;
      }
 
      #hoved {
        display: block;
        text-align: center;
      }
 
    p{
margin-left: 120px;
margin-right: 120px;
font-size: 1.1em;
      }
 
       h1{
margin: 0px;
      }
 
 
      #innhold {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 50px;
        
      }
 
       #Grunner{
            font-size: 1.5em;
          }
 
      .linje {
        position: relative;
        width: 4px;
        background-color: #1c5741;
        height: 550px;
        margin-top: 50px;
        margin-left: 700px;
        margin-bottom: 150px;
      }
 
      .punkt {
        width: 20px;
        height: 20px;
        background-color: #1c5741;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
      }
 
      .punkt:nth-child(1) {
        top: 0%;
        transform: translate(-50%, 0%);
      }
      .punkt:nth-child(2) {
        top: 50%;
        transform: translate(-50%, -50%);
      }
      .punkt:nth-child(3) {
        top: 100%;
        transform: translate(-50%, -100%);
      }
 
    .tekst{
      color: #1c5741;
      position: absolute;
        white-space: nowrap;
        margin-top: 0px;
        font-size: 1.1em;
      
    
     }
     #tekstboks1, #tekstboks2, #tekstboks3 {
        position: absolute;
        margin-left: 50px;
    }
    #tekstboks1 {
        top: 0px;
    }
    #tekstboks2 {
         top: 48.5%;
         left: -120px;
    }
    #tekstboks3 {
        top: 97%;
    }
 