h1 {
  text-align: center;
  color: #ffffff;
}

.table-of-contents.open {
  background-color: #111113;
  border-radius: 20px;
  border-style: solid;
  border-color: #00ff73;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #1e1e21;
  font-weight: bold;
  color: #ffffff;
}

.spoiler-box__body {
  background-color: #454545;
}

.entry-content table th {
  background-color: #363636;
  color: #ffffff;
}

h2 {
  color: #ffffff;
}

h3 {
  color: #ffffff;
}

.container.header-separator {
  background-color: #09090b;
}

@media screen and (max-width: 480px) {
  .kompbanner {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mobbanner {
    display: block;
  }
}

@media screen and (min-width: 490px) {
  .mobbanner {
    display: none;
  }
}

.mob-hamburger {
  margin: -300px;
}

.site-logotype img {
  margin-left: 50px;
}

.btn.btn-size-big.js-link {
  border-radius: 10px;
  font-weight: bold;
  border-left-width: 20px;
  border-right-width: 20px;
}