.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  font-size: 26px;
  line-height: 1.55555556;
  font-family: inherit;
  text-align: left;
  color: var(--s-linkcolor);
  cursor: pointer;
  padding-left: 50px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 34px;
  height: 34px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/arrow-circle-right.svg);
          mask-image: url(/images/arrow-circle-right.svg);
  background-color: var(--s-linkcolor);
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: var(--s-linkcolor-hov);
}
.button:hover:before,
.button:focus:before {
  background-color: var(--s-linkcolor-hov);
}
.button-hov {
  color: var(--s-linkcolor-hov);
}
.button-hov:before {
  background-color: var(--s-linkcolor-hov);
}
.container--mood {
  min-height: 360px;
  height: 600px;
}
.container--mood:before {
  height: 70px;
}
.content {
  margin-bottom: 150px;
}
.designelement {
  bottom: 100px;
  right: -50px;
  height: 300px;
}
.footarea {
  flex-direction: row;
  justify-content: space-between;
  gap: 40px 70px;
}
.footpart {
  width: auto;
}
.footpart--four {
  justify-content: space-between;
}
@media (min-width: 876px) {
  .footpart--four {
    align-items: flex-end;
  }
}
.footlogo {
  height: 135px;
}
.area--one {
  gap: 0 56px;
}
.area--one .unitOne--indentRight {
  display: flex;
  flex-direction: column;
}
.area--one .unitOne--indentRight .unit__content {
  max-width: 1152px;
}
.area--one .unitOne--indentBoth {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitOne--indentBoth .unit__content {
  max-width: 1152px;
}
.area--one .unitOne--textAlignCenter {
  text-align: center;
}
.area--one .unitOne--1-2 {
  width: calc(50% - 28px);
}
.area--one .unitTwo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: calc((var(--spaceTotal) * 3));
  margin-bottom: calc((var(--spaceTotal) * 3));
}
.area--one .unitTwo .unit__background {
  width: 50%;
}
.area--one .unitTwo .unit__content {
  width: 50%;
  margin-left: auto;
  padding-left: 30px;
}
.area--one .unitThree .fold-toggle:after {
  top: 9px;
}
.area--one .unitThree .more {
  width: calc(100% + 56px);
  margin-left: -28px;
}
.area--one .unitThree .more .part {
  margin-left: 28px;
  margin-right: 28px;
  width: calc(100% - 56px);
}
.area--one .unitThree .more .part--1-2 {
  width: calc(50% - 56px);
}
.area--one .unit--foto.album--1-2 {
  width: calc(50% - 28px);
}
.area--one .unit--form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unit--form .unit__content {
  max-width: 1152px;
}
.area--one .unit--form .unit__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 12px;
}
.area--one .unit--form .part--medium {
  width: calc(73% - 6px);
}
.area--one .unit--form .part--small {
  width: calc(27% - 6px);
}
.area--two .unit {
  width: calc((100% - 1px) / 2);
}
/*# sourceMappingURL=./screen-medium.css.map */