.button {
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.65745856vw + 0.54903315rem, 1.875rem);
  line-height: clamp(1.25rem, 1.65745856vw + 0.86153315rem, 2.1875rem);
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
/*# sourceMappingURL=./screen-large.css.map */