.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #CC0000;
  line-height: 1.44444444;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding: 8px 40px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub2 {
  float: left;
}
.navigation div.sub2 > .item {
  margin-right: 40px;
}
.navigation div.sub2 > .item.exit {
  margin-right: 0 !important;
}
.navigation div.sub2 > .item > .menu {
  float: left;
  color: #000;
  font-size: 16px;
  line-height: 1.3125;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
}
@media (max-width: 1479px) {
  .navigation div.sub2 > .item > .menu {
    font-size: 14px;
    line-height: 1.35714286;
  }
}
.navigation div.sub2 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #CC0000;
  transition: all 0.24s;
}
.navigation div.sub2 > .item > .menu:hover:after,
.navigation div.sub2 > .item > .menu:focus:after,
.unit--isAnchor:hover .navigation div.sub2 > .item > .menu:after {
  width: 100%;
}
.navigation div.sub2 > .item > .menu.path:after {
  width: 100%;
}
.area--one .unitTwo {
  width: calc((100% / 3) - 30px);
}
/*# sourceMappingURL=./screen-large.css.map */