:root {
  --spacePart: 10px;
}
@media (max-width: 959px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 639px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 10px;
}
@media (max-width: 959px) {
  :root {
    --spaceUnit: 10px;
  }
}
@media (max-width: 639px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 20px;
}
@media (max-width: 959px) {
  :root {
    --spaceTotal: 20px;
  }
}
@media (max-width: 639px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #666666;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  color: #fff;
  padding: 11px 14px;
  -webkit-appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-family: 'BitterBold', helvetica, sans-serif;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #D9942D;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 960px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.headerlinks div.sub1 > .item {
  margin-right: 20px;
}
.headerlinks div.sub1 > .item.exit {
  margin-right: 0;
}
.headerlinks div.sub1 > .item > .menu {
  font-family: 'BitterLight', helvetica, sans-serif;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
}
.headerlinks div.sub1 > .item > .menu:hover,
.headerlinks div.sub1 > .item > .menu:focus,
.headerlinks div.sub1 > .item > .menu.path {
  color: #D9942D;
}
/*# sourceMappingURL=./screen-large.css.map */