.title1 {
  font-size: clamp(2.5rem, 3.88349515vw + 1.58980583rem, 6.25rem);
  line-height: clamp(2.5rem, 3.88349515vw + 1.58980583rem, 6.25rem);
  font-weight: bold;
  color: var(--textColor);
}
.title2 {
  font-size: clamp(1.875rem, 3.23624595vw + 1.11650485rem, 5rem);
  line-height: clamp(1.875rem, 3.23624595vw + 1.11650485rem, 5rem);
  font-weight: bold;
  color: var(--textColor);
}
.title3 {
  font-size: clamp(1.25rem, 1.29449838vw + 0.94660194rem, 2.5rem);
  line-height: clamp(1.5625rem, 1.61812298vw + 1.18325243rem, 3.125rem);
  font-weight: 300;
  color: var(--textColor);
}
.title4 {
  font-size: clamp(1.5625rem, 1.61812298vw + 1.18325243rem, 3.125rem);
  line-height: clamp(1.5625rem, 1.61812298vw + 1.18325243rem, 3.125rem);
  font-weight: bold;
  color: var(--textColor);
}
.title5 {
  font-size: clamp(1rem, 0.58252427vw + 0.86347087rem, 1.5625rem);
  line-height: clamp(1.25rem, 0.64724919vw + 1.09830097rem, 1.875rem);
  font-weight: bold;
  color: var(--textColor2);
}
.editorNote {
  box-sizing: border-box;
  padding-top: 30px;
}
.editorNote:before {
  content: var(--editorNoteText, 'Hinweis');
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: 'helvetica neue', helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: bold;
  min-height: 24px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 6px;
}
.buttonBasics {
  display: inline-block;
  font-size: clamp(0.75rem, 0.38834951vw + 0.65898058rem, 1.125rem);
  line-height: clamp(1rem, 0.51779935vw + 0.87864078rem, 1.5rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  padding: 10px 20px 6px 20px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  clip-path: polygon(7px 0%, 100% 0, 100% 100%, 0% 100%);
}
.buttonFilled {
  display: inline-block;
  font-size: clamp(0.75rem, 0.38834951vw + 0.65898058rem, 1.125rem);
  line-height: clamp(1rem, 0.51779935vw + 0.87864078rem, 1.5rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  padding: 10px 20px 6px 20px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  clip-path: polygon(7px 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--btnFilledBackground, #000);
  color: var(--btnFilledColor, #fff);
}
.buttonFilled:hover,
.buttonFilled:focus {
  background-color: var(--btnFilledBackgroundHover, #3F78B9);
  color: var(--btnFilledColorHover, #fff);
}
.buttonOutline {
  display: inline-block;
  font-size: clamp(0.75rem, 0.38834951vw + 0.65898058rem, 1.125rem);
  line-height: clamp(1rem, 0.51779935vw + 0.87864078rem, 1.5rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  padding: 10px 20px 6px 20px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  clip-path: polygon(7px 0%, 100% 0, 100% 100%, 0% 100%);
  color: var(--btnOutlineColor, #3F78B9);
  position: relative;
  isolation: isolate;
}
.buttonOutline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--btnOutlineBorder, #3F78B9);
  z-index: -1;
  clip-path: polygon(7px 0, 0% 100%, 1px 100%, 8px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0);
}
.buttonOutline:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--btnOutlineBackgroundHover, #3F78B9);
  opacity: 0;
  z-index: -2;
  transition: all 0.4s;
}
.buttonOutline:hover,
.buttonOutline:focus {
  color: var(--btnOutlineColorHover, #fff);
}
.buttonOutline:hover:after,
.buttonOutline:focus:after {
  opacity: 1;
}
.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;
  white-space: nowrap;
}
@media (min-width: 1320px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  display: flex;
  gap: 30px;
}
.navigation div.sub1 > .item {
  position: relative;
}
.navigation div.sub1 > .item:hover > .menu,
.navigation div.sub1 > .item:focus > .menu {
  color: #3F78B9;
}
.navigation div.sub1 > .item.exit > div.sub2 {
  left: unset;
  right: -20px;
}
.navigation div.sub1 > .item > .menu {
  font-size: 25px;
  line-height: 1.32;
  color: #000;
  font-weight: bold;
}
.navigation div.sub1 > .item > .menu.path {
  color: #3F78B9;
}
.navigation div.sub2 {
  position: absolute;
  left: -20px;
  top: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-sizing: border-box;
  padding: 52px 20px 253px 20px;
  isolation: isolate;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.navigation div.sub2:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 22px;
  width: 100vw;
  height: calc(100% - 22px);
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}
.navigation div.sub2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 100vw;
  height: calc(100% - 22px);
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}
.navigation div.sub2 > .item {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.navigation div.sub2 > .item > .menu {
  font-size: 25px;
  line-height: 1.32;
  color: #000;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus {
  color: #3F78B9;
}
.navigation div.sub2 > .item > .menu.path {
  color: #3F78B9;
}
body:has(.navigation div.sub1 > .item:hover > div.sub2:not(.cb-invisible)) .section:not(.section--header) {
  opacity: 0.5;
}
.navigation div.sub1 > .item:hover > div.sub2 {
  opacity: 1;
  pointer-events: all;
}
.navigation div.sub1 > .item:hover > div.sub2 > .item {
  transform: translateY(0);
}
.area--one .unitThree {
  grid-column: span 3;
}
.area--one .unitFour {
  grid-column: span 3;
}
/*# sourceMappingURL=./screen-large.css.map */