/*************** Reset *********************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  height: 100%;
  flex-direction: column;
}

img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.suse {
  font-family: "Suse", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Silkscreen";
  src: url(fonts/webfontkit-20240905-083642/slkscr-webfont.woff2) format(woff2),
    url(fonts/webfontkit-20240905-083642/slkscr-webfont.woff) format(woff);
  font-weight: normal;
  font-style: normal;
}

main {
  flex: 1;
  max-width: 1200px;
  margin: 10px 30px 10px 30px;
}

.kompoimg {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: rgb(41, 43, 48);
  font-size: 0.8rem;
}

li a {
  display: block;
  color: white;
  padding: 4px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

li a:hover {
  background-color: rgb(34, 34, 36);
  color: rgb(186, 179, 245);
}

.active {
  background-color: rgb(129, 129, 177);
  color: white;
}

h1 {
  font-family: "Silkscreen", monospace;
  font-size: 2.5rem;
  color: rgb(108, 89, 148);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

h2 {
  font-family: "Montserrat", monospace;
  color: rgb(71, 60, 97);
  text-transform: uppercase;
  padding-top: 20px;
}

h3 {
  font-family: "Montserrat", monospace;
  color: rgb(107, 91, 142);
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 10px;
}

p {
  color: rgb(59, 53, 83);
  font-family: "Montserrat", sans-serif;
  padding: 8px;
}

p:last-of-type {
  padding-bottom: 30px;
}

footer {
  background-color: rgb(41, 43, 48);
  list-style-type: none;
  padding: 8px 8px 8px 20px;

  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}

footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: rgb(186, 179, 245);
}

.indexlink {
  display: block;
  background-color: rgb(186, 179, 245);
  padding: 5px;
  width: 35%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  font-size: 2vw;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.indexlink:hover {
  background-color: rgb(235, 37, 192);
}

.stats {
  display: block;
  text-align: center;
  margin: 0 auto 30px auto;
  background-color: rgb(228, 228, 228);
  border-radius: 10px;
  padding: 5px 0;
}

dt {
  text-transform: uppercase;
  font-family: "Montserrat", monospace;
  font-size: 18px;
  font-weight: bold;
  color: rgb(107, 91, 142);
}

dd {
  font-size: 48px;
  padding-bottom: 10px;
  font-family: "Silkscreen", monospace;
  color: rgb(129, 129, 177);
}

.stats:last-child {
  padding-bottom: 0px;
}

.specifikationer {
  background-color: rgb(228, 228, 228);
  display: block;
  margin: 15px auto;
  padding: 5px 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5rem;
  border-radius: 10px;
  font-weight: bold;
  list-style-type: circle;
  color: rgb(107, 91, 142);
}

@media (min-width: 800px) {
  img {
    padding: 0px;
  }
  ul {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  li {
    margin-bottom: 0;
    margin-right: 15px;
  }

  li:last-child {
    margin-right: 0;
  }
}
