.site-logotype img {
  margin-left: 50px;
}

@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: #101012;
}

h1 {
  text-align: center;
  color: #ffffff;
}

h3 {
  text-align: center;
  color: #ffffff;
}



h2 {
  color: #ffffff;
  text-align: center;
}