h1 {
  text-align: center;
  color: #f6f2e1;
}

h2 {
  text-align: center;
  color: #f6f2e1;
}

#top_menu.menu {
  margin-right: 200px;
}

.site-logotype img {
  margin-left: 50px;
}

.top-menu ul li a {
  color: #ffffff;
}

.container.header-separator {
  background-color: #1c1e1d;
}

@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;
  }
}

.entry-content table th {
  background-color: #000000;
  color: #ffffff;
}