.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.buttonPrimary {
  display: inline-block;
  background-color: var(--primaryButtonBackground);
  font-size: 14px;
  line-height: 1.71428571;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  color: var(--primaryButtonColor);
  padding: 8px 32px 8px 43px;
  border-radius: 32px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  text-transform: uppercase;
}
.buttonPrimary:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(calc(-50%));
  width: 9px;
  height: 9px;
  background-color: var(--primaryButtonColor);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--arrowRightLong);
          mask-image: var(--arrowRightLong);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.buttonPrimary:hover,
.buttonPrimary:focus {
  color: var(--primaryButtonColor);
  background-color: var(--primaryButtonBackgroundHover);
}
.buttonPrimaryHover {
  color: var(--primaryButtonColor);
  background-color: var(--primaryButtonBackgroundHover);
}
.buttonSecondary {
  display: inline-block;
  font-size: 15px;
  line-height: 1.66666667;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  color: var(--secondaryButtonColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.buttonSecondary:hover,
.buttonSecondary:focus {
  color: var(--secondaryButtonColorHover);
}
.buttonSecondaryHover {
  color: var(--secondaryButtonColorHover);
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-size: 14px;
  line-height: 1.71428571;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  display: flex;
  gap: 0 48px;
}
.navigation div.sub1 > .item {
  position: relative;
}
.navigation div.sub1 > .item:not(.item-empty) {
  padding-left: 24px;
  box-sizing: border-box;
  position: relative;
}
.navigation div.sub1 > .item:not(.item-empty):after {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 8px;
  height: 11px;
  -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: var(--arrowBottomShort);
          mask-image: var(--arrowBottomShort);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  background-color: #322100;
}
.navigation div.sub1 > .item:hover:not(.item-empty):after {
  transform: rotate(180deg);
}
.navigation div.sub1 > .item > .menu {
  padding: 15px 0;
  box-sizing: border-box;
  color: #322100;
  position: relative;
  font-weight: bold;
}
.navigation div.sub1 > .item > .menu.path {
  color: #322100;
  text-decoration: underline;
}
.navigation div.sub2 {
  position: absolute;
  min-width: 157px;
  top: 100%;
  left: -24px;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  pointer-events: none;
}
.navigation div.sub2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  background-color: #FFFFFF;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  box-shadow: 0 2px 10px rgba(47, 98, 170, 0.1);
}
.navigation div.sub2 > .item {
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.1s cubic-bezier(0.76, 0, 0.24, 1);
}
.navigation div.sub2 > .item.exit {
  margin-bottom: 0;
}
.navigation div.sub2 > .item > .menu {
  padding: 8px 24px;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  color: #322100;
  white-space: nowrap;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus {
  background-color: #ED6E4C;
}
.navigation div.sub2 > .item > .menu.path {
  background-color: #ED6E4C;
}
.navigation div.sub1 > .item.exit div.sub2 {
  left: initial;
  right: 0;
  align-items: flex-end;
}
.navigation div.sub1 > .item.exit div.sub2:after {
  left: initial;
  right: 0;
}
.navigation div.sub1 > .item:hover div.sub2 {
  height: var(--js-elementHeight);
  pointer-events: all;
}
.navigation div.sub1 > .item:hover div.sub2:after {
  height: 100%;
}
.navigation div.sub1 > .item:hover div.sub2 > .item {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s 0.1s cubic-bezier(0.76, 0, 0.24, 1);
}
body:not(.layout1) #head {
  margin-top: 248px;
}
.container--mood {
  margin-top: 238px;
  margin-bottom: 200px;
  flex-direction: row;
  justify-content: space-between;
}
.container--mood .mood {
  width: 39.23444976%;
}
.container--mood .content {
  width: 48.48484848%;
}
.footarea {
  gap: 0 40px;
  margin: 80px 0 77px;
}
.footpart--wide {
  width: calc(50% - (80px / 3));
}
.footpart--small {
  width: calc(25% - (80px / 3));
}
.vcard__column {
  width: auto;
}
.area--one .unitTwo {
  flex-direction: row;
  align-items: center;
  max-width: 100%;
}
.area--one .unitTwo--imageLeft .unit__content {
  margin-left: auto;
}
.area--one .unitTwo--imageRight .unit__content {
  order: 1;
}
.area--one .unitTwo--imageRight .unit__background {
  order: 2;
}
.area--one .unitTwo .unit__content {
  width: 390px;
  max-width: calc(100% - 540px);
  margin-top: 0;
}
.area--one .unitThree {
  width: calc(100% / 3 - (80px / 3));
}
.area--one .unitFour {
  width: calc(100% / 3 - (80px / 3));
}
.area--one .unitGallery .unit__body {
  gap: calc(var(--verticalSpaceLarge) + var(--spacePart)) 40px;
}
.area--one .unitGallery .part--indentOff {
  width: calc(50% - 20px);
}
.area--one .unitGallery .part--indentLeft {
  width: calc(100% / 1040 * 347);
  margin-left: auto;
}
.area--one .unitGallery .part--indentRight {
  width: calc(100% / 1040 * 347);
  margin-right: auto;
}
/*# sourceMappingURL=./screen-large.css.map */