.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #1A2041;
  line-height: 1.58823529;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #13172f;
}
.button:active {
  background-color: #04050a;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  font-size: 18px;
  line-height: 1.05555556;
  display: block;
  color: #1A2041;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
@media (min-width: 1150px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation {
  float: right;
}
.cb-scroll-triggered--active .navigation {
  margin-bottom: 6px;
}
.navigation div.sub1 {
  float: right;
}
.navigation div.sub1 > .item {
  margin: 0 10px;
  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: #BECEC3;
}
.navigation div.sub1 > .item > .menu {
  padding: 20px 10px;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.navigation div.sub1 > .item > .menu.path {
  color: #BECEC3;
}
.navigation div.sub2 {
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 340px;
  padding: 10px 30px 30px;
  box-sizing: border-box;
}
.navigation div.sub2 > .item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.navigation div.sub2 > .item.exit {
  margin-bottom: 0;
}
.navigation div.sub2 > .item:hover > .menu,
.navigation div.sub2 > .item:focus > .menu {
  color: #BECEC3;
}
.navigation div.sub2 > .item > .menu {
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.navigation div.sub2 > .item > .menu.path {
  color: #BECEC3;
}
.navigation div.sub2 > .item:not(.c1) > .menu {
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .navigation div.sub2 > .item:not(.c1) > .menu {
    padding-left: 46px;
  }
}
.navigation div.sub2 > .item:not(.c1) > .menu:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: -3px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/endliker.svg);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.navigation div.sub2 > .item:not(.c1) > .menu:hover:before,
.navigation div.sub2 > .item:not(.c1) > .menu:focus:before {
  background-image: url(/images/endliker-green.svg);
}
.navigation div.sub2 > .item:not(.c1) > .menu.path:before {
  background-image: url(/images/endliker-green.svg);
}
.navigation div.sub2 > .item.c2 > .menu:before {
  background-image: url(/images/etzberg.svg);
}
.navigation div.sub2 > .item.c2 > .menu:hover:before,
.navigation div.sub2 > .item.c2 > .menu:focus:before {
  background-image: url(/images/etzberg-green.svg);
}
.navigation div.sub2 > .item.c2 > .menu.path:before {
  background-image: url(/images/etzberg-green.svg);
}
.navigation div.sub2 > .item.c3 > .menu:before {
  background-image: url(/images/toesstal.svg);
}
.navigation div.sub2 > .item.c3 > .menu:hover:before,
.navigation div.sub2 > .item.c3 > .menu:focus:before {
  background-image: url(/images/toesstal-green.svg);
}
.navigation div.sub2 > .item.c3 > .menu.path:before {
  background-image: url(/images/toesstal-green.svg);
}
.navigation div.sub2 > .item.c4 > .menu:before {
  background-image: url(/images/naegelsee.svg);
}
.navigation div.sub2 > .item.c4 > .menu:hover:before,
.navigation div.sub2 > .item.c4 > .menu:focus:before {
  background-image: url(/images/naegelsee-green.svg);
}
.navigation div.sub2 > .item.c4 > .menu.path:before {
  background-image: url(/images/naegelsee-green.svg);
}
.navigation div.sub2 {
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}
.navigation div.sub2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  background-color: #FFF;
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.navigation div.sub2 > .item {
  opacity: 0;
  transform: translateX(30px);
}
.navigation div.sub1 > .item:hover div.sub2 {
  transition: none;
  max-height: 1000px;
  pointer-events: all;
}
.navigation div.sub1 > .item:hover div.sub2:after {
  height: 100%;
}
.navigation div.sub1 > .item:hover div.sub2 > .item {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.navigation div.sub1 > .item.exit div.sub2 {
  left: initial;
  right: -20px;
  min-width: unset;
}
.navigation div.sub3 {
  display: none;
}
#home {
  height: 50px;
  margin-top: 33px;
  margin-bottom: 33px;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width: 1150px) {
  #home {
    margin-top: 31px;
    margin-bottom: 31px;
  }
}
@media (min-width: 1150px) {
  .cb-scroll-triggered--active #home {
    height: 33px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.section--header .desk {
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
}
@media (min-width: 1150px) {
  .section--header.navi--hidden {
    transform: translateY(-100%);
  }
  body.cb-toggle-target-active .section--header.navi--hidden {
    transform: none;
  }
  .section--header.navi--visible {
    transform: translateY(0);
  }
}
#topservices {
  justify-content: flex-end;
}
#topservices .meta {
  margin-left: 40px;
}
@media (max-width: 1150px) {
  #topservices {
    display: none;
  }
}
@media (min-width: 1150px) {
  .cb-scroll-triggered--active #topservices {
    opacity: 0;
    margin-top: -41px;
  }
}
.section--four {
  padding: 0 30px;
}
.section--multimood {
  padding: 0 10px;
}
.cb-layout1 .section--multimood .container--mood {
  min-height: 650px;
}
.cb-layout2 .section--multimood .container--mood {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  height: 650px;
}
.cb-layout2 .section--multimood .multimood {
  width: 50vw;
  height: 100%;
}
.cb-layout2 .section--multimood .content {
  width: 50vw;
  padding-left: max(40px, calc((100vw - 1340px) / 2));
  padding-right: 90px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.footarea {
  width: 112.92407108%;
  margin-left: -6.46203554%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 130px;
}
.footpart {
  margin-left: 5.72246066%;
  margin-right: 5.72246066%;
}
.footpart.footpart--slim {
  width: 42.77539342%;
}
.footpart.footpart--slim .slimcontent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footpart.footpart--slim .slimcontent .newsletter {
  width: 60%;
}
.footpart.footpart--slim .slimcontent .social {
  width: 40%;
}
.footpart.footpart--half {
  width: 34.33476395%;
}
.footpart.footpart--wide {
  width: 88.55507868%;
}
.footpart.footpart--wide .widecontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 90px;
}
#legal:after {
  content: '|';
  margin-left: 12px;
  margin-right: 12px;
}
h1 {
  font-size: 22px;
  line-height: 1.36363636;
}
h2.mood-title {
  font-size: 45px;
  line-height: 1.33333333;
}
.section--three .area {
  width: 100%;
}
.section--three .area > .unit {
  margin-right: 1.79856115%;
  margin-left: 1.79856115%;
  width: 96.4028777%;
}
.section--three .area .cb-album .body,
.section--three .area .head,
.section--three .area .foot,
.section--three .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--three .area > .slim {
  width: 29.73621103%;
}
.section--three .area > .slim .head,
.section--three .area > .slim .foot,
.section--three .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--three .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--three .area > .slim .tiny {
  width: 100%;
}
.section--three .area {
  width: 103.73134328%;
  margin-left: -1.86567164%;
  display: flex;
  flex-wrap: wrap;
}
.section--seven .area {
  width: 105.97014925%;
  margin-left: -2.98507463%;
  display: flex;
  flex-wrap: wrap;
}
.section--two .area .pure {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 89.55223881%;
  margin-left: 5.2238806%;
  margin-right: 5.2238806%;
}
@media (max-width: 1023px) {
  .section--two .area .pure {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--two .area .pure {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--two .area .pure {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--two .area .pure {
    margin-bottom: 40px;
  }
}
.section--two .area .pure .body {
  min-height: 420px;
}
.section--two .area .pure .part.pict.tall:first-child {
  width: 48.33333333%;
}
.section--two .area .pure .part.pict.tiny:nth-child(2) {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 25px;
  right: 0;
}
.section--two .area .pure.wide .body {
  padding-left: 58.33333333%;
}
.section--two .area .pure.wide .part.pict.tall:first-child {
  left: 0;
}
.section--two .area .pure.slim .body {
  padding-right: 58.33333333%;
}
.section--two .area .pure.slim .part.pict.tall:first-child {
  right: 0;
}
.section--two .area .pure.slim .part.pict.tiny:nth-child(2) {
  right: 51.66666667%;
}
.section--three .area .seam.wide {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section--three .area .seam.wide {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--three .area .seam.wide {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .section--three .area .seam.wide {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--three .area .seam.wide {
    margin-bottom: 20px;
  }
}
.section--three .area .seam.wide .body {
  padding-left: 46.26865672%;
  padding-right: 10.07462687%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 15px;
}
.section--three .area .seam.wide .part.pict.tall:first-child {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  width: 43.28358209%;
  height: 100%;
}
.section--three .area .seam.wide .part.pict.tall:first-child * {
  height: 100%;
}
.section--three .area .seam.wide .part.pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--three .area .seam.wide .part.pict.tiny:nth-child(2) {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 33px;
  right: 50px;
}
.section--three .area .flat.slim {
  width: 46.4028777%;
}
.section--three .area .flat.slim .part.link.tiny .open {
  width: 400px;
}
.section--three .area .flat.slim .part.pict.tiny:nth-child(2) {
  position: absolute;
  width: 37px;
  height: 32px;
  bottom: 20px;
  left: calc(((100% - 400px) / 2) + 30px);
}
.section--four .area .pure,
.section--four .area .seam {
  padding: min(140px, 7vw);
}
.section--five .area .pure.wide {
  width: 59.70149254%;
  margin-right: 40.29850746%;
}
.section--five .area .pure.slim {
  width: 59.70149254%;
  margin-left: 40.29850746%;
}
.section--five .area .seam.slim {
  width: 44.7761194%;
  margin-left: 27.6119403%;
  margin-right: 27.6119403%;
  padding: 60px 100px;
}
.section--six .area .seam {
  padding-bottom: 0;
}
.section--six .area .seam .body {
  padding: 70px 51.19402985% 70px 70px;
}
.section--six .area .seam .part.pict {
  width: 60.59701493%;
}
.section--seven .unit {
  width: 44.36619718%;
  margin-left: 2.81690141%;
  margin-right: 2.81690141%;
}
.section--seven .area .unit:nth-child(even) {
  margin-top: 80px;
}
.section--seven .area .unit .part.link.tiny .open {
  width: 400px;
}
/*# sourceMappingURL=./screen-large.css.map */