.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #415067;
  font-size: 15px;
  line-height: 1.46666667;
  font-family: inherit;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  padding: 9px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  border: 2px solid #415067;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.3s;
}
.button:hover,
.button:focus,
.unit--isAnchor:hover.button {
  color: #415067;
  background-size: 100% 100%;
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: #415067;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/navibg.jpg);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  transform: translateY(-100%);
  transition: all 0.6s;
}
.navigation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 286px 0 80px;
}
.navigation__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation__section {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.2s;
}
body.cb-toggle-target-active .navigation__section {
  opacity: 1;
  transform: translateY(0);
}
body.cb-toggle-target-active .navigation__section--1 {
  transition: all 0.6s 0.3s;
}
.navigation__section--2 {
  margin-top: 160px;
}
body.cb-toggle-target-active .navigation__section--2 {
  transition: all 0.6s 0.4s;
}
.navivcard {
  float: left;
}
.navivcard a {
  text-decoration: none;
}
.navivcard .org {
  font-weight: 800;
}
@media (max-width: 1279px) {
  .navivcard {
    font-size: 18px;
    line-height: 1.44444444;
  }
}
.navigation__content {
  float: left;
  width: calc(100% + 100px);
  margin-left: -50px;
  display: flex;
}
@media (max-width: 1279px) {
  .navigation__content {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.navigation__unit {
  float: left;
  display: flex;
  width: calc(50% - 100px);
  margin-left: 50px;
  margin-right: 50px;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .navigation__unit {
    width: calc(50% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
.navigation__unit--1 {
  flex-direction: column;
  align-items: flex-start;
}
.navigation__part {
  float: left;
  width: 100%;
  flex-shrink: 0;
  margin-right: -100%;
  z-index: 1;
  position: relative;
  opacity: 0;
  transform: translateX(50%);
  transition: opacity 0.6s, transform 0.6s;
}
.navigation__part.cb-toggle-target-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: initial;
  z-index: 2;
}
.navigation .service_termin {
  float: left;
  width: 100%;
  font-size: 25px;
  line-height: 1.6;
  padding: 14px 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.navigation .service_termin:hover,
.navigation .service_termin:focus {
  font-weight: 400;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .mobile-navigation {
    display: none;
  }
}
.navigation div.navi {
  width: 100%;
}
.navigation div.navi .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  width: 100%;
  border-top: 1px solid #fff;
}
.navigation div.navi > .item.exit {
  border-bottom: 1px solid #fff;
}
.navigation div.navi > .item:hover > .menu,
.navigation div.navi > .item:focus > .menu,
.navigation div.navi > .item:has(.cb-toggle-active) > .menu {
  font-weight: 400;
}
.navigation div.navi > .item > .menu {
  font-size: 25px;
  line-height: 1.6;
  padding: 14px 0;
  color: #fff;
  position: relative;
  padding-right: 20px;
}
.navigation div.navi > .item > .menu.path {
  font-weight: 400;
}
.navigation div.sub1 > .item {
  position: relative;
}
.navigation div.sub1 > .item:not(.item-empty) > .cb-toggle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-size: 22px 36px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/images/naviToggle-white.svg);
  transition: background-position 0.24s;
}
.navigation div.sub1 > .item:not(.item-empty) > .cb-toggle.cb-toggle-active {
  background-position: right 20px center;
}
.navigation div.sub1 > .item:not(.item-empty) > .menu {
  padding-right: 62px !important;
}
.navigation div.sub1 > .item > .menu {
  text-transform: uppercase;
  font-weight: 800;
}
.navigation div.sub2 > .item > .menu {
  font-weight: 700;
}
body.cb-toggle-target-active,
.layout2 .section--header:not(.cb-scroll-triggered--active) {
  --headerHeight: 240px;
}
body.cb-toggle-target-active .logo,
.layout2 .section--header:not(.cb-scroll-triggered--active) .logo {
  height: 60px;
}
/*# sourceMappingURL=./screen-large.css.map */