.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #3E8794;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 17px 40px 13px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #367782;
}
.button:active {
  background-color: #27565e;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1140px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  margin-top: 24px;
}
.navigation div.sub1 > .item {
  margin: 0 10px;
  padding-bottom: 6px;
  position: relative;
}
.navigation div.sub1 > .item.init {
  margin-left: 0;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item:hover > .menu,
.navigation div.sub1 > .item:focus > .menu {
  color: #3E8794;
}
.navigation div.sub1 > .item > .menu {
  font-size: 19px;
  line-height: 1.26315789;
  color: #000;
  text-decoration: none;
}
.navigation div.sub1 > .item > .menu.path {
  color: #3E8794;
}
.navigation div.sub2 {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #3E8794;
  flex-direction: column;
  padding: 4px 0 2px;
  display: none;
}
.navigation div.sub2 > .item {
  position: relative;
}
.navigation div.sub2 > .item:hover > .menu,
.navigation div.sub2 > .item:focus > .menu {
  color: #1d5964;
}
.navigation div.sub2 > .item.item-empty > .menu {
  background: none;
}
.navigation div.sub2 > .item > .menu {
  padding: 5px 40px 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.17647059;
  background-size: 5px 8px;
  background-position: right 17px top 11px;
  background-repeat: no-repeat;
  background-image: url(/images/corner-right-white.svg);
}
.navigation div.sub2 > .item > .menu.path {
  color: #1d5964;
}
.navigation div.sub1 > .item.exit div.sub2 {
  left: initial;
  right: 0;
}
.navigation div.sub1 > .item:hover div.sub2 {
  display: flex;
}
.navigation div.sub3 {
  position: absolute;
  left: 100%;
  top: -4px;
  background-color: #3E8794;
  padding: 4px 0 2px;
  flex-direction: column;
  display: none;
}
.navigation div.sub3 > .item:hover > .menu,
.navigation div.sub3 > .item:focus > .menu {
  color: #1d5964;
}
.navigation div.sub3 > .item > .menu {
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.17647059;
}
.navigation div.sub3 > .item > .menu.path {
  color: #1d5964;
}
.navigation div.sub2 > .item:hover div.sub3 {
  display: flex;
}
.subnavi div.sub2 {
  width: 100%;
}
.subnavi div.sub2 > .cb-toggle {
  display: none;
}
.subnavi div.sub2 > .item {
  width: 100%;
  margin: 12px 0;
  position: relative;
}
.subnavi div.sub2 > .item.init {
  margin-top: 0;
}
.subnavi div.sub2 > .item.exit {
  margin-bottom: 0;
}
.subnavi div.sub2 > .item > .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 24px;
  cursor: pointer;
  background-size: 8px 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/corner-down-petrol.svg);
  transition: all 0.2s;
}
.subnavi div.sub2 > .item > .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
.subnavi div.sub2 > .item.item-empty .cb-toggle {
  display: none;
}
.subnavi div.sub2 > .item > .menu {
  font-size: 19px;
  line-height: 1.26315789;
  text-decoration: none;
  color: #000;
  padding-right: 20px;
}
@media (max-width: 1279px) {
  .subnavi div.sub2 > .item > .menu {
    font-size: 17px;
    line-height: 1.41176471;
  }
}
.subnavi div.sub2 > .item > .menu:hover,
.subnavi div.sub2 > .item > .menu:focus,
.subnavi div.sub2 > .item > .menu.path {
  color: #3E8794;
}
.subnavi div.sub3 {
  width: 100%;
  max-height: 0;
  overflow: hidden;
}
.subnavi div.sub3 > .item {
  width: 100%;
  margin: 2px 0;
}
.subnavi div.sub3 > .item.init {
  margin-top: 0;
}
.subnavi div.sub3 > .item.exit {
  margin-bottom: 0;
}
.subnavi div.sub3 > .item > .menu {
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .subnavi div.sub3 > .item > .menu {
    font-size: 14px;
    line-height: 1.57142857;
  }
}
.subnavi div.sub3 > .item > .menu:hover,
.subnavi div.sub3 > .item > .menu:focus,
.subnavi div.sub3 > .item > .menu.path {
  color: #3E8794;
}
.subnavi div.sub2 > .item.cb-toggle-target-active div.sub3 {
  max-height: 1000px;
  transition: all 1s;
}
.desk {
  max-width: 96%;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
.section--header.cb-scroll-triggered--active {
  border-color: #3E8794;
}
.subnavi {
  width: 16.09375%;
}
.maincontent {
  width: 55.46875%;
  margin-left: 1.5625%;
}
.cb-layout2 .maincontent {
  margin-left: 0;
  width: 73.125%;
}
.sidecontent {
  float: right;
  width: 23.75%;
}
.vcard {
  width: 50%;
}
.footnavi {
  width: 26.25%;
}
#footservices {
  width: 23.75%;
}
.section--header {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.section--header.cb-scroll-triggered--active {
  border-color: #3E8794;
}
.main .seam {
  padding-top: 19px;
  padding-bottom: 19px;
}
.main .fold {
  padding-bottom: 19px;
}
.base .seam + .seam + .seam + .seam {
  margin-top: 0px;
}
.main {
  width: 100%;
}
.main > .unit {
  margin-right: 1.36986301%;
  margin-left: 1.36986301%;
  width: 97.26027397%;
}
.main .cb-album .body,
.main .head,
.main .foot,
.main .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.main > .slim {
  width: 47.26027397%;
}
.main > .slim .head,
.main > .slim .foot,
.main > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.main > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.main > .slim .tiny {
  width: 100%;
}
.base {
  width: 100%;
}
.base > .unit {
  margin-right: 1.0460251%;
  margin-left: 1.0460251%;
  width: 97.90794979%;
}
.base .cb-album .body,
.base .head,
.base .foot,
.base .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.base > .slim {
  width: 31.24128312%;
}
.base > .slim .head,
.base > .slim .foot,
.base > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.base > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.base > .slim .tiny {
  width: 100%;
}
.main {
  width: 102.81690141%;
  margin-left: -1.4084507%;
}
.base {
  width: 102.13675214%;
  margin-left: -1.06837607%;
}
.main .pure.wide .part.tiny {
  width: 48.5915493%;
}
.main .flat {
  width: 97.26027397%;
}
.main .flat .part.tall {
  float: right;
  width: calc(100% - 150px);
}
.main .flat .part.tiny {
  width: 130px;
}
/*# sourceMappingURL=./screen-large.css.map */