.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  width: 360px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.71428571;
  font-family: 'FigtreeBold', sans-serif;
  letter-spacing: 0.07em;
  color: #a17e5f;
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  padding: 24px 64px 24px 20px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #a17e5f;
  color: #26424d;
  transition: all 0.3s;
  position: relative;
  text-align: left;
}
.moodcontent .area .button {
  color: #fff;
}
.button:before,
.button:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a17e5f;
  transition: all 0.3s;
}
.button:before {
  left: calc(100% - 44px);
  width: 24px;
  height: 2px;
}
.button:after {
  left: calc(100% - 33px);
  width: 2px;
  height: 24px;
}
.button:hover,
.button:focus {
  color: #a17e5f;
  background-color: #26424d;
}
.button:hover:before,
.button:focus:before {
  width: 12px;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -4px;
}
.button:hover:after,
.button:focus:after {
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  margin-left: -6px;
  margin-top: 3px;
}
.textbutton {
  display: inline-block;
  font-size: 10px;
  line-height: 2.4;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 44px;
  position: relative;
  color: #26424d;
}
.textbutton:before,
.textbutton:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #26424d;
  transition: all 0.2s;
}
.textbutton:before {
  left: 0;
  width: 24px;
  height: 2px;
}
.textbutton:after {
  left: 11px;
  width: 2px;
  height: 24px;
}
.textbutton:hover,
.textbutton:focus {
  font-weight: normal;
  font-family: 'FigtreeBold', sans-serif;
}
.textbutton:hover:before,
.textbutton:focus:before {
  width: 12px;
  height: 4px;
  left: 10px;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -3px;
}
.textbutton:hover:after,
.textbutton:focus:after {
  height: 12px;
  width: 4px;
  transform: translateY(-50%) rotate(45deg);
  margin-top: 3px;
  left: 14px;
}
.navitoggle {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 100%;
  z-index: 2001;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
body.cb-toggle-target-active .navitoggle {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0) !important;
  background-color: transparent !important;
}
@media (min-width: 1280px) {
  .layout1 .navitoggle {
    justify-content: flex-end;
    height: calc(100vh - ((((100vw - 413px)) * 0.17632698) + 114px));
    box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  }
  .layout1 .navitoggle.cb-scroll-triggered--active {
    height: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }
}
.navitogglehome {
  float: left;
  height: 50px;
  transition: all 0.2s;
}
body.cb-toggle-target-active .navitogglehome {
  opacity: 0;
  transform: scale(0.8);
}
@media (min-width: 1280px) {
  .layout1 .navitogglehome {
    display: none;
  }
}
.navitoggle__triangle {
  position: absolute;
  left: 0;
  bottom: 100%;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 0 0 16px 90px;
  transition: all 0.6s;
  display: none;
}
.layout1 .navitoggle__triangle {
  display: block;
}
@media (min-width: 1280px) {
  body.cb-toggle-target-active.layout1 .navitoggle__triangle,
  .layout1 .navitoggle.cb-scroll-triggered--active .navitoggle__triangle {
    border-width: 0 0 0 90px;
  }
}
.navitrigger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-top: 34px;
  cursor: pointer;
  transition: all 0.6s, font-size 0.2s 0.2s, line-height 0.2s 0.2s;
}
body.cb-toggle-target-active .navitrigger {
  font-size: 0;
  line-height: 0;
  padding-top: 22px;
  transition: all 0.3s;
}
@media (min-width: 1280px) {
  .layout1 .navitrigger {
    top: 24px;
    transform: translateX(-50%);
  }
  .layout1 .navitoggle.cb-scroll-triggered--active .navitrigger {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #26424d;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 10px;
}
.tline--4 {
  top: 20px;
}
body.cb-toggle-target-active .tline {
  transition: all 0.4s 0.1s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateX(-20px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateX(20px);
}
#navisocial,
#mobilenavisocial {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#navisocial .meta,
#mobilenavisocial .meta {
  float: left;
  width: 28px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-top: 30px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-instagram-gray.svg);
}
#navisocial .meta:first-child,
#mobilenavisocial .meta:first-child {
  margin-top: 0;
}
#navisocial .meta:hover,
#mobilenavisocial .meta:hover {
  background-image: url(/images/social-instagram-color-01.svg);
}
#navisocial .meta.service_facebook,
#mobilenavisocial .meta.service_facebook {
  background-image: url(/images/social-facebook-gray.svg);
}
#navisocial .meta.service_facebook:hover,
#mobilenavisocial .meta.service_facebook:hover {
  background-image: url(/images/social-facebook-color-01.svg);
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.8s;
}
body.cb-toggle-target-active .navigation {
  transform: translateX(0);
}
.naviwrapper {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding-left: 90px;
}
.navidesk {
  float: left;
  width: 1120px;
  max-width: 86%;
  min-height: 100%;
}
.navicontent {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navisection {
  float: left;
  width: 100%;
}
.navisection--1 {
  display: flex;
  justify-content: flex-end;
}
.navisection--2 {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navihome {
  float: left;
  height: 94px;
  position: relative;
}
.navihome .logoline {
  background-color: #EBEBEB;
  width: 0 !important;
  transition: all 0.1s !important;
}
.navihome .logoline.logoline--left {
  right: 19.14893617%;
}
body.cb-toggle-target-active .navihome .logoline {
  transition: all 1s 0.7s !important;
}
body.cb-toggle-target-active .navihome .logoline.logoline--left {
  width: 100vw !important;
}
body.cb-toggle-target-active .navihome .logoline.logoline--right {
  width: 50vw !important;
}
.naviunit {
  float: left;
  display: flex;
  flex-direction: column;
}
.navipart {
  float: left;
}
.navipart--2 {
  margin-top: 60px;
}
.navivcard {
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 1.42857143;
}
.vcardtitle {
  display: block;
  border-bottom: 1px solid #26424d;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 1.1;
}
.vcardsubtitle {
  display: block;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: normal;
  font-family: 'FigtreeBold', sans-serif;
  margin: 15px 0;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.navipart--1 div.sub1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navipart--1 div.sub1 > .item {
  margin-top: 30px;
}
.navipart--1 div.sub1 > .item.init {
  margin-top: 0;
}
.navipart--1 div.sub1 > .item > .menu {
  white-space: nowrap;
  font-size: 30px;
  line-height: 1;
  color: #26424d;
}
.navipart--1 div.sub1 > .item > .menu:hover,
.navipart--1 div.sub1 > .item > .menu:focus {
  color: #a17e5f;
}
.navipart--1 div.sub1 > .item > .menu.path {
  color: #a17e5f;
  font-weight: normal;
  font-family: 'FigtreeBold', sans-serif;
}
.navipart--2 div.sub1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navipart--2 div.sub1 > .item {
  margin-top: 26px;
}
.navipart--2 div.sub1 > .item.init {
  margin-top: 0;
}
.navipart--2 div.sub1 > .item > .menu {
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.2;
  color: #26424d;
}
.navipart--2 div.sub1 > .item > .menu:hover,
.navipart--2 div.sub1 > .item > .menu:focus {
  color: #a17e5f;
}
.navipart--2 div.sub1 > .item > .menu.path {
  color: #a17e5f;
  font-weight: normal;
  font-family: 'FigtreeBold', sans-serif;
}
.moodcontent {
  bottom: 90px;
  right: 206px;
}
.section--one.section--tipDown .content {
  margin-bottom: calc(var(--spaceTotal) * -1);
  margin-top: calc(var(--spaceTotal) * 2);
}
.section--one.section--tipUp .content {
  margin-bottom: var(--spaceTotal);
}
.section--one .content--1 {
  padding-left: 94px;
  padding-right: 0;
  margin-bottom: 0;
  width: 49.10714286%;
}
.section--one .content--2 {
  padding-left: 0;
  padding-right: 0;
  float: right;
  width: 49.10714286%;
}
.cbdModule--stoerer {
  left: 68px;
  bottom: 100px;
  top: initial;
  transform: translateY(0);
}
.area--one {
  width: 101.78571429%;
  margin-left: -0.89285714%;
}
.areaContent1 {
  margin-top: 0px;
}
.area--one .unit {
  margin-left: 0.87719298%;
  margin-right: 0.87719298%;
}
.area--one .unit .unit__body {
  gap: 0 1.78571429%;
}
.area--one .unitOne--1-1.unitOne--1-1noSpaceBottom {
  margin-bottom: -60px;
}
.area--one .unitOne--1-1.unitOne--1-1indent {
  max-width: 835px;
  margin-right: calc(100% - 835px);
}
.area--one .unitOne--1-1.unitOne--1-1indent .part {
  width: 100% !important;
}
.area--one .unitOne--1-2 {
  width: 48.24561404%;
}
.area--one .unitOne--1-3 {
  width: 31.57894737%;
}
.area--one .unitTwo--positionContentRight {
  padding-left: 50.89285714%;
}
.area--one .unitTwo--positionContentLeft {
  padding-right: 50.89285714%;
}
.area--one .unitTwo--positionTitleLeft .part:first-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 49.10714286%;
  box-sizing: border-box;
  padding-left: 94px;
}
.area--one .unitFive .unit__body {
  gap: 0;
  align-items: flex-end;
  justify-content: space-between;
}
.area--one .unitDownload {
  width: 23.21428571%;
}
.area--one .unitForm--indent {
  max-width: 835px;
  margin-right: calc(100% - 835px);
}
.area--one .partWidth--2-5 {
  width: 40.625%;
}
.area--one .partWidth--3-5 {
  width: 57.58928571%;
}
.area--one .partWidth--9-16 {
  width: 56.25%;
}
/*# sourceMappingURL=./screen-large.css.map */