.button {
  background-color: var(--altTextColor);
  font-size: clamp(0.875rem, 0.39800995vw + 0.78171642rem, 1.125rem);
  line-height: clamp(1.25rem, 0.39800995vw + 1.15671642rem, 1.5rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  font-family: 'RobotoSlab', serif;
  font-weight: bold;
  padding: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.button:hover,
.button:focus {
  background-color: #DCE8BF;
  color: #fff !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1200px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation .sub2 > .item {
  margin-right: 50px;
}
.navigation .sub2 > .item.exit {
  margin-right: 0 !important;
}
.navigation .sub2 > .item > .menu {
  font-family: 'RobotoSlab', serif;
  text-transform: uppercase;
  color: var(--textColor);
}
.navigation .sub2 > .item > .menu:hover,
.navigation .sub2 > .item > .menu:focus {
  text-decoration: none;
  color: #A0C350;
}
.navigation .sub2 > .item > .menu.path {
  color: #A0C350;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .navigation .sub2 > .item {
    margin-right: 40px;
  }
}
.logo {
  transition: all 0.4s;
}
.cb-scroll-triggered--active .logo {
  height: 54px;
  margin: 19px 0;
}
.section--header {
  transition: all 0.4s;
}
.section--header.cb-scroll-triggered--active {
  background-color: rgba(255, 255, 255, 0.95);
}
.area--one .unitOne--1-3 {
  width: calc((100% / 3) - 28px);
}
.area--one .unitTwo--2-3 {
  width: calc(((100% / 3) * 2) - 28px);
}
.area--one .unitTwo--1-3 {
  width: calc((100% / 3) - 28px);
}
.area--one .unit--form {
  width: calc(((100% / 3) * 2) - 28px);
}
/*# sourceMappingURL=./screen-large.css.map */