.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  color: #FFF;
  border: 2px solid var(--site-clr);
  background-color: var(--site-clr);
  line-height: 1.35294118;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 36px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .button {
    font-size: 23px;
    padding: 3px 30px;
    line-height: 1.30434783;
  }
}
.button:hover,
.button:focus {
  color: var(--site-clr);
  background-color: #FFF;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 > .item {
  margin: 0 14px ;
}
.navigation div.sub1 > .item.init {
  margin-left: 0;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item > .menu {
  font-size: 24px;
  line-height: 1.41666667;
  color: #000;
  font-weight: normal;
  font-family: 'Graebenbach-Medium', sans-serif;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus {
  opacity: 1;
}
.navigation div.sub1 > .item > .menu.path {
  opacity: 1;
}
.footarea {
  width: 106.09756098%;
  margin-left: -2.87356322%;
  display: flex;
  flex-wrap: wrap;
}
.footpart {
  margin-left: 2.87356322%;
  margin-right: 2.87356322%;
}
.footpart.footpart--slim {
  width: 27.5862069%;
}
.wrapper {
  font-size: 30px;
  line-height: 1.33333333;
}
h1 {
  font-size: clamp(80px, 8vw, 180px);
  line-height: clamp(90px, 6vw, 150px);
}
.cb-layout1 h1 {
  font-size: 82px;
  line-height: 1.04878049;
}
h2 {
  font-size: clamp(80px, 7vw, 135px);
  line-height: clamp(90px, 8vw, 130px);
}
h3 {
  font-size: 52px;
  line-height: 0.90384615;
}
p.loud {
  font-size: 40px;
  line-height: 1.2;
}
p.pale {
  font-size: 24px;
  line-height: 1.20833333;
}
.section--five .side {
  padding-left: 8.53658537%;
  box-sizing: border-box;
}
/*# sourceMappingURL=./screen-large.css.map */