@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;
  }
}

h1 {
  color: #ffffff;
  text-align: center;
}

h2 {
  color: #fafafa;
}

h3 {
  color: #ededed;
}

.entry-content table th {
  background-color: #24211b;
  color: #ffffff;
}

.entry-content table td {
  background-color: #080808;
}

.table-of-contents.open {
  background-color: #2e2e2e;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #242424;
  border-radius: 20px;
}

strong {
  color: #ffffff;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
  border-left-width: 50px;
  border-right-width: 50px;
  font-weight: bold;
}

.button1 {
  margin-bottom: 5px;
}

.site-footer--style-gray a {
  text-decoration: none;
}

.widget-header {
  color: #ffffff;
}