* {
  font-family: Poppins;
}

@media (min-width: 500px) {
  /* VIDEO SEKTION */
  .video-box {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
  }

  .baggrund-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    z-index: -1;
  }

  .video-tekst {
    position: absolute;
    color: white;
    padding: 15rem 5rem 0rem 5rem;
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .video-tekst h2 {
    font-size: 0.8rem;
    font-weight: 400;
  }

  .video-tekst h1 {
    font-size: 2rem;
    margin-bottom: 1.5vh;
    font-weight: 600;
  }

  .video-tekst p {
    font-size: 1rem;
    font-weight: 400;
    width: 44%;
  }

  /* SEKTIONER */

  section {
    margin: 5% 5% 5% 5%;
  }

  .sektion-intro {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 4%;
    max-width: 1920px;
    padding-top: 100px;
    margin: auto;
  }

  .intro-tekst {
    font-family: Poppins;
    max-width: 600px;
  }

  .intro-tekst h2 {
    font-size: 20px;
    font-weight: 400;
  }

  .intro-tekst h1 {
    font-size: 35px;
    font-weight: 600;
  }

  .intro-tekst p {
    font-size: 1rem;
    font-weight: 400;
  }

  .citat {
    font-style: italic;
  }

  .intro-knap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #2722a4;
    z-index: 0;
    color: white;
    font-family: "Poppins";
    font-size: 1.3em;
    font-weight: 500;
    text-decoration: none;
    border: none;
  }

  .knap-a-tag {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    z-index: 2;
    position: relative;
  }

  .intro-knap:hover a {
    color: white;
  }

  .intro-knap:after /* Fylde figur til kontakt knap hover effekt */ {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 150%;
    height: 150%;
    border-radius: 40%;
    background-color: #fc0e47; /* farve fyld */
    transform: translate(-50%, 50%); /* Put fylde figuren under knappen */
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .intro-knap:hover:after {
    transform: translate(-50%, -50%); /* Flyt fyld figuren ind i viewport */
    cursor: pointer;
  }

  .træningsprogrammer {
    padding-bottom: 4%;
    overflow: hidden;
  }

  .træningsprogrammer h2 {
    padding-bottom: 2%;
    font-size: 30px;
  }

  .programmer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .program {
    background-color: #2722a4;
    color: #fff;
    flex: 1;
    min-width: 300px;
    border-radius: 3%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }

  .program-billede {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .program-tekst {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 3% 4% 3% 4%;
  }

  .knap-a-tag-programmer {
    text-decoration: none;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
  }

  .program-knap:hover a {
    color: white;
  }

  .program-knap:after /* Fylde figur til kontakt knap hover effekt */ {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 150%;
    height: 150%;
    border-radius: 40%;
    background-color: #fc0e47; /* farve fyld */
    transform: translate(-50%, 50%); /* Put fylde figuren under knappen */
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .program-knap:hover:after {
    transform: translate(-50%, -50%); /* Flyt fyld figuren ind i viewport */
    cursor: pointer;
  }

  .program h3 {
    /* padding-top: 4%;
    padding-bottom: 4%; */
    font-size: 28px;
    /* display: flex;
    padding-left: 5%;
    padding-right: 5%; */
    margin: 0;
  }

  .program p {
    /* padding-left: 5%;
    padding-right: 5%; */
    padding-bottom: 10%;
    padding-top: 5%;
    font-size: 16px;
    flex-grow: 1;
  }

  .program-knap:hover {
    color: white;
  }

  .program-knap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #ffffff;
    z-index: 0;
    color: rgb(0, 0, 0);
    font-family: "Poppins";
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    width: fit-content;
    align-self: flex-start;
    margin-top: auto;
  }

  .program-knap p {
    padding: 0%;
  }

  .forløb h2 {
    padding-bottom: 2%;
    font-size: 30px;
  }

  .sektion-forløb {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .billede-forløb-container {
    width: 50%;
  }

  .billede-forløb {
    width: 100%;
  }

  .process-forløb {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 45%;
  }

  .process-trin {
    display: flex;
    gap: 3%;
    align-items: center;
  }

  .forløb h3 {
    font-size: 20px;
  }

  .forløb p {
    font-size: 14px;
  }

  .kontakt-sektion {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4%;
  }

  .kontakt-sektion h2 {
    width: 70%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 4%;
  }

  .sektion-kontakt-knap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #2722a4;
    z-index: 1;
    color: white;
    font-family: "Poppins";
    font-size: 1.3em;
    font-weight: 500;
    text-decoration: none;
    border: none;
  }

  .knap-a-tag {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    z-index: 2;
    position: relative;
  }

  .sektion-kontakt-knap:hover a {
    color: white;
  }

  .sektion-kontakt-knap:after /* Fylde figur til kontakt knap hover effekt */ {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 150%;
    height: 150%;
    border-radius: 40%;
    background-color: #fc0e47; /* farve fyld */
    transform: translate(-50%, 50%); /* Put fylde figuren under knappen */
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .sektion-kontakt-knap:hover:after {
    transform: translate(-50%, -50%); /* Flyt fyld figuren ind i viewport */
    cursor: pointer;
  }

  .sektion-anmeldelser {
    background-color: #2722a4;
    display: flex;
    color: white;
    margin: 0;
    align-items: center;
    justify-content: space-evenly;
    padding: 50px 0px;
  }

  .anmeldelser-tekst {
    margin: 0;
    width: 45%;
    padding-left: 5%;
  }

  .anmeldelser-tekst h2 {
    font-size: 35px;
  }

  .anmeldelser-citat {
    font-style: italic;
  }

  .fed-skrift-navn {
    font-weight: 500;
    font-size: 1.2rem;
  }

  .anmeldelser-tekst p {
    font-size: 20px;
    width: 75%;
  }

  .anmeldelser-stjerner {
    padding-top: 3vh;
    display: flex;
    gap: 6px;
  }

  .anmeldelser-billede-box {
    width: 45%;
    height: 70vh;
    object-fit: cover;
  }

  .anmeldelser-billede {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

  .sektion-anmeldelser-mobil {
    display: none;
  }
}

* {
  font-family: Poppins;
}

@media (max-width: 499px) {
  /* VIDEO SEKTION */
  .video-box {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
  }

  .baggrund-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    z-index: -1;
  }

  .video-tekst {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    text-align: center; */
    color: white;
    padding: 10rem 1rem 1rem 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .video-tekst h2 {
    font-size: 1rem;
    font-weight: 400;
  }

  .video-tekst h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
  }

  .video-tekst p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 200;
    width: 100%;
  }

  /* SEKTIONER */

  section {
    margin: 5% 5% 5% 5%;
  }

  .sektion-intro {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 4%;
    margin-top: 5vh;
  }

  .intro-billede-box {
    display: flex;
    justify-content: center;
  }

  .intro-billede {
    width: 90%;
  }

  .intro-tekst {
    font-family: Poppins;
  }

  .intro-tekst h2 {
    font-size: 20px;
    font-weight: 400;
  }

  .intro-tekst h1 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .intro-tekst p {
    font-size: 1rem;
    font-weight: 400;
  }

  .citat {
    font-style: italic;
  }

  .intro-knap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #2722a4;
    z-index: 2;
    color: white;
    font-family: "Poppins";
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
  }

  .knap-a-tag {
    text-decoration: none;
    color: white;
  }

  .træningsprogrammer {
    padding-bottom: 4%;
    overflow: hidden;
  }

  .træningsprogrammer h2 {
    padding-bottom: 2%;
    font-size: 1.3rem;
  }

  .programmer {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 4%;
  }

  .program {
    background-color: #2722a4;
    color: #fff;
    flex: 1;
    min-width: 300px;
    border-radius: 3%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-self: stretch;
  }

  .program-billede {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* display: block;
    max-width: 100%; */
  }

  .program-tekst {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 3% 4% 3% 4%;
  }

  .program h3 {
    /* padding-top: 4%;
    padding-bottom: 4%; */
    font-size: 28px;
    /* display: flex;
    padding-left: 5%;
    padding-right: 5%; */
    margin: 0;
  }

  .program p {
    /* padding-left: 5%;
    padding-right: 5%; */
    padding-bottom: 10%;
    padding-top: 5%;
    font-size: 16px;
    flex-grow: 1;
  }

  .program-knap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #ffffff;
    z-index: 2;
    color: rgb(0, 0, 0);
    font-family: "Poppins";
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    border: none;
    margin-bottom: 5%;
    width: fit-content;
    align-self: flex-start;
    margin-top: auto;
    width: 100%;
    text-align: center;
  }

  .program-knap p {
    padding: 0%;
  }

  .forløb h2 {
    padding-bottom: 2%;
    font-size: 1.3rem;
  }

  .sektion-forløb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  .billede-forløb-container {
    width: 100%;
  }

  .billede-forløb {
    width: 100%;
  }

  .process-forløb {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5%;
  }

  .process-trin {
    display: flex;
    gap: 3%;
    align-items: center;
  }

  .forløb h3 {
    font-size: 0.9rem;
  }

  .forløb p {
    font-size: 0.7rem;
  }

  .kontakt-sektion {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4%;
    padding-top: 4%;
  }

  .kontakt-sektion h2 {
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 4%;
  }

  .sektion-kontakt-knap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #2722a4;
    z-index: 2;
    color: white;
    font-family: "Poppins";
    font-size: 1.3em;
    font-weight: 500;
    text-decoration: none;
    border: none;
  }

  .sektion-anmeldelser {
    display: none;
  }

  .sektion-anmeldelser-mobil {
    background-color: #2722a4;
    display: flex;
    flex-direction: column;
    color: white;
    margin: 0;
    margin-top: 10%;
    align-items: center;
    justify-content: space-between;
    padding: 5% 5% 5% 5%;
  }

  .anmeldelser-tekst-mobil {
    margin: 0;
    width: 100%;
  }

  .anmeldelser-tekst-mobil h2 {
    font-size: 1.3rem;
  }

  .anmeldelser-citat-mobil {
    font-style: italic;
  }

  .anmeldelser-tekst-mobil p {
    font-size: 1rem;
    display: flex;
    justify-content: center;
  }

  .anmeldelser-billede-box {
    width: 45%;
    height: 75vh;
  }

  .anmeldelser-billede-mobil {
    width: 100%;
  }

  .anmeldelser-stjerner {
    display: flex;
    justify-content: center;
  }

  .footer {
    margin: 0;
  }
}
