@media (min-width: 1200px) {
  .overskrift {
    margin-top: 5vh;
    color: #0e0e0e;
    font-family: "Denim TRIAL";
    font-size: 10vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 192px */
    border-bottom: 1px solid black;
  }

  .overskrift-container {
    overflow: hidden;
  }

  .info-kolonner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2vh;
    margin-bottom: 10vh;
  }

  .imagewrapper {
    overflow: hidden;
    border-radius: 20px;
  }

  .overskrift-tekst,
  .overskrift-tekst2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .overskrift-tekst h2,
  .overskrift-tekst2 h2 {
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    margin-bottom: 1vh;
  }

  .overskrift-tekst h5 {
    width: 600px;
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
    letter-spacing: 0.4px;
  }

  .overskrift-tekst2 h5 {
    width: 100%;
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
    letter-spacing: 0.4px;
  }

  .overskrift-tekst-pil {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    overflow: hidden; /* Prevents extra arrows from being visible */
  }

  .overskrift-tekst-pil img {
    display: block;
    width: 1.5rem;
    height: auto;
  }

  .arrow-wrapper {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
  }

  .arrow {
    position: absolute;
    top: 0;
    left: 0;
    transition: none; /* GSAP will handle animations */
    padding-bottom: 15px;
  }

  .overskrift-tekst-pil h2 {
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
  }

  .intro-billede {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .beskrivelse {
    display: flex;
    justify-content: space-between;
    margin: 10vh 0px;
  }

  .beskrivelse h2 {
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
  }

  .beskrivelse h5 {
    width: 600px;
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
    letter-spacing: 0.4px;
  }

  .billederkol {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 50px;
  }

  .billederkol img {
    width: calc(50%);
    height: auto; /* Maintains aspect ratio */
    object-fit: cover; /* Ensures images cover their area without stretching */
    border-radius: 20px;
  }

  .videorkol {
    display: flex;
    gap: 50px; /* Space between videos */
    width: 100%;
    height: 65vh;
  }

  .videorkol video {
    width: calc(50%); /* Adjust width to account for the gap */
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .sidste-billede {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-top: 10vh;
    border-radius: 20px;
  }

  .billederkolmobiler {
    margin: 10vh 0px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: auto;
    gap: 50px;
  }

  .billederkolmobiler img {
    width: 30vw;
    height: auto; /* Maintains aspect ratio */
    object-fit: cover; /* Ensures images cover their area without stretching */
    border-radius: 20px;
  }

}

  @media screen and (max-width: 1199px) and (min-width: 501px) {
    .overskrift {
      margin-top: 5vh;
      color: #0e0e0e;
      font-family: "Denim TRIAL";
      font-size: 10vw;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 192px */
      border-bottom: 1px solid black;
    }

    .info-kolonner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 2vh;
      margin-bottom: 10vh;
    }

    .imagewrapper {
      overflow: hidden;
      border-radius: 20px;
    }

    .overskrift-tekst {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .overskrift-tekst2 {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .overskrift-tekst h2, .overskrift-tekst2 h2 {
      color: #000;
      font-family: "PP Neue Montreal";
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 28.8px */
      text-transform: uppercase;
      margin-bottom: 1vh;
    }

    .overskrift-tekst2 h5 {
      color: #000;
      font-family: "PP Neue Montreal";
      font-size: 1.1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 125%; /* 25px */
      letter-spacing: 0.4px;
    }

    .overskrift-tekst h5 {
      width: 30vw;
      color: #000;
      font-family: "PP Neue Montreal";
      font-size: 1.1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 125%; /* 25px */
      letter-spacing: 0.4px;
    }

    .overskrift-tekst-pil {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 15px;
      align-items: center;
      overflow: hidden; /* Prevents extra arrows from being visible */
    }

    .overskrift-tekst-pil img {
      display: block;
      width: 1.5rem;
      height: auto;
    }

    .arrow-wrapper {
      position: relative;
      width: 1.5rem;
      height: 1.5rem;
    }

    .arrow {
      position: absolute;
      top: 0;
      left: 0;
      transition: none; /* GSAP will handle animations */
      padding-bottom: 15px;
    }

    .overskrift-tekst-pil h2 {
      color: #000;
      font-family: "PP Neue Montreal";
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      text-transform: uppercase;
    }

    .intro-billede {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .beskrivelse {
      display: flex;
      justify-content: space-between;
      margin: 10vh 0px;
    }

    .beskrivelse h2 {
      color: #000;
      font-family: "PP Neue Montreal";
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 28.8px */
      text-transform: uppercase;
    }

    .beskrivelse h5 {
      width: 600px;
      color: #000;
      font-family: "PP Neue Montreal";
      font-size: 1.1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 125%; /* 25px */
      letter-spacing: 0.4px;
    }

    .billederkol {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: auto;
    }

    .billederkol img {
      width: 50%; /* Each image takes up half of the viewport */
      height: auto; /* Maintains aspect ratio */
      object-fit: cover; /* Ensures images cover their area without stretching */
    }

    .overskrift-container {
      overflow: hidden;
    }

    .videorkol {
      display: flex;
      gap: 50px; /* Space between videos */
      width: 100%;
      height: 25vh;
    }

    .videorkol video {
      width: calc(50%); /* Adjust width to account for the gap */
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
    }

    .sidste-billede {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
      display: block;
      margin-top: 15vh;
      border-radius: 20px;
    }

    .billederkolmobiler {
      display: flex;
      justify-content: space-around;

    }

    
    .billederkolmobiler img {
      width: 40vw;
      margin-top: 10vh;
    }
  }

@media (max-width: 500px) {

  .billederkolmobiler {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

  }

  
  .billederkolmobiler img {
    width: 80vw;
    margin-top: 10vh;
  }
  .overskrift {
    margin-top: 5vh;
    color: #0e0e0e;
    font-family: "Denim TRIAL";
    padding-bottom: 10px;
    font-size: 10vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 192px */
    border-bottom: 1px solid black;
  }

  .info-kolonner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2vh;
    margin-bottom: 5vh;
  }

  .imagewrapper {
    overflow: hidden;
    border-radius: 20px;
  }

  .overskrift-tekst2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .overskrift-tekst h2, .overskrift-tekst2 h2 {
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    margin-bottom: 1vh;
  }

  .overskrift-tekst2 h5 {
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
    letter-spacing: 0.4px;
  }

  .overskrift-tekst h5 {
    width: 85vw;
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
    letter-spacing: 0.4px;
  }

  .overskrift-tekst-pil {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    overflow: hidden; /* Prevents extra arrows from being visible */
  }

  .overskrift-tekst-pil img {
    display: block;
    width: 1.5rem;
    height: auto;
  }

  .arrow-wrapper {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
  }

  .arrow {
    position: absolute;
    top: 0;
    left: 0;
    transition: none; /* GSAP will handle animations */
    padding-bottom: 15px;
  }

  .overskrift-tekst-pil h2 {
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
  }

  .intro-billede {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .beskrivelse {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between;
    margin: 10vh 0px;
  }

  .beskrivelse h2 {
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
  }

  .beskrivelse h5 {
    width: 85vw;
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
    letter-spacing: 0.4px;
  }

  .billederkol {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }

  .billederkol img {
    height: auto; /* Maintains aspect ratio */
    object-fit: cover; /* Ensures images cover their area without stretching */
  }

  .overskrift-container {
    overflow: hidden;
  }

  .videorkol {
    display: flex;
    flex-direction: column;
    gap: 50px; /* Space between videos */
    width: 100%;
    height: 65vh;
  }

  .videorkol video {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .sidste-billede {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-top: 10vh;
    border-radius: 20px;
  }
}
