/*
 general font colors
*/
/*
 spezial font colors
*/
/*
 header colors
*/
/*
 content colors
*/
.page--header-top {
  background: #f0f2f5;
}

.page--header-top ul.sf-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page--header-top ul.sf-menu li {
  padding: 0 2em;
}

.page--header-main {
  width: 100%;
}

.page--header-main--limiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}

.page--header-bottom--limiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}

#block-pc112-branding img {
  height: auto;
}

@media (max-width: 991.98px) {
  #block-pc112-branding img {
    width: 150px;
  }
}

@media (min-width: 768px) {
  #block-pc112-branding img {
    width: 200px;
  }
}

#block-pc112-pc112blockmainmenu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/*# sourceMappingURL=header.css.map */