h1 {
  text-align: center;
}

.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;
  }
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 10px;
  font-weight: bold;
}

.site-footer--style-gray a {
  color: #2dbe64;
}

.table-of-contents.open {
  border-radius: 10px;
}