.title1 {
  font-size: clamp(1.875rem, 6.64031621vw + 0.31867589rem, 7.125rem);
  line-height: clamp(2.25rem, 7.82608696vw + 0.41576087rem, 8.4375rem);
  font-weight: normal;
  font-family: 'Basel Grotesk Light', sans-serif;
  color: var(--textColor);
}
.title2 {
  font-size: clamp(1.875rem, 3.95256917vw + 0.9486166rem, 5rem);
  line-height: clamp(2.25rem, 4.2687747vw + 1.24950593rem, 5.625rem);
  font-weight: normal;
  font-family: 'Basel Grotesk Light', sans-serif;
  color: var(--textColor);
}
.title3 {
  font-size: clamp(1.875rem, 1.81818182vw + 1.44886364rem, 3.3125rem);
  line-height: clamp(2.25rem, 2.8458498vw + 1.58300395rem, 4.5rem);
  font-weight: normal;
  font-family: 'Basel Grotesk Light', sans-serif;
  color: var(--textColor);
}
.leadText {
  font-size: clamp(1.3125rem, 1.50197628vw + 0.96047431rem, 2.5rem);
  line-height: clamp(1.75rem, 1.8972332vw + 1.30533597rem, 3.25rem);
  font-weight: normal;
  font-family: 'Basel Grotesk Light', sans-serif;
  color: var(--textColor);
}
.button {
  display: inline-block;
  background-color: var(--btnBackground);
  font-size: clamp(0.875rem, 0.4743083vw + 0.76383399rem, 1.25rem);
  line-height: clamp(1.375rem, 0.63241107vw + 1.22677866rem, 1.875rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--btnColor);
  padding: 6px 50px 6px 27px;
  appearance: none;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  position: relative;
  background-size: 100% 0;
  background-position: 100% calc(100% + 1px);
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, var(--btnBackgroundHover, var(--btnBackgroundHover)));
  transition: all 0.25s;
}
.button:after {
  content: '';
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--btnColor);
  transition: all 0.25s;
}
.button:hover,
.button:focus {
  color: var(--btnColorHover);
  background-size: 100% calc(100% + 1px);
}
.button:hover:after,
.button:focus:after {
  background-color: var(--btnColorHover);
}
@media (max-width: 1239px) {
  .button {
    padding: 2px 30px 2px 14px;
  }
  .button:after {
    width: 12px;
    height: 12px;
    right: 14px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.mobile-navigation {
  display: none;
}
.desktop-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #8F8067;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .desktop-navigation {
  transform: translateY(0);
}
.desktop-navi-animation {
  float: left;
  width: 100%;
  margin-top: var(--headerHeight);
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .desktop-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.navigation {
  float: left;
  width: 100%;
}
.navigation--main {
  margin: 44px 0 80px;
}
.navigation--second {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.desktop-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.desktop-navigation div.navi > .item {
  float: left;
  position: relative;
}
.desktop-navigation div.navi > .item > .menu {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.05;
}
.desktop-navigation div.navi > .item > .menu:hover,
.desktop-navigation div.navi > .item > .menu:focus,
.desktop-navigation div.navi > .item > .menu.path {
  color: #DECFB5;
}
.desktop-navigation .navigation--main div.navi > .item {
  width: 100%;
}
.desktop-navigation .navigation--main div.navi > .item:has(> .menu[href*='/uebersicht']),
.desktop-navigation .navigation--main div.navi > .item:has(> .menu[href*='/abschluss']) {
  display: none;
}
.desktop-navigation .navigation--main div.navi > .item > .menu {
  border-bottom: 1px solid #fff;
}
.desktop-navigation .navigation--main div.navi > .item > .menu:hover,
.desktop-navigation .navigation--main div.navi > .item > .menu:focus,
.desktop-navigation .navigation--main div.navi > .item > .menu.path {
  border-color: #DECFB5;
}
.desktop-navigation .navigation--second div.navi {
  width: calc(50% - (var(--fluidSize) / 2));
  display: flex;
  --fluidSize: clamp(2.5rem, 17.76649746vw + -11.26903553rem, 6.875rem);
  gap: 70px;
}
.desktop-navigation .navigation--second div.navi > .item > .navi {
  display: none;
}
.desktop-navigation .navigation--second div.navi > .item > .menu {
  font-weight: normal;
  font-family: 'Basel Grotesk Medium', sans-serif;
}
.desktop-navigation .navigation--main div.sub1 {
  display: flex;
  flex-wrap: wrap;
  --fluidSize: clamp(2.5rem, 17.76649746vw + -11.26903553rem, 6.875rem);
  gap: 50px var(--fluidSize);
}
.desktop-navigation .navigation--main div.sub1 > .item {
  width: calc(50% - (var(--fluidSize) / 2));
}
.desktop-navigation .navigation--main div.sub1 > .item > .menu {
  font-weight: normal;
  font-family: 'Basel Grotesk Medium', sans-serif;
  padding-bottom: 9px;
}
.desktop-navigation .navigation--main div.sub2 {
  display: flex;
  flex-wrap: wrap;
  --fluidSize: clamp(1.25rem, 10.65989848vw + -7.01142132rem, 3.875rem);
  gap: 30px var(--fluidSize);
}
.desktop-navigation .navigation--main div.sub2 > .item {
  width: calc(50% - (var(--fluidSize) / 2));
}
.desktop-navigation .navigation--main div.sub2 > .item > .menu {
  padding-top: 18px;
  padding-bottom: 9px;
  font-weight: normal;
  font-family: 'Basel Grotesk Medium', sans-serif;
}
.desktop-navigation .navigation--main div.sub3 > .item > .menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.desktop-navigation .navigation--main div.sub3 > .item:has(.sub4:not(:empty)) {
  margin-top: 30px;
}
.desktop-navigation .navigation--main div.sub3 > .item:has(.sub4:not(:empty)) > .menu {
  padding-top: 18px;
  padding-bottom: 9px;
  font-weight: normal;
  font-family: 'Basel Grotesk Medium', sans-serif;
}
.desktop-navigation .navigation--main div.sub4 > .item > .menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.logo--mobile {
  display: none;
}
.logo--text {
  display: block;
  height: 186px;
}
.cb-toggle-target-active .logo--text {
  position: fixed;
  top: 58px;
  left: clamp(calc(140px + 72px), calc((100vw - var(--deskWidth)) / 2 + 72px), calc((100vw - var(--deskWidth)) / 2 + 72px));
}
.logo--icon {
  z-index: 2000;
  display: block;
  height: 52px;
  position: fixed;
  top: 58px;
  left: clamp(140px, calc((100vw - var(--deskWidth)) / 2), calc((100vw - var(--deskWidth)) / 2));
}
.logo--vcard {
  height: 127px;
}
.cb-page-selected-layout3 .cb-page-title {
  margin-top: 180px;
}
.container--head {
  margin: 58px 0 49px;
}
.container--mood {
  padding: 109px 90px;
}
.container--intro {
  padding-left: 100px;
}
.intro__image {
  width: 79%;
}
.team__image {
  grid-column: span 5;
}
.team__content {
  grid-column: 7 / span 6;
}
.areaContent {
  padding: var(--spaceTotal) 200px var(--spaceTotal) 100px;
}
.section--footer {
  background-color: unset;
}
.footarea {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
  padding: 129px 100px 126px;
  margin-bottom: 144px;
}
.footpart--one {
  grid-column: span 8;
}
.footpart--two {
  grid-column: span 4;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  padding-left: 0;
}
@media (min-width: 1450px) {
  .vcard {
    flex-direction: row;
    --fluidSize: clamp(4.6875rem, 25.3164557vw + -14.93275316rem, 10.9375rem);
    gap: var(--fluidSize);
  }
}
.vcard__column--two {
  margin-top: 33px;
  padding-left: 0;
}
@media (max-width: 1450px) {
  .vcard__column--two {
    padding-left: 50px;
  }
}
.unit--footLinks {
  width: auto;
}
.unit--footLinks .unit__body {
  display: flex;
  gap: 20px;
}
.unit--footLinks .part {
  width: auto;
}
.area--one .unitOne--1-1indentLeft,
.area--one .unitOne--1-1indentLeftRight {
  padding-left: 100px;
  padding-right: 0;
}
.area--one .unitOne--1-1 .unit__body,
.area--one .unitOne--1-1indentLeft .unit__body,
.area--one .unitOne--1-1indentLeftRight .unit__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 var(--gridGap);
}
.area--one .unitOne--1-1 .part,
.area--one .unitOne--1-1indentLeft .part,
.area--one .unitOne--1-1indentLeftRight .part {
  grid-column: span 12;
}
.area--one .unitOne--1-1 .part--1-4,
.area--one .unitOne--1-1indentLeft .part--1-4,
.area--one .unitOne--1-1indentLeftRight .part--1-4 {
  grid-column: span 4;
}
.area--one .unitOne--1-1 .part--3-4,
.area--one .unitOne--1-1indentLeft .part--3-4,
.area--one .unitOne--1-1indentLeftRight .part--3-4 {
  grid-column: span 8;
}
.area--one .unitTwo {
  grid-column: span 4;
}
.area--one .unitTwo + .unitTwo + .unitTwo + .unitTwo {
  margin-top: calc((var(--spaceTotal) * -1) + var(--gridGap));
}
.area--one .unitTwo .unit__content {
  --fluidSize: clamp(1.25rem, 17.72151899vw + -12.48417722rem, 5.625rem);
  padding: var(--spacePart) var(--fluidSize);
}
@media (min-width: 1500px) {
  .area--one .unitThree {
    padding: calc(38px - var(--spacePart)) 112px 0 90px;
  }
  .area--one .unitThree:after {
    width: 65px;
    height: 65px;
    right: 39px;
    top: 38px;
  }
}
.area--one .unitFour {
  --fluidSize: clamp(2.5rem, 15.18987342vw + -9.2721519rem, 6.25rem);
  padding: calc(var(--fluidSize) - var(--spacePart)) var(--fluidSize);
}
.area--one .unitFour .unit__body {
  width: 75%;
}
.area--one .unitFive {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 var(--gridGap);
}
.area--one .unitFive .unit__background {
  grid-column: 5 / span 4;
}
.area--one .unitFive .unit__content {
  grid-column: 9 / span 4;
}
/*# sourceMappingURL=./screen-large.css.map */