.button {
  background-color: #3C6786;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 8px 18px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #3C6786;
}
.button:hover,
.button:focus {
  background-color: transparent;
  color: #3C6786;
}
.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 div.sub1 {
  display: flex;
  align-items: center;
  gap: 44px;
}
.navigation div.sub1 > .item {
  position: relative;
}
.navigation div.sub1 > .item:hover > .menu,
.navigation div.sub1 > .item:focus > .menu {
  color: #A9C2CD;
}
.navigation div.sub1 > .item > .menu {
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: 700;
  padding-bottom: 20px;
}
.navigation div.sub1 > .item > .menu.path {
  color: #A9C2CD;
}
.navigation div.sub2 {
  position: absolute;
  left: -22px;
  top: 100%;
  z-index: 2;
  min-width: 100%;
  flex-direction: column;
  background-color: #F5F5F5;
  display: none;
}
.navigation div.sub2 > .item:first-child {
  display: none;
}
.navigation div.sub2 > .item > .menu {
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 22px;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus {
  background-color: #3C6786;
  color: #fff;
}
.navigation div.sub2 > .item > .menu.path {
  background-color: #3C6786;
  color: #fff;
  font-weight: 700;
}
.navigation div.sub1 > .item:hover div.sub2 {
  display: flex;
}
.section--area1,
.section--area2 {
  padding-top: 1.98412698vw;
}
.section--one .content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 445px;
  gap: 0 var(--generalHorizontalGap);
  align-items: center;
}
.unitOne--1-3 {
  grid-column: span 4;
}
.unitSlideshow.unitSlideshow--alignRight {
  grid-column: 5 / 13;
}
/*# sourceMappingURL=./screen-large.css.map */