.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.button:hover,
.button:focus,
.ns-projectTeaser:hover .button {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.button:hover:after,
.button:focus:after,
.ns-projectTeaser:hover .button:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .button {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
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.sub1 > .item {
  margin-right: 60px;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item > .menu {
  font-weight: 700;
  text-decoration: none;
  color: #7993A0;
  padding: 2px 0;
  transition: all 0.24s;
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #7993A0, #7993A0);
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  color: #3B4B53;
  background-size: 100% 2px;
}
.logo:hover {
  opacity: 0.6;
}
.section--lead .subcontent.subcontent--1 {
  width: 590px;
}
.section--lead .subcontent.subcontent--2 {
  width: calc(100% - (590px + 92px));
}
@media (max-width: 1439px) {
  .section--lead .subcontent.subcontent--1 {
    width: 520px;
  }
  .section--lead .subcontent.subcontent--2 {
    width: calc(100% - (520px + 40px));
  }
}
.area--one {
  width: calc(100% + 92px);
  margin-left: -46px;
}
.area--one .unit {
  margin-left: 46px;
  margin-right: 46px;
  width: calc(100% - 92px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 92px);
}
.area--one .unitThree--small {
  width: calc(50% - 92px);
}
.area--one .unit--imageGallery .unit__body {
  width: calc(100% + 92px);
  margin-left: -46px;
}
.area--one .unit--imageGallery .part {
  margin-left: 46px;
  margin-right: 46px;
  width: calc(100% - 92px);
}
.area--one .unit--imageGallery .part--slim {
  width: calc(50% - 92px);
}
/*# sourceMappingURL=./screen-large.css.map */