@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;
  }
}

.container.header-separator {
  background-color: #101012;
}

h1 {
  color: #ffdd2d;
}

h2 {
  color: #ffffff;
}

h3 {
  color: #ffffff;
}

.table-of-contents.open {
  background-color: #1f1d25;
  color: #e8e8e9;
  border-radius: 20px;
}

.aligncenter.wp-image-27.size-full {
  margin-top: -30px;
}

.aligncenter.wp-image-69.size-full {
  margin-top: -30px;
}