.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  float: left;
  font-size: 14px;
  line-height: 1.78571429;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--s-textcolor);
  padding-left: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor)), url(/images/arrow-right-gray.svg);
  background-size: 0 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
}
.button:hover,
.button:focus {
  background: linear-gradient(#660900, #660900), url(/images/arrow-right-red.svg);
  background-size: 100% 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
  color: var(--s-linkcolor);
  --s-linkcolor-hover: #660900;
}
.button:active {
  color: #4d0700;
}
#head {
  width: 50%;
}
#edit #head {
  margin-bottom: var(--spaceUnit);
}
#home {
  width: unset;
  padding: 37px 80px 37px 37px;
}
.section--multimood {
  height: calc(100vh - 121px);
}
.section--multimood .content {
  width: 995px;
  margin-right: 70px;
  margin-bottom: 95px;
}
.intro-background {
  width: 411px;
  right: 0;
  height: 800px;
}
@media (max-width: 1180px) {
  .intro-background {
    width: 360px;
  }
}
#view .intro-background {
  right: -100%;
}
#view .intro-background.scroll-animated--active {
  right: 0;
}
.section--intro {
  margin-bottom: 141px;
}
.footarea {
  justify-content: space-between;
  padding: 35px 0 35px 65px;
}
.footpart {
  width: auto;
  margin-top: 0;
}
.footpart--two,
.footpart--three {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.area--stoerer {
  width: 525px;
}
.area--stoerer .unit {
  margin: 0;
}
@media (max-width: 1180px) {
  .area--stoerer {
    width: 400px;
  }
}
.area--one .unit {
  margin-left: 1.35135135%;
  margin-right: 1.35135135%;
}
.area--one .unitOne--1-1 {
  width: 97.2972973%;
}
.area--one .unitOne--1-3 {
  width: 30.63063063%;
}
.area--one .unitTwo .unit__content {
  margin-top: 80px;
}
.area--one .unitTwo--imageRight .unit__background {
  width: 61.11111111%;
  margin-right: -135px;
}
@media (max-width: 1350px) {
  .area--one .unitTwo--imageRight .unit__background {
    margin-right: -70px;
    width: 55.09259259%;
  }
}
@media (max-width: 1350px) {
  .area--one .unitTwo--imageRight .unit__background {
    margin-right: -30px;
    width: 51.38888889%;
  }
}
/*# sourceMappingURL=./screen-large.css.map */