.button {
  background-color: var(--buttonBackground1);
  font-size: 22px;
  line-height: 1.27272727;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  font-weight: 400;
  padding: 14px 60px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 60px;
  height: 100%;
  background-color: var(--buttonColor);
  -webkit-mask-size: auto 20px;
          mask-size: auto 20px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/arrow-right.svg);
          mask-image: url(/images/arrow-right.svg);
}
.button:hover,
.button:focus,
.unit--isAnchor:hover .button {
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.button:hover:before,
.button:focus:before,
.unit--isAnchor:hover .button:before {
  background-color: var(--buttonColorHover);
}
@media (max-width: 767px) {
  .button {
    padding-right: 16px;
  }
}
.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: 1200px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 > .item {
  position: relative;
}
.navigation div.sub1 > .item:hover > .menu,
.navigation div.sub1 > .item:focus > .menu {
  color: #993B6F;
}
.navigation div.sub1 > .item:hover > .menu:before,
.navigation div.sub1 > .item:focus > .menu:before {
  width: 100%;
}
.navigation div.sub1 > .item > .menu {
  font-size: 22px;
  line-height: 1.36363636;
  text-transform: uppercase;
  font-weight: 400;
  min-width: 210px;
  box-sizing: border-box;
  padding: calc((var(--headerHeight) - 30px) / 2) 20px 40px;
  text-align: center;
  color: #4A4340;
  position: relative;
  text-decoration: none;
}
.navigation div.sub1 > .item > .menu:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 8px;
  background-color: #993B6F;
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .menu.path {
  color: #993B6F;
}
.navigation div.sub1 > .item > .menu.path:before {
  width: 100%;
}
@media (max-width: 1699px) {
  .navigation div.sub1 > .item > .menu {
    font-size: 16px;
    line-height: 1.625;
    padding: calc((var(--headerHeight) - 26px) / 2) 24px 20px;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .navigation div.sub1 > .item > .menu {
    transition: padding 0.4s;
  }
  .cb-scroll-triggered--active .navigation div.sub1 > .item > .menu {
    padding-top: 68px;
    padding-bottom: 30px;
  }
}
.navigation div.sub2 {
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #fff;
  min-width: 450px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 var(--boxPadding);
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.navigation div.sub2 > .item {
  margin-top: 28px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
.navigation div.sub2 > .item.init {
  margin-top: var(--boxPadding);
}
.navigation div.sub2 > .item.exit {
  margin-bottom: var(--boxPadding);
}
.navigation div.sub2 > .item > .menu {
  font-size: 22px;
  line-height: 1.36363636;
  font-weight: 400;
  color: #993B6F;
  white-space: nowrap;
  text-decoration: none;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  color: #4A4340;
}
@media (max-width: 1699px) {
  .navigation div.sub2 {
    min-width: 380px;
  }
  .navigation div.sub2 > .item {
    margin-top: 20px;
  }
  .navigation div.sub2 > .item > .menu {
    font-size: 18px;
    line-height: 1.44444444;
  }
}
.navigation div.sub1 > .item:hover div.sub2 {
  height: var(--js-elementHeight);
}
.navigation div.sub1 > .item:hover div.sub2 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s 0.1s;
}
.area--one .unitFour {
  width: calc((100% / 3) - 30px);
}
/*# sourceMappingURL=./screen-large.css.map */