.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  cursor: pointer;
  color: #3c3c3c;
  padding: 10px 24px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #3c3c3c;
  font-size: 12px;
  line-height: 1.66666667;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.button:hover,
.button:focus {
  background-color: #992121;
  border-color: #992121;
  color: #fff;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 > .item {
  margin-right: 60px;
  position: relative;
  padding: 14px 0;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item:hover > .menu:after,
.navigation div.sub1 > .item:focus > .menu:after {
  width: 100%;
}
.navigation div.sub1 > .item > .menu {
  font-size: 13px;
  line-height: 1.38461538;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #3c3c3c;
  position: relative;
  padding: 3px 0;
}
.navigation div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #3c3c3c;
  transition: all 0.3s;
}
.navigation div.sub1 > .item > .menu.path:after {
  width: 100%;
}
@media (max-width: 1279px) {
  .navigation div.sub1 > .item {
    margin-right: 30px;
  }
  .navigation div.sub1 > .item > .menu {
    font-size: 12px;
    line-height: 1.5;
  }
}
.navigation div.sub2 {
  position: absolute;
  left: -20px;
  top: 100%;
  background-color: #fbf5e9;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 20px;
  min-width: 160px;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.navigation div.sub2 > .item {
  margin-top: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
.navigation div.sub2 > .item.init {
  margin-top: 16px;
}
.navigation div.sub2 > .item.exit {
  margin-bottom: 16px;
}
.navigation div.sub2 > .item > .menu {
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.33333333;
  text-decoration: none;
  color: #3c3c3c;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  color: #992121;
}
.navigation div.sub2 > .item > .menu.path {
  font-weight: 700;
}
.navigation div.sub1 > .item:nth-last-child(1) div.sub2,
.navigation div.sub1 > .item:nth-last-child(2) div.sub2 {
  left: initial;
  right: -20px;
  align-items: flex-end;
}
.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.4s 0.1s;
}
.area--one {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--one .unitOne--1-3 {
  width: calc((100% / 3) - 40px);
}
.area--one .unitTwo .unit__background {
  width: 290px;
}
.area--one .unitTwo .unit__content {
  width: calc(100% - 330px);
}
.area--one .unitThree {
  width: calc(((100% - 40px) / 2) - 100px);
}
.area--one .unitThree--alignmentLeft {
  margin-right: 0;
}
.area--one .unitThree--alignmentRight {
  margin-left: 0;
  padding-left: 200px;
  background-size: 64px 64px;
  background-position: 68px 80px;
  background-repeat: no-repeat;
  background-image: url(/images/and.png);
}
.area--one .unit--imageGallery .part--file {
  width: 33.33333333%;
}
.part.pict a .cb-image-container {
  overflow: hidden;
}
.part.pict a .cb-image-container img {
  transition: all 0.4s;
}
.part.pict a:hover .cb-image-container img {
  transform: scale(1.05);
}
/*# sourceMappingURL=./screen-large.css.map */