.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #C7B37C;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 8px 38px 8px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 12px 12px;
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.26s;
}
.button:hover,
.button:focus {
  background-position: right 12px center;
  background-color: #6F7871;
  color: #fff;
}
.navigation .meta {
  float: left;
  color: #6F7871;
  text-decoration: none;
  margin-left: 40px;
}
.navigation .meta:hover,
.navigation .meta:focus {
  color: #6F7871;
  text-decoration: underline;
  -webkit-text-decoration-color: #C7B37C;
          text-decoration-color: #C7B37C;
  text-underline-offset: 4px;
}
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: 40px;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item > .menu {
  color: #6F7871;
  text-decoration: none;
  position: relative;
}
.navigation div.sub1 > .item > .menu:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: #C7B37C;
  transition: all 0.3s;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  color: #6F7871;
}
.navigation div.sub1 > .item > .menu:hover:before,
.navigation div.sub1 > .item > .menu:focus:before,
.navigation div.sub1 > .item > .menu.path:before {
  width: 100%;
}
.section--two .subcontent.subcontent--1 {
  width: 620px;
  max-width: calc(100% - (296px + 60px));
}
.section--two .subcontent.subcontent--2 {
  width: 296px;
}
/*# sourceMappingURL=./screen-large.css.map */