@charset "UTF-8";
/*mobilstørrelse*/
@media only screen and (max-width: 600px) {
  body {
    border: none;
  }
  body header {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #0D2832;
    height: 100px;
    text-align: start;
    padding-top: 3em;
    padding-left: 5em;
    padding-right: 3em;
    color: #606079;
  }
  body .side {
    background-color: #0D2832;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    max-height: 100vh;
    padding: 3em;
    padding-top: 2em;
    justify-content: center;
    margin-bottom: 2em;
    padding-bottom: 10em;
    padding-left: 5em;
    padding-right: 5em;
    text-align: start;
    color: #D9D9D9;
  }
  body h2 {
    font-family: sans-serif;
    font-size: 1.7em;
  }
  body h3 {
    font-family: sans-serif;
    font-size: 1.1em;
  }
  body p {
    font-family: sans-serif;
    font-size: 1em;
  }
  body button {
    padding: 2em;
    padding-left: 6em;
    padding-right: 6em;
    border: none;
    color: #D9D9D9;
    cursor: pointer;
    border-radius: 10px;
    font-size: 0.7em;
  }
  body form .btn-grp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    justify-content: space-between;
  }
  body button[type=button] {
    background-color: #263c63;
  }
  body button[type=button]:hover {
    background-color: #606079;
  }
  body ul {
    list-style-type: none;
    text-align: center;
  }
  body li a {
    font-family: sans-serif;
  }
  body .side2 {
    background-color: #D9D9D9;
    display: grid;
    padding-left: 8em;
    padding-right: 8em;
    max-height: 100vh;
    padding: 3em;
    color: black;
    font-size: medium;
    line-height: 1.5em;
  }
  body footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #0D2832;
    height: 14em;
    padding-top: 3em;
    padding-bottom: 3em;
    color: #606079;
    padding-right: 6em;
    padding-left: 6em;
  }
}
@media only screen and (min-width: 600px) {
  body {
    border: none;
  }
  body header {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #0D2832;
    height: 100px;
    text-align: center;
    padding-top: 3em;
    padding-left: 3em;
    padding-right: 3em;
    color: #606079;
  }
  body .side {
    background-color: #0D2832;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    max-height: 100vh;
    padding: 3em;
    padding-top: 2em;
    justify-content: center;
    margin-bottom: 2em;
    padding-bottom: 10em;
    padding-left: 6em;
    padding-right: 6em;
    text-align: center;
    color: #D9D9D9;
  }
  body h2 {
    font-family: sans-serif;
    font-size: 2.2em;
  }
  body h3 {
    font-family: sans-serif;
    font-size: 1.1em;
  }
  body p {
    font-family: sans-serif;
    font-size: 1em;
  }
  body button {
    padding: 2em;
    padding-left: 6em;
    padding-right: 6em;
    border: none;
    color: #D9D9D9;
    cursor: pointer;
    border-radius: 10px;
    font-size: 0.9em;
  }
  body form .btn-grp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    justify-content: space-between;
  }
  body button[type=button] {
    background-color: #263c63;
  }
  body button[type=button]:hover {
    background-color: #606079;
  }
  body ul {
    list-style-type: none;
  }
  body li a {
    font-family: sans-serif;
  }
  body .side2 {
    background-color: #D9D9D9;
    display: grid;
    padding-left: 8em;
    padding-right: 8em;
    max-height: 100vh;
    padding: 3em;
    justify-content: center;
    text-align: start;
    color: black;
    font-size: medium;
    line-height: 2.2em;
  }
  body footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #0D2832;
    height: 14em;
    padding-top: 3em;
    padding-bottom: 3em;
    color: #606079;
    padding-right: 6em;
    padding-left: 6em;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  body {
    border: none;
  }
  body header {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #0D2832;
    height: 100px;
    text-align: center;
    padding-top: 3em;
    color: #606079;
  }
  body .side {
    background-color: #0D2832;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    max-height: 100vh;
    padding: 3em;
    padding-top: 2em;
    justify-content: center;
    margin-bottom: 2em;
    padding-bottom: 10em;
    padding-left: 6em;
    padding-right: 6em;
    text-align: center;
    color: #D9D9D9;
  }
  body h2 {
    font-family: sans-serif;
    font-size: 2.2em;
  }
  body h3 {
    font-family: sans-serif;
    font-size: 1.1em;
  }
  body p {
    font-family: sans-serif;
    font-size: 1em;
  }
  body button {
    padding: 2em;
    padding-left: 6em;
    padding-right: 6em;
    border: none;
    color: #D9D9D9;
    cursor: pointer;
    border-radius: 10px;
    font-size: 0.9em;
  }
  body form .btn-grp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    justify-content: space-between;
  }
  body button[type=button] {
    background-color: #263c63;
  }
  body button[type=button]:hover {
    background-color: #606079;
  }
  body ul {
    list-style-type: none;
  }
  body li a {
    font-family: sans-serif;
  }
  body .side2 {
    background-color: #D9D9D9;
    display: grid;
    padding-left: 14em;
    padding-right: 14em;
    max-height: 100vh;
    padding: 3em;
    justify-content: center;
    text-align: center;
    color: black;
    font-size: medium;
    line-height: 2.2em;
  }
  body footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #0D2832;
    height: 14em;
    padding-top: 3em;
    padding-bottom: 3em;
    color: #606079;
    padding-right: 6em;
    padding-left: 6em;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) and (min-width: 1000px) {
  body {
    border: none;
  }
  body header {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #0D2832;
    height: 100px;
    text-align: center;
    padding-top: 3em;
    color: #606079;
  }
  body .side {
    background-color: #0D2832;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    max-height: 100vh;
    padding: 3em;
    padding-top: 2em;
    justify-content: center;
    margin-bottom: 2em;
    padding-bottom: 10em;
    padding-left: 10em;
    padding-right: 10em;
    text-align: start;
    color: #D9D9D9;
  }
  body h2 {
    font-family: sans-serif;
    font-size: 2.2em;
  }
  body h3 {
    font-family: sans-serif;
    font-size: 1.1em;
  }
  body p {
    font-family: sans-serif;
    font-size: 1em;
  }
  body button {
    padding: 2em;
    padding-left: 6em;
    padding-right: 6em;
    border: none;
    color: #D9D9D9;
    cursor: pointer;
    border-radius: 10px;
    font-size: 0.9em;
  }
  body form .btn-grp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    justify-content: space-between;
  }
  body button[type=button] {
    background-color: #263c63;
  }
  body button[type=button]:hover {
    background-color: #606079;
  }
  body ul {
    list-style-type: none;
    text-align: center;
  }
  body li a {
    font-family: sans-serif;
  }
  body .side2 {
    background-color: #D9D9D9;
    display: grid;
    padding-left: 17em;
    padding-right: 17em;
    max-height: 100vh;
    padding: 3em;
    text-align: center;
    color: black;
    font-size: 2em;
    line-height: 2.2em;
  }
  body footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #0D2832;
    height: 14em;
    padding-top: 3em;
    padding-bottom: 3em;
    color: #606079;
    padding-right: 6em;
    padding-left: 6em;
  }
}/*# sourceMappingURL=style.css.map */