.site-header-inner {
  background: linear-gradient(#2e7def, #f7f7f7, #2e8336);
}

.mob-hamburger {
  margin: -300px;
}

.mob-hamburger.active {
  margin: -300px;
}

.site-branding {
  margin-right: -50px;
}

.container.header-separator {
  background-color: #000000;
}

.prop-hero {
  margin-top: -30px;
}

h1 {
  text-align: center;
  color: #ffd727;
}

h2 {
  color: #ffffff;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #211f27;
  border-radius: 15px;
  color: #ffffff;
}

.table-of-contents.open {
  background-color: #1e1c24;
  border-radius: 15px;
}

@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.btn-size-big.js-link {
  border-radius: 35px;
}