h1 {
  text-align: center;
  color: #f3efe7;
}

h2 {
  color: #f3efe7;
}

h3 {
  color: #f3efe7;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #3b3225;
  font-weight: bold;
}

.spoiler-box__body {
  background-color: #5e5950;
  color: #ededed;
}

.entry-content table th {
  background-color: #3b3225;
  color: #f2f2f2;
}

.table-of-contents.open {
  background-color: #3b3225;
  border-radius: 15px;
  color: #e3e3e3;
}

.container.header-separator {
  background-color: #1b1a19;
}

.button1 {
  font-weight: bold;
}

.button2 {
  font-weight: bold;
}

@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;
  }
}

.site-logotype img {
  margin-left: 50px;
}