body {
  /* Billedet */
  background-image: url(../img/baggrund-pasta.webp);
  /* Fuld højde */
  height: 100%;
  /* Parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1 {
  align-content: center;
  text-align: center;
  color: #0b2361;
  font-size: 3rem;
}
.video_interview {
  margin-right: 60px;
}

.video_interview > video {
  width: 100%;
  height: auto;
}

.overskrift {
  width: 100%;
  background-color: var(--header-color);
  padding-block: 20px;
}

@media (min-width: 500px) {
  h1 {
    align-content: center;
    text-align: center;
    color: #0b2361;
    font-size: 3rem;
  }

  .overskrift > h1 {
    padding-top: 100px;
    color: #0b2361;
  }

  .top-wave {
    width: 100%;
    background-image: url(../img/white-wave-top.webp);
    background-size: cover;
    padding-bottom: 250px;
  }

  .bottom-wave {
    width: 100%;
    background-image: url(../img/white-wave-bottom.webp);
    background-size: cover;
    padding-bottom: 320px;
  }

  .grid_1-1_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .grid_1-1_2 {
    background-color: white;
    padding-block: 30px;
  }

  .about_us {
    align-content: center;
    padding-left: 2%;
    padding-right: 2%;
    color: white;
    background-color: #0b2361;
    margin-left: 8%;
    padding-inline: 20px;
    padding-bottom: 30px;

    display: grid;
  }

  .about_us > * {
    grid-column: 1;
    grid-row: 1;
  }

  .about_us-style {
    place-self: center;
  }

  .story {
    align-content: center;
    padding-right: 8%;
    color: white;
    background-color: #0b2361;
    margin-right: 8%;
    padding-inline: 20px;

    display: grid;
  }

  .story > * {
    grid-column: 1;
  }

  .story-style {
    place-self: center;
  }

  h2 {
    text-align: center;
    padding-top: 6%;
    margin-bottom: 2%;
  }

  .h2-style {
    border-bottom: 2px solid whitesmoke;
    margin-inline: 150px;
    margin-bottom: 30px;
  }

  .billede_shop {
    padding-left: 8%;
  }
}

@media (max-width: 500px) {
  .grid_1-1_2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about_us {
    align-content: center;
    color: white;
    background-color: #0b2361;
    border-radius: 5px;
    margin-left: 8%;
    padding-inline: 20px;
    padding-bottom: 30px;

    display: grid;

    margin-inline: 10px;
  }

  .about_us > * {
    grid-column: 1;
    grid-row: 1;
  }

  .about_us-style {
    place-self: center;
  }

  .story {
    align-content: center;
    color: white;
    background-color: #0b2361;
    padding-inline: 20px;
    padding-bottom: 20px;

    display: grid;

    margin-inline: 10px;
  }

  .story > * {
    grid-column: 1;
  }

  .story-style {
    place-self: center;
  }

  h2 {
    text-align: center;
    padding-top: 6%;
    margin-bottom: 2%;
  }

  .h2-style {
    border-bottom: 2px solid whitesmoke;
    margin-inline: 30px;
    margin-bottom: 30px;
  }

  .billede_shop {
    margin-inline: 10px;
  }

  header {
    width: 100%;
    background-color: var(--header-color);
  }

  .overskrift {
    margin-bottom: 40px;
  }

  .video_interview {
    margin: 20px;
  }
}

@media (max-width: 900px) {
  .grid_1-1_2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about_us {
    align-content: center;
    color: white;
    background-color: #0b2361;
    border-radius: 5px;
    margin-left: 8%;
    padding-inline: 20px;
    padding-bottom: 30px;

    display: grid;

    margin-inline: 10px;
  }

  .about_us > * {
    grid-column: 1;
    grid-row: 1;
  }

  .about_us-style {
    place-self: center;
  }

  .story {
    align-content: center;
    color: white;
    background-color: #0b2361;
    padding-inline: 20px;
    padding-bottom: 20px;

    display: grid;

    margin-inline: 10px;
  }

  .story > * {
    grid-column: 1;
  }

  .story-style {
    place-self: center;
  }

  h2 {
    text-align: center;
    padding-top: 6%;
    margin-bottom: 2%;
  }

  .h2-style {
    border-bottom: 2px solid whitesmoke;
    margin-inline: 30px;
    margin-bottom: 30px;
  }

  .billede_shop {
    margin-inline: 10px;
  }

  header {
    width: 100%;
    background-color: var(--header-color);
  }

  .overskrift {
    margin-bottom: 40px;
  }

  .video_interview {
    margin: 20px;
  }
}
