.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.buttonGeneral {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 1023px) {
  .buttonGeneral {
    font-size: 17px;
  }
}
.navigation {
  width: calc(100% - 230px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1350px) {
  .navigation {
    padding-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
div.navi > .item > .menu:hover,
div.navi > .item > .menu:focus,
div.navi > .item > .menu.path {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 > .item {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1150px) {
  div.sub1 > .item {
    padding: 0 15px;
  }
}
div.sub1 > .item:after {
  content: '|';
  color: #FFFFFF;
  font-weight: 600;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}
div.sub1 > .item.init {
  padding-left: 0;
}
div.sub1 > .item.exit {
  padding-right: 0;
}
div.sub1 > .item.exit:after {
  display: none;
}
div.sub1 > .item > .menu {
  position: relative;
}
.navigation div.sub2 {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #000000BF), color-stop(90%, transparent));
  background: linear-gradient(#000000BF 60%, transparent 90%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navigation div.sub2 > .item {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.navigation div.sub2 > .item.init {
  margin-top: 0;
}
.navigation div.sub2 > .item > .menu {
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.navigation div.sub1 > .item:hover div.sub2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 40px;
}
.footpart--nav div.sub2 {
  display: none;
}
#home {
  height: 63px;
  width: 230px;
}
#head {
  margin-top: calc((var(--spaceUnit) * 3) + var(--spacePart));
}
.layout3 #head {
  margin-top: 0;
  padding: 0;
}
.container--head {
  padding-top: 39px;
  padding-bottom: 80px;
}
.section--four {
  min-height: 725px;
}
.cbdModule--subtitle {
  width: 63.63636364%;
  margin-left: 18.18181818%;
  margin-right: 18.18181818%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spacePart);
}
.cbdModule--footOpenings {
  margin-top: 0;
  margin-bottom: 0;
}
.projectTeaser {
  width: 95.83333333%;
  margin-right: 4.16666667%;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-right: 75px;
}
.projectTeaser:after {
  display: none;
}
.projectTeaser__body {
  margin-top: 45px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.projectTeaser__part--text {
  width: 54.54545455%;
  padding-left: 4.54545455%;
  margin-top: 0;
}
.projectTeaser__part--pict {
  height: 500px;
}
@media (max-width: 1400px) {
  .projectTeaser__part--pict {
    height: 300px;
  }
}
.section--footer {
  margin-top: calc((var(--spaceUnit) * 2) - var(--spacePart));
}
.footarea--top {
  padding-top: 100px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 187px;
}
.footarea--bottom {
  padding-top: 105px;
  padding-bottom: 30px;
}
.footpart--one {
  width: 12.5%;
}
.footpart--two {
  width: 16.66666667%;
}
.footpart--three {
  width: 33.33333333%;
}
.area--one {
  width: 101.66666667%;
  margin-left: -0.81967213%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--area1 .area--one {
  width: 101.21212121%;
  margin-left: -0.5988024%;
}
.area--one .unit {
  margin-left: 0.81967213%;
  margin-right: 0.81967213%;
}
.section--area1 .area--one .unit {
  margin-left: 0.5988024%;
  margin-right: 0.5988024%;
}
.area--one .unitTwo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section--area1 .area--one .unitTwo--imagePortrait-1-2 {
  width: 48.80239521%;
}
.section--area1 .area--one .unitTwo--imageLandscape-1-2 {
  width: 48.80239521%;
}
.section--area1 .area--one .unitTwo--image-1-3 {
  width: 32.09580838%;
}
.section--area1 .area--one .unitTwo--image-2-3 {
  width: 65.50898204%;
}
.area--one .unitThree {
  width: 98.36065574%;
  padding-left: 6.14754098%;
  padding-right: 6.14754098%;
}
.area--two .unitOne {
  padding: 10px 30px;
  min-height: 160px;
}
.part.cb-googlemaps .cb-googlemapscontainer {
  height: 754px !important;
}
.part.cb-googlemaps .cb-googlemapscontainer .cb-undraggable {
  height: 100% !important;
}
/*# sourceMappingURL=screen-large.css.map */