@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: #1b1b32;
}

.mob-hamburger {
  margin: -300px;
}

.site-logotype img {
  margin-left: 50px;
}

.button1 {
  font-weight: bold;
}

h1 {
  text-align: center;
}

.entry-content table th {
  background-color: #27294a;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #2a2c45;
  font-weight: bold;
}

.spoiler-box__body {
  background-color: #2c2b61;
}

body.sidebar-none .entry-title {
  color: #ffb2c6;
}



h2 {
  color: #ffb2c6;
}