@charset "UTF-8";
@media only screen and (max-width: 600px) {
  body {
    font-family: Arial, sans-serif;
    background-color: #e9eff2;
  }
  body #progress-bar {
    width: 100%;
    height: 10px;
    background-color: #ddd;
  }
  body #progress {
    height: 100%;
    background-color: #0b7fd4;
    width: 0%;
    transition: width 0.3s ease; /* Tilføjer en overgang for en glattere animation */
  }
  body .teksten {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  body #quiz-container {
    max-width: 600px;
    margin: 10px auto;
    background-color: #c2c9ce;
    border-radius: 10px;
    padding: 4em;
    row-gap: 2em;
    box-shadow: 0 0 10px rgba(217, 217, 223, 0.877);
    display: block;
    margin-top: 6em;
  }
  body #question-container {
    margin-bottom: 10px;
  }
  body button {
    padding: 10px 20px;
    margin-top: 2em;
    background-color: #0b7fd4;
    color: #e9eff2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  body button:hover {
    background-color: #2566d7;
  }
  body .alert {
    color: #0b7fd4;
  }
  body footer {
    background-color: rgb(195, 202, 210);
  }
}
@media only screen and (min-width: 600px) {
  body {
    font-family: Arial, sans-serif;
    background-color: #e9eff2;
  }
  body #progress-bar {
    width: 100%;
    height: 10px;
    background-color: #ddd;
  }
  body #progress {
    height: 100%;
    background-color: #0b7fd4;
    width: 0%;
    transition: width 0.3s ease; /* Tilføjer en overgang for en glattere animation */
  }
  body .teksten {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  body #quiz-container {
    max-width: 600px;
    margin: 10px auto;
    background-color: #c2c9ce;
    border-radius: 10px;
    padding: 4em;
    row-gap: 2em;
    box-shadow: 0 0 10px rgba(217, 217, 223, 0.877);
    display: block;
    margin-top: 14em;
  }
  body #question-container {
    margin-bottom: 10px;
  }
  body button {
    padding: 10px 20px;
    margin-top: 2em;
    background-color: #0b7fd4;
    color: #e9eff2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  body button:hover {
    background-color: #2566d7;
  }
  body .alert {
    color: #0b7fd4;
  }
}
@media only screen and (min-width: 850px) {
  body {
    font-family: Arial, sans-serif;
    background-color: #e9eff2;
  }
  body #progress-bar {
    width: 100%;
    height: 10px;
    background-color: #ddd;
  }
  body #progress {
    height: 100%;
    background-color: #0b7fd4;
    width: 0%;
    transition: width 0.3s ease; /* Tilføjer en overgang for en glattere animation */
  }
  body .teksten {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  body #quiz-container {
    max-width: 600px;
    margin: 10px auto;
    background-color: #c2c9ce;
    border-radius: 10px;
    padding: 4em;
    row-gap: 2em;
    box-shadow: 0 0 10px rgba(217, 217, 223, 0.877);
    display: block;
    margin-top: 14em;
  }
  body #question-container {
    margin-bottom: 10px;
  }
  body button {
    padding: 10px 20px;
    margin-top: 2em;
    background-color: #0b7fd4;
    color: #e9eff2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  body button:hover {
    background-color: #2566d7;
  }
  body .alert {
    color: #0b7fd4;
  }
}
@media only screen and (min-width: 850px) and (min-width: 1000px) {
  body {
    font-family: Arial, sans-serif;
    background-color: #e9eff2;
  }
  body #progress-bar {
    width: 100%;
    height: 10px;
    background-color: #ddd;
  }
  body #progress {
    height: 100%;
    background-color: #0b7fd4;
    width: 0%;
    transition: width 0.3s ease; /* Tilføjer en overgang for en glattere animation */
  }
  body .teksten {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  body #quiz-container {
    max-width: 600px;
    margin: 10px auto;
    background-color: #c2c9ce;
    border-radius: 10px;
    padding: 4em;
    row-gap: 2em;
    box-shadow: 0 0 10px rgba(217, 217, 223, 0.877);
    display: block;
    margin-top: 6em;
  }
  body #question-container {
    margin-bottom: 10px;
  }
  body button {
    padding: 10px 20px;
    margin-top: 2em;
    background-color: #0b7fd4;
    color: #e9eff2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  body button:hover {
    background-color: #2566d7;
  }
  body .alert {
    color: #0b7fd4;
  }
}/*# sourceMappingURL=style.css.map */