header {
  background-color: #fff;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.0509803922);
  height: 120px;
}
header .container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  row-gap: 1em;
}
header .container .site-logo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
header .container .site-logo img {
  width: 45%;
  max-width: 45%;
  height: auto;
  max-height: 80px;
}
header .container .region-header-menu {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
header .container .region-header-menu .rudi-icon {
  margin-right: 0.313em;
  vertical-align: middle;
  margin-top: -0.2em;
}
header .container .region-header-menu a {
  display: none;
  color: #9c006b;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.5s;
}
header .container .region-header-menu a:hover {
  border-bottom: 2px solid #9c006b;
}
header .container .region-header-menu .btn {
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  margin-left: 0.625rem;
}
@media (width >= 1071px) {
  header {
    height: 134px;
  }
  header .container {
    flex-flow: row nowrap;
    padding: 1.25rem;
    row-gap: 0;
    align-items: center;
  }
  header .container .site-logo {
    flex-flow: row nowrap;
  }
  header .container .site-logo img {
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    height: 104px;
    max-height: 104px;
    margin-right: 2rem;
  }
  header .container .region-header-menu {
    font-size: 1.25em;
  }
  header .container .region-header-menu a {
    display: inline-flex;
    height: 100%;
    flex-flow: row nowrap;
    align-items: center;
  }
}

/*# sourceMappingURL=header.css.map */
